WitPTracker AE Release 1.11 Available!
Moderators: wdolson, MOD_War-in-the-Pacific-Admirals-Edition
- castor troy
- Posts: 14331
- Joined: Mon Aug 23, 2004 10:17 am
- Location: Austria
RE: WitPTracker AE Release 1.0
thanks, using no map did the trick and thanks for putting all that work into tracker, what an amazing tool! [&o]
RE: WitPTracker AE Release 1.0
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!
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!
RE: WitPTracker AE Release 1.0
Yaab, you need to download the 32-bit version of Java.
RE: WitPTracker AE Release 1.0
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]
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]
RE: WitPTracker AE Release 1.0
D/L link broken [&:]
RE: WitPTracker AE Release 1.0
ORIGINAL: Lysus
D/L link broken [&:]
No, you have to click on the arrow all the way to the right, not the file name.

- Attachments
-
- download.jpg (274.17 KiB) Viewed 299 times
RE: WitPTracker AE Release 1.0.1 Available
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.
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.
RE: WitPTracker AE Release 1.0.1 Available
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
RE: WitPTracker AE Release 1.0.1 Available
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]
# 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]
RE: WitPTracker AE Release 1.0
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)
RE: WitPTracker AE Release 1.0
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?
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?
RE: WitPTracker AE Release 1.0
This looks like it crashed during initialization of the GUI.
Did you try deleting all of the trackerdb.* files and try again?
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.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
RE: WitPTracker AE Release 1.0
hello
Scenario 1
Scenario 2
what is the main difference?
Scenario 1
Scenario 2
what is the main difference?
RE: WitPTracker AE Release 1.0
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.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
RE: WitPTracker AE Release 1.0
that's the question. What is the difference is not clearORIGINAL: floydg
But the scenarios themselves are different.
RE: WitPTracker AE Release 1.0
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.ORIGINAL: Mercenary
that's the question. What is the difference is not clearORIGINAL: floydg
But the scenarios themselves are different.
Intel Monkey: https://sites.google.com/view/staffmonkeys/home
-
- Posts: 8
- Joined: Mon Feb 06, 2017 4:30 pm
RE: WitPTracker AE Release 1.0
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..
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
Karl von Clausewitz
RE: WitPTracker AE Release 1.0
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.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
RE: WitPTracker AE Release 1.0
When will available Tracker for (64-bit) Windows system? We very wait!!!
RE: WitPTracker AE Release 1.0
I having this come up on new game 4 turns.


- Attachments
-
- cmd_FedMINAxfi.jpg (55.68 KiB) Viewed 299 times
Very Proud Marine Dad