
Thanks for the help. You have my seal of approval.
You must pour all of your free time into this project... You have my eternal respect.kartoFlane wrote:I've already fixed it and will upload the updated files later... Again...
I second that.Thunderr wrote:You must pour all of your free time into this project... You have my eternal respect.kartoFlane wrote:I've already fixed it and will upload the updated files later... Again...
Code: Select all
java.lang.ArrayIndexOutOfBoundsException: 0
at com.kartoflane.superluminal.ui.ShipPropertiesWindow$13.mouseDoubleClick(ShipPropertiesWindow.java:1668)
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.ui.ShipPropertiesWindow.open(ShipPropertiesWindow.java:388)
at com.kartoflane.superluminal.core.Main$19.widgetSelected(Main.java:1653)
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:611)
at com.kartoflane.superluminal.core.Main.main(Main.java:358)