WitPTracker AE Release 1.11 Available!

This new stand alone release based on the legendary War in the Pacific from 2 by 3 Games adds significant improvements and changes to enhance game play, improve realism, and increase historical accuracy. With dozens of new features, new art, and engine improvements, War in the Pacific: Admiral's Edition brings you the most realistic and immersive WWII Pacific Theater wargame ever!

Moderators: wdolson, MOD_War-in-the-Pacific-Admirals-Edition

sanderz
Posts: 866
Joined: Thu Jan 08, 2009 2:39 pm
Location: Devon, England

RE: WitPTracker AE Release 1.10 Available!

Post 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.





sanderz
Posts: 866
Joined: Thu Jan 08, 2009 2:39 pm
Location: Devon, England

RE: WitPTracker AE Release 1.10 Available!

Post 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
floydg
Posts: 2053
Joined: Sat Jun 26, 2004 10:08 pm
Location: Middletown, NJ

RE: WitPTracker AE Release 1.10 Available!

Post 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
Delete the trackerdb.* files.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
sanderz
Posts: 866
Joined: Thu Jan 08, 2009 2:39 pm
Location: Devon, England

RE: WitPTracker AE Release 1.10 Available!

Post 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?
floydg
Posts: 2053
Joined: Sat Jun 26, 2004 10:08 pm
Location: Middletown, NJ

RE: WitPTracker AE Release 1.10 Available!

Post 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.

Delete the trackerdb.* files.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
Big B
Posts: 4633
Joined: Wed Jun 01, 2005 5:41 pm
Location: Cali
Contact:

RE: WitPTracker AE Release 1.10 Available!

Post 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.
Big B
Posts: 4633
Joined: Wed Jun 01, 2005 5:41 pm
Location: Cali
Contact:

RE: WitPTracker AE Release 1.10 Available!

Post 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
Dili
Posts: 4713
Joined: Fri Sep 10, 2004 4:33 pm

RE: WitPTracker AE Release 1.10 Available!

Post by Dili »

Is not possible to know which units have a certain device?

Edit: disregard, it shows in Pool History
User avatar
btd64
Posts: 12794
Joined: Sat Jan 23, 2010 12:48 am
Location: Lancaster, OHIO

RE: WitPTracker AE Release 1.10 Available!

Post 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

Image
Attachments
Tracker error 6-9-18.jpg
Tracker error 6-9-18.jpg (87.42 KiB) Viewed 90 times
Intel i7 4.3GHz 10th Gen,16GB Ram,Nvidia GeForce MX330

AKA General Patton

DWU-Beta Tester
TOAW4-Alpha/Beta Tester
DW2-Alpha/Beta Tester
New Game Development Team

"Do everything you ask of those you command"....Gen. George S. Patton
User avatar
btd64
Posts: 12794
Joined: Sat Jan 23, 2010 12:48 am
Location: Lancaster, OHIO

RE: WitPTracker AE Release 1.10 Available!

Post by btd64 »

Here's the error message....GP

Image
Attachments
Tracker er.. 6-9-18b.jpg
Tracker er.. 6-9-18b.jpg (24.18 KiB) Viewed 90 times
Intel i7 4.3GHz 10th Gen,16GB Ram,Nvidia GeForce MX330

AKA General Patton

DWU-Beta Tester
TOAW4-Alpha/Beta Tester
DW2-Alpha/Beta Tester
New Game Development Team

"Do everything you ask of those you command"....Gen. George S. Patton
User avatar
BillBrown
Posts: 2335
Joined: Sat Jun 15, 2002 3:55 am

RE: WitPTracker AE Release 1.10 Available!

Post by BillBrown »

Make your command line be:

"C:\jre6-tracker\jre6\bin\java" -Xms256m -Xmx768m -jar "WitPtracker.jar" nomap
User avatar
witpqs
Posts: 26376
Joined: Mon Oct 04, 2004 7:48 pm
Location: Argleton

RE: WitPTracker AE Release 1.10 Available!

Post by witpqs »

ORIGINAL: btd64

Here's the error message....GP

Image
I don't know if this is it, but shouldn't there be a space right before -Xms1g?
User avatar
BillBrown
Posts: 2335
Joined: Sat Jun 15, 2002 3:55 am

RE: WitPTracker AE Release 1.10 Available!

Post by BillBrown »

Yes, there does need to be a space there, but you would get a different error message.
User avatar
btd64
Posts: 12794
Joined: Sat Jan 23, 2010 12:48 am
Location: Lancaster, OHIO

RE: WitPTracker AE Release 1.10 Available!

Post by btd64 »

Thanks Bill. The line that you said to try, worked. And I did fix the space also witpqs.[:)]....GP
Intel i7 4.3GHz 10th Gen,16GB Ram,Nvidia GeForce MX330

AKA General Patton

DWU-Beta Tester
TOAW4-Alpha/Beta Tester
DW2-Alpha/Beta Tester
New Game Development Team

"Do everything you ask of those you command"....Gen. George S. Patton
Andronicus
Posts: 9
Joined: Mon Jun 11, 2018 5:52 pm

RE: WitPTracker AE Release 1.10 Available!

Post 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!
User avatar
Edward75
Posts: 206
Joined: Fri Apr 16, 2010 1:24 pm
Location: St. Petersburg, Russia

RE: WitPTracker AE Release 1.10 Available!

Post 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:

Image

But I can not with Leaders. Not possible select all. Why? Is there any way to do this?

Image
floydg
Posts: 2053
Joined: Sat Jun 26, 2004 10:08 pm
Location: Middletown, NJ

RE: WitPTracker AE Release 1.10 Available!

Post 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)?
Delete the trackerdb.* files.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
User avatar
Edward75
Posts: 206
Joined: Fri Apr 16, 2010 1:24 pm
Location: St. Petersburg, Russia

RE: WitPTracker AE Release 1.10 Available!

Post 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?
floydg
Posts: 2053
Joined: Sat Jun 26, 2004 10:08 pm
Location: Middletown, NJ

RE: WitPTracker AE Release 1.10 Available!

Post 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.
Delete the trackerdb.* files.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
User avatar
RogerJNeilson
Posts: 1277
Joined: Thu Apr 12, 2012 5:21 am
Location: Bedlington, Northumberland, UK

RE: WitPTracker AE Release 1.10 Available!

Post by RogerJNeilson »

hmmm, suddenly there is a problem. Been running no issue for ages.



Image
Attachments
ScreenSho..22.28.10.jpg
ScreenSho..22.28.10.jpg (40.5 KiB) Viewed 90 times
An unplanned dynasty: Roger Neilson, Roger Neilson 11, Roger Neilson 3 previous posts 898+1515 + 1126 = 3539.....Finally completed my game which started the day WITP:AE was released
Post Reply

Return to “War in the Pacific: Admiral's Edition”