MM2-0 / Kvaesitso

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

Stack trace, invalid sRGB value? #805

Closed Doc-4 closed 1 month ago

Doc-4 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?) Nothing really notable to me, just dismissed an audio player and returned to home screen when it rebooted and dumped this log.

Strack trace

java.lang.IllegalArgumentException: red = 0.0, green = 0.0, blue = 0.0, alpha = -3.8146972E-8 outside the range for sRGB IEC61966-2.1 (id=0, model=Rgb)
    at androidx.compose.ui.graphics.InlineClassHelperKt.throwIllegalArgumentException(InlineClassHelper.kt:3)
    at androidx.compose.ui.graphics.ColorKt.Color(Color.kt:17)
    at androidx.compose.ui.graphics.Color.copy-wmQWz5c$default(Color.kt:17)
    at de.mm20.launcher2.ui.launcher.search.common.grid.GridItemKt$ItemPopup$3.invoke(GridItem.kt:54)
    at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:7)
    at androidx.compose.runtime.ComposerImpl.recomposeToGroupEnd(Composer.kt:585)
    at androidx.compose.runtime.ComposerImpl.skipCurrentGroup(Composer.kt:137)
    at androidx.compose.runtime.ComposerImpl.doCompose(Composer.kt:242)
    at androidx.compose.runtime.ComposerImpl.recompose$runtime_release(Composer.kt:30)
    at androidx.compose.runtime.CompositionImpl.recompose(Composition.kt:21)
    at androidx.compose.runtime.Recomposer.access$performRecompose(Recomposer.kt:77)
    at androidx.compose.runtime.Recomposer$runRecomposeAndApplyChanges$2$1.invoke(Recomposer.kt:545)
    at androidx.compose.ui.platform.AndroidUiFrameClock$withFrameNanos$2$callback$1.doFrame(AndroidUiFrameClock.android.kt:7)
    at androidx.compose.ui.platform.AndroidUiDispatcher$dispatchCallback$1.doFrame(AndroidUiDispatcher.android.kt:48)
[17 lines truncated]

Device info

APP.VERSION : 1.30.0
APP.VERSIONCODE : 2024050700
APP.SIGNATURE : rx1fSnL7r5/OMoFC0e1KPqTndXQ=
LAUNCHER.APP : android
TIMEZONE : America/New_York
VERSION.RELEASE : 14
VERSION.INCREMENTAL : 2024050300
VERSION.SDK.NUMBER : 34
BOARD : husky
BOOTLOADER : ripcurrent-14.4-11403750
BRAND : google
CPU_ABI : arm64-v8a
CPU_ABI2 :
DISPLAY : 2024050300
FINGERPRINT : google/husky/husky:14/AP1A.240405.002.B1/2024050300:user/release-keys
HARDWARE : husky
HOST : grapheneos
ID : AP1A.240405.002.B1
MANUFACTURER : Google
MODEL : Pixel 8 Pro
PRODUCT : husky
TAGS : release-keys
TIME : 1714759413000
TYPE : user

MM2-0 commented 1 month ago

Duplicate of #796