RE: WitPTracker AE Release 1.9.2 Available! (Full Version)

All Forums >> [New Releases from Matrix Games] >> War in the Pacific: Admiral's Edition



Message


floydg -> RE: WitPTracker AE Release 1.9.2 Available! (5/31/2014 1:11:19 AM)


quote:

ORIGINAL: wegman58

I searched for Java7, saw two posts from July 2013. SO, if I have the latest version of Java (Java 7) does this thing work? If not, is there an alternative (using Windows 7 as well)


You need Java 6, which can be installed along with Java 7. Windows version doesn't matter.




PetrOs -> RE: WitPTracker AE Release 1.9.2 Available! (6/1/2014 12:16:12 PM)

I use win 7 x64, java 7 x32 latest. I got the tracker, unpacked it, edited the props, and then tried to start. Windows cries instantly that the program stopped working. Tried debugging with VS 2013 - heap has been corrupted. Trying to continue produces a out of range exception. Any further start does not provide the application crash, but rather an outright exception in the console.
D:\Matrix Games\WitPTracker AE Release 1.9.2-2>"C:\Program Files (x86)\Java\jre7
\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 2 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$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
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)

D:\Matrix Games\WitPTracker AE Release 1.9.2-2>pause
Press any key to continue . . .




floydg -> RE: WitPTracker AE Release 1.9.2 Available! (6/1/2014 1:00:27 PM)

Please read the post above yours.




Coach Zuck -> RE: WitPTracker AE Release 1.9.2 Available! (6/1/2014 4:27:50 PM)

Hmmm maybe you guys can make a Smart Phone App for the Tracker so we can upload all our necessary Tracker info on to a Smart Phone and have it with us 24-7!
[:D][:D][:D][:D][:D][:D][:D][:D][:D][:D]




PetrOs -> RE: WitPTracker AE Release 1.9.2 Available! (6/1/2014 9:46:39 PM)

Installed JRE 6
It seems to go farther, DB log file being full of SQL statements. and also saying "AE Tables loaded in 2 seconds", no windows app crash. However, an exception still happens

D:\Matrix Games\WitPTracker AE Release 1.9.2-2>"C:\Program Files (x86)\Java\jre6
\bin\java.exe" -Xms512m -Xmx1024m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 2 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)




floydg -> RE: WitPTracker AE Release 1.9.2 Available! (6/1/2014 9:49:13 PM)

Running the beta? Delete the trackerdb files, copy the pwsdll.dll from the Beta2 folder over, try again.




PetrOs -> RE: WitPTracker AE Release 1.9.2 Available! (6/2/2014 6:18:35 AM)


quote:

ORIGINAL: floydg

Running the beta? Delete the trackerdb files, copy the pwsdll.dll from the Beta2 folder over, try again.

Works like this, thanks!




miv792 -> RE: WitPTracker AE Release 1.9.2 Available! (6/6/2014 11:39:56 PM)

after two months of play shows the result for February ... Also, when you press the button read turn the program closing.
Win 7x64, java6 and java7. Help me pls.




floydg -> RE: WitPTracker AE Release 1.9.2 Available! (6/6/2014 11:50:40 PM)


quote:

ORIGINAL: miv79

after two months of play shows the result for February ... Also, when you press the button read turn the program closing.
Win 7x64, java6 and java7. Help me pls.


The program only runs under Java 6. Did any error messages show in the DOS command window?




gottagofish -> RE: WitPTracker AE Release 1.9.2 Available! (6/7/2014 3:27:50 PM)


I am having trouble with loading new turns to Tracker. I loaded a turn and something went wrong. I get a message on the Victory Points screen for the fate loaded showing "Bad turn" or something close to it. I tried to load the same turn again and the program seemed to go through the steps to load, but at the end there was no change in the data or the error message. I tried to by-pass this by trying to load another turn. The program goes through most of the steps then stops at compare air groups. The menu opens even though the update box still shows compare air groups. But, the data on the screens is wrong.

Is there some way to undo the bad day load and re-try loading it. Is there a way to edit out the DB file?

I've evenntried to change the names of the DB files and start from no turns loaded, but get a message I am teying to load a turn that has already been loaded. How do I get around this if I can't fix the old file?




floydg -> RE: WitPTracker AE Release 1.9.2 Available! (6/7/2014 4:15:09 PM)


quote:

ORIGINAL: Marauder Jack


I am having trouble with loading new turns to Tracker. I loaded a turn and something went wrong. I get a message on the Victory Points screen for the fate loaded showing "Bad turn" or something close to it. I tried to load the same turn again and the program seemed to go through the steps to load, but at the end there was no change in the data or the error message. I tried to by-pass this by trying to load another turn. The program goes through most of the steps then stops at compare air groups. The menu opens even though the update box still shows compare air groups. But, the data on the screens is wrong.

Is there some way to undo the bad day load and re-try loading it. Is there a way to edit out the DB file?

I've evenntried to change the names of the DB files and start from no turns loaded, but get a message I am teying to load a turn that has already been loaded. How do I get around this if I can't fix the old file?


Were there error messages in the DOS command window? That would be the real key. Or send me a sample pair of saves (before the problem and the turn the problem started). Send to witptracker @ gmail.com.

To get around that message of duplicate turns and to start all over, delete all of the trackerdb.* files.




CaptDave -> RE: WitPTracker AE Release 1.9.2 Available! (6/7/2014 10:13:25 PM)

Just had an interesting situation myself. Turn 24 was the latest in Tracker, Turn 25 was current. Clicked on Read Turn and absolutely nothing happened! No messages inside Tracker, no errors in the Command window.

Since I archive my trackerdb files at the end of each month anyway, this was no big problem -- I just switched a day early. But I was surprised to see this happen. Re-initializing the database after the archive resulted in Turn 25 being loaded.




floydg -> RE: WitPTracker AE Release 1.9.2 Available! (6/7/2014 10:16:45 PM)


quote:

ORIGINAL: CaptDave

Just had an interesting situation myself. Turn 24 was the latest in Tracker, Turn 25 was current. Clicked on Read Turn and absolutely nothing happened! No messages inside Tracker, no errors in the Command window.

Since I archive my trackerdb files at the end of each month anyway, this was no big problem -- I just switched a day early. But I was surprised to see this happen. Re-initializing the database after the archive resulted in Turn 25 being loaded.


Could be some exception deep inside the turn reading routine. I've seen this happen when there is an Allied convoy active, for example.




gottagofish -> RE: WitPTracker AE Release 1.9.2 Available! (6/7/2014 11:59:14 PM)

Floydg, the message appeared on the Victory Points screen in the place where the date should have been. To be clear, you want the game turns save, correct?




gottagofish -> RE: WitPTracker AE Release 1.9.2 Available! (6/8/2014 12:28:13 AM)


quote:

ORIGINAL: Marauder Jack

Floydg, the message appeared on the Victory Points screen in the place where the date should have been. To be clear, you want the game turns save, correct?



On the start over idea. I moved the four files with "DB" that have the last update date, but when I start up Tracker I get new files that have the last turn loaded a 386, not 0 or none. Am I missing a file to delete someplace?




Mistmatz -> RE: WitPTracker AE Release 1.9.2 Available! (6/9/2014 3:42:06 AM)

I am getting a weird message about an IA32 dll not able to run on an AMD platform. I do not have an AMD processor so the root cause for that one must be something else.

The pwsdll.dll is dated 03/22/2013 and used to work previously. I am running Java 6, update 45.

Any ideas?

[image]local://upfiles/18480/14A120ED52FC4F9A82E08C496C19E9D0.jpg[/image]




floydg -> RE: WitPTracker AE Release 1.9.2 Available! (6/9/2014 12:01:55 PM)


quote:

ORIGINAL: Mistmatz

I am getting a weird message about an IA32 dll not able to run on an AMD platform. I do not have an AMD processor so the root cause for that one must be something else.

The pwsdll.dll is dated 03/22/2013 and used to work previously. I am running Java 6, update 45.

Any ideas?


Take a look at https://sites.google.com/site/witptracker/support




floydg -> RE: WitPTracker AE Release 1.9.2 Available! (6/9/2014 12:03:24 PM)


quote:

ORIGINAL: Marauder Jack


quote:

ORIGINAL: Marauder Jack

Floydg, the message appeared on the Victory Points screen in the place where the date should have been. To be clear, you want the game turns save, correct?



On the start over idea. I moved the four files with "DB" that have the last update date, but when I start up Tracker I get new files that have the last turn loaded a 386, not 0 or none. Am I missing a file to delete someplace?


When you start for the first time (no DB), the DB is initialized to whatever turn is in the save file you're pointing to.




Mistmatz -> RE: WitPTracker AE Release 1.9.2 Available! (6/10/2014 6:25:34 AM)


quote:

ORIGINAL: floydg


quote:

ORIGINAL: Mistmatz

I am getting a weird message about an IA32 dll not able to run on an AMD platform. I do not have an AMD processor so the root cause for that one must be something else.

The pwsdll.dll is dated 03/22/2013 and used to work previously. I am running Java 6, update 45.

Any ideas?


Take a look at https://sites.google.com/site/witptracker/support



Fixed it. Thanks for the pointer Floyd.




miv792 -> RE: WitPTracker AE Release 1.9.2 Available! (6/13/2014 12:19:02 PM)

i've used this file- Tracker_exe.zip for starting tracker on 7x64 system. In this case is NO DOS window.




VMF 214 -> RE: WitPTracker AE Release 1.9.2 Available! (6/13/2014 10:04:46 PM)

Having trouble with Tracker, post on the main forum I had to put Java.exe file in the Tracker folder....got farther in starting Tracker but ended up getting this:


C:\Users\emasino69\Desktop\WitPTracker1.9.2>java -Xms384m -Xmx512m -jar "WitPTra
cker.jar"
Initializing WitP Tracker AE database.
WitP Tracker AE tables loaded in 5 seconds
WARNING: Could not initialize SigInt information for first turn.
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:\Users\emasino69\Desktop\WitPTracker1.9.2>pause
Press any key to continue . . .


any Ideas? Thanks for the help.




floydg -> RE: WitPTracker AE Release 1.9.2 Available! (6/14/2014 1:01:26 AM)

Likely the wrong pwsdll.dll is being used. Copy the one from the Beta2 folder here, delete the trackerdb files and try again.




VMF 214 -> RE: WitPTracker AE Release 1.9.2 Available! (6/14/2014 1:31:46 AM)

Thanks floydg.....took me a little bit to figure out what you were saying....not that tech savy. It opened. The only thing I saw was a warning before it opened about information concerning signet and the first turn. Is that normal?


Never mind. I opened it again to see exactly what it said and it's gone now so it must be something you get the first time you open it.

Thanks again.




floydg -> RE: WitPTracker AE Release 1.9.2 Available! (6/14/2014 1:33:43 AM)

Sounds right. The different data sets should be filled in. The alerts won't be there until you load another turn.




PetrOs -> RE: WitPTracker AE Release 1.9.2 Available! (6/15/2014 11:38:07 AM)

Hey

I used the Tracker for the first 15 turns without a problem. Now however, when I try reading in the turns, I get
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: D:\Matrix
Games\WitPTracker AE Release 1.9.2-2\pwsdll.dll: Not enough storage is availabl
e to process this command
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at JNIpws.JNIpws.<clinit>(JNIpws.java:20)
at witptracker.SaveFileReader.ReadTurnInfo(SaveFileReader.java:257)
at witptracker.GUIMain.MultiReadNewTurn(GUIMain.java:226)
at witptracker.GUIMain.actionPerformed(GUIMain.java:515)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(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.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.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)

I checked that the correct pwsdll is used, and also tried to increase the heap size to 1536, in void....




gottagofish -> RE: WitPTracker AE Release 1.9.2 Available! (6/29/2014 9:46:47 PM)


quote:

ORIGINAL: floydg


quote:

ORIGINAL: Marauder Jack


quote:

ORIGINAL: Marauder Jack

Floydg, the message appeared on the Victory Points screen in the place where the date should have been. To be clear, you want the game turns save, correct?



On the start over idea. I moved the four files with "DB" that have the last update date, but when I start up Tracker I get new files that have the last turn loaded a 386, not 0 or none. Am I missing a file to delete someplace?


When you start for the first time (no DB), the DB is initialized to whatever turn is in the save file you're pointing to.



I think I have it now, except I'm playing as Allies and I am getting "Japan" in the "regions" columns on a couple of screens. I need to see why that is happening. thanks for your help Floydg!




floydg -> RE: WitPTracker AE Release 1.9.2 Available! (7/1/2014 11:27:36 PM)

By default, the region for all bases are set to "Japan". You can change this by following these instructions: https://sites.google.com/site/witptracker/regions-1




jacklitt -> RE: WitPTracker AE Release 1.9.2 Available! (7/19/2014 1:43:37 PM)

Hi
I have windows 8.1 and have installed all, have downloaded 1.9.2 and java 7
When i double click the batch file the dos widow executes and line 1 i see initializing witp tracker ae database. The i get a dialog box saying JAVA (TM) platform se binary has stopped working.
Then when i close that the i get the press any key in the dos window. Nothing happens - I do not see anything :-(

Any help appreciated




floydg -> RE: WitPTracker AE Release 1.9.2 Available! (7/19/2014 2:40:58 PM)

The program currently only works with Java 6. Search back in this thread for steps on how to get Java 6 and Java 7 to co-exist and make WitPTracker work.




topeverest -> RE: WitPTracker AE Release 1.9.2 Available! (7/19/2014 7:12:48 PM)

So I am retrying to make this work. I think I have both Java 6 and the current 7.55. here is my error. Is this due to Java version? something else?

[image]local://upfiles/26803/FEE1342FB50A4833A5AD7FF235FB234C.jpg[/image]




Page: <<   < prev  158 159 [160] 161 162   next >   >>

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
2.185547