Page 281 of 323
RE: WitPTracker AE Release 1.10 Available!
Posted: Mon Apr 02, 2018 4:16 pm
by sanderz
hi
Am playing BigB mod - hotseat
Tracker loaded fine for Allies and Japs at start of turn.
However after turn 1 whilst the Allies (multiturn) ran ok the Jap Tracker just stops without completing, right near the end on "Compare Air Groups".
Any ideas on what might be causing this and how to fix?
Many thanks
the console messages are:
G:\Games\WITPAE_BigBfinal\WitPTracker_Japan>"G:\jre1.8.0_91\bin\java.exe" -Xms512m -Xmx768m -jar "WitPTracker.jar"
Initializing WitP Tracker AE database.
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 seconds
WARNING: Could not find appropriate day in SigInt file <G:\Games\WITPAE_BigBfinal\SAVE\jsigint.txt> for 12/7/41.
WARNING: Could not find appropriate day in Operations file <G:\Games\WITPAE_BigBfinal\SAVE\joperationsreport.txt> for 12/7/41.
RE: WitPTracker AE Release 1.10 Available!
Posted: Mon Apr 02, 2018 5:33 pm
by sanderz
I have been looking at the mod in more detail and there are some strange things that might be causing this:
* The scenario was changed to end in in Sept 1945.
* Some planes (late models due to arrive after this date) are missing - i don't know if they were deleted by the scenario maker or they just disappeared because the scenario end date changed.
* Might there be air groups due to upgrade to the missing planes? - i had a quick look and couldn't see any but i could easily have missed it.
* Probably not related to my tracker problem but there are 2 japanese airframe factories that have no planes allocated - and unfortunately i don't think its possible to allocate any plane to these slots so the factory slots are wasted.
What is tracker comparing to what? And is there anyway for me to edit tracker to put things right as i really don't want to start the game all over again.
thanks
RE: WitPTracker AE Release 1.10 Available!
Posted: Mon Apr 02, 2018 6:32 pm
by floydg
ORIGINAL: sanderz
hi
Am playing BigB mod - hotseat
Tracker loaded fine for Allies and Japs at start of turn.
However after turn 1 whilst the Allies (multiturn) ran ok the Jap Tracker just stops without completing, right near the end on "Compare Air Groups".
Any ideas on what might be causing this and how to fix?
Many thanks
the console messages are:
G:\Games\WITPAE_BigBfinal\WitPTracker_Japan>"G:\jre1.8.0_91\bin\java.exe" -Xms512m -Xmx768m -jar "WitPTracker.jar"
Initializing WitP Tracker AE database.
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 seconds
WARNING: Could not find appropriate day in SigInt file <G:\Games\WITPAE_BigBfinal\SAVE\jsigint.txt> for 12/7/41.
WARNING: Could not find appropriate day in Operations file <G:\Games\WITPAE_BigBfinal\SAVE\joperationsreport.txt> for 12/7/41.
The "Atomic Bomb" device had some attribute values out of range for our device table. That's the only error. And all it does is just not store the bomb. Everything else should be fine.
And the two warnings are normal, so you can ignore them.
Floyd
RE: WitPTracker AE Release 1.10 Available!
Posted: Tue Apr 03, 2018 2:42 am
by sanderz
ORIGINAL: floydg
ORIGINAL: sanderz
hi
Am playing BigB mod - hotseat
Tracker loaded fine for Allies and Japs at start of turn.
However after turn 1 whilst the Allies (multiturn) ran ok the Jap Tracker just stops without completing, right near the end on "Compare Air Groups".
Any ideas on what might be causing this and how to fix?
Many thanks
the console messages are:
G:\Games\WITPAE_BigBfinal\WitPTracker_Japan>"G:\jre1.8.0_91\bin\java.exe" -Xms512m -Xmx768m -jar "WitPTracker.jar"
Initializing WitP Tracker AE database.
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 seconds
WARNING: Could not find appropriate day in SigInt file <G:\Games\WITPAE_BigBfinal\SAVE\jsigint.txt> for 12/7/41.
WARNING: Could not find appropriate day in Operations file <G:\Games\WITPAE_BigBfinal\SAVE\joperationsreport.txt> for 12/7/41.
The "Atomic Bomb" device had some attribute values out of range for our device table. That's the only error. And all it does is just not store the bomb. Everything else should be fine.
And the two warnings are normal, so you can ignore them.
Floyd
Thanks Floyd, but that's not the real problem, its that tracker gets stuck (i assume) and doesn't complete its "Compare Air Groups" check.
EDIT: It does seem to "finish" even though the progress bar never fully completes, am just worried as to whether the tracker data displayed will be fully correct?
RE: WitPTracker AE Release 1.10 Available!
Posted: Tue Apr 03, 2018 9:48 am
by floydg
ORIGINAL: sanderz
ORIGINAL: floydg
ORIGINAL: sanderz
hi
Am playing BigB mod - hotseat
Tracker loaded fine for Allies and Japs at start of turn.
However after turn 1 whilst the Allies (multiturn) ran ok the Jap Tracker just stops without completing, right near the end on "Compare Air Groups".
Any ideas on what might be causing this and how to fix?
Many thanks
the console messages are:
G:\Games\WITPAE_BigBfinal\WitPTracker_Japan>"G:\jre1.8.0_91\bin\java.exe" -Xms512m -Xmx768m -jar "WitPTracker.jar"
Initializing WitP Tracker AE database.
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 seconds
WARNING: Could not find appropriate day in SigInt file <G:\Games\WITPAE_BigBfinal\SAVE\jsigint.txt> for 12/7/41.
WARNING: Could not find appropriate day in Operations file <G:\Games\WITPAE_BigBfinal\SAVE\joperationsreport.txt> for 12/7/41.
The "Atomic Bomb" device had some attribute values out of range for our device table. That's the only error. And all it does is just not store the bomb. Everything else should be fine.
And the two warnings are normal, so you can ignore them.
Floyd
Thanks Floyd, but that's not the real problem, its that tracker gets stuck (i assume) and doesn't complete its "Compare Air Groups" check.
EDIT: It does seem to "finish" even though the progress bar never fully completes, am just worried as to whether the tracker data displayed will be fully correct?
Something must have crapped out silently, since it should eventually complete. To be sure, I'd need to try it myself. Contact me directly at
witptracker@gmail.com.
RE: WitPTracker AE Release 1.10 Available!
Posted: Tue Apr 03, 2018 4:51 pm
by Big B
There may be some air groups that I missed editing out due to arrival after Sep 2nd 1945 and game end date - air groups that should have aircraft that are not in the game ...let me check that
EDIT:
I have gone over all squadrons, and none are in the game that do not have a proper aircraft assigned to them ...ie - no squadron arrives after August 1945, and no squadron is assigned an aircraft that is only a blank slot - they are all valid aircraft.
Also - the aircraft factories that were assigned aircraft that no longer appear have either been switched to aircraft that remain in-game, or have been deleted.
On the first go around there were several factories that had a problem, but they were addressed some weeks ago.
I am not familiar with Tracker - so I don't know what the issue is.
RE: WitPTracker AE Release 1.10 Available!
Posted: Tue Apr 03, 2018 5:18 pm
by Big B
The Atom bomb device attributes have been reset - so there should be no issue with that now.
ORIGINAL: floydg
ORIGINAL: sanderz
hi
Am playing BigB mod - hotseat
Tracker loaded fine for Allies and Japs at start of turn.
However after turn 1 whilst the Allies (multiturn) ran ok the Jap Tracker just stops without completing, right near the end on "Compare Air Groups".
Any ideas on what might be causing this and how to fix?
Many thanks
the console messages are:
G:\Games\WITPAE_BigBfinal\WitPTracker_Japan>"G:\jre1.8.0_91\bin\java.exe" -Xms512m -Xmx768m -jar "WitPTracker.jar"
Initializing WitP Tracker AE database.
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 seconds
WARNING: Could not find appropriate day in SigInt file <G:\Games\WITPAE_BigBfinal\SAVE\jsigint.txt> for 12/7/41.
WARNING: Could not find appropriate day in Operations file <G:\Games\WITPAE_BigBfinal\SAVE\joperationsreport.txt> for 12/7/41.
The "Atomic Bomb" device had some attribute values out of range for our device table. That's the only error. And all it does is just not store the bomb. Everything else should be fine.
And the two warnings are normal, so you can ignore them.
Floyd
RE: WitPTracker AE Release 1.10 Available!
Posted: Tue May 22, 2018 3:23 am
by Dili
Is not possible to know which units have a certain device?
Edit: disregard, it shows in Pool History
RE: WitPTracker AE Release 1.10 Available!
Posted: Sat Jun 09, 2018 9:19 pm
by btd64
Hello Lady('s) and Gents. I have a small problem which I can't solve. See images. I can't get past this error....GP

RE: WitPTracker AE Release 1.10 Available!
Posted: Sat Jun 09, 2018 9:22 pm
by btd64
Here's the error message....GP

RE: WitPTracker AE Release 1.10 Available!
Posted: Sat Jun 09, 2018 9:32 pm
by BillBrown
Make your command line be:
"C:\jre6-tracker\jre6\bin\java" -Xms256m -Xmx768m -jar "WitPtracker.jar" nomap
RE: WitPTracker AE Release 1.10 Available!
Posted: Sat Jun 09, 2018 10:24 pm
by witpqs
ORIGINAL: btd64
Here's the error message....GP
I don't know if this is it, but shouldn't there be a space right before -Xms1g?
RE: WitPTracker AE Release 1.10 Available!
Posted: Sat Jun 09, 2018 10:28 pm
by BillBrown
Yes, there does need to be a space there, but you would get a different error message.
RE: WitPTracker AE Release 1.10 Available!
Posted: Sat Jun 09, 2018 11:17 pm
by btd64
Thanks Bill. The line that you said to try, worked. And I did fix the space also witpqs.[:)]....GP
RE: WitPTracker AE Release 1.10 Available!
Posted: Mon Jun 11, 2018 5:53 pm
by Andronicus
I finally decided to try out the Tracker and had the standard 64-byte Java problems. I read the comments here and it worked (installing 32-byte java, changing the command line). Thanks for the support!
RE: WitPTracker AE Release 1.10 Available!
Posted: Fri Jul 20, 2018 7:26 am
by Edward75
I need to copy data from tracker and transfer to Excel file. Like: Select All and Copy - Past: Ctrl+C - Ctrl+V
For example, I can do this with ships:
But I can not with Leaders. Not possible select all. Why? Is there any way to do this?

RE: WitPTracker AE Release 1.10 Available!
Posted: Fri Jul 20, 2018 7:42 am
by floydg
I'm not sure. It could be some setting in the table object. But have you looked at the Export function (in the File menu)?
RE: WitPTracker AE Release 1.10 Available!
Posted: Sun Jul 22, 2018 5:29 am
by Edward75
But have you looked at the Export function (in the File menu)?
I tried to change in menu, but nothing has changed. I'm not doing something right or it will not help.
Any other ideas?
RE: WitPTracker AE Release 1.10 Available!
Posted: Sun Jul 22, 2018 12:18 pm
by floydg
From the File menu, choose "Export CSV". From the "Data to export" drop-down, choose Leaders. This will export the contents of the Leaders panel in a CSV file.
RE: WitPTracker AE Release 1.10 Available!
Posted: Sun Jul 22, 2018 6:29 pm
by RogerJNeilson
hmmm, suddenly there is a problem. Been running no issue for ages.
