Can't rn on mac Mojave 10.14.5
Opened this issue · 2 comments
maheshkurmi commented
jar file terminates with following message
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '+[NSUndoManager(NSInternal) _endTopLevelGroupings] is only safe to invoke on the main thread.'
terminating with uncaught exception of type NSException
abort() called
In console follwing error is shown
java.lang.RuntimeException: Failed to create a GLFW window
at com.cout970.glutilities.window.WindowBuilder.create(WindowBuilder.kt:34)
at com.cout970.modeler.input.window.WindowHandler.create(WindowHandler.kt:131)
at com.cout970.modeler.Initializer.init(Initializer.kt:105)
at com.cout970.modeler.MainKt.main(Main.kt:21)
[2021-4-14][0:54:49] Eng of log
cout970 commented
Try running the program with -XstartOnFirstThread, ie.
java -XstartOnFirstThread -jar modeler-2.3-beta.jar
I don't have a mac so I cannot test it
maheshkurmi commented
Still does't run ! On console I get following error
...........
..........
[2021-4-15][11:16:16] Starting GLFW window
java.lang.RuntimeException: Failed to create a GLFW window
at com.cout970.glutilities.window.WindowBuilder.create(WindowBuilder.kt:34)
at com.cout970.modeler.input.window.WindowHandler.create(WindowHandler.kt:131)
at com.cout970.modeler.Initializer.init(Initializer.kt:105)
at com.cout970.modeler.MainKt.main(Main.kt:21)
[2021-4-15][11:16:16] Eng of log