Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sketch crashes when exiting Full Screen (Mac OSX) #18

Open
francescocretti opened this issue Jan 20, 2019 · 1 comment
Open

Sketch crashes when exiting Full Screen (Mac OSX) #18

francescocretti opened this issue Jan 20, 2019 · 1 comment
Labels
bug Da sistemare... graphic engine Legato al video, alle scene, allo stage...

Comments

@francescocretti
Copy link
Member

When running Dreamo on Mac in full screen mode application crashes when exiting (ESC button).

Error message:

java.lang.IllegalStateException: Not on FX application thread; currentThread = JavaFX Application Thread at com.sun.javafx.tk.Toolkit.checkFxUserThread(Toolkit.java:236) at com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(QuantumToolkit.java:423) at javafx.stage.Window.setShowing(Window.java:921) at javafx.stage.Window.hide(Window.java:947) at com.sun.javafx.stage.WindowPeerListener.closed(WindowPeerListener.java:100) at com.sun.javafx.tk.quantum.GlassWindowEventHandler.run(GlassWindowEventHandler.java:119) at com.sun.javafx.tk.quantum.GlassWindowEventHandler.run(GlassWindowEventHandler.java:40) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.tk.quantum.GlassWindowEventHandler.lambda$handleWindowEvent$423(GlassWindowEventHandler.java:151) at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389) at com.sun.javafx.tk.quantum.GlassWindowEventHandler.handleWindowEvent(GlassWindowEventHandler.java:149) at com.sun.glass.ui.Window.handleWindowEvent(Window.java:1266) at com.sun.glass.ui.Window.notifyDestroy(Window.java:1183)

Probably an error with FX2D rendering engine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Da sistemare... graphic engine Legato al video, alle scene, allo stage...
Projects
None yet
Development

No branches or pull requests

1 participant