Before migrating my app to a Lwjgl3 app, I added XstartOnFirstThread JVMargs.
Unfortunately, my app hangs forever.
I tried with --cli --verbose -- and this is what I have
Passing VM options ...
isZgcSupported()=1, hasJsonValue(jsonRoot, "useZgcIfSupportedOs", sajson::TYPE_TRUE)=1
# -Xmx1G
# -XstartOnFirstThread
Passing VM options:
-Xmx1G
-XstartOnFirstThread
Starting JVM on main thread (-XstartOnFirstThread found) ...
Creating Java VM ...
Passing command line arguments ...
Loading JAR file ...
Adding 1 classpaths ...
# desktop-1.0.jar
Invoking static com.willna.twinbee.desktop.DesktopLauncher.main() function ...
Checked for an exception from the main method, exceptionOccurred=0
...then nothing, my app is loaded but nothing
If I remove the option, the app launches as expected.
Before migrating my app to a Lwjgl3 app, I added XstartOnFirstThread JVMargs. Unfortunately, my app hangs forever. I tried with --cli --verbose -- and this is what I have
...then nothing, my app is loaded but nothing If I remove the option, the app launches as expected.
OSX BigSur 11.6.1