Page 320 of 320
Re: WitPTracker AE Release 1.11 Available!
Posted: Wed Jul 30, 2025 9:16 pm
by Admiral DadMan
Am I missing something? Can the Operations tab of the Intel data set be exported? I'm only getting Intel...
Re: WitPTracker AE Release 1.11 Available!
Posted: Thu Jul 31, 2025 6:29 am
by Chris21wen
Not sure what you are trying to do? What's missing?
Re: WitPTracker AE Release 1.11 Available!
Posted: Thu Jul 31, 2025 6:33 am
by Chris21wen
Should off added that the info in Tracker is taken from the op report.txt files that are generarate each turn and saved the Saves folder.
Re: WitPTracker AE Release 1.11 Available!
Posted: Thu Jul 31, 2025 11:13 am
by Admiral DadMan
Chris21wen wrote: Thu Jul 31, 2025 6:29 am
Not sure what you are trying to do? What's missing?
When I export to CSV, it only exports the info on the
Intel tab of the
Intel Data Set, there is no ability to export the
Operations Tab Data Set. Or am I missing something?
Chris21wen wrote: Thu Jul 31, 2025 6:29 am
Should off added that the info in Tracker is taken from the op report.txt files that are generarate each turn and saved the Saves folder.
Right, I don't see a way to export that
Operations Tab data (from what looks to be the CombatEvents.txt file) to a CSV
Re: WitPTracker AE Release 1.11 Available!
Posted: Fri Aug 01, 2025 6:37 am
by Chris21wen
You don't need to export it, just read the text files. This may help with the combatevents.txt. Unzip to save folder and create a shortcut to run. It will weed out all the chaffe. Just create another short cut to the ops file.
Download Link
Posted: Tue Aug 19, 2025 5:13 pm
by Dereck
I tried the link at the beginning of the thread and it didn't work. Can anyone provide me with a current link for WitPTrackerAE?
Re: Download Link
Posted: Tue Aug 19, 2025 6:23 pm
by Admiral DadMan
Dereck wrote: Tue Aug 19, 2025 5:13 pm
I tried the link at the beginning of the thread and it didn't work. Can anyone provide me with a current link for WitPTrackerAE?
https://sites.google.com/site/witptracker/releases
Re: Download Link
Posted: Tue Aug 19, 2025 6:55 pm
by Dereck
Re: WitPTracker AE Release 1.11 Available!
Posted: Mon Sep 15, 2025 9:47 pm
by Hoplosternum
Hi All,
I am having trouble getting this to work. I get the following when I run it in the c prompt window:
C:\Matrix Games\WitPTracker AE Release 1.11>"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar" nomap
Exception in thread "main" java.lang.UnsupportedClassVersionError: witptracker/Main : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: witptracker.Main. Program will exit.
I have jdk-6u45-windows-i586.exe downloaded and installed in the above path (C:\Program Files (x86)\Java\jre6\bin\java.exe).
I am running 1128 (the latest beta I think).
What does witptracker.Main mean? I cannot see such a file - should I have one?
Re: WitPTracker AE Release 1.11 Available!
Posted: Tue Sep 16, 2025 6:02 am
by emux
Hoplosternum wrote: Mon Sep 15, 2025 9:47 pm
Hi All,
I am having trouble getting this to work. I get the following when I run it in the c prompt window:
C:\Matrix Games\WitPTracker AE Release 1.11>"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar" nomap
Exception in thread "main" java.lang.UnsupportedClassVersionError: witptracker/Main : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: witptracker.Main. Program will exit.
I have jdk-6u45-windows-i586.exe downloaded and installed in the above path (C:\Program Files (x86)\Java\jre6\bin\java.exe).
I am running 1128 (the latest beta I think).
What does witptracker.Main mean? I cannot see such a file - should I have one?
You are using Java 6. witptracker/Main is the "main" class inside of WitPTracker.jar
WitPTracker requires Java 7 or 8 primarily for compatibility and stability reasons. Here's why Java 8 is necessary or strongly recommended:
1. Code Compatibility
WitPTracker was developed using libraries and coding practices that are fully compatible with Java 7 and 8.
2. Tested and Supported Versions
People have officially tested and verified WitPTracker with Java 7 and 8.
3. External Dependencies
WitPTracker also requires the Microsoft Visual C++ SP1 runtime, which suggests it relies on native components that were designed to work with Java 7/8 environments—especially on Windows systems.
4. 32-bit Architecture Support
WitPTracker runs in 32-bit mode, even on 64-bit systems. Java 8 is one of the last versions that still offers full support for 32-bit installations, making it ideal for legacy applications like WitPTracker.
my 2 cents
Re: WitPTracker AE Release 1.11 Available!
Posted: Tue Sep 16, 2025 10:30 am
by Hoplosternum
Thank you emux that is very helpful,
So I need to upgrade to Java 8 and make sure I have Microsoft Visual C++ SP1 runtime. OK I will try that.
Will it automatically run in 32 bit or do I need to force it to in some way?
Re: WitPTracker AE Release 1.11 Available!
Posted: Tue Sep 16, 2025 10:45 am
by emux
Hoplosternum wrote: Tue Sep 16, 2025 10:30 am
Thank you emux that is very helpful,
So I need to upgrade to Java 8 and make sure I have Microsoft Visual C++ SP1 runtime. OK I will try that.
Will it automatically run in 32 bit or do I need to force it to in some way?
Install Java 8 32 bit and It will run automatically in 32 bit

Re: WitPTracker AE Release 1.11 Available!
Posted: Tue Sep 16, 2025 11:26 am
by Hoplosternum
Cheers

Re: WitPTracker AE Release 1.11 Available!
Posted: Tue Sep 16, 2025 10:02 pm
by Hoplosternum
Thanks again emux got it working now...
Re: WitPTracker AE Release 1.11 Available!
Posted: Wed Sep 17, 2025 5:29 am
by emux
Hoplosternum wrote: Tue Sep 16, 2025 10:02 pm
Thanks again emux got it working now...
You are welcome! Enjoy the tool!
