Matrix Games Forums

Forums  Register  Login  Photo Gallery  Member List  Search  Calendars  FAQ 

My Profile  Inbox  Address Book  My Subscription  My Forums  Log Out

RE: WitPTracker AE Release 1.9.2 Available!

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [New Releases from Matrix Games] >> War in the Pacific: Admiral's Edition >> RE: WitPTracker AE Release 1.9.2 Available! Page: <<   < prev  158 159 [160] 161 162   next >   >>
Login
Message << Older Topic   Newer Topic >>
RE: WitPTracker AE Release 1.9.2 Available! - 5/31/2014 1:11:19 AM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

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.

(in reply to wegman58)
Post #: 4771
RE: WitPTracker AE Release 1.9.2 Available! - 6/1/2014 12:16:12 PM   
PetrOs

 

Posts: 260
Joined: 11/11/2006
Status: offline
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 . . .

(in reply to wegman58)
Post #: 4772
RE: WitPTracker AE Release 1.9.2 Available! - 6/1/2014 1:00:27 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline
Please read the post above yours.

(in reply to PetrOs)
Post #: 4773
RE: WitPTracker AE Release 1.9.2 Available! - 6/1/2014 4:27:50 PM   
Coach Zuck

 

Posts: 132
Joined: 12/25/2002
From: Long Island NY
Status: offline
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!


< Message edited by Coach Zuck -- 6/1/2014 5:28:21 PM >

(in reply to floydg)
Post #: 4774
RE: WitPTracker AE Release 1.9.2 Available! - 6/1/2014 9:46:39 PM   
PetrOs

 

Posts: 260
Joined: 11/11/2006
Status: offline
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)

(in reply to Coach Zuck)
Post #: 4775
RE: WitPTracker AE Release 1.9.2 Available! - 6/1/2014 9:49:13 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline
Running the beta? Delete the trackerdb files, copy the pwsdll.dll from the Beta2 folder over, try again.

< Message edited by floydg -- 6/1/2014 10:50:05 PM >

(in reply to PetrOs)
Post #: 4776
RE: WitPTracker AE Release 1.9.2 Available! - 6/2/2014 6:18:35 AM   
PetrOs

 

Posts: 260
Joined: 11/11/2006
Status: offline

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!

(in reply to floydg)
Post #: 4777
RE: WitPTracker AE Release 1.9.2 Available! - 6/6/2014 11:39:56 PM   
miv792

 

Posts: 159
Joined: 4/28/2013
Status: offline
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.

_____________________________

Sorry for my english

(in reply to wegman58)
Post #: 4778
RE: WitPTracker AE Release 1.9.2 Available! - 6/6/2014 11:50:40 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

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?

(in reply to miv792)
Post #: 4779
RE: WitPTracker AE Release 1.9.2 Available! - 6/7/2014 3:27:50 PM   
gottagofish


Posts: 107
Joined: 1/17/2005
Status: offline

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?

(in reply to floydg)
Post #: 4780
RE: WitPTracker AE Release 1.9.2 Available! - 6/7/2014 4:15:09 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

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.

(in reply to gottagofish)
Post #: 4781
RE: WitPTracker AE Release 1.9.2 Available! - 6/7/2014 10:13:25 PM   
CaptDave

 

Posts: 659
Joined: 6/21/2002
From: Federal Way, WA
Status: offline
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.

(in reply to floydg)
Post #: 4782
RE: WitPTracker AE Release 1.9.2 Available! - 6/7/2014 10:16:45 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

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.

(in reply to CaptDave)
Post #: 4783
RE: WitPTracker AE Release 1.9.2 Available! - 6/7/2014 11:59:14 PM   
gottagofish


Posts: 107
Joined: 1/17/2005
Status: offline
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?

(in reply to floydg)
Post #: 4784
RE: WitPTracker AE Release 1.9.2 Available! - 6/8/2014 12:28:13 AM   
gottagofish


Posts: 107
Joined: 1/17/2005
Status: offline

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?

(in reply to gottagofish)
Post #: 4785
RE: WitPTracker AE Release 1.9.2 Available! - 6/9/2014 3:42:06 AM   
Mistmatz

 

Posts: 1399
Joined: 10/16/2005
Status: offline
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?




Attachment (1)

(in reply to floydg)
Post #: 4786
RE: WitPTracker AE Release 1.9.2 Available! - 6/9/2014 12:01:55 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

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

(in reply to Mistmatz)
Post #: 4787
RE: WitPTracker AE Release 1.9.2 Available! - 6/9/2014 12:03:24 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

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.

(in reply to gottagofish)
Post #: 4788
RE: WitPTracker AE Release 1.9.2 Available! - 6/10/2014 6:25:34 AM   
Mistmatz

 

Posts: 1399
Joined: 10/16/2005
Status: offline

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.

_____________________________

If you gained knowledge through the forum, why not putting it into the AE wiki?

http://witp-ae.wikia.com/wiki/War_in_the_Pacific:_Admiral%27s_Edition_Wiki


(in reply to floydg)
Post #: 4789
RE: WitPTracker AE Release 1.9.2 Available! - 6/13/2014 12:19:02 PM   
miv792

 

Posts: 159
Joined: 4/28/2013
Status: offline
i've used this file- Tracker_exe.zip for starting tracker on 7x64 system. In this case is NO DOS window.

_____________________________

Sorry for my english

(in reply to Mistmatz)
Post #: 4790
RE: WitPTracker AE Release 1.9.2 Available! - 6/13/2014 10:04:46 PM   
VMF 214


Posts: 43
Joined: 9/29/2010
From: Lehigh Valley, Pa
Status: offline
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.

(in reply to miv792)
Post #: 4791
RE: WitPTracker AE Release 1.9.2 Available! - 6/14/2014 1:01:26 AM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline
Likely the wrong pwsdll.dll is being used. Copy the one from the Beta2 folder here, delete the trackerdb files and try again.

(in reply to VMF 214)
Post #: 4792
RE: WitPTracker AE Release 1.9.2 Available! - 6/14/2014 1:31:46 AM   
VMF 214


Posts: 43
Joined: 9/29/2010
From: Lehigh Valley, Pa
Status: offline
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.

< Message edited by VMF 214 -- 6/14/2014 2:36:39 AM >

(in reply to floydg)
Post #: 4793
RE: WitPTracker AE Release 1.9.2 Available! - 6/14/2014 1:33:43 AM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline
Sounds right. The different data sets should be filled in. The alerts won't be there until you load another turn.

(in reply to VMF 214)
Post #: 4794
RE: WitPTracker AE Release 1.9.2 Available! - 6/15/2014 11:38:07 AM   
PetrOs

 

Posts: 260
Joined: 11/11/2006
Status: offline
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....

(in reply to floydg)
Post #: 4795
RE: WitPTracker AE Release 1.9.2 Available! - 6/29/2014 9:46:47 PM   
gottagofish


Posts: 107
Joined: 1/17/2005
Status: offline

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!

(in reply to floydg)
Post #: 4796
RE: WitPTracker AE Release 1.9.2 Available! - 7/1/2014 11:27:36 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline
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

(in reply to gottagofish)
Post #: 4797
RE: WitPTracker AE Release 1.9.2 Available! - 7/19/2014 1:43:37 PM   
jacklitt

 

Posts: 9
Joined: 7/25/2002
Status: offline
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

(in reply to floydg)
Post #: 4798
RE: WitPTracker AE Release 1.9.2 Available! - 7/19/2014 2:40:58 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline
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.

(in reply to jacklitt)
Post #: 4799
RE: WitPTracker AE Release 1.9.2 Available! - 7/19/2014 7:12:48 PM   
topeverest


Posts: 3376
Joined: 10/17/2007
From: Houston, TX - USA
Status: offline
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?




Attachment (1)

< Message edited by topeverest -- 7/19/2014 8:13:23 PM >


_____________________________

Andy M

(in reply to floydg)
Post #: 4800
Page:   <<   < prev  158 159 [160] 161 162   next >   >>
All Forums >> [New Releases from Matrix Games] >> War in the Pacific: Admiral's Edition >> RE: WitPTracker AE Release 1.9.2 Available! Page: <<   < prev  158 159 [160] 161 162   next >   >>
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.801