MM2-0 / Kvaesitso

A search-focused Android launcher
https://kvaesitso.mm20.de/
GNU General Public License v3.0
2.51k stars 86 forks source link

App crash #1100

Closed Piyu-Pika closed 1 month ago

Piyu-Pika commented 1 month ago

Description

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

Strack trace

java.lang.IllegalArgumentException: User 999 is not a profile
    at android.os.Parcel.createExceptionOrNull(Parcel.java:2378)
    at android.os.Parcel.createException(Parcel.java:2358)
    at android.os.Parcel.readException(Parcel.java:2341)
    at android.os.Parcel.readException(Parcel.java:2283)
    at android.os.IUserManager$Stub$Proxy.requestQuietModeEnabled(IUserManager.java:3249)
    at android.os.UserManager.requestQuietModeEnabled(UserManager.java:3729)
    at android.os.UserManager.requestQuietModeEnabled(UserManager.java:3714)
    at android.os.UserManager.requestQuietModeEnabled(UserManager.java:3681)
    at de.mm20.launcher2.profiles.ProfileManager$$ExternalSyntheticApiModelOutline0.m(R8$$SyntheticClass:1)
    at de.mm20.launcher2.ui.launcher.search.SearchColumnKt$SearchColumn$1$$ExternalSyntheticLambda15.invoke(R8$$SyntheticClass:46)
    at de.mm20.launcher2.ui.launcher.search.apps.AppResultsKt$AppResults$1$$ExternalSyntheticLambda1.invoke(R8$$SyntheticClass:20)
    at androidx.compose.foundation.ClickableNode$clickPointerInput$3.invoke(Clickable.kt:13)
    at androidx.compose.foundation.gestures.TapGestureDetectorKt$detectTapAndPress$2$1.invokeSuspend(TapGestureDetector.kt:134)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
[69 lines truncated]

Device info

APP.VERSION : 1.33.1
APP.VERSIONCODE : 2024090300
APP.SIGNATURE : rx1fSnL7r5/OMoFC0e1KPqTndXQ=
LAUNCHER.APP : android
TIMEZONE : Asia/Kolkata
VERSION.RELEASE : 11
VERSION.INCREMENTAL : 231010V791
VERSION.SDK.NUMBER : 30
BOARD : TECNO-KG8
BOOTLOADER : unknown
BRAND : TECNO
CPU_ABI : arm64-v8a
CPU_ABI2 :
DISPLAY : KG8-H698CDEFGH-R-GL-231010V791
FINGERPRINT : TECNO/KG8-GL/TECNO-KG8:11/RP1A.200720.011/231010V791:user/release-keys
HARDWARE : mt6769
HOST : buildsrv-n26
ID : RP1A.200720.011
MANUFACTURER : TECNO MOBILE LIMITED
MODEL : TECNO KG8
PRODUCT : KG8-GL
TAGS : release-keys
TIME : 1696938415000
TYPE : user

MM2-0 commented 1 month ago

Duplicate of #1063