WitPTracker AE Release 1.11 Available!
Moderators: wdolson, MOD_War-in-the-Pacific-Admirals-Edition
RE: WitPTracker AE Release 1.9.2 Available!
Please check: https://sites.google.com/site/witptracker/support
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.9.2 Available!
You don't get enough credit for keeping us straight... You da Man!!! floydg
RE: WitPTracker AE Release 1.9.2 Available!
Since a few turns i get this. No idea what this is.
Is it my database size ?

Is it my database size ?

- Attachments
-
- image38.jpg (350.94 KiB) Viewed 333 times
RE: WitPTracker AE Release 1.9.2 Available!
It looks like pilot alerts with Pilot IDs greater than 32767 are an issue...
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.9.2 Available!
ORIGINAL: floydg
It looks like pilot alerts with Pilot IDs greater than 32767 are an issue...
And what can i do about this ? It´s a normal scenario 2 game.
Will this cause a database problem ? Can i repair this ?
RE: WitPTracker AE Release 1.9.2 Available!
Nothing you can do here. The pilot alerts for pilots with an ID greater than 32000 or so won't show up. Nothing bad in the database. I have an idea of how to fix it, but I may need some saves to test it out (I don't have any examples of that many pilots).
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.9.2 Available!
@Floydg
Send me your email adress via PM and i´ll gladly send you the save you want.
Send me your email adress via PM and i´ll gladly send you the save you want.
RE: WitPTracker AE Release 1.9.2 Available!
Hi all , I have windows 8.1 and have run tracker on it but am concerned about the security issues that come with Java 6.
The security system I use is Kaspersky 3.0 and would like to hear some tips because I'd like to run tracker on a daily basis.
One question I have is if you turn off Java add ons in IE and firefox are you secure against Java vulnerabilities?
thanks![:)]
The security system I use is Kaspersky 3.0 and would like to hear some tips because I'd like to run tracker on a daily basis.
One question I have is if you turn off Java add ons in IE and firefox are you secure against Java vulnerabilities?
thanks![:)]
"There’s no such thing as a bitter person who keeps the bitterness to himself.” ~ Erwin Lutzer
RE: WitPTracker AE Release 1.9.2 Available!
Pretty much. I run NoScript with my Firefox. When I go to a new site it will often squawk at me that I need to install Java or it's disabled and I have to allow scripts for it to work, but it does make me think about what Java scripts are running. I leave some disabled all the time like Facebook, Twitter, and such. I don't need those sites tracking my browsing.
It's available with the plug ins for Firefox.
Bill
It's available with the plug ins for Firefox.
Bill
SCW Development Team
- SierraJuliet
- Posts: 2319
- Joined: Mon Feb 23, 2009 9:40 pm
- Location: Brisbane, Australia
Loading Errors
Gentlemen
this has probably been asked somewhere. If you could point me in the right direction I'd be very appreciative as I do want to get tracker running again now that I've finally made it too AE.\
When I attempt to run tracker I get the following message. Any ideas on what I have to do to fix things.
Regards
Steve

this has probably been asked somewhere. If you could point me in the right direction I'd be very appreciative as I do want to get tracker running again now that I've finally made it too AE.\
When I attempt to run tracker I get the following message. Any ideas on what I have to do to fix things.
Regards
Steve

- Attachments
-
- TrackerIssue.jpg (74.33 KiB) Viewed 333 times
Kido Butai, although powerful, was a raiding force, and this is exactly how the Japanese understood its usage. 'Shattered Sword'
RE: Loading Errors
This thread discusses tracker problems. Most of the common ones have been discussed there:
http://www.matrixgames.com/forums/tm.asp?m=2236936&mpage=161&key=�
http://www.matrixgames.com/forums/tm.asp?m=2236936&mpage=161&key=�
SCW Development Team
RE: Starting bat file problem
I can't get this to run and I've spent a couple days running through this thread to find the error. I'm running Java 6 now and have it pointed at J6, but I still get the AWT-EventQueue-0 error:
C:\Users\XXXXX\Desktop\WitPTracker_AE_Release_1.9.2>"C:\Program Files (x86)\Jav
a\jre6\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar"
Picked up _JAVA_OPTIONS: -Xmx512M
WitP Tracker AE tables loaded in 0 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\XXXX\Desktop\WitPTracker_AE_Release_1.9.2>pause
Press any key to continue . . .
C:\Users\XXXXX\Desktop\WitPTracker_AE_Release_1.9.2>"C:\Program Files (x86)\Jav
a\jre6\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar"
Picked up _JAVA_OPTIONS: -Xmx512M
WitP Tracker AE tables loaded in 0 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\XXXX\Desktop\WitPTracker_AE_Release_1.9.2>pause
Press any key to continue . . .
RE: Starting bat file problem
Most probably you have the wrong pwsdll.dll file if you're using the beta.
Copy the pwsdll.dll from the game's beta2 folder here, remove all of the trackerdb files, and then try again.
Copy the pwsdll.dll from the game's beta2 folder here, remove all of the trackerdb files, and then 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: Starting bat file problem
I am playing a mod which adds many new Allied aircraft. The big .bmp art file with the Allied plane sides has several new aircraft images. The images can be viewed in the in-game databases, but when I go to Tracker and look for them under the "Aircraft" tab I still get aircraft side images saying "BLANK". I have cleared the Tracker .db files and loaded a new first turn using the new aircraft sides .bmp, but the problem persists. What gives?
RE: Starting bat file problem
ORIGINAL: Yaab
I am playing a mod which adds many new Allied aircraft. The big .bmp art file with the Allied plane sides has several new aircraft images. The images can be viewed in the in-game databases, but when I go to Tracker and look for them under the "Aircraft" tab I still get aircraft side images saying "BLANK". I have cleared the Tracker .db files and loaded a new first turn using the new aircraft sides .bmp, but the problem persists. What gives?
There are a few things hard-coded: maximum planes are 1000, Japanese side planes are ID 600 and above. If your mod doesn't meet these constraints, the plane side image won't be properly displayed.
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: Starting bat file problem
Uhm, the number of aircraft is below 1000, Japanese ones use IDs 600 and above, but I still get the "BLANK" pictures. The turn loaded is December 7. Maybe the missing artwork is loaded on December 8?
RE: Starting bat file problem
I just installed the latest version of Tracker on mt Win 8.1 machine. I also installed the latest version of Java.
But when I run Tracker I get this message
'java' is not recognized as an internal or external command, operable program or batch file.
Thanks for any suggestions.
But when I run Tracker I get this message
'java' is not recognized as an internal or external command, operable program or batch file.
Thanks for any suggestions.
RE: Starting bat file problem
Still only support for Java 6????
I know Java 7 is not supported but what about Java 8??
I know Java 7 is not supported but what about Java 8??
"Only the Dead Have Seen the End of War"
RE: Loading Errors
Javakamp, please see this post just a few up from yours.
ORIGINAL: wdolson
This thread discusses tracker problems. Most of the common ones have been discussed there:
http://www.matrixgames.com/forums/tm.asp?m=2236936&mpage=161&key=�
"Cry 'Havoc,' and let slip the dogs of war" - William Shakespeare, "Julius Caesar"
RE: Loading Errors
Thanks Jones. I have tried most of the things on the support page now and have made progress. I got the 32 bit versions of the C++ libraries, and Java. I put the Java run time, and the Beta pwsdll.dll file in my tracker directory. I increased the memory allocation size of the java run time in the WiptTracker.bat file (I have 16GB of memory) to the max values
Now when I try to run tracker now I get a message that the Java has stopped running. output.log says "ERROR: Problem starting the database. Exiting." I tried with No Map option with the same result.
Thanks again for the help.
Now when I try to run tracker now I get a message that the Java has stopped running. output.log says "ERROR: Problem starting the database. Exiting." I tried with No Map option with the same result.
Thanks again for the help.