andrescv / jupiter

RISC-V Assembler and Runtime Simulator

Home Page:https://jupitersim.gitbook.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

juampa864 opened this issue · comments

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)

fixed in v2.0.2