WitPTracker AE Release 1.11 Available!
Moderators: wdolson, MOD_War-in-the-Pacific-Admirals-Edition
RE: WitPTracker AE Release 1.4 Available
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.
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.4 Available
thanks,
got it working - great bit of kit - a module that should run within the game!
Ade
got it working - great bit of kit - a module that should run within the game!
Ade
RE: WitPTracker AE Release 1.4 Available
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
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
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.
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.4 Available
4 months after release and we're at 1.4 already !!
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: 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.
Yeah sorry, I'll do this one too ...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.
RE: WitPTracker AE Release 1.4 Available
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]
Intel Monkey: https://sites.google.com/view/staffmonkeys/home
RE: WitPTracker AE Release 1.4 Available
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.
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: 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.
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.
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.
- ny59giants
- Posts: 9888
- Joined: Mon Jan 10, 2005 12:02 pm
RE: WitPTracker AE Release 1.4 Available
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]
[center]
[/center]

RE: WitPTracker AE Release 1.4 Available
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.
Harry Erwin
"For a number to make sense in the game, someone has to calibrate it and program code. There are too many significant numbers that behave non-linearly to expect that. It's just a game. Enjoy it." herwin@btinternet.com
"For a number to make sense in the game, someone has to calibrate it and program code. There are too many significant numbers that behave non-linearly to expect that. It's just a game. Enjoy it." herwin@btinternet.com
RE: WitPTracker AE Release 1.4 Available
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.
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.4 Available
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
Many thanks,
Simon
RE: WitPTracker AE Release 1.4 Available
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.
Harry Erwin
"For a number to make sense in the game, someone has to calibrate it and program code. There are too many significant numbers that behave non-linearly to expect that. It's just a game. Enjoy it." herwin@btinternet.com
"For a number to make sense in the game, someone has to calibrate it and program code. There are too many significant numbers that behave non-linearly to expect that. It's just a game. Enjoy it." herwin@btinternet.com
RE: WitPTracker AE Release 1.4 Available
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
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.4 Available
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 ....

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

- Attachments
-
- 20100110_174126.jpg (162.96 KiB) Viewed 112 times
RE: WitPTracker AE Release 1.4 Available
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.
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.4 Available
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
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 .....
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
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.
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.4 Available
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
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 . . .
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 . . .
My favorite chinese restaurant in Manhattan -
http://www.mrchow.com
The best computer support firm in NYC:
http://www.thelcogroup.com
Coolest internet toolbar:
http://www.stumbleupon.com
http://www.mrchow.com
The best computer support firm in NYC:
http://www.thelcogroup.com
Coolest internet toolbar:
http://www.stumbleupon.com