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

Second start of program causes a NullPointerException #3

Closed
bauepete opened this issue Jul 26, 2017 · 1 comment
Closed

Second start of program causes a NullPointerException #3

bauepete opened this issue Jul 26, 2017 · 1 comment
Assignees
Labels

Comments

@bauepete
Copy link
Owner

After a first run of a program, when hitting the Run-Button again, the following output is in the console:
Starting programm at pc 0
RUNTIME: 1024: Address 0x400 cannot be accessed in program memory
Exception in thread "Thread-6" java.lang.NullPointerException
at machine.ControlUnit.executeCycle(ControlUnit.java:114)
at machine.NoBeardMachine.step(NoBeardMachine.java:98)
at machine.NoBeardMachine.runProgram(NoBeardMachine.java:93)
at nbmgui.Controller$1.run(Controller.java:74)
at java.lang.Thread.run(Thread.java:745)

@bauepete
Copy link
Owner Author

After a bit of analysis it turned out that this is a problem in the core. Changed project and assignee.

@bauepete bauepete assigned bauepete and unassigned egon23 Jul 26, 2017
@bauepete bauepete added the bug label Jul 26, 2017
bauepete pushed a commit that referenced this issue Oct 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants