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

Numdydar
Posts: 3271
Joined: Fri Feb 13, 2004 9:56 pm

RE: WitPTracker AE Release 1.9.2 Available!

Post by Numdydar »

I fixed this by putting the java EXE in the tracker folder. IIRC, this means that Tracker cannot find Java on your system.
User avatar
kaleun
Posts: 5144
Joined: Tue May 28, 2002 10:57 pm
Location: Colorado

RE: WitPTracker AE Release 1.9.2 Available!

Post by kaleun »

Tried that. Didn't work. Same error.
Appear at places to which he must hasten; move swiftly where he does not expect you.
Sun Tzu
CaptDave
Posts: 651
Joined: Thu Jun 20, 2002 9:11 pm
Location: Federal Way, WA

RE: WitPTracker AE Release 1.9.2 Available!

Post by CaptDave »

You're first going to need to get Java 6, not the latest version. Then you can worry about the pathing problems.
User avatar
kaleun
Posts: 5144
Joined: Tue May 28, 2002 10:57 pm
Location: Colorado

RE: WitPTracker AE Release 1.9.2 Available!

Post by kaleun »

So where exactly can we get Java 6? I tried the Java page and found hundreds of different options.
Appear at places to which he must hasten; move swiftly where he does not expect you.
Sun Tzu
User avatar
witpqs
Posts: 26376
Joined: Mon Oct 04, 2004 7:48 pm
Location: Argleton

RE: WitPTracker AE Release 1.9.2 Available!

Post by witpqs »

All Java 6 releases up to and including 6u45 have been moved to the Java Archive on the Oracle Technology Network, where they will remain available but not receive further updates.
From this link:
http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase6-419409.html#jre-6u45-oth-JPR
I am pretty sure it is this installation file:



Image
Attachments
JavaArchi..154801.jpg
JavaArchi..154801.jpg (200.32 KiB) Viewed 115 times
User avatar
kaleun
Posts: 5144
Joined: Tue May 28, 2002 10:57 pm
Location: Colorado

RE: WitPTracker AE Release 1.9.2 Available!

Post by kaleun »

Done, still same error.

Image
Attachments
Trackererror.jpg
Trackererror.jpg (283.96 KiB) Viewed 114 times
Appear at places to which he must hasten; move swiftly where he does not expect you.
Sun Tzu
User avatar
witpqs
Posts: 26376
Joined: Mon Oct 04, 2004 7:48 pm
Location: Argleton

RE: WitPTracker AE Release 1.9.2 Available!

Post by witpqs »

Your command line inside the bat file that you are using to run Tracker is wrong. Just for comparison, here is mine:
"C:\Program Files (x86)\Java\jre6\bin\java" -Xms512m -Xmx768m -jar "WitPTracker.jar" nomap

Notice that in front of the word "java" is the location of that "java" file.
CaptDave
Posts: 651
Joined: Thu Jun 20, 2002 9:11 pm
Location: Federal Way, WA

RE: WitPTracker AE Release 1.9.2 Available!

Post by CaptDave »

Yes, that's the next step. Java 6's location is not in your system's search path (and you don't want it there), so you need to specify the path. Unless you installed it somewhere besides the default, the path witpqs provided is the one you need. Thus, you need to edit the batch file in your Tracker directory to include the full path.
IronDuke_slith
Posts: 1385
Joined: Sun Jun 30, 2002 4:00 pm
Location: Manchester, UK

RE: WitPTracker AE Release 1.9.2 Available!

Post by IronDuke_slith »

Anyone got any ideas, I'm getting the following error.


C:\Users\IronDuke\Desktop\WitPTracker AE Release 1.9.2>"C:\Program Files (x86)
\Java\jre6\bin\java" -Xms512m -Xmx768m -jar "WitPTracker.jar" nomap
WitP Tracker AE tables loaded in 1 seconds
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
0 >= 0
at java.util.Vector.elementAt(Unknown Source)
at witptracker.ShipClassPanel$1.getValueAt(ShipClassPanel.java:149)
at witptracker.ShipClassPanel$1.getColumnClass(ShipClassPanel.java:177)
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.ShipClassPanel.actionPerformed(ShipClassPanel.java:862)
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.ShipClassPanel.PopulateCombos(ShipClassPanel.java:789)
at witptracker.ShipClassPanel.<init>(ShipClassPanel.java:664)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:736)
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$400(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.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)

C:\Users\IronDuke\Desktop\WitPTracker AE Release 1.9.2>pause
Press any key to continue . . .

Want to start a game as Japanese and would love to have Tracker to help, but have been fiddling with it for an hour or so now to no avail.

I get the databases created, but the tracker doesn't appear.

Regards,
ID
User avatar
CrackSabbath
Posts: 119
Joined: Mon Jun 07, 2004 7:59 pm
Location: Aridzona

RE: WitPTracker AE Release 1.9.2 Available!

Post by CrackSabbath »


I'm having a similar issue. I ran Tracker w/no issues previously. I'm now in a PBEM match using the Beta patch. I tried copying the DLL from the Beta 2 directory per a suggestion in the Beta thread, but no luck.

I'm stumped.

Here is the error log.


C:\Matrix Games\WitPTracker AE Release 1.9.2>java -Xms384m -Xmx512m -jar "WitPTr
acker.jar"
WitP Tracker AE tables loaded in 12 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$400(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.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)

C:\Matrix Games\WitPTracker AE Release 1.9.2>pause
Press any key to continue . . .
The Dude abides
User avatar
kaleun
Posts: 5144
Joined: Tue May 28, 2002 10:57 pm
Location: Colorado

RE: WitPTracker AE Release 1.9.2 Available!

Post by kaleun »

I winder if CrackSabbathh's pbem game is mine[;)]
Maybe we'll both play without tracker.
Appear at places to which he must hasten; move swiftly where he does not expect you.
Sun Tzu
User avatar
CrackSabbath
Posts: 119
Joined: Mon Jun 07, 2004 7:59 pm
Location: Aridzona

RE: WitPTracker AE Release 1.9.2 Available!

Post by CrackSabbath »

Nope. [:)]
ORIGINAL: kaleun

I winder if CrackSabbathh's pbem game is mine[;)]
Maybe we'll both play without tracker.

The Dude abides
User avatar
CrackSabbath
Posts: 119
Joined: Mon Jun 07, 2004 7:59 pm
Location: Aridzona

RE: WitPTracker AE Release 1.9.2 Available!

Post by CrackSabbath »

I ended up re-installing it and it's working fine. Go figure.
[&:]
The Dude abides
jswhite1
Posts: 10
Joined: Wed Feb 12, 2014 8:15 pm

RE: WitPTracker AE Release 1.9.2 Available!

Post by jswhite1 »

Ok...I finally bought this game. Installed without a problem...downloaded a couple of helpful utilities including Tracker.

After a week I have a question (the first of many I'm sure) that I cannot find the answer for. In Tracker there is a column titled "Cargo/(F/H)" and for the life of me I can't seem to determine what it represents.

Any help would be appreciated.



Image
Attachments
CargoQuestion.jpg
CargoQuestion.jpg (221.78 KiB) Viewed 114 times
IronDuke_slith
Posts: 1385
Joined: Sun Jun 30, 2002 4:00 pm
Location: Manchester, UK

RE: WitPTracker AE Release 1.9.2 Available!

Post by IronDuke_slith »



After some fiddling about, I can get a new game as Japanese loaded.

However, there are no regions assigned and I can't successfully import one of the existing sets either. I think the issue is caused by the base names which have all generated in some weird wing dings type font so as to be unrecogniseable as when I try and load a set of regions I get errors saying base names not found or not matching etc.

Anyone got any ideas?

regards,
ID.
User avatar
IdahoNYer
Posts: 2739
Joined: Sun Sep 06, 2009 2:07 am
Location: NYer living in Boise, ID

RE: WitPTracker AE Release 1.9.2 Available!

Post by IdahoNYer »

Got a Tracker problem......Tracker was working fine - until I updated to the latest beta patch today. Did a turn and then had tracker read a turn and I got an "error comparing bases" message and the read turn does not complete. Is tracker dead in the water for this game?
User avatar
n01487477
Posts: 4759
Joined: Tue Feb 21, 2006 12:00 am

RE: WitPTracker AE Release 1.9.2 Available!

Post by n01487477 »

ORIGINAL: IronDuke

Anyone got any ideas, I'm getting the following error.


C:\Users\IronDuke\Desktop\WitPTracker AE Release 1.9.2>"C:\Program Files (x86)
\Java\jre6\bin\java" -Xms512m -Xmx768m -jar "WitPTracker.jar" nomap
WitP Tracker AE tables loaded in 1 seconds
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
0 >= ShowGUI(GUIMain.java:736)
at witptracker.GUIMain$5.run(GUIMain.java:1020)
This is because you haven't got the right pwsdll.dll in the tracker folder... delete db files and start again.
User avatar
n01487477
Posts: 4759
Joined: Tue Feb 21, 2006 12:00 am

RE: WitPTracker AE Release 1.9.2 Available!

Post by n01487477 »

ORIGINAL: jswhite1

Ok...I finally bought this game. Installed without a problem...downloaded a couple of helpful utilities including Tracker.

After a week I have a question (the first of many I'm sure) that I cannot find the answer for. In Tracker there is a column titled "Cargo/(F/H)" and for the life of me I can't seem to determine what it is
It's fuel/hex -- but its a little misleading cause it is number just to compare efficiency of cargo / fuel / hex...
User avatar
n01487477
Posts: 4759
Joined: Tue Feb 21, 2006 12:00 am

RE: WitPTracker AE Release 1.9.2 Available!

Post by n01487477 »

ORIGINAL: IdahoNYer

Got a Tracker problem......Tracker was working fine - until I updated to the latest beta patch today. Did a turn and then had tracker read a turn and I got an "error comparing bases" message and the read turn does not complete. Is tracker dead in the water for this game?
Well you can delete the dbase and start again... im in malaysia on hols so i cant test.. make sure the dll is the right one
Michael sometimes updates it.
User avatar
IdahoNYer
Posts: 2739
Joined: Sun Sep 06, 2009 2:07 am
Location: NYer living in Boise, ID

RE: WitPTracker AE Release 1.9.2 Available!

Post by IdahoNYer »

Thanks Damian....so how do I delete the database? Boy - that sounds like a dumb question...
I deleted the data file and started tracker - and it wouldn't complete loading. Do I need to delete the backup file as well?

Post Reply

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