Page 40 of 320
RE: WitPTracker AE Release 1.3 Available
Posted: Sun Jan 03, 2010 5:36 pm
by floydg
ORIGINAL: gwosborn
Floyd and Damian,
Thanks again for this great program. I was previously running version 1.2 but now after downloading the new version and replacing the witptracker.jar file I am getting the below error. Was I supposed to replace any of the other files? Or how do I modify the .bat memory settings to -Xms384 -Xmx512?
Any help would be appreciated.
C:\Matrix Games\War in the Pacific Admiral's Edition\WITPstaff>java -Xms128m -Xm
x256m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 62 seconds
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap spa
ce
at java.awt.image.DataBufferInt.<init>(Unknown Source)
at java.awt.image.Raster.createPackedRaster(Unknown Source)
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknow
n Source)
at java.awt.image.BufferedImage.<init>(Unknown Source)
at witptracker.MapPanel$Map.<init>(MapPanel.java:344)
at witptracker.MapPanel.<init>(MapPanel.java:196)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:605)
at witptracker.GUIMain$5.run(GUIMain.java:682)
at java.awt.event.InvocationEvent.dispatch(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\WITPstaff>pause
Press any key to continue . . .
You can just use the witptracker.bat file in the release distribution.
Or right-click on the file and you'll be shown a menu, choose the "Edit" option.
RE: WitPTracker AE Release 1.3.1 Available
Posted: Sun Jan 03, 2010 5:38 pm
by floydg
ORIGINAL: Roger Neilson II
Great work as always guys, however one little question on the sigint files.....
I have more than one game running and the stuff is all in the save folder so how do I avoid it loading the 'wrong' sigint?
Roger
Well, that's up to you to manage... There is no way for the program to know what file is from what game. Best bet is to just load from local files and copy the sigint files there.
RE: WitPTracker AE Release 1.3.1 Available
Posted: Sun Jan 03, 2010 5:39 pm
by floydg
ORIGINAL: ny59giants
Will it look for multiple SigInt reports if your playing 2 day turns??
At present, if you're running 2-3 day turns, it'll load for just the first turn of the bunch - and I think it'll load all of the messages for all days for that first turn. Not sure, since I didn't test that aspect.
And if you're wondering, I am NOT watching the Giants right now... [:@]
RE: WitPTracker AE Release 1.3.1 Available
Posted: Sun Jan 03, 2010 5:42 pm
by witpqs
ORIGINAL: floydg
ORIGINAL: Roger Neilson II
Great work as always guys, however one little question on the sigint files.....
I have more than one game running and the stuff is all in the save folder so how do I avoid it loading the 'wrong' sigint?
Roger
Well, that's up to you to manage... There is no way for the program to know what file is from what game. Best bet is to just load from local files and copy the sigint files there.
Roger,
I took advice from the forum and created a new installation of WITP + Tracker for my PBM. If I start another concurrent PBM, I'll make another installation. That way I hope to make it easier to keep games separate.
RE: WitPTracker AE Release 1.3.1 Available
Posted: Sun Jan 03, 2010 5:45 pm
by floydg
ORIGINAL: witpqs
ORIGINAL: floydg
If you load turn 1, it won't find a sig int file, since none exist for Dec 6.
When you load turn 2, it will look for the sig int file for Dec 7, once it finds a file, it'll try to load it.
The key here is the name of the file and the first line of the file. If the first line's date doesn't match the date it's looking for, it will not load it (and you'll get a WARNING message).
What caused the question was this part of your previous post:
The program will now also look for a file called "asigint.txt" or "jsigint.txt" if it can't find a file with a date on in the name.
I put in bold the part that makes me ask. When I load turn one, it won't find a date-named sigint file for Dec 6. However, it will find a 'asigint.txt' file, which is actually for Dec 7. That one got created by the combat replay for turn 1 (Dec 7), and will be over-written when I do the combat replay for turn 2 (Dec 8). I hope I'm explaining this clearly. [&:]
If it finds a file that could be a candidate, it will then check the date inside. If you have an asigint.txt file, but the date inside the file doesn't match the date it's looking for, it will display a warning and abort loading the signal intelligence for that turn.
The algorithm is:
1. look for a dated file for the previous day
2. if no file, look for an undated file
3. if a file was found in 1 or 2, look at the date in the file (SIG INT REPORT FOR Mmm, dd YY)
4. if the date inside the file matches the previous day, load the sig int; otherwise, give up
Does that explain it better?
RE: WitPTracker AE Release 1.3.1 Available
Posted: Sun Jan 03, 2010 5:50 pm
by ny59giants
And if you're wondering, I am NOT watching the Giants right now...[:@]
I get DirecTV Sunday ticket, so I'm trying to get my money's worth. The way they have played since week 6, i need to get some of my money back. [:(]
RE: WitPTracker AE Release 1.3.1 Available
Posted: Sun Jan 03, 2010 6:09 pm
by Nomad
If you are watching the Giants, you are not getting your moneys worth. [:D]
RE: WitPTracker AE Release 1.3.1 Available
Posted: Sun Jan 03, 2010 6:11 pm
by Nomad
ORIGINAL: Roger Neilson II
Great work as always guys, however one little question on the sigint files.....
I have more than one game running and the stuff is all in the save folder so how do I avoid it loading the 'wrong' sigint?
Roger
Do like me roger, put each game into its own installation folder. It saves a lot of problems.
RE: WitPTracker AE Release 1.3.1 Available
Posted: Sun Jan 03, 2010 6:37 pm
by witpqs
ORIGINAL: floydg
If it finds a file that could be a candidate, it will then check the date inside. If you have an asigint.txt file, but the date inside the file doesn't match the date it's looking for, it will display a warning and abort loading the signal intelligence for that turn.
The algorithm is:
1. look for a dated file for the previous day
2. if no file, look for an undated file
3. if a file was found in 1 or 2, look at the date in the file (SIG INT REPORT FOR Mmm, dd YY)
4. if the date inside the file matches the previous day, load the sig int; otherwise, give up
Does that explain it better?
Thanks! [:)]
RE: WitPTracker AE Release 1.3 Available
Posted: Mon Jan 04, 2010 3:33 am
by Kull
After some discussion, Nomad prefers to retain his existing region files "as-is", so I've gone ahead and created a new regions file which is guaranteed to be "error-free":
Edit: So much for "error-free"! An error was found and fixed (see post #795 below)
RE: WitPTracker AE Release 1.3 Available
Posted: Mon Jan 04, 2010 3:41 am
by Kull
For those who are curious as to what's different between the various region files (Default, Nomad's, & mine) the attached spreadsheet shows the regions assigned to each base. Those included in my regions text file (see previous post) are the ones listed in column J.
NOTE: This is really a zip file, so change the extension from .txt to .zip before trying to open it.
RE: WitPTracker AE Release 1.3.1 Available
Posted: Mon Jan 04, 2010 4:40 am
by Roger Neilson II
Yep, used to do that with WITP.
R
RE: WitPTracker AE Release 1.3.1 Available
Posted: Mon Jan 04, 2010 9:40 am
by n01487477
Thanks Nomad & Kull for making the 2 region files, I've looked at both and they're fine efforts, particularly as I know how long it takes to go through that number of bases.
I hope you all enjoy 1.3.1 [8D]
RE: WitPTracker AE Release 1.3.1 Available
Posted: Mon Jan 04, 2010 1:54 pm
by Kull
ORIGINAL: n01487477
Thanks Nomad & Kull for making the 2 region files, I've looked at both and they're fine efforts, particularly as I know how long it takes to go through that number of bases.
I hope you all enjoy 1.3.1 [8D]
Happy to help! You and Floyd have created a wonderful tool here, and it's a pleasure to contribute in any way. [&o]
RE: WitPTracker AE Release 1.3.1 Available
Posted: Mon Jan 04, 2010 3:09 pm
by Kull
Gah! Just noticed that there are TWO "Stewart Islands" on the map, and my file and Nomad's have them both located in New Zealand - but one is really in the Solomons. Revised Text file to correct the error is attached.
NOTE: This is really a zip file, so change the extension from .txt to .zip before trying to open it.
RE: WitPTracker AE Release 1.3.1 Available
Posted: Mon Jan 04, 2010 4:20 pm
by scott64
Tried to run my turn and received this error message. [&:]

RE: WitPTracker AE Release 1.3.1 Available
Posted: Mon Jan 04, 2010 6:02 pm
by floydg
ORIGINAL: scott1964
Tried to run my turn and received this error message. [&:]
I think the first turn didn't read in fully. Can you try deleting the database (trackerdb.* files) and starting over and look carefully at any messages.
Floyd
RE: WitPTracker AE Release 1.3.1 Available (Happy New Year!)
Posted: Mon Jan 04, 2010 6:53 pm
by JohnDillworth
http://www.pacificwrecks.com/airfields/philippines/clark/index.html
Clark Field 3 large runways, 2 small runways Level 8
Tinian 6 large runways level 4
RE: WitPTracker AE Release 1.3.1 Available (Happy New Year!)
Posted: Mon Jan 04, 2010 6:54 pm
by JohnDillworth
RE: WitPTracker AE Release 1.3.1 Available (Happy New Year!)
Posted: Mon Jan 04, 2010 10:38 pm
by ny59giants
If it is in the latest version, I didn't find it, but is there somewhere I can find all the garrison requirements for all of the Japanese owned bases?? If not, then I like to add it for the next versions "wish list." There should be one for the Allies as well. [;)]