-
Notifications
You must be signed in to change notification settings - Fork 60
Description
An unexpected error occurred.
You should consider submitting an error report via the project issue list:
https://github.com/akarnokd/open-ig/issues
Please include the following diagnostic information followed by the error stacktrace(s):
Java version: 21.0.8
Java vendor: Ubuntu (https://ubuntu.com/)
Java class version: 65.0
Operating system: Linux, amd64, 6.8.0-84-generic
Game version: 0.95.263
Command line: [-memonce, -en, -continue]
Available memory: 89 MB
Maximum memory: 832 MB
Parallelism: 12
Language: en
Date and time: 2025-10-01T12:41:49.844Z
A crash save may have been created. Please attach it in the issue report (zipped).
/media/phoenician/Storage/Games/Open IG/open-ig-master/save/Hammon/save-2025-10-01-14-41-49-862.xml.gz
java.lang.NullPointerException: Cannot invoke "hu.openig.mechanics.WarMovementHandler.doPathPlannings()" because "this.movementHandler" is null
at hu.openig.screen.items.SpacewarScreen.doSpacewarSimulation(SpacewarScreen.java:4095)
at hu.openig.screen.items.SpacewarScreen$8.invoke(SpacewarScreen.java:3308)
at hu.openig.screen.CommonResources.doTimerTick(CommonResources.java:885)
at hu.openig.screen.CommonResources$1.actionPerformed(CommonResources.java:247)
at java.desktop/javax.swing.Timer.fireActionPerformed(Timer.java:311)
at java.desktop/javax.swing.Timer$DoPostEvent.run(Timer.java:243)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)