WitPTracker AE Release 1.11 Available!
Moderators: wdolson, MOD_War-in-the-Pacific-Admirals-Edition
- RogerJNeilson
- Posts: 1277
- Joined: Thu Apr 12, 2012 5:21 am
- Location: Bedlington, Northumberland, UK
RE: WitPTracker AE Release 1.0
Yes I am familiar with that problem. It was not already running I am sure as it was a fresh boot of windows but hey ho.... its working fine again so who knows. Life is sometimes too short to worry about why things didn't work when they are doing again - unless they continue to misbehave.
Roger
Roger
An unplanned dynasty: Roger Neilson, Roger Neilson 11, Roger Neilson 3 previous posts 898+1515 + 1126 = 3539.....Finally completed my game which started the day WITP:AE was released
RE: WitPTracker AE Release 1.0
Anyone have an idea with this error? Thx in advance! Running Win 10 64 bit home
C:\Matrix Games\War in the Pacific Admiral's Edition\Extras\Tracker>java -Xms384m -Xmx512m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 7 seconds
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space
at java.awt.image.DataBufferInt.<init>(Unknown Source)
at java.awt.image.Raster.createPackedRaster(Unknown Source)
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
at java.awt.image.BufferedImage.<init>(Unknown Source)
at witptracker.MapPanel$Map.<init>(MapPanel.java:440)
at witptracker.MapPanel.<init>(MapPanel.java:229)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:920)
at witptracker.GUIMain$5.run(GUIMain.java:1042)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.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\Extras\Tracker>pause
Press any key to continue . . .
C:\Matrix Games\War in the Pacific Admiral's Edition\Extras\Tracker>java -Xms384m -Xmx512m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 7 seconds
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space
at java.awt.image.DataBufferInt.<init>(Unknown Source)
at java.awt.image.Raster.createPackedRaster(Unknown Source)
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
at java.awt.image.BufferedImage.<init>(Unknown Source)
at witptracker.MapPanel$Map.<init>(MapPanel.java:440)
at witptracker.MapPanel.<init>(MapPanel.java:229)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:920)
at witptracker.GUIMain$5.run(GUIMain.java:1042)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.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\Extras\Tracker>pause
Press any key to continue . . .
RE: WitPTracker AE Release 1.0
Try using this for your bat file
java.exe" -Xms256m -Xmx768m -jar "WitPTracker.jar" nomap
pause
also you probably should try doing a restart on your computer before running tracker.
java.exe" -Xms256m -Xmx768m -jar "WitPTracker.jar" nomap
pause
also you probably should try doing a restart on your computer before running tracker.
RE: WitPTracker AE Release 1.0
Thanks BB for your reply. I'll try your suggestion Sunday. And I did restart my PC as suggested earlier here. And thanks for just answering the question. You seem to be a decent person in the thread trying to help others. Most appreciated!
RE: WitPTracker AE Release 1.0
Hey BB, Well you got me headed to success with your suggestion. I tried your bat suggestion but it failed. Then I edited it to just the java without the .exe" and used the rest and it WORKED! Of course with no map. I'd like to try this to see if it will open a map. So would I substitute map for no map and see if it works? Anyhow, your help is appreciated and thanks again.
RE: WitPTracker AE Release 1.0
No, just erase the nomap command line parameter like this
java -Xms256m -Xmx768m -jar "WitPTracker.jar"
pause
And I apologize, I forgot to erase the .exe" from my first post. I use a complete address in mine.
java -Xms256m -Xmx768m -jar "WitPTracker.jar"
pause
And I apologize, I forgot to erase the .exe" from my first post. I use a complete address in mine.
RE: WitPTracker AE Release 1.0
Thanks BB but it didn't show the map at the bottom like I believe it should. But no worries. Just glad to have the tool working so I can use it to help me keep track of things!
RE: WitPTracker AE Release 1.0
I am not sure what you mean about a map at the bottom. there is a map selection on the data set drop down( third from the bottom )


- Attachments
-
- map1.jpg (452.99 KiB) Viewed 315 times
RE: WitPTracker AE Release 1.0
Then you will get a map page with options
this is highly reduced to fit the forum criteria

this is highly reduced to fit the forum criteria

- Attachments
-
- map2.jpg (278.19 KiB) Viewed 315 times
RE: WitPTracker AE Release 1.0
There it is Bill! My mistake. Thks for the correction!
RE: WitPTracker AE Release 1.0
I wonder if you were thinking about combat reporter, found here: tm.asp?m=2456864
Another excellent program.
Another excellent program.
RE: WitPTracker AE Release 1.0
floydg, is there any chance you can add a Victory Point columns for Ship Classes tab in Tracker?
RE: WitPTracker AE Release 1.0
Yes BB. I think I was "merging" different TF's!!!!
RE: WitPTracker AE Release 1.0
ORIGINAL: Yaab
floydg, is there any chance you can add a Victory Point columns for Ship Classes tab in Tracker?
Sorry for the response delay -- the victory points are not part of the ship class structure. I suppose I can find a ship of that class and use the VP from that ship to represent the class. Just more work...
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.0
When I browse the ship classes I often wonder how much VP is this xAK, DD or SS.
-
- Posts: 15
- Joined: Wed Jul 31, 2019 7:34 pm
RE: WitPTracker AE Release 1.0
I put my entire tracker folder in my Dropbox in an attempt to keep the tracker database synced between two PCs to play on. This did not work. Is the tracker.data file not where the information is stored?
TIA
TIA
-
- Posts: 15
- Joined: Wed Jul 31, 2019 7:34 pm
RE: WitPTracker AE Release 1.0
It looks like the modified date/time stamp on trackerdb.data is not updated upon running. Is this normal? It may explain the behavior I'm seeing. Thanks
ORIGINAL: hooraysimpsons
I put my entire tracker folder in my Dropbox in an attempt to keep the tracker database synced between two PCs to play on. This did not work. Is the tracker.data file not where the information is stored?
TIA
RE: WitPTracker AE Release 1.0
ORIGINAL: hooraysimpsons
I put my entire tracker folder in my Dropbox in an attempt to keep the tracker database synced between two PCs to play on. This did not work. Is the tracker.data file not where the information is stored?
TIA
Tracker reads the game saved file.
Alfred
-
- Posts: 15
- Joined: Wed Jul 31, 2019 7:34 pm
RE: WitPTracker AE Release 1.0
Where does it saved the data after reading the turn? Trying to use tracker on two different PCs. Used tracker for turns 1 and 2 on laptop. Went back to laptop for turn 5. Even though the entire tracker folder is in Dropbox, it only says turns 1 and 2 were loaded. Then had it read the data for turn 5. Seems like it was successful. However, the bottom still says last turn read was 2. When filtering by current turn it goes to turn 2 and of course turn 3 and 4 still missing.
RE: WitPTracker AE Release 1.0
Hello Alfred,ORIGINAL: Alfred
ORIGINAL: hooraysimpsons
I put my entire tracker folder in my Dropbox in an attempt to keep the tracker database synced between two PCs to play on. This did not work. Is the tracker.data file not where the information is stored?
TIA
Tracker reads the game saved file.
Alfred
I have a similar question for you;
Say I am working on my next turn set up and just complete orders for all my Australian units and save in Save slot 9 and close WITP AE. Then open up that save the next day to work on units in Sumatra. If I run Tracker will it update with all the Australian moves I made before I start work on Sumatra units. Or does it only run after you complete all orders and complete that turn? Thx in advance!