Page 303 of 320

RE: WitPTracker AE Release 1.10 Available!

Posted: Fri Apr 23, 2021 3:25 pm
by JammyO
ORIGINAL: floydg

ORIGINAL: JammyO

Hello everyone,

I have WitP TRACKER up and running. I'm playing the Japanese in the Guadalcanal Scenario (scenario 04). Everything is working like a charm except TRACKER is substituting Allied ship bitmaps for all of my Japanese ships. Or at least that's what I think may be happening (I'm new to both WitP-AE & Tracker).

I tried to upload a screenshot to highlight the issue, but I still don't have that privilege (if I understand the automated forum notice I received). Anyway, if you can "picture it" [8D], the screenshot would have shown information about the class of one of my submarines (I-171). All of the data is correct (I think), but the image (or bitmap) is not.

From looking thru the WitP-AE files, I think the correct bitmap (a submarine in profile) is labelled "JnSide0135.bmp" within the "JapShip_Back" folder within the "ART" folder. However, the bitmap in the screenshot (a small ship) appears to be "AnSide0135.bmp", which is found within the "AlliedShip_Back" folder.

I have searched the forum but wasn't able to find anything relating to this issue. I'd greatly appreciate any comments or advice.

Cheers!

It's a problem with the program, I believe. I have fixed something related to it, but haven't released it. I'll try to get that out soon.

Thank you for the quick response. Your efforts are much appreciated! Tracker is a fine program & makes playing the game that much more enjoyable.

WitPTracker AE Release 1.11 Available!

Posted: Sat May 01, 2021 7:03 pm
by floydg
Well, since it's been almost six years since the last release, I figured I'd release what I had lying around.

It's not much, but I did fix some bugs and added just a few things. The full details are here: https://sites.google.com/site/witptracker/releases

Enjoy!

RE: WitPTracker AE Release 1.11 Available!

Posted: Sat May 01, 2021 7:06 pm
by SuluSea
Awesome Floyd! Thank you!

RE: WitPTracker AE Release 1.11 Available!

Posted: Sat May 01, 2021 8:03 pm
by Nomad
Thank you floyd.

RE: WitPTracker AE Release 1.11 Available!

Posted: Sat May 01, 2021 9:53 pm
by MBF
+1 [&o]

RE: WitPTracker AE Release 1.11 Available!

Posted: Sat May 01, 2021 11:24 pm
by FeurerKrieg
Thank you Floyd! Great to see continued support for such an excellent utility.

RE: WitPTracker AE Release 1.11 Available!

Posted: Mon May 03, 2021 5:28 pm
by USSAmerica
ORIGINAL: floydg

Well, since it's been almost six years since the last release, I figured I'd release what I had lying around.

It's not much, but I did fix some bugs and added just a few things. The full details are here: https://sites.google.com/site/witptracker/releases

Enjoy!


Bravo Zulu!

RE: WitPTracker AE Release 1.11 Available!

Posted: Thu May 06, 2021 1:32 am
by JammyO
I just had an opportunity to try version 1.11 of the Tracker. Thank you so much for this update!!

RE: WitPTracker AE Release 1.11 Available!

Posted: Fri May 07, 2021 12:12 pm
by Edward75
Just one question only!
Is new version compatible with 64-bit Windows or not?

RE: WitPTracker AE Release 1.11 Available!

Posted: Fri May 07, 2021 1:30 pm
by Nomad
All versions have been compatible with 64-bit Windows, just not with 64-bit Java. It has to do with the file pwsdll7.dll being a 32-bit program.
You can run the program using 64-bit Java, but you can not read a new turn in with 64-bit Java.

RE: WitPTracker AE Release 1.11 Available!

Posted: Fri May 07, 2021 5:13 pm
by Edward75
Yes I know. I meant compatibility with Java! Sorry. That is, new version is not yet compatible with 64-bit Java.
floydg promised to do it, I waited so much. I am saddened(

RE: WitPTracker AE Release 1.11 Available!

Posted: Sat May 08, 2021 11:34 am
by floydg
ORIGINAL: Edward75

Yes I know. I meant compatibility with Java! Sorry. That is, new version is not yet compatible with 64-bit Java.
floydg promised to do it, I waited so much. I am saddened(

I just don't have an infinite amount of time...

RE: WitPTracker AE Release 1.11 Available!

Posted: Sat May 22, 2021 8:46 pm
by Bill Durrant
Trying to follow the instructions but I'm obviously doing something wrong. Can anyone point me in the right direction, please?

Image

RE: WitPTracker AE Release 1.11 Available!

Posted: Sat May 22, 2021 9:23 pm
by Nomad
You must download and install the 32-bit version of Java.

Note that you should put it in a completely different location than the 64-bit version.

RE: WitPTracker AE Release 1.11 Available!

Posted: Sat May 22, 2021 9:44 pm
by Bill Durrant
Thanks - I installed both and I guess they went to the same place but haven't a clue where they would have ended up. The only Java folders I can find relate to jre 1.8.0 which are in C:ProgramFile/Java and C:Program Files(x86)/Java. Apologies I'm not great with Windows

RE: WitPTracker AE Release 1.11 Available!

Posted: Sat May 22, 2021 9:58 pm
by Nomad
I think the one in the C:Program Files(x86) is the 32-bit on. You need to change your bat file to point directly to the java.exe program
in that folder. Something like this:

Put your 32 bit java in some place other than the default one and then point tracker directly to it, like this:

"c:\nomads 32 bit java\installation\bin\java.exe" -Xms768m -Xmx768m -jar "WitPTracker.jar"
pause

RE: WitPTracker AE Release 1.11 Available!

Posted: Sat May 22, 2021 10:15 pm
by Bill Durrant
Thank you! I'll give it a go [&o]

RE: WitPTracker AE Release 1.11 Available!

Posted: Tue Jun 01, 2021 10:43 pm
by Nomad
Hi guys, I just saw this set of error messages. I do not know how long they have been popping up. I am just showing one, but there are lots of them. I am worried about the message that is bolded:

java.sql.SQLException: java.io.IOException: S1000 Data file size limit is reached
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.TurnInfo.AddNewTurn(TurnInfo.java:59)
at witptracker.ReadTurnTask.doInBackground(ReadTurnTask.java:279)
at witptracker.ReadTurnTask.doInBackground(ReadTurnTask.java:1)
at javax.swing.SwingWorker$1.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at javax.swing.SwingWorker.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Is this something I need to worry about? I have 17 months of data stored, Dec 7, 1941 to May 5, 1943.

RE: WitPTracker AE Release 1.11 Available!

Posted: Tue Jun 01, 2021 11:11 pm
by floydg
Yipes. Didn't expect that to happen. You can free up some DB space by purging old Alerts.

RE: WitPTracker AE Release 1.11 Available!

Posted: Tue Jun 01, 2021 11:25 pm
by Nomad
Interesting. I had alerts from day 2 up. The trackerdb.data is 2GB in size and did not change size when I cleared all but the last 10 days of alerts.

Also, I did not get any error messages when I loaded tracker, maybe they only show up when I read a turn in. I am at a good spot to restart my database
so I will do that but also I will see what happens with the next turn.