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

Unexpected Exception in vsim.gui.controllers.SimulatorController/lambda$null$24 #6

Closed
rsrsoley opened this issue Feb 8, 2019 · 1 comment

Comments

@rsrsoley
Copy link

rsrsoley commented Feb 8, 2019

Stacktrace:

java.lang.NullPointerException
	at vsim.gui.controllers.SimulatorController.lambda$null$24(SimulatorController.java:572)
	at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294)
	at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
	at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
	at com.sun.glass.ui.gtk.GtkApplication.lambda$null$48(GtkApplication.java:139)
	at java.lang.Thread.run(Thread.java:748)
andrescv added a commit that referenced this issue Feb 13, 2019
@andrescv
Copy link
Owner

fixed in v2.0.2

andrescv added a commit that referenced this issue Oct 29, 2019
Former-commit-id: 0f65e6d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants