June Release: WitPTracker now at 1.6!
Moderators: Joel Billings, wdolson, Don Bowen, mogami
- Roger Neilson II
- Posts: 1419
- Joined: Sun Jul 16, 2006 11:16 am
- Location: Newcastle upon Tyne. England
RE: WitPTracker 1.0
Ok Nomad thanks for confirmation that yours works, wonder if its a scenario specific issue, using CHS 157 with a brand new install of WITPTracker, all set up correctly, still doesn't work - does for me on WITP base no problem so its not a set up issue. CMD run gives me this report:
D:\>cd mike witptracker
D:\Mike WITPTRACKER>witptracker
D:\Mike WITPTRACKER>java -jar "WitPTracker.jar"
Initializing WitP Tracker 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:56)
at witptracker.AirGroup.InsertSmallDelta(AirGroup.java:204)
at witptracker.AirGroup.InsertInTable(AirGroup.java:195)
at witptracker.SaveFileReader.ReadAirGroups(SaveFileReader.java:432)
at witptracker.SaveFileReader.<init>(SaveFileReader.java:72)
at witptracker.Main.main(Main.java:104)
Insert Error code = -65
Table=AirGroupSmallDelta Values=(1151,191,13,35000)
Exception in thread "main" java.lang.NullPointerException
at witptracker.ResourceLocation.<init>(ResourceLocation.java:46)
at witptracker.InMemoryDB.PostProcessResources(InMemoryDB.java:207)
at witptracker.InMemoryDB.LoadStartupTables(InMemoryDB.java:130)
at witptracker.Main.main(Main.java:118)
D:\Mike WITPTRACKER>
Different game, same CHS scenario, different install folder:
D:\>cd martti witptracker
D:\Martti WITPTRAcker>witptracker
D:\Martti WITPTRAcker>java -jar "WitPTracker.jar"
Exception in thread "main" java.lang.NullPointerException
at witptracker.ResourceLocation.<init>(ResourceLocation.java:46)
at witptracker.InMemoryDB.PostProcessResources(InMemoryDB.java:207)
at witptracker.InMemoryDB.LoadStartupTables(InMemoryDB.java:130)
at witptracker.Main.main(Main.java:118)
D:\Martti WITPTRAcker>
Another different game, same scenario, brand new Witptracker install....
Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\Roger>d:
D:\>cd chris witptracker
D:\Chris WITPTRACKER>witptracker
D:\Chris WITPTRACKER>java -jar "WitPTracker.jar"
Initializing WitP Tracker 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:56)
at witptracker.AirGroup.InsertSmallDelta(AirGroup.java:204)
at witptracker.AirGroup.InsertInTable(AirGroup.java:195)
at witptracker.SaveFileReader.ReadAirGroups(SaveFileReader.java:432)
at witptracker.SaveFileReader.<init>(SaveFileReader.java:72)
at witptracker.Main.main(Main.java:104)
Insert Error code = -65
Table=AirGroupSmallDelta Values=(1151,338,13,36600)
Exception in thread "main" java.lang.NullPointerException
at witptracker.ResourceLocation.<init>(ResourceLocation.java:46)
at witptracker.InMemoryDB.PostProcessResources(InMemoryDB.java:207)
at witptracker.InMemoryDB.LoadStartupTables(InMemoryDB.java:130)
at witptracker.Main.main(Main.java:118)
D:\Chris WITPTRACKER>
D:\>cd mike witptracker
D:\Mike WITPTRACKER>witptracker
D:\Mike WITPTRACKER>java -jar "WitPTracker.jar"
Initializing WitP Tracker 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:56)
at witptracker.AirGroup.InsertSmallDelta(AirGroup.java:204)
at witptracker.AirGroup.InsertInTable(AirGroup.java:195)
at witptracker.SaveFileReader.ReadAirGroups(SaveFileReader.java:432)
at witptracker.SaveFileReader.<init>(SaveFileReader.java:72)
at witptracker.Main.main(Main.java:104)
Insert Error code = -65
Table=AirGroupSmallDelta Values=(1151,191,13,35000)
Exception in thread "main" java.lang.NullPointerException
at witptracker.ResourceLocation.<init>(ResourceLocation.java:46)
at witptracker.InMemoryDB.PostProcessResources(InMemoryDB.java:207)
at witptracker.InMemoryDB.LoadStartupTables(InMemoryDB.java:130)
at witptracker.Main.main(Main.java:118)
D:\Mike WITPTRACKER>
Different game, same CHS scenario, different install folder:
D:\>cd martti witptracker
D:\Martti WITPTRAcker>witptracker
D:\Martti WITPTRAcker>java -jar "WitPTracker.jar"
Exception in thread "main" java.lang.NullPointerException
at witptracker.ResourceLocation.<init>(ResourceLocation.java:46)
at witptracker.InMemoryDB.PostProcessResources(InMemoryDB.java:207)
at witptracker.InMemoryDB.LoadStartupTables(InMemoryDB.java:130)
at witptracker.Main.main(Main.java:118)
D:\Martti WITPTRAcker>
Another different game, same scenario, brand new Witptracker install....
Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\Roger>d:
D:\>cd chris witptracker
D:\Chris WITPTRACKER>witptracker
D:\Chris WITPTRACKER>java -jar "WitPTracker.jar"
Initializing WitP Tracker 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:56)
at witptracker.AirGroup.InsertSmallDelta(AirGroup.java:204)
at witptracker.AirGroup.InsertInTable(AirGroup.java:195)
at witptracker.SaveFileReader.ReadAirGroups(SaveFileReader.java:432)
at witptracker.SaveFileReader.<init>(SaveFileReader.java:72)
at witptracker.Main.main(Main.java:104)
Insert Error code = -65
Table=AirGroupSmallDelta Values=(1151,338,13,36600)
Exception in thread "main" java.lang.NullPointerException
at witptracker.ResourceLocation.<init>(ResourceLocation.java:46)
at witptracker.InMemoryDB.PostProcessResources(InMemoryDB.java:207)
at witptracker.InMemoryDB.LoadStartupTables(InMemoryDB.java:130)
at witptracker.Main.main(Main.java:118)
D:\Chris WITPTRACKER>

RE: WitPTracker 1.0
ORIGINAL: ny59giants
I'm waiting for some bugs to be worked out before I try it. I'm not as computer savvy as some.
I hear ya. I didn't think there were so many problems... [:(]
Nice to see Damian doing some useful work. [:D][:D]
Indeed. [;)]
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 1.0
ORIGINAL: Roger Neilson II
Ok Nomad thanks for confirmation that yours works, wonder if its a scenario specific issue, using CHS 157 with a brand new install of WITPTracker, all set up correctly, still doesn't work - does for me on WITP base no problem so its not a set up issue. CMD run gives me this report:
D:\>cd mike witptracker
D:\Mike WITPTRACKER>witptracker
D:\Mike WITPTRACKER>java -jar "WitPTracker.jar"
Initializing WitP Tracker 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:56)
at witptracker.AirGroup.InsertSmallDelta(AirGroup.java:204)
at witptracker.AirGroup.InsertInTable(AirGroup.java:195)
at witptracker.SaveFileReader.ReadAirGroups(SaveFileReader.java:432)
at witptracker.SaveFileReader.<init>(SaveFileReader.java:72)
at witptracker.Main.main(Main.java:104)
Insert Error code = -65
Table=AirGroupSmallDelta Values=(1151,191,13,35000)
Exception in thread "main" java.lang.NullPointerException
at witptracker.ResourceLocation.<init>(ResourceLocation.java:46)
at witptracker.InMemoryDB.PostProcessResources(InMemoryDB.java:207)
at witptracker.InMemoryDB.LoadStartupTables(InMemoryDB.java:130)
at witptracker.Main.main(Main.java:118)
D:\Mike WITPTRACKER>
Different game, same CHS scenario, different install folder:
D:\>cd martti witptracker
D:\Martti WITPTRAcker>witptracker
D:\Martti WITPTRAcker>java -jar "WitPTracker.jar"
Exception in thread "main" java.lang.NullPointerException
at witptracker.ResourceLocation.<init>(ResourceLocation.java:46)
at witptracker.InMemoryDB.PostProcessResources(InMemoryDB.java:207)
at witptracker.InMemoryDB.LoadStartupTables(InMemoryDB.java:130)
at witptracker.Main.main(Main.java:118)
D:\Martti WITPTRAcker>
Another different game, same scenario, brand new Witptracker install....
Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\Roger>d:
D:\>cd chris witptracker
D:\Chris WITPTRACKER>witptracker
D:\Chris WITPTRACKER>java -jar "WitPTracker.jar"
Initializing WitP Tracker 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:56)
at witptracker.AirGroup.InsertSmallDelta(AirGroup.java:204)
at witptracker.AirGroup.InsertInTable(AirGroup.java:195)
at witptracker.SaveFileReader.ReadAirGroups(SaveFileReader.java:432)
at witptracker.SaveFileReader.<init>(SaveFileReader.java:72)
at witptracker.Main.main(Main.java:104)
Insert Error code = -65
Table=AirGroupSmallDelta Values=(1151,338,13,36600)
Exception in thread "main" java.lang.NullPointerException
at witptracker.ResourceLocation.<init>(ResourceLocation.java:46)
at witptracker.InMemoryDB.PostProcessResources(InMemoryDB.java:207)
at witptracker.InMemoryDB.LoadStartupTables(InMemoryDB.java:130)
at witptracker.Main.main(Main.java:118)
D:\Chris WITPTRACKER>
Ugh. Okay, I'll look at these now.
Floyd
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 1.0
ORIGINAL: Mistmatz
Nice another tool! [:)]
Tried it with an RHS save game and got the following messages, any ideas?
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0 >= 0
at java.util.Vector.elementAt(Unknown Source)
at witptracker.Aircraft.GetAircraft(Aircraft.java:113)
at witptracker.InMemoryDB.LoadStartupTables(InMemoryDB.java:82)
at witptracker.Main.main(Main.java:118)
That means you have no aircraft models loaded. Interesting scenario... [;)]
Can you send the save game file and the witptracker.properties files to witptracker@gmail.com?
Thanks,
Floyd
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 1.0
To try and be helpful, I did a test of CHS 2.08 senario 157. I ran a historical first turn and ended the turn. I had no problems initializing the databases for both sides. I was able to open and view everything with no errors written out. So it does not seem to be the senario file.
WitPTracker 1.0.2(?) Update
Folks -
Most problems reported have been fixed. We are also working on a way to set the base-to-region assignments in a more friendly way that will be scenario- and mod-specific.
Updates as they become available.
Floyd
Most problems reported have been fixed. We are also working on a way to set the base-to-region assignments in a more friendly way that will be scenario- and mod-specific.
Updates as they become available.
Floyd
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 1.0.2(?) Update
1.02 Already!
Damn why did I get the earliest Version....you would have thought one of the Beta testers.... or was I a half Alpha-half Beta tester; would get the 1st crack at the good stuff! But then again maybe this is revenge for puting most of his carriers in drydock![:D]
Damn why did I get the earliest Version....you would have thought one of the Beta testers.... or was I a half Alpha-half Beta tester; would get the 1st crack at the good stuff! But then again maybe this is revenge for puting most of his carriers in drydock![:D]
ZUCK
RE: WitPTracker 1.0.2(?) Update
ORIGINAL: Coach Z
1.02 Already!
Damn why did I get the earliest Version....you would have thought one of the Beta testers.... or was I a half Alpha-half Beta tester; would get the 1st crack at the good stuff! But then again maybe this is revenge for puting most of his carriers in drydock![:D]
The initial release of the program works fine for stock and BigB mods; it was the other mods that we had issues with, which is what we're working to fix now so everyone can enjoy the program as they get their carriers subjected to cheap shots. [:'(]
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 1.0.2(?) Update
were 1.02?
only 1.01 available on the download page. Seems you didn't updated it, or i missed something
only 1.01 available on the download page. Seems you didn't updated it, or i missed something
ORIGINAL: Coach Z
1.02 Already!
Damn why did I get the earliest Version....you would have thought one of the Beta testers.... or was I a half Alpha-half Beta tester; would get the 1st crack at the good stuff! But then again maybe this is revenge for puting most of his carriers in drydock![:D]
RE: WitPTracker 1.0.2(?) Update
ORIGINAL: Sayar
were 1.02?
only 1.01 available on the download page. Seems you didn't updated it, or i missed something
ORIGINAL: Coach Z
1.02 Already!
Damn why did I get the earliest Version....you would have thought one of the Beta testers.... or was I a half Alpha-half Beta tester; would get the 1st crack at the good stuff! But then again maybe this is revenge for puting most of his carriers in drydock![:D]
No, just Coach Z causing confusion. [:-]
The latest is still 1.0.1a.
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 1.0
ORIGINAL: floydg
ORIGINAL: ny59giants
I'm waiting for some bugs to be worked out before I try it. I'm not as computer savvy as some.
I hear ya. I didn't think there were so many problems... [:(]
Nice to see Damian doing some useful work. [:D][:D]
Indeed. [;)]
You guys are just jealous that I have another week off, next week...
Talking about which, I was going to start on doing some more tinkering (sorry Floyd) .. including:
1. providing a calculator for Japanese ship production (at present it just updates on turn)
2. looking at arm/veh production & load cost for LCU's more specifically.
3. changing the fonts of the airProduction screen.
4. Maybe an alternative table to the production chart ...
What do others think ?
- USSAmerica
- Posts: 19211
- Joined: Mon Oct 28, 2002 4:32 am
- Location: Graham, NC, USA
- Contact:
RE: WitPTracker 1.0
I haven't tried to install the tool yet, but I looked through a bunch of the screenshots, and I LOVE the page of the Production flowchart with actual values posted on it! [8D]
Mike
"Good times will set you free" - Jimmy Buffett
"They need more rum punch" - Me

Artwork by The Amazing Dixie
"Good times will set you free" - Jimmy Buffett
"They need more rum punch" - Me

Artwork by The Amazing Dixie
- Roger Neilson II
- Posts: 1419
- Joined: Sun Jul 16, 2006 11:16 am
- Location: Newcastle upon Tyne. England
RE: WitPTracker 1.0
ORIGINAL: n01487477
ORIGINAL: floydg
ORIGINAL: ny59giants
I'm waiting for some bugs to be worked out before I try it. I'm not as computer savvy as some.
I hear ya. I didn't think there were so many problems... [:(]
Nice to see Damian doing some useful work. [:D][:D]
Indeed. [;)]
You guys are just jealous that I have another week off, next week...
Talking about which, I was going to start on doing some more tinkering (sorry Floyd) .. including:
1. providing a calculator for Japanese ship production (at present it just updates on turn)
2. looking at arm/veh production & load cost for LCU's more specifically.
3. changing the fonts of the airProduction screen.
4. Maybe an alternative table to the production chart ...
What do others think ?
Personally most of that looks to be of benefit to the Evil Empire and the less they are helped the better (grin). The stuff you guys have donw is great, just waiting for a CHS solution as 75% of my games are CHS.
Don't know if its possible and within the scope of what you have set out to do, but I do like to track day on day changes of the info on the intel screen. But having to copy the data across manually to a spreadsheet is a pain so I only use one or two indicators. As the data is all there, but I have no idea where to find it other than using mark 1 eyeball any way of pulling this automatically from the game and into a table where you could see, at a glance, changes on a daily basis, or begin to spot trends? I regard it a little like the old hospital chart that sits at the bottom of a bed.... key indicators that show at a glance which way things are going.......
Roger

RE: WitPTracker 1.0
ORIGINAL: n01487477
You guys are just jealous that I have another week off, next week...
Talking about which, I was going to start on doing some more tinkering (sorry Floyd) .. including:
1. providing a calculator for Japanese ship production (at present it just updates on turn)
2. looking at arm/veh production & load cost for LCU's more specifically.
3. changing the fonts of the airProduction screen.
4. Maybe an alternative table to the production chart ...
What do others think ?
Well, if that's how you want to spend your vacation...
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 1.0
ORIGINAL: Roger Neilson II
Personally most of that looks to be of benefit to the Evil Empire and the less they are helped the better (grin). The stuff you guys have donw is great, just waiting for a CHS solution as 75% of my games are CHS.
I think we have most of your issues licked. I'll try to get a new release out this weekend.
Don't know if its possible and within the scope of what you have set out to do, but I do like to track day on day changes of the info on the intel screen. But having to copy the data across manually to a spreadsheet is a pain so I only use one or two indicators. As the data is all there, but I have no idea where to find it other than using mark 1 eyeball any way of pulling this automatically from the game and into a table where you could see, at a glance, changes on a daily basis, or begin to spot trends? I regard it a little like the old hospital chart that sits at the bottom of a bed.... key indicators that show at a glance which way things are going.......
Roger
Do you mean things like victory points, plane losses, bases controlled? If so, I'd like to do that, but I can't figure out where that info is in the save file... (yet).
Floyd
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.
- Roger Neilson II
- Posts: 1419
- Joined: Sun Jul 16, 2006 11:16 am
- Location: Newcastle upon Tyne. England
RE: WitPTracker 1.0
Is there a newer version than 1.0.1a? After using that version on 8 turns of a game, it now comes up with a nullpointer error during program launch. It is a CHS 2.08 game . Here is the error message.


- Attachments
-
- trackererror3.jpg (81.83 KiB) Viewed 266 times
RE: WitPTracker 1.0
Floyd and I hope to update by the end of the weekend, we believe that most of the problems are associated with base/region assignment & some other small issues ...
Sorry for the problems, we will endeavor to rectify this ASAP.
Sorry for the problems, we will endeavor to rectify this ASAP.
RE: WitPTracker 1.0
I just want to make sure you understand. I have had this program working fine. I used it for 8 turns or so. Now it will not load the program - the data that it stores seems to be corrupt.
WitPTracker 1.0.2
Folks -
Version 1.0.2 is now available here: http://witptracker.googlepages.com
This should fix most of the problems with null pointers related to region-to-base assignments. We added a function to import and export the assignments and we also provide four scenario files which will set up the region-to-base assignments (via the "import" function).
We also fixed a few other problems that were found and added some other features (as detailed on the web page).
Floyd and Damian
Version 1.0.2 is now available here: http://witptracker.googlepages.com
This should fix most of the problems with null pointers related to region-to-base assignments. We added a function to import and export the assignments and we also provide four scenario files which will set up the region-to-base assignments (via the "import" function).
We also fixed a few other problems that were found and added some other features (as detailed on the web page).
Floyd and Damian
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.