floydg
Posts: 2052
Joined: 6/27/2004 From: Middletown, NJ Status: offline
|
quote:
ORIGINAL: sanderz I am getting the following error using tracker version 1.1 and java jre1.8.0_101 quote:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at witptracker.AircraftComparePanel.SetPlaneInfo(AircraftComparePanel.java:580) at witptracker.AircraftComparePanel.actionPerformed(AircraftComparePanel.java:499) at javax.swing.JComboBox.fireActionEvent(Unknown Source) at javax.swing.JComboBox.setSelectedItem(Unknown Source) at javax.swing.JComboBox.setSelectedIndex(Unknown Source) at javax.swing.plaf.basic.BasicComboPopup$Handler.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at javax.swing.plaf.basic.BasicComboPopup$1.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) this is on BigB mod after i updated the scenario file, then deleted all the trackerDB files and ran it again --- what happens is the in the plane comparison section the dropdowns get stuck on the first plane, so even if you choose a different plane the pic and stats don't change any suggestions for whats going on here and how to correct? many thanks EDIT: just noticed i get the following when i first start tracker quote:
java.sql.SQLException: Numeric value out of range at org.hsqldb.jdbc.Util.sqlException(Unknown Source) at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source) at org.hsqldb.jdbc.jdbcStatement.executeUpdate(Unknown Source) at witptracker.Database.InsertRow(Database.java:54) at witptracker.Device.InsertInTable(Device.java:242) at witptracker.SaveFileReader.ReadDeviceInfo(SaveFileReader.java:1276) at witptracker.SaveFileReader.<init>(SaveFileReader.java:170) at witptracker.Main.main(Main.java:141) Insert Error code = -65 Table=Devices Values=(213,'Atomic Bomb',3,20000,0,65500,65500,150,0,0,0,65500,65500,213,2,45,6,1,99,99) WitP Tracker AE tables loaded in 3 secondsjava.sql.SQLException: Numeric value out of range at org.hsqldb.jdbc.Util.sqlException(Unknown Source) at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source) at org.hsqldb.jdbc.jdbcStatement.executeUpdate(Unknown Source) at witptracker.Database.InsertRow(Database.java:54) at witptracker.Device.InsertInTable(Device.java:242) at witptracker.SaveFileReader.ReadDeviceInfo(SaveFileReader.java:1276) at witptracker.SaveFileReader.<init>(SaveFileReader.java:170) at witptracker.Main.main(Main.java:141) Insert Error code = -65 Table=Devices Values=(213,'Atomic Bomb',3,20000,0,65500,65500,150,0,0,0,65500,65500,213,2,45,6,1,99,99) WitP Tracker AE tables loaded in 3 seconds Version 1.1 or 1.10? Assuming it's 1.10, can you send me a save (witptracker@gmail.com)?
|