ORIGINAL: LoBaron
Hi! Thanks again for continuing the best exteneded arm for AE. [:)]
You're most welcome.
This type of ego-boosting is what keeps us going... [:D]
Moderators: wdolson, MOD_War-in-the-Pacific-Admirals-Edition
ORIGINAL: LoBaron
Hi! Thanks again for continuing the best exteneded arm for AE. [:)]
ORIGINAL: floydg
ORIGINAL: Nomad
ORIGINAL: floydg
Hmmm... I suppose you had just loaded a new turn, right? Can you send me the "old" turn and the "new" turn so I can see what's going on?
Thanks!
right now, no. I can't get it to duplicate. [:(]
Yeah, this one may be tough to duplicate. You need to get a turn where the SS Nautilus is supposedly sunk and then a subsequent turn where it's discovered to be falsely reported as sunk. But I think this had to have happened twice -- because it should fail on the second time. I'll protect against it, but it's a harmless error; just indicating something is there already.
Floyd
ORIGINAL: floydg
ORIGINAL: LoBaron
Hi! Thanks again for continuing the best exteneded arm for AE. [:)]
You're most welcome.
This type of ego-boosting is what keeps us going... [:D]

ORIGINAL: Gunner98
Having a Java memory issue - can anyone point me to the post that explains how to adjust this?
Thanks
Error Message:
Not enough storage is available to process this command.
User Action:
Do one of the following, then retry the command: (1) reduce the number of running programs; (2) remove unwanted files from the disk the paging file is on and restart the system; (3) check the paging file disk for an I/O error; or (4) install additional memory in your system.

ORIGINAL: drw61
Disregard. just read the post above about the memory and it's working, thanks
I'm getting the following error message
Thanks, Daryl
![]()
Gunner98,ORIGINAL: Gunner98
Ok
Still no luck. have upped the memory to
java -Xms1024m -Xmx1158m -jar "WitPTracker.jar"
User Action:
Do one of the following, then retry the command: (1) reduce the number of running programs;
Only have WITP-AE & tracker running
(2) remove unwanted files from the disk the paging file is on and restart the system;
Not entirly sure what this means but I have over 100Gb free on the disk
(3) check the paging file disk for an I/O error;
Haven't done this yet - Hard drive is only about 4 months old
or (4) install additional memory in your system.
I have 4 Gig RAM on a 32 bit system so I don't think this will help
Any other ideas?
Gunner98,
There really is no reason this can't run on your rig.
There are at least two cases when this error can occur:
* If you try to allocate more memory than is available on your device.
* If you run out of shared library space.
So go back to the default settings please for starters in the batch file.
java -Xms384m -Xmx512m -jar "WitPTracker.jar"
pause
Will Do
I assume you've had Tracker working before and now want to increase the memory heap, I've encountered problems doing large memory allocations... but I'm thinking this might be more about other things
Was working like a charm and then just stopped reading turns - no error msgs - took a few turns for me to notice.
Also need a bit more info to get my head around this ...
Are you a 64 bit user?OOps just checked ... you're a 32 bit user... curious.
32 bit
What Microsoft Visual C++ SP1 update did you apply ? The 32bit one for intel?
I think so, can't remember - is there a way to check?
What Java version are you using ? The 32 bit one ?
Java version 6, I think its the 32 bit version,
Also if you PM me your email address I can send you another version which has an executable which I've got working on most 32/64bit rigs.
On the way
Damian
ORIGINAL: herwin
That's a standard problem with JDBC systems. You need to bug the developers to allow people to use alternative high-performance DBMSs.
But from running 200+ turns the DB call is not what is slowing the program down ... or am I wrong ?ORIGINAL: floydg
ORIGINAL: herwin
That's a standard problem with JDBC systems. You need to bug the developers to allow people to use alternative high-performance DBMSs.
Okay, I'm game - if it can improve performance, can you recommend something?
ORIGINAL: floydg
ORIGINAL: herwin
That's a standard problem with JDBC systems. You need to bug the developers to allow people to use alternative high-performance DBMSs.
Okay, I'm game - if it can improve performance, can you recommend something?
ORIGINAL: Nomad
Maybe a bigger DB or another separate DB where you store more things rather than recompute every time Tracker is run would help performance.