Page 273 of 325

RE: WitPTracker AE Release 1.10 Available!

Posted: Sat Nov 12, 2016 7:27 am
by 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!

Posted: Sat Nov 12, 2016 12:25 pm
by n01487477
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.
They are generated after the 2nd turn is read. I assume you haven't read 2 turns yet ?

RE: WitPTracker AE Release 1.10 Available!

Posted: Sat Nov 12, 2016 1:34 pm
by szmike
ORIGINAL: n01487477

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.
They are generated after the 2nd turn is read. I assume you haven't read 2 turns yet ?

Correct. Thank you.

RE: WitPTracker AE Release 1.10 Available!

Posted: Sat Nov 12, 2016 6:50 pm
by adarbrauner
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?

RE: WitPTracker AE Release 1.10 Available!

Posted: Sun Nov 13, 2016 7:34 am
by 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 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!

Posted: Sun Nov 13, 2016 11:23 am
by floydg
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 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

Version 1.1 or 1.10? Assuming it's 1.10, can you send me a save (witptracker@gmail.com)?


RE: WitPTracker AE Release 1.10 Available!

Posted: Sun Nov 13, 2016 12:12 pm
by sanderz
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!

Posted: Tue Nov 15, 2016 3:50 am
by hamakaze
HELP[&:]

Image

RE: WitPTracker AE Release 1.10 Available!

Posted: Tue Nov 15, 2016 9:42 am
by floydg
ORIGINAL: hamakaze

HELP[&:]

Image

Save file could be corrupted. Does it load fine in the game itself?

RE: WitPTracker AE Release 1.10 Available!

Posted: Sat Nov 26, 2016 10:21 pm
by 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.

RE: WitPTracker AE Release 1.10 Available!

Posted: Sat Nov 26, 2016 11:01 pm
by 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.

RE: WitPTracker AE Release 1.10 Available!

Posted: Sun Nov 27, 2016 1:44 am
by Dirtnap86
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!

Posted: Tue Nov 29, 2016 10:08 pm
by reezing
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

RE: WitPTracker AE Release 1.10 Available!

Posted: Thu Jan 12, 2017 5:01 pm
by Revthought
Trying to install the tracker on a new machine, and Windows 10 is not happy about it.

RE: WitPTracker AE Release 1.10 Available!

Posted: Thu Jan 12, 2017 9:28 pm
by 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.

RE: WitPTracker AE Release 1.10 Available!

Posted: Thu Jan 12, 2017 9:31 pm
by btd64
Include screen shots of any error messages....GP

RE: WitPTracker AE Release 1.10 Available!

Posted: Fri Jan 13, 2017 12:05 pm
by Revthought
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.

RE: WitPTracker AE Release 1.10 Available!

Posted: Tue Jan 17, 2017 3:52 am
by palioboy2
Image

Any help gents?

RE: WitPTracker AE Release 1.10 Available!

Posted: Tue Jan 17, 2017 6:32 am
by Schorsch
out of memory error. read the possible solutions on the tracker homepage

RE: WitPTracker AE Release 1.10 Available!

Posted: Wed Jan 18, 2017 11:42 am
by fulcrum28
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?