Page 45 of 320
RE: WitPTracker AE Release 1.4 Available
Posted: Sat Jan 09, 2010 11:39 pm
by floydg
Alerts are generated by comparing what's in the current database to what is in a new save file being read in. So to get alerts, you need to load in another save file for comparison.
RE: WitPTracker AE Release 1.4 Available
Posted: Sun Jan 10, 2010 12:15 am
by ade670
thanks,
got it working - great bit of kit - a module that should run within the game!
Ade
RE: WitPTracker AE Release 1.4 Available
Posted: Sun Jan 10, 2010 12:23 am
by ade670
Floydg,
Thanks for your help on this - one more thing - I am trying to load the text file - it says wrong type of txt file when I click on them - any pointers??
Cheers,
Ade
RE: WitPTracker AE Release 1.4 Available
Posted: Sun Jan 10, 2010 12:41 am
by floydg
ORIGINAL: ade670
Floydg,
Thanks for your help on this - one more thing - I am trying to load the text file - it says wrong type of txt file when I click on them - any pointers??
Cheers,
Ade
Presently, only the sig int files can be recognized. So the file is named asigint.txt, jsigint.txt or something of that ilk with a date prior to the .txt extension. The first line of the file will read [font="Courier New"]SIG INT REPORT FOR [/font] and the date.
RE: WitPTracker AE Release 1.4 Available
Posted: Sun Jan 10, 2010 3:38 am
by n01487477
4 months after release and we're at 1.4 already !!
ORIGINAL: ny59giants
Not a big deal, but the Engine Planning under Air Production has the Availability date set up as mm/yy and it should be yy/mm.
I'd love to go mm/yy for all, but you Americans want to make my life difficult [;)], I'll fix it so it is consistent, the Engine Planning tool is good though -- right ? [8D] I work for peanuts and need your approval![:D] (still drunk from last nights debauchery)
ORIGINAL: seille
One of the cases where sorting doesn´t work.
Seems to sort only the first number.
Saw this already when i filtered for dates somewhere.
Yeah sorry, I'll do this one too ...
RE: WitPTracker AE Release 1.4 Available
Posted: Sun Jan 10, 2010 4:29 am
by witpqs
ORIGINAL: n01487477
I work for peanuts and need your approval![:D] (still drunk from last nights debauchery)
Send your address, then - I'll send peanuts! [:D]
RE: WitPTracker AE Release 1.4 Available
Posted: Sun Jan 10, 2010 10:25 am
by floydg
ORIGINAL: n01487477
4 months after release and we're at 1.4 already !!
Didn't realize that. Seems worse than XP security patches, but at least we're adding new features each time.
ORIGINAL: ny59giants
Not a big deal, but the Engine Planning under Air Production has the Availability date set up as mm/yy and it should be yy/mm.
I'd love to go mm/yy for all, but you Americans want to make my life difficult [;)], I'll fix it so it is consistent, the Engine Planning tool is good though -- right ? [8D] I work for peanuts and need your approval![:D] (still drunk from last nights debauchery)
We complain about dd/mm instead of mm/dd. Please get our annoyances straight. [;)]
With mm/yy you'll need to add special sorting routines for the column -- yy/mm makes it easier.
RE: WitPTracker AE Release 1.4 Available
Posted: Sun Jan 10, 2010 1:11 pm
by ny59giants
With mm/yy you'll need to add special sorting routines for the column -- yy/mm makes it easier.
Thanks for helping out Floyd. This is exactly why I mentioned this. Its all about the "sorting" routine. Damian's brain cells are still suffering from a lack of water. [:D]
RE: WitPTracker AE Release 1.4 Available
Posted: Sun Jan 10, 2010 1:28 pm
by herwin
ORIGINAL: ny59giants
With mm/yy you'll need to add special sorting routines for the column -- yy/mm makes it easier.
Thanks for helping out Floyd. This is exactly why I mentioned this. Its all about the "sorting" routine. Damian's brain cells are still suffering from a lack of water. [:D]
If you use the appropriate Java classes, sorting should be easy.
RE: WitPTracker AE Release 1.4 Available
Posted: Sun Jan 10, 2010 1:37 pm
by floydg
ORIGINAL: herwin
ORIGINAL: ny59giants
With mm/yy you'll need to add special sorting routines for the column -- yy/mm makes it easier.
Thanks for helping out Floyd. This is exactly why I mentioned this. Its all about the "sorting" routine. Damian's brain cells are still suffering from a lack of water. [:D]
If you use the appropriate Java classes, sorting should be easy.
It's actually the JTable component. If we use standard String or Integer sorting, it comes for "free", but anything else needs a custom sorter. They're easy to add.
RE: WitPTracker AE Release 1.4 Available
Posted: Sun Jan 10, 2010 3:21 pm
by SimonDC
Hello, I've just installed version 1.4. The main screen came up, so I assume it was successful. My problem is how to restart the program after exiting. The witptracker executable doesn't bring anything up. Which file should I use as the shortcut?
Many thanks,
Simon
RE: WitPTracker AE Release 1.4 Available
Posted: Sun Jan 10, 2010 4:18 pm
by herwin
ORIGINAL: floydg
ORIGINAL: herwin
ORIGINAL: ny59giants
Thanks for helping out Floyd. This is exactly why I mentioned this. Its all about the "sorting" routine. Damian's brain cells are still suffering from a lack of water. [:D]
If you use the appropriate Java classes, sorting should be easy.
It's actually the JTable component. If we use standard String or Integer sorting, it comes for "free", but anything else needs a custom sorter. They're easy to add.
I thought the Date and Calendar classes had their own orderings.
RE: WitPTracker AE Release 1.4 Available
Posted: Sun Jan 10, 2010 8:05 pm
by floydg
ORIGINAL: SimonDC
Hello, I've just installed version 1.4. The main screen came up, so I assume it was successful. My problem is how to restart the program after exiting. The witptracker executable doesn't bring anything up. Which file should I use as the shortcut?
Many thanks,
Simon
If you started up from the witptracker.bat file, then re-start using the witptracker.bat file. It takes a little while to start up (maybe 1 minute or more).
Floyd
RE: WitPTracker AE Release 1.4 Available
Posted: Sun Jan 10, 2010 8:46 pm
by scout1
ok, my turn to have issues with WitPTracker .... (of my own making of course)....
pbem game, playing Japan ...... Tried allowing it to read save game from save directory .... got lots of "-5 exceptions".
Then copied save file over to WitpTrackerAE directory. Got the following ....

RE: WitPTracker AE Release 1.4 Available
Posted: Sun Jan 10, 2010 10:37 pm
by floydg
ORIGINAL: scout1
ok, my turn to have issues with WitPTracker .... (of my own making of course)....
pbem game, playing Japan ...... Tried allowing it to read save game from save directory .... got lots of "-5 exceptions".
Then copied save file over to WitpTrackerAE directory. Got the following ....
If you got errors loading it intially, I'd say everything after is suspect. Please try again and post the original errors.
RE: WitPTracker AE Release 1.4 Available
Posted: Mon Jan 11, 2010 1:39 am
by scout1
ORIGINAL: floydg
ORIGINAL: scout1
ok, my turn to have issues with WitPTracker .... (of my own making of course)....
pbem game, playing Japan ...... Tried allowing it to read save game from save directory .... got lots of "-5 exceptions".
Then copied save file over to WitpTrackerAE directory. Got the following ....
Completely re-loaded Tracker v1.4, copying over all files. Re-ran *.bat file. Does not repeat original string of "-5 exceptions". Merely get the same thing as listed above.
What shall I try next ?
If you got errors loading it intially, I'd say everything after is suspect. Please try again and post the original errors.
RE: WitPTracker AE Release 1.4 Available
Posted: Mon Jan 11, 2010 2:12 am
by scout1
One other thing that I may be in err .....
I did not create a new folder to unzip the zipped file. Extracted it into the current Tracker directory in AE and overwrote all files it asked about. Not sure if this is important but did re-read your installation instructions and it does say to create a new directory .....
RE: WitPTracker AE Release 1.4 Available
Posted: Mon Jan 11, 2010 2:15 am
by floydg
ORIGINAL: scout1
One other thing that I may be in err .....
I did not create a new folder to unzip the zipped file. Extracted it into the current Tracker directory in AE and overwrote all files it asked about. Not sure if this is important but did re-read your installation instructions and it does say to create a new directory .....
Nah, I doubt that's the cause.
Is it just one save file you've read in so far? If so, can you send it to me at
witptracker@gmail.com so I can look under the hood on this error?
Thanks.
RE: WitPTracker AE Release 1.4 Available
Posted: Mon Jan 11, 2010 5:52 am
by JamesM
Scout 1 after a clean set up of Tracker on your c drive, in the settings try setting the save mode to 2. I had alot of problems getting it to run and I just found that this works. From testing I am sure that alot of the issues are caused by the latest update to C++.
RE: WitPTracker AE Release 1.4 Available
Posted: Mon Jan 11, 2010 6:45 pm
by jackyo123
just downloaded 1.4 - WITPSTAFF works, tracker unfortunately doesnt.
error:
C:\Matrix Games\War in the Pacific Admiral's Edition\WitPTracker AE Release 1.4>
java -Xms384m -Xmx512m -jar "WitPTracker.jar"
Initializing WitP Tracker AE database.
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Matrix Games\War i
n the Pacific Admiral's Edition\WitPTracker AE Release 1.4\pwsdll.dll: This appl
ication has failed to start because the application configuration is incorrect.
Reinstalling the application may fix this problem
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:19)
at witptracker.SaveFileReader.<init>(SaveFileReader.java:91)
at witptracker.Main.main(Main.java:127)
C:\Matrix Games\War in the Pacific Admiral's Edition\WitPTracker AE Release 1.4>
pause
Press any key to continue . . .