Page 305 of 320

RE: WitPTracker AE Release 1.10 Available!

Posted: Mon Sep 06, 2021 6:59 pm
by Tanaka
ORIGINAL: floydg

ORIGINAL: Tanaka

Coming back to set up Tracker for my first PBEM. Seems everything loads up fine but there are no alerts for my Japanese turn 2. Is this normal or is something not working right?

Alerts show up when you load your second turn, since they're made by comparing old data with new data.

I thought so ugh how to fix...

RE: WitPTracker AE Release 1.10 Available!

Posted: Mon Sep 06, 2021 8:32 pm
by Nomad
Did you load turn 1?

RE: WitPTracker AE Release 1.10 Available!

Posted: Mon Sep 06, 2021 8:36 pm
by floydg
ORIGINAL: Tanaka

ORIGINAL: floydg

ORIGINAL: Tanaka

Coming back to set up Tracker for my first PBEM. Seems everything loads up fine but there are no alerts for my Japanese turn 2. Is this normal or is something not working right?

Alerts show up when you load your second turn, since they're made by comparing old data with new data.

I thought so ugh how to fix...

I don't think there is anything to fix. Maybe my terminology was off.
The first turn you load, whatever the turn number, will produce no Alerts.
The second turn you load, whatever the turn number, will produce Alerts based on what changed since the first loaded turn.

RE: WitPTracker AE Release 1.10 Available!

Posted: Mon Sep 06, 2021 9:22 pm
by Tanaka
ORIGINAL: floydg

ORIGINAL: Tanaka

ORIGINAL: floydg




Alerts show up when you load your second turn, since they're made by comparing old data with new data.

I thought so ugh how to fix...

I don't think there is anything to fix. Maybe my terminology was off.
The first turn you load, whatever the turn number, will produce no Alerts.
The second turn you load, whatever the turn number, will produce Alerts based on what changed since the first loaded turn.

Yep thanks got it to work again just reinstalled everything fresh...

RE: WitPTracker AE Release 1.10 Available!

Posted: Mon Sep 06, 2021 9:29 pm
by Tanaka
So the trick for me was deleting java in all locations. Reinstalling Java 32 and 64 in my location of choice. And then putting the Jave 32 exe in the Tracker folder. Same for Combat Reporter. Both work great now.

RE: WitPTracker AE Release 1.10 Available!

Posted: Wed Sep 08, 2021 8:21 am
by GuyTipton
ORIGINAL: floydg

ORIGINAL: GuyTipton

Hi Folks, My googlefu is failing me again. I had to reboot my computer with Tracker open (newest version) and now it appears the database is corrupted. Was there a way to repair the database? I was about 700 turns into a pbem game (stock quiet China).

D:\Games\War in the Pacific Admiral's Edition\witptracker>java -Xms512m -Xmx640m -jar "WitPTracker.jar"
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1662 >= 1662
at java.util.Vector.elementAt(Unknown Source)
at witptracker.AirGroup.GetAirGroups(AirGroup.java:232)
at witptracker.InMemoryDB.LoadStartupTables(InMemoryDB.java:150)
at witptracker.Main.main(Main.java:163)

Also tried "java -Xms768m -Xmx1024m -jar "WitPTracker.jar""

Cheers,
Guy
Looking at that code section, I think the DB is corrupted (some missing airgroup upgrade, it appears). I don't think it's recoverable, unfortunately.

Hi Floyd,

Thanx for looking.

Cheers,
Guy

RE: WitPTracker AE Release 1.11 Available!

Posted: Mon Sep 20, 2021 2:37 pm
by pbiggar
What do the "sy=" messages mean on industry screen? Is there a table with the codes

Here is an example:




Image

RE: WitPTracker AE Release 1.11 Available!

Posted: Mon Sep 20, 2021 2:52 pm
by Nomad
It is warning the you only have 6175 supply and you need 10,000+ to do the repair on the Vehicle Assembly factory.

RE: WitPTracker AE Release 1.11 Available!

Posted: Mon Sep 20, 2021 5:43 pm
by pbiggar
Great! Many thanks.

RE: WitPTracker AE Release 1.11 Available!

Posted: Mon Sep 20, 2021 6:13 pm
by pbiggar
Sorry, one more question as I try to understand the warnings. For Tokyo are there not have enough supplies here too?

There are 743,200 supplies present.





Image

RE: WitPTracker AE Release 1.11 Available!

Posted: Sat Sep 25, 2021 10:13 am
by OnWargaming
Hello,

I just downloaded and installed the Tracker, I associated it with the updated Scenario 7 by Andy Mac (new bases), but it seems that base Port Dickson (Malaysia) is missing.
I opened the editor and there is in the list.

Any clue?


RE: WitPTracker AE Release 1.11 Available!

Posted: Sat Sep 25, 2021 10:29 am
by Nomad
I have no idea, but it happens in all cases where Port Dickson is in the scenario. I just ignore it, it is not important.

RE: WitPTracker AE Release 1.11 Available!

Posted: Sat Sep 25, 2021 3:46 pm
by floydg
ORIGINAL: Nomad

I have no idea, but it happens in all cases where Port Dickson is in the scenario. I just ignore it, it is not important.

Is there any error message when the first save is loaded? What slot is the base in?

RE: WitPTracker AE Release 1.11 Available!

Posted: Sat Sep 25, 2021 4:33 pm
by Nomad
I believe that it has to do with it being set as a Commonwealth Port instead of a Commonwealth Base. The only game
I have with it in the database Andy Mac changed it for me and it works fine.

RE: WitPTracker AE Release 1.11 Available!

Posted: Sat Sep 25, 2021 4:55 pm
by floydg
ORIGINAL: Nomad

I believe that it has to do with it being set as a Commonwealth Port instead of a Commonwealth Base. The only game
I have with it in the database Andy Mac changed it for me and it works fine.

Okay, now I see it in the code. It has to be a "Beach" (0), "Base" (1) or "Airfield" (5) for the program to add it to the base list.

RE: WitPTracker AE Release 1.11 Available!

Posted: Sat Sep 25, 2021 5:01 pm
by Nomad
I had noticed that it was the only base set as a port, so when Andy Mac did the changes for my Variants game I had him change it to a base.

RE: WitPTracker AE Release 1.11 Available!

Posted: Sat Sep 25, 2021 5:58 pm
by OnWargaming
ORIGINAL: floydg

ORIGINAL: Nomad

I believe that it has to do with it being set as a Commonwealth Port instead of a Commonwealth Base. The only game
I have with it in the database Andy Mac changed it for me and it works fine.

Okay, now I see it in the code. It has to be a "Beach" (0), "Base" (1) or "Airfield" (5) for the program to add it to the base list.


Thanks for your support guys, exactly which is the value that must be changed?



Image

RE: WitPTracker AE Release 1.11 Available!

Posted: Sat Sep 25, 2021 6:24 pm
by Nomad
Changing the Type to a 1 or 5 should fix it. But, you can not save the scenario to slot 7, you can only use slots 26 - 199.

RE: WitPTracker AE Release 1.11 Available!

Posted: Sat Sep 25, 2021 7:01 pm
by OnWargaming
Ok, but this rise another question, the other bases added in Malaysia (l603 to 1611), all have the same type (06-Airfield) and are correctly loaded on Tracker.
Can be something else?

RE: WitPTracker AE Release 1.11 Available!

Posted: Sat Sep 25, 2021 7:09 pm
by floydg
ORIGINAL: OnWargaming

Ok, but this rise another question, the other bases added in Malaysia (l603 to 1611), all have the same type (06-Airfield) and are correctly loaded on Tracker.
Can be something else?

Interesting. Must some flaw in the logic, but I see that I'm checking for Type 0, 1 or 5 (not 6) to determine if it's a base.