Page 231 of 320
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Wed Dec 18, 2013 2:24 pm
by John B.
Has anyone seen this error before? Do I need to add more turns somehow, or is the problem something entirely different?
C:\Users\John\Desktop\WitPTracker AE Release 1.9.2>java -Xms384m -Xmx512m -jar "
WitPTracker.jar"
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$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.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\John\Desktop\WitPTracker AE Release 1.9.2>pause
Press any key to continue . . .
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Wed Dec 18, 2013 9:36 pm
by floydg
ORIGINAL: John B.
Has anyone seen this error before? Do I need to add more turns somehow, or is the problem something entirely different?
C:\Users\John\Desktop\WitPTracker AE Release 1.9.2>java -Xms384m -Xmx512m -jar "
WitPTracker.jar"
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)
[...]
C:\Users\John\Desktop\WitPTracker AE Release 1.9.2>pause
Press any key to continue . . .
How many turns were already loaded? Looks to me like the database is empty.
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Thu Dec 19, 2013 6:57 am
by Historiker
I have a new Laptop with Win 7 64bit running. When starting the tracker, I get "Java platform SE binary doesn't work any more" and that's it...
How can I get the tracker running?
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Thu Dec 19, 2013 7:11 am
by n01487477
ORIGINAL: Historiker
I have a new Laptop with Win 7 64bit running. When starting the tracker, I get "Java platform SE binary doesn't work any more" and that's it...
How can I get the tracker running?
Hi Mate -
You need java 6v45. Java 7 doesn't work.
Install this ...
https://dl.dropboxusercontent.com/u/176 ... s-i586.exe
Then point your batch file to point to "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar"
If you are using the beta. Go to the beta2 folder in your game folder and copy the pwsdll.dll to the tracker folder ...
Run the batch

RE: WitPTracker AE Release 1.9.2 Available!
Posted: Thu Dec 19, 2013 7:17 am
by Historiker
thanks, now it is running!
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sat Dec 21, 2013 1:54 pm
by John B.
Hi Floyd,
How does one load a turn. I have it on my system and have played turns since then but I just tried it again and got the same error message. Is there some step I'm missing out on? Thanks for your help and sorry if I'm overlooking some simple step.
John
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sat Dec 21, 2013 2:17 pm
by floydg
ORIGINAL: John B.
Hi Floyd,
How does one load a turn. I have it on my system and have played turns since then but I just tried it again and got the same error message. Is there some step I'm missing out on? Thanks for your help and sorry if I'm overlooking some simple step.
John
Is there something on this page you're missing?
https://sites.google.com/site/witptracker/loading-turns
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sat Dec 21, 2013 3:46 pm
by Marc
Hi guys,
in your databasetable "lcus" is a field named "attributes".
I think that there are values stored in binary format.
I think 1, 2 and 4 mean the following:
1 - static
2 - restricted temp
4 - restricted permanent
but could you please tell what
8 -
16 -
32 -
mean?
Thank you!
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sat Dec 21, 2013 4:21 pm
by floydg
I don't think I'm allowed to say due to non-disclosure agreement.
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sun Dec 22, 2013 8:43 am
by Marc
ORIGINAL: floydg
I don't think I'm allowed to say due to non-disclosure agreement.
Oh, OK.
Thank you anyway!
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sun Dec 22, 2013 9:26 pm
by John B.
Floyd,
No, I saw that page but when right click on the witptracker.properties and then click open all I get is an endless loop of visiting my download files (see images below).
John
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sun Dec 22, 2013 9:27 pm
by John B.
Here is my saved files with witptracker.properties.
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sun Dec 22, 2013 9:28 pm
by John B.
And when I click open on it all I get is this.

RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sun Dec 22, 2013 9:59 pm
by floydg
Instead of Open, choose Edit.
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sun Dec 22, 2013 10:04 pm
by Marc
ORIGINAL: John B.
Floyd,
No, I saw that page but when right click on the witptracker.properties and then click open all I get is an endless loop of visiting my download files (see images below).
John
Hi John,
you need to open the file with an editor and not with the Internet Explorer.
So try "right click" and "open with" and then choose the editor c:\windows\notepad.exe.
I hope this solves your problem.
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sun Dec 22, 2013 10:40 pm
by Scrat
When I try load WitpTracker I read this message:
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 0
at java.lang.StringBuffer.charAt<Unknown Source>
at witptracker.Properties.ReadProperties<Properties.java:107>
at witptracker.Main.main<Main.java:49>
I use win7(64) and beta2, and I followed these steps:
- install java 6
- Modify witptracker.bat ("C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar")
- copy pswsdll.dll from beta2 to witptracker directory.
Could be I missing something?
Thanks in advance.
Andres
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Mon Dec 23, 2013 12:39 am
by floydg
ORIGINAL: Scrat
When I try load WitpTracker I read this message:
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 0
at java.lang.StringBuffer.charAt<Unknown Source>
at witptracker.Properties.ReadProperties<Properties.java:107>
at witptracker.Main.main<Main.java:49>
I use win7(64) and beta2, and I followed these steps:
- install java 6
- Modify witptracker.bat ("C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar")
- copy pswsdll.dll from beta2 to witptracker directory.
Could be I missing something?
Thanks in advance.
Andres
Something wrong with the witptracker.properties file. Make sure the last line of the file is empty.
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Tue Dec 24, 2013 4:27 pm
by Scrat
Thanks, but now I have a new problem and I read the following text:
Initializing WitP Tracker AE database.
ERROR: Save game file "C:\Program Files (x86)\WITPAE\SAVE\wpae005.pws" could not be opened.
ERROR: Problem with save game file. Exiting.
In order to run Witp Tracker, Is mandatory to run and save several turns? Can be turns of small scenarios?
Thanks again.
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Tue Dec 24, 2013 5:01 pm
by floydg
ORIGINAL: Scrat
Thanks, but now I have a new problem and I read the following text:
Initializing WitP Tracker AE database.
ERROR: Save game file "C:\Program Files (x86)\WITPAE\SAVE\wpae005.pws" could not be opened.
ERROR: Problem with save game file. Exiting.
In order to run Witp Tracker, Is mandatory to run and save several turns? Can be turns of small scenarios?
Thanks again.
It couldn't find the save file. Is that file there?
To see differences between turns, you'll need to load multiple.
Floyd
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Tue Dec 24, 2013 6:01 pm
by Scrat
Thanks again for your reply.
I think my problem was I renamed the file pswsdll.dll to pswsdll.dll.old and copy this file from beta2 directory. But I guess the program was reading the old pswsdll.dll.old. (although I changed the extension) I have removed this file from the tracker directory and now witp tracker works ok.