Page 263 of 323
RE: WitPTracker AE Release 1.0.1 Available
Posted: Sat Oct 31, 2015 8:30 am
by floydg
ORIGINAL: IdahoNYer
ORIGINAL: floydg
I hope you have a backup of the trackerdb files...
This has happened to me before on crashes and the files are corrupted.
Afraid of that - no backup....maybe I'll learn from this.
Guess the fix is to start new?
Only fix I know of. I don't know how to repair these files.
RE: WitPTracker AE Release 1.0.1 Available
Posted: Sat Oct 31, 2015 4:44 pm
by IdahoNYer
ORIGINAL: floydg
ORIGINAL: IdahoNYer
ORIGINAL: floydg
I hope you have a backup of the trackerdb files...
This has happened to me before on crashes and the files are corrupted.
Afraid of that - no backup....maybe I'll learn from this.
Guess the fix is to start new?
Only fix I know of. I don't know how to repair these files.
Thanks Floyd, deleted old data and I'm back up and running - starting at turn 280 something of course. Still LOVE Tracker and all it does!
How can I best avoid this in the future - best way to backup?
RE: WitPTracker AE Release 1.0.1 Available
Posted: Sat Oct 31, 2015 5:01 pm
by floydg
I just copy the trackerdb files over to somewhere else every few turns. But I also have an automatic cloud backup program running, too...
RE: WitPTracker AE Release 1.0.1 Available
Posted: Wed Nov 04, 2015 3:32 am
by sfatula
In Tracker, for LCUs, is there a way to see where the reinforcements will be arriving? I know you can see in the game, but, hoping you can see where (for planning purposes) they arrive within the LCU screen for reinforcements?
RE: WitPTracker AE Release 1.0.1 Available
Posted: Wed Nov 04, 2015 8:34 am
by floydg
ORIGINAL: sfatula
In Tracker, for LCUs, is there a way to see where the reinforcements will be arriving? I know you can see in the game, but, hoping you can see where (for planning purposes) they arrive within the LCU screen for reinforcements?
Look at the LCU Production panel.
RE: WitPTracker AE Release 1.0.1 Available
Posted: Wed Nov 04, 2015 11:18 am
by sfatula
ORIGINAL: floydg
Look at the LCU Production panel.
Perfect, thanks!
RE: WitPTracker AE Release 1.0
Posted: Mon Nov 30, 2015 6:22 pm
by Przemcio231
Ok i have a problem when i try to download the Tracker my antivirus software is telling mi its infected with a trojan...
RE: WitPTracker AE Release 1.0
Posted: Mon Nov 30, 2015 7:08 pm
by floydg
ORIGINAL: Przemcio231
Ok i have a problem when i try to download the Tracker my antivirus software is telling mi its infected with a trojan...
I guess then you need to decide if you can trust me or not.
[:D]
RE: WitPTracker AE Release 1.0
Posted: Sat Dec 19, 2015 6:37 pm
by ny59giants
OK, trying to get Tracker up and running on my new computer (Win10). Just installed the newest version (8.0.660.18) of Java (32 and 64 bit). Of course, I have a few issues now.
What needs to be change? And to what?
How do I edit to make it happen?
Signed,
still software challenged after all these years [:D]

RE: WitPTracker AE Release 1.0
Posted: Sat Dec 19, 2015 8:57 pm
by Lokasenna
ORIGINAL: ny59giants
OK, trying to get Tracker up and running on my new computer (Win10). Just installed the newest version (8.0.660.18) of Java (32 and 64 bit). Of course, I have a few issues now.
What needs to be change? And to what?
How do I edit to make it happen?
Signed,
still software challenged after all these years [:D]
You need to call Java 6, instead of just "java". Using the "java" command will call the default Java version on your machine, which unless you have changed your Java settings manually will be an up-to-date version.
Find the folder on your computer that has Java 6 installed, and replace the "java" portion of the command line like so:
java -Xms384m -Xmx512m -jar "WitPTracker.jar" change to
"C:\...\java6\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar"
Where "C:\...\java6\bin\java.exe" points to the directory your java6 installation is in. This is usually, but not always, in Program Files.
RE: WitPTracker AE Release 1.0
Posted: Sat Dec 19, 2015 9:36 pm
by witpqs
The newest tracker release uses Java 8.
RE: WitPTracker AE Release 1.0
Posted: Sun Dec 20, 2015 12:00 am
by Lokasenna
ORIGINAL: witpqs
The newest tracker release uses Java 8.
OK, or that.
RE: WitPTracker AE Release 1.0
Posted: Sun Dec 20, 2015 11:11 am
by ny59giants
OK, how do I edit my .bat file (MS-DOS)??
RE: WitPTracker AE Release 1.0
Posted: Sun Dec 20, 2015 12:53 pm
by Oberst_Klink
ORIGINAL: ny59giants
OK, how do I edit my .bat file (MS-DOS)??
I'd edit it with Notepad++ or the in-built Notepad Editor in Windows.
Lt.Columbo voice:'Just one more thing...' The tracker always seems to
load the latest PBEM not the scenario against the AI... so I need help, too
Klink, Oberst

RE: WitPTracker AE Release 1.0
Posted: Sun Dec 20, 2015 2:22 pm
by crsutton
Having a little trouble getting tracker to work. Have not used in in a couple of years. I created a tracker folder right in my game and unzipped there. My path is a little different but I think I got it right. Here is my result when I double clicked the bat file.
RE: WitPTracker AE Release 1.0
Posted: Sun Dec 20, 2015 2:52 pm
by Lokasenna
Right-click on the .bat and click "Edit". Open with Notepad, or Notepad++ if you have it (great program if you do any coding).
RE: WitPTracker AE Release 1.0
Posted: Sun Dec 20, 2015 3:13 pm
by crsutton
Lokasenna, are you responding to my post? What do I edit in the bat?
RE: WitPTracker AE Release 1.0
Posted: Sun Dec 20, 2015 7:48 pm
by n01487477
ORIGINAL: crsutton
Having a little trouble getting tracker to work. Have not used in in a couple of years. I created a tracker folder right in my game and unzipped there. My path is a little different but I think I got it right. Here is my result when I double clicked the bat file.
This issue is not with the batch file being wrong. The problem is most likely a C++ error (reinstall the C++ libraries) and make sure you are using the correct java version.
Also, delete the pic as we can see your pbem password

RE: WitPTracker AE Release 1.0
Posted: Sun Dec 20, 2015 8:49 pm
by Lokasenna
ORIGINAL: crsutton
Lokasenna, are you responding to my post? What do I edit in the bat?
You need to make sure it is calling the correct version of Java. If the simple "java" command on your system calls the version of Java that corresponds with your Tracker installation, then try the C++ libraries as Damian posted... if the "java" command does not call the correct version of Java, then you need to point it that direction.
That particular error is one I see when I use the incorrect version of Java.
RE: WitPTracker AE Release 1.0
Posted: Sun Dec 20, 2015 10:01 pm
by crsutton
ORIGINAL: Lokasenna
ORIGINAL: crsutton
Lokasenna, are you responding to my post? What do I edit in the bat?
You need to make sure it is calling the correct version of Java. If the simple "java" command on your system calls the version of Java that corresponds with your Tracker installation, then try the C++ libraries as Damian posted... if the "java" command does not call the correct version of Java, then you need to point it that direction.
That particular error is one I see when I use the incorrect version of Java.
And the correct version would be Java 8? I did install C++.