Page 2 of 2

Re: Since people are redoing PCM scripts...

Posted: Mon Oct 26, 2009 9:43 am
by Triple Alfa
I haven't had Internet for quite some time now, but it's back up. That doesn't mean I've stopped working on my scripts though. I've made some serious progress on my first simple scripts(one is pretty much finished) and have started work on a much larger one.

However I have a serious problem right now. I've switched to Windows 7 Home Premium x64 a few days ago and apparently PCM 3 isn't 64-bit compatible. The console gives the following error: "Can't load IA 32-bit .dll on an AMD 64-bit platform" this relates to the file "swt-win32-3138.dll" in the sub-directory "jars/swt/dll".

Does anyone have the knowledge to make the necessary adjustments? I really hope this can be fixed as it's pretty much a show-stopper for me, as there is no way for me to test anything I make anymore.

Re: Since people are redoing PCM scripts...

Posted: Thu Oct 29, 2009 7:39 am
by trilithus
I'm running Windows 7 X64 as well (albeit on an Intel processor) and I didn't have such a problem.
It's JAVA giving the error, though. You could try updating to the latest JRE (Java.com). Also make sure that the batch file uses the java.exe from the most recent JRE.. just find the JRE bin folder (c:\Program Files (x86)\Java\jre6\bin\) and add

Code: Select all

@set PATH=c:\Program Files (x86)\Java\jre6\bin\;%PATH%
as the first thing in the PCM3.bat file

Re: Since people are redoing PCM scripts...

Posted: Thu Oct 29, 2009 1:34 pm
by Triple Alfa
Thanks man, after installing 32-bit java and applying your extra line, that did the trick. :-D
I'm really happy that was all it took. Now I can get back to work. :yes:

PS: I'm also on an Intel CPU. The error says "AMD 64-bit platform" because 64-bit is originally from AMD.