Page 1 of 1
Tracker issue
Posted: Sat Dec 09, 2023 1:56 am
by grond69
I hope someone can answer this for me. I have played WITPAE for years and used Tracker. I just got a new computer and now I get the following error when trying to load a turn. I am currently using Java 8...
"AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: D:\Matrix Games\War in the Pacific Admiral's Edition\Tracker Ally S1\pwsdll7.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
Any advice much appreciated before I muck about!
thanks,
Scott
Re: Tracker issue
Posted: Sat Dec 09, 2023 8:45 am
by morphin
Look here:
https://sites.google.com/site/witptracker/support
"This will show up as an error message:
Can't load IA 32-bit .dll on a AMD 64-bit platform
This error message is usually because you haven’t installed the Microsoft C++ libraries. But if you have then it can also be because you’ve not got Java 32 installed and configured properly.
Solutions:
Step 1. Check C++ Libraries.
Check you have the C++ Libraries installed, if not, install the 32 bit version (even if you have a 64 bit OS.)
Check here for installation.
Step 2. Check you have 32 bit Java
Check you have 32 bit Java installed. If you are working on a 64 bit OS, then you can have both installed.
Change your witptracker.bat file to point to the 32 bit Java executable (you need the quotes because of the space) - this varies on different machines so you'll need to check the path:
32bitOS users
C:\"Program Files"\Java\jre6\bin\java -Xms384m -Xmx512m -jar "WitPTracker.jar"
pause
64bitOS users
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar"
pause
You must run WitPTracker from the batch file. There is an executable file that might solve your problem if you've done the step above at the bottom of this page."
Re: Tracker issue
Posted: Sat Dec 09, 2023 5:29 pm
by grond69
Thanks for your help! It turns out that I had the 64 bit version installed on an external drive. I uninstalled it and installed the 32bit version on the main drive and everything works!
S