andrescv / jupiter

RISC-V Assembler and Runtime Simulator
https://jupitersim.gitbook.io/
GNU General Public License v3.0
417 stars 36 forks source link

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

Closed DanielP53 closed 5 years ago

DanielP53 commented 5 years ago

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 commented 5 years ago

fixed in v2.0.2