WitPTracker AE News
Moderators: wdolson, MOD_War-in-the-Pacific-Admirals-Edition
RE: WitPTracker AE Release 1.10 Available!
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.
RE: WitPTracker AE Release 1.10 Available!
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.
RE: WitPTracker AE Release 1.10 Available!
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.
Correct. Thank you.
-
adarbrauner
- Posts: 1531
- Joined: Thu Nov 03, 2016 3:40 am
- Location: Zichron Yaaqov, Israel; Before, Treviso, Italy
RE: WitPTracker AE Release 1.10 Available!
yES, EVERYTHING WORKING, THANK YOU.
as for the regions, should this mean that I can define a region and choose evry unit in it for a check (for example)?
And how to do it, practically?
as for the regions, should this mean that I can define a region and choose evry unit in it for a check (for example)?
And how to do it, practically?
RE: WitPTracker AE Release 1.10 Available!
I am getting the following error using tracker version 1.1 and java jre1.8.0_101
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
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
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
RE: WitPTracker AE Release 1.10 Available!
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
Version 1.1 or 1.10? Assuming it's 1.10, can you send me a save (witptracker@gmail.com)?
Delete the trackerdb.* files.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
RE: WitPTracker AE Release 1.10 Available!
ORIGINAL: floydg
Version 1.1 or 1.10? Assuming it's 1.10, can you send me a save (witptracker@gmail.com)?
i think i have sorted it - your mention of save games made me realise that i may have been loading the wrong save (as defined from the properties)
so far it looks ok
thanks
RE: WitPTracker AE Release 1.10 Available!
HELP[&:]


- Attachments
-
- QQ20161115144638.jpg (39.98 KiB) Viewed 541 times
RE: WitPTracker AE Release 1.10 Available!
ORIGINAL: hamakaze
HELP[&:]
![]()
Save file could be corrupted. Does it load fine in the game itself?
Delete the trackerdb.* files.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
RE: WitPTracker AE Release 1.10 Available!
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.
I just bought the game (about an hour ago) but have been lurking around for a few months, reading AARs.
RE: WitPTracker AE Release 1.10 Available!
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.
Delete the trackerdb.* files.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
RE: WitPTracker AE Release 1.10 Available!
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.
much obliged.
RE: WitPTracker AE Release 1.10 Available!
Just bought the game and updated it to the newest version. WiTPTracker worked fine for the Coral Sea Scenario, but when I started the campaign I got this:
WARNING: Unknown row in operations file <C:\Stuff\WiTP\SAVE\aoperationsreport_411207.txt>: [SLDR Henderson, A.D. of No.8 Sqn RAAF Det bails out with WOUNDS but is RESCUED]
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space
at java.awt.image.DataBufferInt.<init>(Unknown Source)
at java.awt.image.Raster.createPackedRaster(Unknown Source)
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
at java.awt.image.BufferedImage.<init>(Unknown Source)
at witptracker.MapPanel$Map.<init>(MapPanel.java:440)
at witptracker.MapPanel.<init>(MapPanel.java:229)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:920)
at witptracker.GUIMain$5.run(GUIMain.java:1042)
at java.awt.event.InvocationEvent.dispatch(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$1.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)
C:\Users\Tony\Downloads\WitPTracker AE Release 1.10>pause
Press any key to continue . . .
This is fixed when I use the nomap version
Edit: Fixed when I changed the max memory to 1024
WARNING: Unknown row in operations file <C:\Stuff\WiTP\SAVE\aoperationsreport_411207.txt>: [SLDR Henderson, A.D. of No.8 Sqn RAAF Det bails out with WOUNDS but is RESCUED]
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space
at java.awt.image.DataBufferInt.<init>(Unknown Source)
at java.awt.image.Raster.createPackedRaster(Unknown Source)
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
at java.awt.image.BufferedImage.<init>(Unknown Source)
at witptracker.MapPanel$Map.<init>(MapPanel.java:440)
at witptracker.MapPanel.<init>(MapPanel.java:229)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:920)
at witptracker.GUIMain$5.run(GUIMain.java:1042)
at java.awt.event.InvocationEvent.dispatch(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$1.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)
C:\Users\Tony\Downloads\WitPTracker AE Release 1.10>pause
Press any key to continue . . .
This is fixed when I use the nomap version
Edit: Fixed when I changed the max memory to 1024
- Revthought
- Posts: 523
- Joined: Wed Jan 14, 2009 5:42 pm
- Location: San Diego (Lives in Indianapolis)
RE: WitPTracker AE Release 1.10 Available!
Trying to install the tracker on a new machine, and Windows 10 is not happy about it.
Playing at war is a far better vocation than making people fight in them.
RE: WitPTracker AE Release 1.10 Available!
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.
RE: WitPTracker AE Release 1.10 Available!
Include screen shots of any error messages....GP
IntelUltra7 16cores, 32gb ram, NvidiaGeForceRTX 2050
DW2-Alpha/Beta Tester
WIS Manual Team Lead & Beta Support Team
"Do everything you ask of those you command" Gen. George S. Patton
WiS Discord channel coming soon....
DW2-Alpha/Beta Tester
WIS Manual Team Lead & Beta Support Team
"Do everything you ask of those you command" Gen. George S. Patton
WiS Discord channel coming soon....
- Revthought
- Posts: 523
- Joined: Wed Jan 14, 2009 5:42 pm
- Location: San Diego (Lives in Indianapolis)
RE: WitPTracker AE Release 1.10 Available!
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.
I was able to make it work. It wasn't so much the error message as it was the "built in" windows defender insisting that the tracker was malware.
Playing at war is a far better vocation than making people fight in them.
RE: WitPTracker AE Release 1.10 Available!

Any help gents?
RE: WitPTracker AE Release 1.10 Available!
out of memory error. read the possible solutions on the tracker homepage
RE: WitPTracker AE Release 1.10 Available!
press any key to continue.. that is my status now..
I'm playing campaign and i would really need this marvelous tool..
I first tested with coral sea battle and it worked!
then, i started campaign and after i saved two turns, I tried to open again and since then "press any key to continue"..
i tried to upload the save of coral sea battle and then..again "press any key to continue"...
where is the problem?
I'm playing campaign and i would really need this marvelous tool..
I first tested with coral sea battle and it worked!
then, i started campaign and after i saved two turns, I tried to open again and since then "press any key to continue"..
i tried to upload the save of coral sea battle and then..again "press any key to continue"...
where is the problem?





