WitPTracker AE Release 1.11 Available!
Moderators: wdolson, MOD_War-in-the-Pacific-Admirals-Edition
RE: Problem on Notebook
Hi
I am getting the following errors - am running beta2 but have copied over the DLL, i have also updated the c++ thingy.
Is this just occuring because of bugs in Java? Or does it look like i have done something wrong.
thanks
====================================================
C:\Matrix Games\War in the Pacific Admiral's Edition\WitPTracker AE Release 1.8>
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms512m -Xmx768m -jar "WitPTrac
ker.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:109)
at witptracker.ShipClassPanel$1.getColumnClass(ShipClassPanel.java:137)
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:690)
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:672)
at witptracker.ShipClassPanel.<init>(ShipClassPanel.java:571)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:736)
at witptracker.GUIMain$5.run(GUIMain.java:1018)
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:\Matrix Games\War in the Pacific Admiral's Edition\WitPTracker AE Release 1.8>
pause
Press any key to continue . . .
=============================================================
I am getting the following errors - am running beta2 but have copied over the DLL, i have also updated the c++ thingy.
Is this just occuring because of bugs in Java? Or does it look like i have done something wrong.
thanks
====================================================
C:\Matrix Games\War in the Pacific Admiral's Edition\WitPTracker AE Release 1.8>
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms512m -Xmx768m -jar "WitPTrac
ker.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:109)
at witptracker.ShipClassPanel$1.getColumnClass(ShipClassPanel.java:137)
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:690)
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:672)
at witptracker.ShipClassPanel.<init>(ShipClassPanel.java:571)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:736)
at witptracker.GUIMain$5.run(GUIMain.java:1018)
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:\Matrix Games\War in the Pacific Admiral's Edition\WitPTracker AE Release 1.8>
pause
Press any key to continue . . .
=============================================================
RE: Problem on Notebook
Yeah - it's not reading the shipClasses properly. You should be using Java 6 not 7.ORIGINAL: sanderz
Hi
I am getting the following errors - am running beta2 but have copied over the DLL, i have also updated the c++ thingy.
Is this just occuring because of bugs in Java? Or does it look like i have done something wrong.
thanks
====================================================
C:\Matrix Games\War in the Pacific Admiral's Edition\WitPTracker AE Release 1.8>
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms512m -Xmx768m -jar "WitPTrac
ker.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:109)
at witptracker.ShipClassPanel$1.getColumnClass(ShipClassPanel.java:137)
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:690)
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:672)
at witptracker.ShipClassPanel.<init>(ShipClassPanel.java:571)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:736)
at witptracker.GUIMain$5.run(GUIMain.java:1018)
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:\Matrix Games\War in the Pacific Admiral's Edition\WitPTracker AE Release 1.8>
pause
Press any key to continue . . .
=============================================================
PM sent.
RE: Problem on Notebook
ORIGINAL: mc3744
ORIGINAL: n01487477
Looks like you don't have the C++ redistr. files installed correctly on the notebook. What OS (x32/x64)? What patch are you using?ORIGINAL: mc3744
Hello [:)]
I've been told by everyone that you cannot play WitP without Tracker, hence here I am [8|]
I've successfully installed it on the Desktop (Win7 up-to-date, Intel Core 2 Duo, 4 GB Ram) and I use it for a PBEM game with patch P6 (I've substituted the dll, but it worked with the one provided in the zip file too).
I've done exactly the same on the notebook (Win7 up-to-date, Inter Core i7, ( GB Ram) but I get the attached message.
I've installed the one suggested on the installation page: "vcredist_x86.exe".
I followed the instructions to the letter, same as on the desktop (where it works).
Anything on this? [:)]
Nec recisa recedit
RE: Problem on Notebook
I suggest uninstalling the C++ redist and then reinstalling again ... I've also got it working with the 2008 C++ .ORIGINAL: mc3744
ORIGINAL: n01487477
Looks like you don't have the C++ redistr. files installed correctly on the notebook. What OS (x32/x64)? What patch are you using?ORIGINAL: mc3744
Hello [:)]
I've been told by everyone that you cannot play WitP without Tracker, hence here I am [8|]
I've successfully installed it on the Desktop (Win7 up-to-date, Intel Core 2 Duo, 4 GB Ram) and I use it for a PBEM game with patch P6 (I've substituted the dll, but it worked with the one provided in the zip file too).
I've done exactly the same on the notebook (Win7 up-to-date, Inter Core i7, ( GB Ram) but I get the attached message.
I've installed the one suggested on the installation page: "vcredist_x86.exe".
I followed the instructions to the letter, same as on the desktop (where it works).
Sometimes it doesn't work first time ... sort of a "Microshaft" thing ...
These are the files I have installed (but then I'm using the beta too) both beta and 1106i work with tracker on my computer.

- Attachments
-
- Capture.jpg (48.15 KiB) Viewed 280 times
- khyberbill
- Posts: 1941
- Joined: Tue Sep 11, 2007 6:29 pm
- Location: new milford, ct
RE: Problem on Notebook
I get the following sometimes, not always, when I load a turn. There doesn't seem to be a problem, just not sure if a problem is coming.


- Attachments
-
- exception.jpg (286.24 KiB) Viewed 280 times
"Its a dog eat dog world Sammy and I am wearing Milkbone underwear" -Norm.
RE: Problem on Notebook
Hi guys, I'd like to make another request. Can you add more HQ information to the Air Groups data set? Specifically, on the Airgroups tab, it would be nice if the plane details below would show the restricted nature of the HQ. Maybe like the beta patches are doing with S and R with () and []? It might be nice to add a couple of options to the Special filter as well. Something like free, can use PP to buy out and perm restricted?
A computer without COBOL and Fortran is like a piece of chocolate cake without ketchup and mustard.
RE: Problem on Notebook
ORIGINAL: Numdydar
Any way to indicate what Port a ship needs to be in for it to be withdrawn?
Manual says: To withdraw a ship, the ship must be off-map or at any national home base except the NEI and PI.
Is that not true?
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.8 Available!
For some reason tracker has stopped working properly in my babes mod pbm game. I am the allies and tracker has worked fine up to april 1943. For the last 2 daily turns I am getting this error when I try to load the file.
C:\Matrix Games\witp AE tracker>java -Xms384m -Xmx512m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 10 seconds
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
0 >= 0
at java.util.Vector.elementAt(Unknown Source)
at witptracker.AircraftPanel$1.getValueAt(AircraftPanel.java:127)
at witptracker.AircraftPanel$1.getColumnClass(AircraftPanel.java:137)
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.AircraftPanel.actionPerformed(AircraftPanel.java:595)
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.AircraftPanel.PopulateCombos(AircraftPanel.java:828)
at witptracker.AircraftPanel.<init>(AircraftPanel.java:280)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:752)
at witptracker.GUIMain$5.run(GUIMain.java:1018)
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:\Matrix Games\witp AE tracker>pause
Press any key to continue . . .
I am using Win XP pro and I am sure java is loaded ok etc - tracker has worked fine for over 400 turns. Using 1.8 tracker. Any thoughts ? I can post a save game file if it would help the tracker developers.
C:\Matrix Games\witp AE tracker>java -Xms384m -Xmx512m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 10 seconds
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
0 >= 0
at java.util.Vector.elementAt(Unknown Source)
at witptracker.AircraftPanel$1.getValueAt(AircraftPanel.java:127)
at witptracker.AircraftPanel$1.getColumnClass(AircraftPanel.java:137)
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.AircraftPanel.actionPerformed(AircraftPanel.java:595)
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.AircraftPanel.PopulateCombos(AircraftPanel.java:828)
at witptracker.AircraftPanel.<init>(AircraftPanel.java:280)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:752)
at witptracker.GUIMain$5.run(GUIMain.java:1018)
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:\Matrix Games\witp AE tracker>pause
Press any key to continue . . .
I am using Win XP pro and I am sure java is loaded ok etc - tracker has worked fine for over 400 turns. Using 1.8 tracker. Any thoughts ? I can post a save game file if it would help the tracker developers.
RE: WitPTracker AE Release 1.8 Available!
Thanks - posting a save before and after this occurred would be good. witptracker@gmail.comORIGINAL: asdicus
For some reason tracker has stopped working properly in my babes mod pbm game. I am the allies and tracker has worked fine up to april 1943. For the last 2 daily turns I am getting this error when I try to load the file.
C:\Matrix Games\witp AE tracker>java -Xms384m -Xmx512m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 10 seconds
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
0 >= 0
at java.util.Vector.elementAt(Unknown Source)
at witptracker.AircraftPanel$1.getValueAt(AircraftPanel.java:127)
at witptracker.AircraftPanel$1.getColumnClass(AircraftPanel.java:137)
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.AircraftPanel.actionPerformed(AircraftPanel.java:595)
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.AircraftPanel.PopulateCombos(AircraftPanel.java:828)
at witptracker.AircraftPanel.<init>(AircraftPanel.java:280)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:752)
at witptracker.GUIMain$5.run(GUIMain.java:1018)
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:\Matrix Games\witp AE tracker>pause
Press any key to continue . . .
I am using Win XP pro and I am sure java is loaded ok etc - tracker has worked fine for over 400 turns. Using 1.8 tracker. Any thoughts ? I can post a save game file if it would help the tracker developers.
In the mean time maybe you could make a new install of tracker and see if you can load one of those new turns.
Cheers
RE: WitPTracker AE Release 1.8 Available!
Sorry this problem was my mistake. I am using the 1108p6 beta which has a new pwsdll. When I reinstalled ae tracker I forgot to replace the original pwsdll with the beta pwsdll. Problem is now solved.ORIGINAL: n01487477
Thanks - posting a save before and after this occurred would be good. witptracker@gmail.comORIGINAL: asdicus
For some reason tracker has stopped working properly in my babes mod pbm game. I am the allies and tracker has worked fine up to april 1943. For the last 2 daily turns I am getting this error when I try to load the file.
C:\Matrix Games\witp AE tracker>java -Xms384m -Xmx512m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 10 seconds
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
0 >= 0
at java.util.Vector.elementAt(Unknown Source)
at witptracker.AircraftPanel$1.getValueAt(AircraftPanel.java:127)
at witptracker.AircraftPanel$1.getColumnClass(AircraftPanel.java:137)
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.AircraftPanel.actionPerformed(AircraftPanel.java:595)
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.AircraftPanel.PopulateCombos(AircraftPanel.java:828)
at witptracker.AircraftPanel.<init>(AircraftPanel.java:280)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:752)
at witptracker.GUIMain$5.run(GUIMain.java:1018)
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:\Matrix Games\witp AE tracker>pause
Press any key to continue . . .
I am using Win XP pro and I am sure java is loaded ok etc - tracker has worked fine for over 400 turns. Using 1.8 tracker. Any thoughts ? I can post a save game file if it would help the tracker developers.
In the mean time maybe you could make a new install of tracker and see if you can load one of those new turns.
Cheers
Thanks for your reply to my query.
- Roger Neilson II
- Posts: 1419
- Joined: Sun Jul 16, 2006 11:16 am
- Location: Newcastle upon Tyne. England
RE: WitPTracker AE Release 1.8 Available!
Is there any way???????
Of combining Intel and combat reports to give a better picture for a player? This may not be possible in Tracker itself, but has anyone found a way of using stuff from tracker and the combat/ops reports to do this? If I am after the 'behaviour' of a certain Jap Division as an example I may well have info in three separate places and would like to have this in one - in real life there'd be some junior intel guy detailed with keeping this all recorded. I assume its an issue of extracting relevant text strings from the three reports and then combining them into a searchable database format.
Of combining Intel and combat reports to give a better picture for a player? This may not be possible in Tracker itself, but has anyone found a way of using stuff from tracker and the combat/ops reports to do this? If I am after the 'behaviour' of a certain Jap Division as an example I may well have info in three separate places and would like to have this in one - in real life there'd be some junior intel guy detailed with keeping this all recorded. I assume its an issue of extracting relevant text strings from the three reports and then combining them into a searchable database format.

- topeverest
- Posts: 3380
- Joined: Wed Oct 17, 2007 1:47 am
- Location: Houston, TX - USA
RE: WitPTracker AE Release 1.8 Available!
I am sending an email to the tracker box with detailed screen shots of my problem. Thanks.
Andy M
RE: WitPTracker AE Release 1.8 Available!
I just posted the following question in the Tech Support forum, but it belongs here as well. Any experiences you have using Tracker with the latest beta that you're willing to share will be appreciated.
Tracker Question - My opponent and I are considering moving up to the latest beta for our ongoing PBEM game. Before we do, however, I would like to make sure that the latest beta is happily compatible with Tracker. I downloaded an earlier beta version a couple of months ago and couldn't get Tracker to read the game files. Has anyone here had experience using the latest beta with Tracker?
Regards, Paul
Tracker Question - My opponent and I are considering moving up to the latest beta for our ongoing PBEM game. Before we do, however, I would like to make sure that the latest beta is happily compatible with Tracker. I downloaded an earlier beta version a couple of months ago and couldn't get Tracker to read the game files. Has anyone here had experience using the latest beta with Tracker?
Regards, Paul
RE: WitPTracker AE Release 1.8 Available!
Disregard my last question. I got home from work and downloaded the latest beta of the game and the latest version of Tracker. Ran a few turns against the AI and saved, loaded Tracker, and all works nicely together. It's a good thing!
RE: Problem on Notebook
ORIGINAL: Graymane
Hi guys, I'd like to make another request. Can you add more HQ information to the Air Groups data set? Specifically, on the Airgroups tab, it would be nice if the plane details below would show the restricted nature of the HQ. Maybe like the beta patches are doing with S and R with () and []? It might be nice to add a couple of options to the Special filter as well. Something like free, can use PP to buy out and perm restricted?
Also, a nation filter on the Ships data set.
A computer without COBOL and Fortran is like a piece of chocolate cake without ketchup and mustard.
RE: Problem on Notebook
Not saying it won't happen but primarily as a IJ player I'm curious why you want this?ORIGINAL: Graymane
Also, a nation filter on the Ships data set.
RE: Problem on Notebook
I get the following mwssage when I try and run it "Java is not recoginised as an internal or external command, operable program or batch file"
I have the latest Java version installed, what am I doing wrong?
I have the latest Java version installed, what am I doing wrong?
RE: Problem on Notebook
If you haven't done so already, put a copy of java.exe in the tracker folder. You need the 32 bit version found in the C:\Program Files(x86)\Java directory.
RE: Problem on Notebook
ORIGINAL: n01487477
Not saying it won't happen but primarily as a IJ player I'm curious why you want this?ORIGINAL: Graymane
Also, a nation filter on the Ships data set.
To limit how many ships I'm looking at. Similar to why you have it on air and LCU screens. IJ probably doesn't need, but I think it would be nice for the Allies.
A computer without COBOL and Fortran is like a piece of chocolate cake without ketchup and mustard.