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 #12

Closed Josea2024 closed 5 years ago

Josea2024 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$397(PlatformImpl.java:295)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$398(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$203(GtkApplication.java:139)
    at java.lang.Thread.run(Thread.java:748)
andrescv commented 5 years ago

fixed in v2.0.2