start(yes OP, but I am horrile at FTL) the program Superluminal crashes
with this error message:
java.lang.IndexOutOfBoundsException: Index: 4, Size: 4
at java.util.LinkedList.checkElementIndex(Unknown Source)
at java.util.LinkedList.get(Unknown Source)
at com.kartoflane.superluminal.core.ShipIO.loadWeaponImages(ShipIO.java:1812)
at com.kartoflane.superluminal.core.ShipIO.loadShipProject(ShipIO.java:2637)
at com.kartoflane.superluminal.core.ShipIO.askLoadDir(ShipIO.java:2769)
at com.kartoflane.superluminal.core.Main$56.widgetSelected(Main.java:2839)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at com.kartoflane.superluminal.core.Main.open(Main.java:763)
at com.kartoflane.superluminal.core.Main.main(Main.java:428)
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 4, Size: 4
at java.util.LinkedList.checkElementIndex(Unknown Source)
at java.util.LinkedList.get(Unknown Source)
at com.kartoflane.superluminal.core.ShipIO.loadWeaponImages(ShipIO.java:1812)
at com.kartoflane.superluminal.core.ShipIO.saveShipProject(ShipIO.java:2720)
at com.kartoflane.superluminal.core.Main.main(Main.java:456)
If you can help, thanks!
