Page 288 of 320

RE: WitPTracker AE Release 1.0

Posted: Fri May 17, 2019 7:15 am
by RogerJNeilson
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

RE: WitPTracker AE Release 1.0

Posted: Sat Jun 22, 2019 11:29 pm
by Aksully
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 . . .

RE: WitPTracker AE Release 1.0

Posted: Sat Jun 22, 2019 11:42 pm
by BillBrown
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.


RE: WitPTracker AE Release 1.0

Posted: Sun Jun 23, 2019 1:06 am
by Aksully
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

Posted: Sun Jun 23, 2019 7:58 pm
by Aksully
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

Posted: Sun Jun 23, 2019 8:03 pm
by BillBrown
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.

RE: WitPTracker AE Release 1.0

Posted: Sun Jun 23, 2019 8:55 pm
by Aksully
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

Posted: Sun Jun 23, 2019 9:19 pm
by BillBrown
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 )

Image

RE: WitPTracker AE Release 1.0

Posted: Sun Jun 23, 2019 9:21 pm
by BillBrown
Then you will get a map page with options
this is highly reduced to fit the forum criteria

Image

RE: WitPTracker AE Release 1.0

Posted: Sun Jun 23, 2019 10:25 pm
by Aksully
There it is Bill! My mistake. Thks for the correction!

RE: WitPTracker AE Release 1.0

Posted: Sun Jun 23, 2019 10:33 pm
by BillBrown
I wonder if you were thinking about combat reporter, found here: tm.asp?m=2456864
Another excellent program.

RE: WitPTracker AE Release 1.0

Posted: Mon Jun 24, 2019 7:31 am
by Yaab
floydg, is there any chance you can add a Victory Point columns for Ship Classes tab in Tracker?

RE: WitPTracker AE Release 1.0

Posted: Mon Jun 24, 2019 11:13 am
by Aksully
Yes BB. I think I was "merging" different TF's!!!!

RE: WitPTracker AE Release 1.0

Posted: Sun Jul 21, 2019 7:34 pm
by floydg
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...

RE: WitPTracker AE Release 1.0

Posted: Wed Jul 24, 2019 5:14 am
by Yaab
When I browse the ship classes I often wonder how much VP is this xAK, DD or SS.

RE: WitPTracker AE Release 1.0

Posted: Wed Aug 07, 2019 1:32 pm
by 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

Posted: Wed Aug 07, 2019 4:21 pm
by hooraysimpsons
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

Posted: Thu Aug 08, 2019 10:52 am
by 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

RE: WitPTracker AE Release 1.0

Posted: Thu Aug 08, 2019 11:18 am
by hooraysimpsons
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

Posted: Thu Aug 08, 2019 1:11 pm
by Aksully
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
Hello 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!