-
It works well on Android Target, but when I run it on wasmJS, it crashes already with this code
```
ConstraintLayout() {
}
```
like this
```
ERROR
[object WebAssembly.Exception]
…
-
Exception in thread "main" java.lang.ExceptionInInitializerError
at androidx.compose.ui.awt.WindowComposeBridge.(WindowComposeBridge.desktop.kt:43)
at androidx.compose.ui.awt.ComposeWindowDelegate…
-
**Describe the bug**
In a Compose Multiplatform project the app crashes on startup when using version `4.0.0-RC1` for the `io.insert-koin.koin-compose-viewmodel` dependency.
Stacktrace:
```
Exce…
-
Log:
```
type=AVC msg=audit(1727368762.260:21147): apparmor="DENIED" operation="file_inherit" class="file" profile="briar-desktop" name="/dev/pts/0" pid=88450 comm="briar-desktop" requested_mask="…
-
When i'm try run ios app i'm get crash with this error:
```
> Task :mpp-library:linkPodDebugFrameworkIosSimulatorArm64
warning: Cannot infer a bundle ID from packages of source files and exported d…
ExNDY updated
4 months ago
-
I've cloned the repo and run the `main()` function in `desktopMain`. After successfully building, the app crashes with the following exception at runtime:
```
Exception in thread "main" java.lang.…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Platform
Linux
### OS version
POP_OS 22.04
### App version
6.1.0
### Current Behavior
…
-
Do you know why i have this problem ? "
Exception in thread "main" java.lang.ExceptionInInitializerError
at androidx.compose.ui.res.DesktopSvgResources_desktopKt.loadSvgPainter(DesktopSvgResources.…
-
When I try to load a page in a WebView, the app crashes on desktop. It works perfectly fine on android and ios. I did follow the direction on the desktop readme page and something was downloaded when …
-
When rapidly changing chart data size, the app crashes. I think `generateHueColorPalette` gets called too late.
# Sample
Spam-click **Toggle list** button to reproduce:
```kotlin
fun main() {
…