RE: WitPTracker AE Release 1.10 Available!
Posted: Sat Nov 12, 2016 7:27 am
I have no Alerts at all. Game against AI. No such problem for PBEM game. Is there any trick to get it to work? Everything else shows OK.
They are generated after the 2nd turn is read. I assume you haven't read 2 turns yet ?ORIGINAL: szmike
I have no Alerts at all. Game against AI. No such problem for PBEM game. Is there any trick to get it to work? Everything else shows OK.
ORIGINAL: n01487477
They are generated after the 2nd turn is read. I assume you haven't read 2 turns yet ?ORIGINAL: szmike
I have no Alerts at all. Game against AI. No such problem for PBEM game. Is there any trick to get it to work? Everything else shows OK.
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)
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
ORIGINAL: sanderz
I am getting the following error using tracker version 1.1 and java jre1.8.0_101
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 trackerjava.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
ORIGINAL: floydg
Version 1.1 or 1.10? Assuming it's 1.10, can you send me a save (witptracker@gmail.com)?

ORIGINAL: hamakaze
HELP[&:]
![]()
ORIGINAL: Dirtnap86
Newbie here, is the link in the first post the most up to date?
I just bought the game (about an hour ago) but have been lurking around for a few months, reading AARs.
ORIGINAL: floydg
ORIGINAL: Dirtnap86
Newbie here, is the link in the first post the most up to date?
I just bought the game (about an hour ago) but have been lurking around for a few months, reading AARs.
Yes, that's the latest.
ORIGINAL: Revthought
Trying to install the tracker on a new machine, and Windows 10 is not happy about it.
ORIGINAL: BillBrown
ORIGINAL: Revthought
Trying to install the tracker on a new machine, and Windows 10 is not happy about it.
Maybe something is wrong? A whole lot more info might give someone a chance to help you.
