WitPTracker AE News
Moderators: wdolson, MOD_War-in-the-Pacific-Admirals-Edition
-
JocMeister
- Posts: 8258
- Joined: Wed Jul 29, 2009 10:03 am
- Location: Sweden
RE: WitPTracker AE Release 1.2
I can´t run it from the batch file? I get a "unrecognized" program error so I have been running it from the jarfile.
Running Vista 64!
Running Vista 64!

RE: WitPTracker AE Release 1.2
No problems read post 497, you can use the C:\Windows\SysWOW64\cmd.exe to run Tracker or ... I have another solution.ORIGINAL: JocMeister
I can´t run it from the batch file? I get a "unrecognized" program error so I have been running it from the jarfile.
Running Vista 64!
Cheers
RE: WitPTracker AE Release 1.2
Note to self : send Floyd some notes for 64bit users and get him to put it on the web site [;)]
-
JocMeister
- Posts: 8258
- Joined: Wed Jul 29, 2009 10:03 am
- Location: Sweden
- Zigurat666
- Posts: 379
- Joined: Thu Sep 25, 2008 11:07 pm
RE: WitPTracker AE Release 1.2 Available
Does not seem to like AMD 64 bit on Windows 7 either
I have done all the previous advice as per P Hausser et al...
E:\trackerAE>java -Xms128m -Xmx256m -jar "WitPTracker.jar"
Initializing WitP Tracker AE database.
Exception in thread "main" java.lang.UnsatisfiedLinkError: E:\trackerAE\pwsdll.d
ll: Can't load IA 32-bit .dll on a AMD 64-bit platform
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:84)
at witptracker.Main.main(Main.java:123)
E:\trackerAE>pause
Press any key to continue . . .
I have done all the previous advice as per P Hausser et al...
E:\trackerAE>java -Xms128m -Xmx256m -jar "WitPTracker.jar"
Initializing WitP Tracker AE database.
Exception in thread "main" java.lang.UnsatisfiedLinkError: E:\trackerAE\pwsdll.d
ll: Can't load IA 32-bit .dll on a AMD 64-bit platform
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:84)
at witptracker.Main.main(Main.java:123)
E:\trackerAE>pause
Press any key to continue . . .
RE: WitPTracker AE Release 1.2 Available
Paul is working as are other AMD64 bit users that I'm aware of ... have you installed the correct MS patch? Uninstall and reinstall it ...ORIGINAL: Zigurat666
Does not seem to like AMD 64 bit on Windows 7 either
I have done all the previous advice as per P Hausser et al...
E:\trackerAE>java -Xms128m -Xmx256m -jar "WitPTracker.jar"
Initializing WitP Tracker AE database.
Exception in thread "main" java.lang.UnsatisfiedLinkError: E:\trackerAE\pwsdll.d
ll: Can't load IA 32-bit .dll on a AMD 64-bit platform
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:84)
at witptracker.Main.main(Main.java:123)
E:\trackerAE>pause
Press any key to continue . . .
- Zigurat666
- Posts: 379
- Joined: Thu Sep 25, 2008 11:07 pm
RE: WitPTracker AE Release 1.2 Available
I assume you are referring to the vcredist patches and yes I have tried 2005 versions,2008 versions,service packs for them as well. The IA version says its not for this OS (Windows 7 64).
Uninstall,reinstall chicka chicka boom-boom
Nothing...
Uninstall,reinstall chicka chicka boom-boom
Nothing...
RE: WitPTracker AE Release 1.2 Available
Interesting, you are the first AMD user that I'm aware of that can't get it working...ORIGINAL: Zigurat666
I assume you are referring to the vcredist patches and yes I have tried 2005 versions,2008 versions,service packs for them as well. The IA version says its not for this OS (Windows 7 64).
Uninstall,reinstall chicka chicka boom-boom
Nothing...
Some suggestions:
So I'm assuming that by your post, you went back to the original Redistributable Package, then patched ? I don't understand how the IA patch which is for AMD 64 bit, is saying this is not for that OS ... Oh- you're using Windows 7. Just done some googling and found some other people are having similar experiences with AMD processors and the redistributable. I'll keep looking for a solution for you, but this is a new OS and it is out of my hands.
Most of what I'm seeing is that AMD users are using the x86 redistributable ... this sounds like a MS oversight.
Have you tried installing the IA version in compatibility mode - just for cheap thrills?
I've also seen ppl, uninstall and reinstall a few times before it works ... MS (living the dream)[;)]
Anyway, I'll keep looking and thinking and get back to you. Sorry.
- Zigurat666
- Posts: 379
- Joined: Thu Sep 25, 2008 11:07 pm
RE: WitPTracker AE Release 1.2 Available
Will try your suggestion. I did try launching it from WOW64 cmd and at least got a different error...
C:\Program Files (x86)\Tracker>witptracker
C:\Program Files (x86)\Tracker>java -Xms128m -Xmx256m -jar "WitPTracker.jar"
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version n
umber in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
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$100(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)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
C:\Program Files (x86)\Tracker>pause
Press any key to continue . . .
C:\Program Files (x86)\Tracker>witptracker
C:\Program Files (x86)\Tracker>java -Xms128m -Xmx256m -jar "WitPTracker.jar"
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version n
umber in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
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$100(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)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
C:\Program Files (x86)\Tracker>pause
Press any key to continue . . .
RE: WitPTracker AE Release 1.2 Available
Make sure you delete the trackerdb.* files each time you try ... good luck and I'll get back to you if I have any further insights.
- Zigurat666
- Posts: 379
- Joined: Thu Sep 25, 2008 11:07 pm
RE: WitPTracker AE Release 1.2 Available
Well tried pretty much everything. Looks like a no-go for Windows 7 at the moment,bummer.
My brain hurts from internet research. Will have to think of something tomorrow.
My brain hurts from internet research. Will have to think of something tomorrow.
RE: WitPTracker AE Release 1.2 Available
There are so many variables with java. In most iterations I haven't been able to get this to work, so I don't use this now. But good luck to you. At least it may work for some people
..there seems to be something wrong with our bloody ships today
RE: WitPTracker AE Release 1.2 Available
What are you talking about ? This is NOT a java issue ... it is a MS C++ redistributable + *.dll issue with ONLY AMD & WINDOWS 7 (NOTHING ELSE) ... this is the first time you've posted here, so if you want my help, send some screen shots of your dos screen errors with OS version. Java issues can be fixed pretty quickly.ORIGINAL: NavalNewZ
There are so many variables with java. In most iterations I haven't been able to get this to work, so I don't use this now. But good luck to you. At least it may work for some people
RE: WitPTracker AE Release 1.2 Available
ORIGINAL: NavalNewZ
There are so many variables with java. In most iterations I haven't been able to get this to work, so I don't use this now. But good luck to you. At least it may work for some people
I completely agree with Damian. Many of us have had no problem getting Tracker to work properly, it is your particular system that has a problem. Post screen shots of error reports and let the developers help you.
RE: WitPTracker AE Release 1.2 Available
.
- Attachments
-
- Clip.jpg (196.62 KiB) Viewed 322 times
..there seems to be something wrong with our bloody ships today
RE: WitPTracker AE Release 1.2 Available
No problem, IF you have Java installed, the problem is a pathing problem with Java, which sometimes occurs unfortunately. Move the Tracker folder into the root c:\ to see if this quickly fixes the problem or I'll get you to set you Windows Environment variables correctly or get you to copy Java.ORIGINAL: NavalNewZ
The initial problems start with the message "...'java' is not recognized as an internal or external command, operable program or batch file." Java and C++ are up to date on my system. I tried a few tweaks with this, and it has resulted in various error messages. I've not been able to figure out a solution based upon the info in the doco or here, so forgive me for not being patient enough (apparently)
This is an unfortunate thing that sometimes happens with Java installations on some machines.
Let me know ... I'm going out for a bit, but here are some instructions if the Tracker move gave you no joy...
Damian
1. Right-Click My Computer and select Properties
2. Then Click The Advanced Tab
3. Then Click Environment Variables
4. Select Path In The Bottom Box and Click Edit
5. Find Where You installed Java (E.g "C:\Program Files\Java\bin)
Its different on each computer so check where it's installed
6. Make Sure to add a semicolon after the word bin in the path to seperate it from the other important paths
7. If this doesnt work then you may have to reinstall Java and Try Again
Source(s):
http://www.java.com/en/download/help/path.xml
Setting Path on Windows
For Windows XP: (additional notes)
1. Start -> Control Panel -> System -> Advanced
2. Click on Environment Variables, under System Variables, find PATH, and click on it.
3. In the Edit windows, modify PATH by adding the location of the class to the value for PATH. If you do not have the item PATH, you may select to add a new variable and add PATH as the name and the location of the class as the value.
4. Close the window.
5. Reopen Command prompt window, and run your java code.
RE: WitPTracker AE Release 1.2 Available
Yes! This works. Some sort of problem with having it on the D drive where the game is installed..but working on C drive. Thank youMove the Tracker folder into the root c:\
..there seems to be something wrong with our bloody ships today
- 1EyedJacks
- Posts: 2304
- Joined: Sun Mar 12, 2006 6:26 am
- Location: Reno, NV
RE: WitPTracker AE Release 1.2 Available
C:\Users\Mike\Desktop\AE Tracker 1.2>java -Xms128m -Xmx256m -jar "WitPTracker.ja
r"
Initializing WitP Tracker AE database.
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\Mike\Desktop
\AE Tracker 1.2\pwsdll.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
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:84)
at witptracker.Main.main(Main.java:123)
C:\Users\Mike\Desktop\AE Tracker 1.2>pause
Press any key to continue . . .
Also - I loaded the 64 bit version MS C++ redistributable and Java. I'm not sure why this is saying I have an AMD processor... What is the IA 32 bit dll? Is there a 64 bit version?
r"
Initializing WitP Tracker AE database.
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\Mike\Desktop
\AE Tracker 1.2\pwsdll.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
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:84)
at witptracker.Main.main(Main.java:123)
C:\Users\Mike\Desktop\AE Tracker 1.2>pause
Press any key to continue . . .
Also - I loaded the 64 bit version MS C++ redistributable and Java. I'm not sure why this is saying I have an AMD processor... What is the IA 32 bit dll? Is there a 64 bit version?
- Attachments
-
- opsys.jpg (58.33 KiB) Viewed 323 times
TTFN,
Mike
Mike
RE: WitPTracker AE Release 1.2 Available
Mike,ORIGINAL: 1EyedJacks
C:\Users\Mike\Desktop\AE Tracker 1.2>java -Xms128m -Xmx256m -jar "WitPTracker.ja
r"
Initializing WitP Tracker AE database.
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\Mike\Desktop
\AE Tracker 1.2\pwsdll.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
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:84)
at witptracker.Main.main(Main.java:123)
C:\Users\Mike\Desktop\AE Tracker 1.2>pause
Press any key to continue . . .
welcome to AE Tracker[;)]
Probably best not to include your product key in the post [;)]
Is this Windows 7 or Vista 64 ?
Strange you have an AMD warning on a Intel system. Did you use the correct MS patch ? vcredist_x64.exe ?
- 1EyedJacks
- Posts: 2304
- Joined: Sun Mar 12, 2006 6:26 am
- Location: Reno, NV
RE: WitPTracker AE Release 1.2 Available
ORIGINAL: n01487477
Mike,ORIGINAL: 1EyedJacks
C:\Users\Mike\Desktop\AE Tracker 1.2>java -Xms128m -Xmx256m -jar "WitPTracker.ja
r"
Initializing WitP Tracker AE database.
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\Mike\Desktop
\AE Tracker 1.2\pwsdll.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
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:84)
at witptracker.Main.main(Main.java:123)
C:\Users\Mike\Desktop\AE Tracker 1.2>pause
Press any key to continue . . .
welcome to AE Tracker[;)]
Probably best not to include your product key in the post [;)]
Is this Windows 7 or Vista 64 ?
Strange you have an AMD warning on a Intel system. Did you use the correct MS patch ? vcredist_x64.exe ?
Thanks for the welcome to AE Tracker. I'm prepping for the second patch and wanna get my favorite tool for this game installed. [;)]
Vista 64 - and yup vcredist_x64.exe. I have both the 32 bit and 64 bit Java as I use IE 32 sometimes. Would that be a problem?
Is the problem with pwsdll.dll?
TTFN,
Mike
Mike




