RE: WitPTracker AE Release 1.0 (Full Version)

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



Message


kukudas -> RE: WitPTracker AE Release 1.0 (3/7/2019 1:10:23 PM)


quote:

ORIGINAL: floydg

Edit the witptracker.bat file and change the numbers after Xms and Xmx by 128 until it works. Or just add nomap at the end:

Either:
java -Xms384m -Xmx512m -jar "WitPTracker.jar"  nomap


or
java -Xms512m -Xmx640m -jar "WitPTracker.jar"






Great thanks!!!!!!!! Finally!!!!!!!!!! IT WORKS!!!!!!!!!!!!!!




Knavey -> RE: WitPTracker AE Release 1.0 (4/5/2019 10:05:35 PM)

Probably not being updated anymore, but a logic check on "you forgot to upload the last turn dummy" would be nice.

Thanks for a great program, once I got it running, I feel lost without it now.




floydg -> RE: WitPTracker AE Release 1.0 (4/5/2019 10:07:40 PM)


quote:

ORIGINAL: Knavey

Probably not being updated anymore, but a logic check on "you forgot to upload the last turn dummy" would be nice.

Thanks for a great program, once I got it running, I feel lost without it now.


Yeah, I haven't updated in a while, but I have been tinkering with the code. I suppose I could add a "skipped turn" warning.




larryfulkerson -> RE: WitPTracker AE Release 1.0 (4/9/2019 3:26:27 PM)

What did I do wrong? How do I fix this? Is it going to be a problem the rest of the game?

[image]local://upfiles/16287/EDB1B77264E641ADAFC45827406721C6.jpg[/image]




floydg -> RE: WitPTracker AE Release 1.0 (4/9/2019 4:50:22 PM)

Larry -

It looks like the pilot ID could be larger than expected. So this pilot (and others with larger-than-expected IDs) won't be stored in the database. I'll need to think of some way to fix that...

Floyd




AleRonin -> RE: WitPTracker AE Release 1.0 (5/10/2019 4:54:32 PM)

Amazing tool, thanks for your effort Floydg [&o]




RogerJNeilson -> RE: WitPTracker AE Release 1.0 (5/16/2019 7:36:12 PM)

after years of working flawlessly suddenly this?


Any advice appreciated.

[image]local://upfiles/41758/10CCED1A52334EFF941209A1BC7C3C92.jpg[/image]




btd64 -> RE: WitPTracker AE Release 1.0 (5/16/2019 8:00:39 PM)

Looks like a storage thing. I don't remember how to fix it. Look on the tracker website....GP




RogerJNeilson -> RE: WitPTracker AE Release 1.0 (5/16/2019 8:48:13 PM)

Ok ignore, I managed to get it to work, though not sure how....


Roger




BillBrown -> RE: WitPTracker AE Release 1.0 (5/16/2019 8:53:35 PM)

It looks like you might have tried to run that tracker twice, it will not let you do that.




RogerJNeilson -> RE: WitPTracker AE Release 1.0 (5/17/2019 10:15:20 AM)

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




Aksully -> RE: WitPTracker AE Release 1.0 (6/23/2019 2:29:55 AM)

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 . . .




BillBrown -> RE: WitPTracker AE Release 1.0 (6/23/2019 2:42:36 AM)

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.





Aksully -> RE: WitPTracker AE Release 1.0 (6/23/2019 4:06:59 AM)

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!




Aksully -> RE: WitPTracker AE Release 1.0 (6/23/2019 10:58:42 PM)

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.




BillBrown -> RE: WitPTracker AE Release 1.0 (6/23/2019 11:03:01 PM)

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.




Aksully -> RE: WitPTracker AE Release 1.0 (6/23/2019 11:55:51 PM)

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!




BillBrown -> RE: WitPTracker AE Release 1.0 (6/24/2019 12:19:30 AM)

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]local://upfiles/6818/39FDC9A13CA840588F7ED55ED87A6BA3.jpg[/image]




BillBrown -> RE: WitPTracker AE Release 1.0 (6/24/2019 12:21:26 AM)

Then you will get a map page with options
this is highly reduced to fit the forum criteria

[image]local://upfiles/6818/DC10C2C393CC4EF38E251472C82272D1.jpg[/image]




Aksully -> RE: WitPTracker AE Release 1.0 (6/24/2019 1:25:21 AM)

There it is Bill! My mistake. Thks for the correction!




BillBrown -> RE: WitPTracker AE Release 1.0 (6/24/2019 1:33:12 AM)

I wonder if you were thinking about combat reporter, found here: http://www.matrixgames.com/forums/tm.asp?m=2456864
Another excellent program.




Yaab -> RE: WitPTracker AE Release 1.0 (6/24/2019 10:31:56 AM)

floydg, is there any chance you can add a Victory Point columns for Ship Classes tab in Tracker?




Aksully -> RE: WitPTracker AE Release 1.0 (6/24/2019 2:13:09 PM)

Yes BB. I think I was "merging" different TF's!!!!




floydg -> RE: WitPTracker AE Release 1.0 (7/21/2019 10:34:03 PM)


quote:

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...




Yaab -> RE: WitPTracker AE Release 1.0 (7/24/2019 8:14:56 AM)

When I browse the ship classes I often wonder how much VP is this xAK, DD or SS.




hooraysimpsons -> RE: WitPTracker AE Release 1.0 (8/7/2019 4:32:32 PM)

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




hooraysimpsons -> RE: WitPTracker AE Release 1.0 (8/7/2019 7:21:06 PM)

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


quote:

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





Alfred -> RE: WitPTracker AE Release 1.0 (8/8/2019 1:52:47 PM)


quote:

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




hooraysimpsons -> RE: WitPTracker AE Release 1.0 (8/8/2019 2:18:28 PM)

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.




Aksully -> RE: WitPTracker AE Release 1.0 (8/8/2019 4:11:02 PM)


quote:

ORIGINAL: Alfred


quote:

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!




Page: <<   < prev  190 191 [192] 193 194   next >   >>

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
2.546875