Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashreport #1181

Open
Termimad opened this issue Dec 19, 2024 · 2 comments
Open

Crashreport #1181

Termimad opened this issue Dec 19, 2024 · 2 comments

Comments

@Termimad
Copy link

Description

Please provide as many information about the crash as possible (What did you do before the crash happened? Steps to reproduce?)

Stack trace

java.lang.NullPointerException
	at de.mm20.launcher2.icons.IconService$resolveCustomIcon$1.invokeSuspend(IconService.kt:214)
	at de.mm20.launcher2.icons.IconService$resolveCustomIcon$1.invoke(IconService.kt:28)
	at kotlinx.coroutines.flow.FlowKt__ZipKt$combine$1$1.invokeSuspend(Zip.kt:49)
	at kotlinx.coroutines.flow.FlowKt__ZipKt$combine$1$1.invoke(Zip.kt:20)
	at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:252)
	at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invoke(Combine.kt:13)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:16)
	at kotlinx.coroutines.flow.internal.CombineKt.combineInternal(Combine.kt:21)
	at de.mm20.launcher2.icons.IconService$getIcon$$inlined$flatMapLatest$1.invokeSuspend(Merge.kt:78)
	at de.mm20.launcher2.icons.IconService$getIcon$$inlined$flatMapLatest$1.invoke(Merge.kt:22)
	at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:35)
	at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invoke(Merge.kt:13)
	at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:37)
	at kotlinx.coroutines.BuildersKt.launch$default(Unknown Source:36)
[19 lines truncated]

Device info

APP.VERSION : 1.34.0
APP.VERSIONCODE : 2024120500
APP.SIGNATURE : rx1fSnL7r5/OMoFC0e1KPqTndXQ=
LAUNCHER.APP : de.mm20.launcher2.release
TIMEZONE : Europe/Berlin
VERSION.RELEASE : 12
VERSION.INCREMENTAL : a67b9-b3a31
VERSION.SDK.NUMBER : 31
BOARD : caprip
BOOTLOADER : MBM-3.0-caprip_retail-cc5bf3e3081-240203
BRAND : motorola
CPU_ABI : arm64-v8a
CPU_ABI2 :
DISPLAY : S0RCS32.41-10-19-23
FINGERPRINT : motorola/caprip_retailen/caprip:12/S0RCS32.41-10-19-23/a67b9-b3a31:user/release-keys
HARDWARE : qcom
HOST : ilclbld155
ID : S0RCS32.41-10-19-23
MANUFACTURER : motorola
MODEL : moto g(30)
PRODUCT : caprip_retailen
TAGS : release-keys
TIME : 1706976504000
TYPE : user

@MM2-0
Copy link
Owner

MM2-0 commented Dec 23, 2024

Can you provide more details? Can you reproduce it or does it happen randomly? What kind of custom icons have you assigned?

@chefexperte
Copy link

I have a similar (or same) error:

Stack trace

java.lang.NullPointerException
	at de.mm20.launcher2.icons.IconService$resolveCustomIcon$1.invokeSuspend(IconService.kt:214)
	at de.mm20.launcher2.icons.IconService$resolveCustomIcon$1.invoke(IconService.kt:28)
	at kotlinx.coroutines.flow.FlowKt__ZipKt$combine$1$1.invokeSuspend(Zip.kt:49)
	at kotlinx.coroutines.flow.FlowKt__ZipKt$combine$1$1.invoke(Zip.kt:20)
	at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:252)
	at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invoke(Combine.kt:13)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:16)
	at kotlinx.coroutines.flow.internal.CombineKt.combineInternal(Combine.kt:21)
	at de.mm20.launcher2.icons.IconService$getIcon$$inlined$flatMapLatest$1.invokeSuspend(Merge.kt:78)
	at de.mm20.launcher2.icons.IconService$getIcon$$inlined$flatMapLatest$1.invoke(Merge.kt:22)
	at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:35)
	at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invoke(Merge.kt:13)
	at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:37)
	at kotlinx.coroutines.BuildersKt.launch$default(Unknown Source:36)
[21 lines truncated]

Device info

APP.VERSION : 1.34.0-fdroid
APP.VERSIONCODE : 2024120500
APP.SIGNATURE : dRIzg4UiJzwGibzTylZTobfZl/E=
LAUNCHER.APP : android
TIMEZONE : Europe/Berlin
VERSION.RELEASE : 15
VERSION.INCREMENTAL : 2024121200
VERSION.SDK.NUMBER : 35
BOARD : panther
BOOTLOADER : cloudripper-15.1-12292122
BRAND : google
CPU_ABI : arm64-v8a
CPU_ABI2 :
DISPLAY : 2024121200
FINGERPRINT : google/panther/panther:15/AP4A.241205.013/2024121200:user/release-keys
HARDWARE : panther
HOST : grapheneos
ID : AP4A.241205.013
MANUFACTURER : Google
MODEL : Pixel 7
PRODUCT : panther
TAGS : release-keys
TIME : 1734016865000
TYPE : user

It happens randomly when I'm going back to the homescreen, I don't know how to reproduce it, it seems really random.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants