Greetings I've started a new Compose Multiplatform...
# compose
m
Greetings I've started a new Compose Multiplatform project, but when I try to run, it just doesn't open anything No errors, one unrelated warning (about native access being blocked in a future release), it just stalls I'm in desperate need of help as this is for an assignment I have due tomorrow
Tried sending SIGCONT, alongside adding the
--no-debug-jvm
argument to the run task, neither worked.
for reference, it just shows this without opening anything
Tried enabling WLToolkit + vulkan as this has solved previous issues with Swing no dice
same effect but in IDE:
running
:desktopApp:packageUberJarForCurrentOS
then running externally also hangs
the "freeze" appears to occur during
ComposeWindow#setVisible()
precise area where this seems to occur in "normal" operation
(inside AWTWindow()`
or not? debugger never hits that line...
d
The screenshots are blurry. Are you using the Kotlin Multiplatform Wizard to create your project?
m
they don't appear blurry on my end, not sure what's going on there I used the in-IDE wizard from the kotlin multiplatform plugin to create
I tried without changes, then I also tried by running the compose content hosted inside Swing