https://kotlinlang.org logo
#compose-desktop
Title
# compose-desktop
m

martmists

10/25/2023, 8:09 PM
I'm trying to use
Window(undecorated=true, transparent=true)
but I get the following errors:
Copy code
[SKIKO] warn: Failed to create Skia OpenGL context!
java.lang.RuntimeException: Can't wrap nullptr
[SKIKO] warn: Exception in draw scope
org.jetbrains.skiko.RenderException: Cannot init graphic context
what should I do to fix it? If I remove
transparent=true
it works fine but then obviously it isn't transparent 😕
d

Dima Avdeev

10/29/2023, 1:45 PM
7 Views