Page 235 of 320

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Mon Feb 10, 2014 2:51 pm
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.

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Mon Feb 10, 2014 3:37 pm
by kaleun
Tried that. Didn't work. Same error.

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Mon Feb 10, 2014 5:28 pm
by CaptDave
You're first going to need to get Java 6, not the latest version. Then you can worry about the pathing problems.

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Mon Feb 10, 2014 5:51 pm
by kaleun
So where exactly can we get Java 6? I tried the Java page and found hundreds of different options.

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Mon Feb 10, 2014 7:50 pm
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

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Mon Feb 10, 2014 10:35 pm
by kaleun
Done, still same error.

Image

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Mon Feb 10, 2014 11:25 pm
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.

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Tue Feb 11, 2014 5:05 pm
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.

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Tue Feb 11, 2014 9:17 pm
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

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Tue Feb 11, 2014 10:26 pm
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 . . .

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Wed Feb 12, 2014 12:19 pm
by kaleun
I winder if CrackSabbathh's pbem game is mine[;)]
Maybe we'll both play without tracker.

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Wed Feb 12, 2014 12:55 pm
by CrackSabbath
Nope. [:)]
ORIGINAL: kaleun

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


RE: WitPTracker AE Release 1.9.2 Available!

Posted: Thu Feb 13, 2014 9:17 pm
by CrackSabbath
I ended up re-installing it and it's working fine. Go figure.
[&:]

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Thu Feb 13, 2014 11:24 pm
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

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Sat Feb 15, 2014 12:42 am
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.

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Sat Feb 15, 2014 1:38 am
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?

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Sat Feb 15, 2014 6:19 am
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.

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Sat Feb 15, 2014 6:23 am
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...

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Sat Feb 15, 2014 6:25 am
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.

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Sun Feb 16, 2014 10:37 pm
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?