WitPTracker AE Release 1.11 Available!

This new stand alone release based on the legendary War in the Pacific from 2 by 3 Games adds significant improvements and changes to enhance game play, improve realism, and increase historical accuracy. With dozens of new features, new art, and engine improvements, War in the Pacific: Admiral's Edition brings you the most realistic and immersive WWII Pacific Theater wargame ever!

Moderators: wdolson, MOD_War-in-the-Pacific-Admirals-Edition

User avatar
castor troy
Posts: 14331
Joined: Mon Aug 23, 2004 10:17 am
Location: Austria

RE: WitPTracker AE Release 1.0

Post by castor troy »

thanks, using no map did the trick and thanks for putting all that work into tracker, what an amazing tool! [&o]
User avatar
Yaab
Posts: 5445
Joined: Tue Nov 08, 2011 2:09 pm
Location: Poland

RE: WitPTracker AE Release 1.0

Post by Yaab »

Java, cursed by thy name!

Long story short.

Downloaded Java 64-bit in April 2019.

Started scen001 as Allies. Tried to load the first turn in Tracker. Got the " pwsdll7.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform " error

Changed my TrackerNoMap batch file from the deafult:

java -Xms384m -Xmx512m -jar "WitPTracker.jar" nomap
pause

to a new path, where my 64-bit Java exe is placed

"C:\Program Files\Java\jre1.8.0_231\bin\java.exe" -Xms256m -Xmx768m -jar "WitPTracker.jar" nomap
pause

Yet, the IA 32-bit error is still there! I didn't sign up for THIS Java campaign!

User avatar
BillBrown
Posts: 2335
Joined: Sat Jun 15, 2002 3:55 am

RE: WitPTracker AE Release 1.0

Post by BillBrown »

Yaab, you need to download the 32-bit version of Java.
User avatar
Yaab
Posts: 5445
Joined: Tue Nov 08, 2011 2:09 pm
Location: Poland

RE: WitPTracker AE Release 1.0

Post by Yaab »

You, sir, are a genius!

Downloaded 32-bit Java.

Changed the Tracker bat path to

"C:\Program Files (x86)\Java\jre1.8.0_231\bin\java.exe" -Xms256m -Xmx768m -jar "WitPTracker.jar" nomap
pause

And it works![&o]
User avatar
Lysus
Posts: 17
Joined: Tue Oct 24, 2006 8:42 pm
Location: Apex, NC

RE: WitPTracker AE Release 1.0

Post by Lysus »

D/L link broken [&:]
User avatar
BillBrown
Posts: 2335
Joined: Sat Jun 15, 2002 3:55 am

RE: WitPTracker AE Release 1.0

Post by BillBrown »

ORIGINAL: Lysus

D/L link broken [&:]

No, you have to click on the arrow all the way to the right, not the file name.

Image
Attachments
download.jpg
download.jpg (274.17 KiB) Viewed 299 times
JamesHunt
Posts: 238
Joined: Sat May 07, 2016 6:22 am

RE: WitPTracker AE Release 1.0.1 Available

Post by JamesHunt »

I am testing the Japanese Human vs Ally AI Ironman "Revenge of the Dornier" scenario from the 2012 update thread and I get following errors when loading turn 1

Error comparebases
Error compare aploss
error compare aircraft

The loading bar in the lower part of the tool freezes at "compare ships"

Is this tool not compatible with the Japanese vs Ally AI Ironman scenario?

I also had to do the -Xms512m -Xmx768m modification otherwise the tool would crash most times when loading the map version, now it works.
User avatar
PaxMondo
Posts: 10261
Joined: Fri Jun 06, 2008 3:23 pm

RE: WitPTracker AE Release 1.0.1 Available

Post by PaxMondo »

No, I use tracker all the time. It looks as though your .properties isn't configured correctly for either the side you are playing or the # day/turn. something like that.
Pax
JamesHunt
Posts: 238
Joined: Sat May 07, 2016 6:22 am

RE: WitPTracker AE Release 1.0.1 Available

Post by JamesHunt »

Prefernces settings:

# WitPTracker AE properties file
# Directory of the game
Dir=[E:\Games\War in the Pacific Admiral's Edition]
# Type of game. 0=AI, 1=PBEM
GameType=[0]
# Side you are playing. 0=Japan, 1=Allies
Side=[0]
# Password. Only needed for PBEM
Password=[abc123]
# Name of the base save file
SaveFile=[wpae005.pws]
# Mode the program will look for save files.
# 0 = just in the local folder
# 1 = just in the game folder: [Dir]/SAVE
# 2 = local and then if not found there, the game folder
SaveMode=[1]
# Text to put in the header of the main window
Header=[Japan Ironman]
# Turn cycle (days per turn). 1 or 2 are supported
TurnCycle=[1]
Enforcer
Posts: 285
Joined: Thu Mar 14, 2002 1:34 am
Location: New Smyrna Beach, Fla
Contact:

RE: WitPTracker AE Release 1.0

Post by Enforcer »


Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 0 >= 0
at java.util.Vector.elementAt(Unknown Source)
at witptracker.AirGroupsPanel$3.getValueAt(AirGroupsPanel.java:288)
at witptracker.AirGroupsPanel$3.getColumnClass(AirGroupsPanel.java:299)
at javax.swing.table.TableRowSorter.useToString(Unknown Source)
at javax.swing.DefaultRowSorter.updateUseToString(Unknown Source)
at javax.swing.DefaultRowSorter.sort(Unknown Source)
at javax.swing.DefaultRowSorter.setRowFilter(Unknown Source)
at witptracker.AirGroupsPanel.actionPerformed(AirGroupsPanel.java:1384)
at javax.swing.JComboBox.fireActionEvent(Unknown Source)
at javax.swing.JComboBox.contentsChanged(Unknown Source)
at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
at javax.swing.DefaultComboBoxModel.setSelectedItem(Unknown Source)
at javax.swing.DefaultComboBoxModel.addElement(Unknown Source)
at javax.swing.JComboBox.addItem(Unknown Source)
at witptracker.AirGroupsPanel.PopulateCombos(AirGroupsPanel.java:1841)
at witptracker.AirGroupsPanel.<init>(AirGroupsPanel.java:1226)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:814)
at witptracker.GUIMain$5.run(GUIMain.java:1042)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Mandai
Posts: 18
Joined: Tue Oct 11, 2016 4:50 pm

RE: WitPTracker AE Release 1.0

Post by Mandai »

Hi all,

I have tried to start witpaetracker after rebooting. Change the window bat file to -Xms512m -Xms768m and finally to -Xms256m -Xmx768.

To save memory, I have used nomap.

I am running windows 10 with 8G installed RAM.

After many attempts, I still get the following message.

:\Users\dineu\Downloads\WITPAE 2019\WITP AE Tracker and other tools\WitPTracker AE Release 1.9.2>java -Xms256m -Xmx768m -jar "WitPTracker.jar" nomap
WitP Tracker AE tables loaded in 2 seconds
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 0 >= 0
at java.util.Vector.elementAt(Unknown Source)
at witptracker.BasePanel$1.getValueAt(BasePanel.java:157)
at witptracker.BasePanel$1.getColumnClass(BasePanel.java:233)
at javax.swing.table.TableRowSorter.useToString(Unknown Source)
at javax.swing.DefaultRowSorter.updateUseToString(Unknown Source)
at javax.swing.DefaultRowSorter.sort(Unknown Source)
at javax.swing.DefaultRowSorter.setRowFilter(Unknown Source)
at witptracker.BasePanel.actionPerformed(BasePanel.java:1087)
at javax.swing.JComboBox.fireActionEvent(Unknown Source)
at javax.swing.JComboBox.contentsChanged(Unknown Source)
at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
at javax.swing.DefaultComboBoxModel.setSelectedItem(Unknown Source)
at javax.swing.DefaultComboBoxModel.addElement(Unknown Source)
at javax.swing.JComboBox.addItem(Unknown Source)
at witptracker.BasePanel.SetRegionList(BasePanel.java:1469)
at witptracker.BasePanel.<init>(BasePanel.java:1029)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:744)
at witptracker.GUIMain$5.run(GUIMain.java:1020)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java. security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventforFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsforFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsforHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)


:\Users\dineu\Downloads\WITPAE 2019\WITP AE Tracker and other tools\WitPTracker AE Release 1.9.2>pause
•\ress any key to continue . . .


I have read this thread for clues as to how to solve the above puzzle but is clueless... Not sure if there are any fellow gamers that have hit the above error message?
floydg
Posts: 2060
Joined: Sat Jun 26, 2004 10:08 pm
Location: Middletown, NJ

RE: WitPTracker AE Release 1.0

Post by floydg »

This looks like it crashed during initialization of the GUI.

Did you try deleting all of the trackerdb.* files and try again?
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
Mercenary
Posts: 44
Joined: Thu Dec 25, 2008 7:05 pm
Location: Russia.

RE: WitPTracker AE Release 1.0

Post by Mercenary »

hello
Scenario 1
Scenario 2
what is the main difference?
floydg
Posts: 2060
Joined: Sat Jun 26, 2004 10:08 pm
Location: Middletown, NJ

RE: WitPTracker AE Release 1.0

Post by floydg »

ORIGINAL: Mercenary

hello
Scenario 1
Scenario 2
what is the main difference?

As far as WitPTracker is concerned, there is no difference. But the scenarios themselves are different.
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
Mercenary
Posts: 44
Joined: Thu Dec 25, 2008 7:05 pm
Location: Russia.

RE: WitPTracker AE Release 1.0

Post by Mercenary »

ORIGINAL: floydg
But the scenarios themselves are different.
that's the question. What is the difference is not clear
User avatar
witpqs
Posts: 26376
Joined: Mon Oct 04, 2004 7:48 pm
Location: Argleton

RE: WitPTracker AE Release 1.0

Post by witpqs »

ORIGINAL: Mercenary
ORIGINAL: floydg
But the scenarios themselves are different.
that's the question. What is the difference is not clear
Floyd's point is that it's not a Tracker question. Likely a better place yo post and get more answers is in the main forum. Basically scenario 2 provides advantages to the Japan side compared with scenario 1.
CmdrMctoast2
Posts: 8
Joined: Mon Feb 06, 2017 4:30 pm

RE: WitPTracker AE Release 1.0

Post by CmdrMctoast2 »

Dumb question as Ive been away from the game for 8 years and am now getting back into it,
does Tracker recognize changes made during setup of first move or will they reflect after
the opening turn?
Nice job on keeping tracker alive and progressing, kudos to your hard work..
The essence of military genius is to bring under consideration all of the tendencies of the mind and soul in combination towards the business of war.....

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

RE: WitPTracker AE Release 1.0

Post by floydg »

Whenever you decide to load the turn (which you can do only once), that's the snapshot the program uses.
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
Edward75
Posts: 209
Joined: Fri Apr 16, 2010 1:24 pm
Location: St. Petersburg, Russia

RE: WitPTracker AE Release 1.0

Post by Edward75 »

When will available Tracker for (64-bit) Windows system? We very wait!!!
User avatar
AdmNelson
Posts: 556
Joined: Mon May 14, 2001 8:00 am
Location: New Mexico

RE: WitPTracker AE Release 1.0

Post by AdmNelson »

I having this come up on new game 4 turns.

Image
Attachments
cmd_FedMINAxfi.jpg
cmd_FedMINAxfi.jpg (55.68 KiB) Viewed 299 times
Very Proud Marine Dad
Post Reply

Return to “War in the Pacific: Admiral's Edition”