FIUS / ICGE

Introduction Course Game Engine for the FIUS Java Introduction Course
MIT License
3 stars 2 forks source link

Step button bugs #31

Closed haslersn closed 5 years ago

haslersn commented 5 years ago

The step button (the button at the right of the "start simulation" button) has some bugs:

ConcurrentModificationException

Sometimes a ConcurrentModificationExceptions occurs in the workbench log and the currently loaded simulation can't play anymore.

Press after finished solution

The solution won't load. Sometimes the ConcurrentModificationException mentioned above occurs and sometimes doesn't. If it doesn't occur, you can continue trying to load solutions which works sometimes. I think the number of times you have to try loading a solution depends on the number of times the step button has been pressed.

It can also happen that the new solution loads but can't be played.