RE: WitPTracker AE Release 1.11 Available! (Full Version)

All Forums >> [New Releases from Matrix Games] >> War in the Pacific: Admiral's Edition



Message


OnWargaming -> RE: WitPTracker AE Release 1.11 Available! (9/25/2021 1:13:05 PM)

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?





Nomad -> RE: WitPTracker AE Release 1.11 Available! (9/25/2021 1:29:10 PM)

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.




floydg -> RE: WitPTracker AE Release 1.11 Available! (9/25/2021 6:46:58 PM)


quote:

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?




Nomad -> RE: WitPTracker AE Release 1.11 Available! (9/25/2021 7:33:38 PM)

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.




floydg -> RE: WitPTracker AE Release 1.11 Available! (9/25/2021 7:55:31 PM)


quote:

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.




Nomad -> RE: WitPTracker AE Release 1.11 Available! (9/25/2021 8:01:53 PM)

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.




OnWargaming -> RE: WitPTracker AE Release 1.11 Available! (9/25/2021 8:58:04 PM)


quote:

ORIGINAL: floydg


quote:

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]local://upfiles/81765/8B9A325FED2046A1A0084BDDD1C21C9C.jpg[/image]




Nomad -> RE: WitPTracker AE Release 1.11 Available! (9/25/2021 9:24:30 PM)

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.




OnWargaming -> RE: WitPTracker AE Release 1.11 Available! (9/25/2021 10:01:11 PM)

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?




floydg -> RE: WitPTracker AE Release 1.11 Available! (9/25/2021 10:09:43 PM)


quote:

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.




witpqs -> RE: WitPTracker AE Release 1.11 Available! (9/25/2021 10:21:56 PM)

Is the base missing in the game or only in Tracker?




Nomad -> RE: WitPTracker AE Release 1.11 Available! (9/25/2021 11:03:41 PM)

Only in tracker, it is present in the game.




Nomad -> RE: WitPTracker AE Release 1.11 Available! (9/26/2021 1:39:26 AM)


quote:

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?


I believe the difference is that all the other bases have no port, only Port Dickson has a possible port.




witpqs -> RE: WitPTracker AE Release 1.11 Available! (9/26/2021 3:33:30 AM)


quote:

ORIGINAL: Nomad

Only in tracker, it is present in the game.

OK.

Are you looking for it within the particular region, or with the display set to show all bases?

The point is it might just be missing from the regions file loaded into Tracker, which is easy to fix.




Nomad -> RE: WitPTracker AE Release 1.11 Available! (9/26/2021 4:23:59 AM)

Tracker does not see it.




OnWargaming -> RE: WitPTracker AE Release 1.11 Available! (9/26/2021 9:56:13 AM)


quote:

ORIGINAL: witpqs


quote:

ORIGINAL: Nomad

Only in tracker, it is present in the game.

OK.

Are you looking for it within the particular region, or with the display set to show all bases?

The point is it might just be missing from the regions file loaded into Tracker, which is easy to fix.



I noticed that because I tried to import a file with the added bases.
As Nomad said, you don't see only this base with any view.




sufa101loofa -> RE: WitPTracker AE Release 1.11 Available! (9/28/2021 6:07:37 PM)

I am getting the following when trying to run WitPTracker bat file - any help would be appreciated. I have installed Java 8 64 bit and Microsoft Visual C++.

D:\Program Files\Extracted Files\War in the Pacific AE>java -Xms512m -Xmx640m -jar "WitPTracker.jar"
Initializing WitP Tracker AE database.
Exception in thread "main" java.lang.UnsatisfiedLinkError: D:\Program Files\Extracted Files\War in the Pacific AE\pwsdll7.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at JNIpws.JNIpws.<clinit>(JNIpws.java:20)
at witptracker.SaveFileReader.<init>(SaveFileReader.java:99)
at witptracker.Main.main(Main.java:141)

D:\Program Files\Extracted Files\War in the Pacific AE>pause
Press any key to continue . . .




Nomad -> RE: WitPTracker AE Release 1.11 Available! (9/28/2021 6:17:48 PM)


quote:

ORIGINAL: sufa101loofa

I am getting the following when trying to run WitPTracker bat file - any help would be appreciated. I have installed Java 8 64 bit and Microsoft Visual C++.

D:\Program Files\Extracted Files\War in the Pacific AE>java -Xms512m -Xmx640m -jar "WitPTracker.jar"
Initializing WitP Tracker AE database.
Exception in thread "main" java.lang.UnsatisfiedLinkError: D:\Program Files\Extracted Files\War in the Pacific AE\pwsdll7.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at JNIpws.JNIpws.<clinit>(JNIpws.java:20)
at witptracker.SaveFileReader.<init>(SaveFileReader.java:99)
at witptracker.Main.main(Main.java:141)

D:\Program Files\Extracted Files\War in the Pacific AE>pause
Press any key to continue . . .


You will have to download the 32-bit Java version and use it, not the 64-bit version.




Tanaka -> RE: WitPTracker AE Release 1.11 Available! (10/13/2021 7:01:01 AM)

Ran out of memory so purged all alerts. Now I cannot get alerts for my current turn. Is there a way to get alerts back for just the current turn? Running the turn does not bring them back. Tried reinstalling but get the same result...




Bleek -> RE: WitPTracker AE Release 1.11 Available! (10/13/2021 7:45:42 AM)

Apologies if it's already mentioned (this is a big thread), but has someone done a tutorial video for this?




floydg -> RE: WitPTracker AE Release 1.11 Available! (10/14/2021 5:19:28 PM)


quote:

ORIGINAL: Tanaka

Ran out of memory so purged all alerts. Now I cannot get alerts for my current turn. Is there a way to get alerts back for just the current turn? Running the turn does not bring them back. Tried reinstalling but get the same result...


Alerts are generated when a second turn is loaded. The alerts are derived from changes between the older turn information and the newer turn's information.




MrG -> RE: WitPTracker AE Release 1.11 Available! (11/4/2021 1:32:23 PM)

I have been using Tracker successfully, but only started using it at Turn 48.
I have tried a new install in another directory to try to build up all the previous info from the beginning by using the Autosave versions for Tracker to read.
I get the following errors show:

WARNING: Could not initialize SigInt information for turn 3.
WARNING: Could not initialize Operations information for turn 3.

I will be grateful for any help/advice on this.
Thanks

Robin




floydg -> RE: WitPTracker AE Release 1.11 Available! (11/4/2021 3:23:59 PM)


quote:

ORIGINAL: MrG

I have been using Tracker successfully, but only started using it at Turn 48.
I have tried a new install in another directory to try to build up all the previous info from the beginning by using the Autosave versions for Tracker to read.
I get the following errors show:

WARNING: Could not initialize SigInt information for turn 3.
WARNING: Could not initialize Operations information for turn 3.

I will be grateful for any help/advice on this.
Thanks

Robin


The SigInt and Operations information comes from the operations and sigint files dated the day before the loaded turn. If those files aren't available, you get those messages. You can ignore them or manually load the files (Turn > Read sigint file or Turn > Read operations file).





MrG -> RE: WitPTracker AE Release 1.11 Available! (11/4/2021 7:29:35 PM)

Thanks Floydg for that fast response.

Tracker is happily loading all the ops and SigInt files now.

Robin




Yaab -> RE: WitPTracker AE Release 1.11 Available! (11/19/2021 11:10:12 AM)

floydg, would it be feasible to add Ship Comparison feature to Tracker? We already have Aircraft Comparison feature which is great, but I struggle to compare ships between classes (CA versus BB, CA vs DDs etc) and Jap vs Allies in the same ship class. Heck, even intra-class comparison is eye-tiring when you have several ships of the same class like Jap or USN DDs.




floydg -> RE: WitPTracker AE Release 1.11 Available! (11/19/2021 4:48:32 PM)


quote:

ORIGINAL: Yaab

floydg, would it be feasible to add Ship Comparison feature to Tracker? We already have Aircraft Comparison feature which is great, but I struggle to compare ships between classes (CA versus BB, CA vs DDs etc) and Jap vs Allies in the same ship class. Heck, even intra-class comparison is eye-tiring when you have several ships of the same class like Jap or USN DDs.


It's software -- anything is possible... [;)]




CyrusSpitama -> RE: WitPTracker AE Release 1.11 Available! (11/28/2021 5:19:11 PM)

Just wanted to say that after a long absence from the game, I have returned. It is wonderful to see this Tracker program still maintained. Thanks @floydg




Nomad -> RE: WitPTracker AE Release 1.11 Available! (11/28/2021 9:30:51 PM)


quote:

ORIGINAL: CyrusSpitama

Just wanted to say that after a long absence from the game, I have returned. It is wonderful to see this Tracker program still maintained. Thanks @floydg


Let me point you to Combat Reporter found here I find it very useful for sorting the combat report, ops and sigint files




Zovs -> RE: WitPTracker AE Release 1.11 Available! (12/1/2021 2:42:05 PM)

Does this Tracker really need Java 6? Or can we use the latest version: Java SE 17.0.1 (LTS)




Nomad -> RE: WitPTracker AE Release 1.11 Available! (12/1/2021 3:49:00 PM)

It has to be a 32-bit version.




Page: <<   < prev  202 203 [204] 205 206   next >   >>

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
2.046875