June Release: WitPTracker now at 1.6!

Gary Grigsby's strategic level wargame covering the entire War in the Pacific from 1941 to 1945 or beyond.

Moderators: Joel Billings, wdolson, Don Bowen, mogami

User avatar
Roger Neilson II
Posts: 1419
Joined: Sun Jul 16, 2006 11:16 am
Location: Newcastle upon Tyne. England

RE: WitPTracker 1.0

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


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

RE: WitPTracker 1.0

Post by 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. [;)]
Delete the trackerdb.* files.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
floydg
Posts: 2060
Joined: Sat Jun 26, 2004 10:08 pm
Location: Middletown, NJ

RE: WitPTracker 1.0

Post by floydg »

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

RE: WitPTracker 1.0

Post by floydg »

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.
User avatar
Nomad
Posts: 7273
Joined: Wed Sep 05, 2001 8:00 am
Location: West Yellowstone, Montana

RE: WitPTracker 1.0

Post by Nomad »

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

WitPTracker 1.0.2(?) Update

Post by floydg »

Folks -
&nbsp;
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.
&nbsp;
Updates as they become available.
&nbsp;
Floyd
Delete the trackerdb.* files.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
Coach Z
Posts: 576
Joined: Tue Jul 31, 2007 8:38 pm
Location: New York

RE: WitPTracker 1.0.2(?) Update

Post by Coach Z »

1.02 Already!
&nbsp;
Damn why did I get the earliest Version....you would have thought one of the Beta testers....&nbsp;or was I a half Alpha-half Beta tester; &nbsp;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
floydg
Posts: 2060
Joined: Sat Jun 26, 2004 10:08 pm
Location: Middletown, NJ

RE: WitPTracker 1.0.2(?) Update

Post by floydg »

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.
Sayar
Posts: 58
Joined: Sat Oct 20, 2007 7:36 pm

RE: WitPTracker 1.0.2(?) Update

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

RE: WitPTracker 1.0.2(?) Update

Post by floydg »

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.
User avatar
n01487477
Posts: 4759
Joined: Tue Feb 21, 2006 12:00 am

RE: WitPTracker 1.0

Post by 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 ?

User avatar
USSAmerica
Posts: 19211
Joined: Mon Oct 28, 2002 4:32 am
Location: Graham, NC, USA
Contact:

RE: WitPTracker 1.0

Post by USSAmerica »

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!&nbsp; [8D]
Mike

"Good times will set you free" - Jimmy Buffett

"They need more rum punch" - Me

Image
Artwork by The Amazing Dixie
User avatar
Roger Neilson II
Posts: 1419
Joined: Sun Jul 16, 2006 11:16 am
Location: Newcastle upon Tyne. England

RE: WitPTracker 1.0

Post by Roger Neilson II »

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

RE: WitPTracker 1.0

Post by floydg »

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

RE: WitPTracker 1.0

Post by floydg »

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.
User avatar
Roger Neilson II
Posts: 1419
Joined: Sun Jul 16, 2006 11:16 am
Location: Newcastle upon Tyne. England

RE: WitPTracker 1.0

Post by Roger Neilson II »

Yes those are the things I meant.

Roger
Image
User avatar
Nomad
Posts: 7273
Joined: Wed Sep 05, 2001 8:00 am
Location: West Yellowstone, Montana

RE: WitPTracker 1.0

Post by Nomad »

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.



Image
Attachments
trackererror3.jpg
trackererror3.jpg (81.83 KiB) Viewed 264 times
User avatar
n01487477
Posts: 4759
Joined: Tue Feb 21, 2006 12:00 am

RE: WitPTracker 1.0

Post by n01487477 »

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.
User avatar
Nomad
Posts: 7273
Joined: Wed Sep 05, 2001 8:00 am
Location: West Yellowstone, Montana

RE: WitPTracker 1.0

Post by Nomad »

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

WitPTracker 1.0.2

Post by floydg »

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
Delete the trackerdb.* files.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
Post Reply

Return to “War In The Pacific - Struggle Against Japan 1941 - 1945”