Since people are redoing PCM scripts...

All about the past, current and future webteases and the art of webteasing in general.
---
Triple Alfa
Explorer At Heart
Explorer At Heart
Posts: 175
Joined: Wed Dec 05, 2007 12:35 pm

Re: Since people are redoing PCM scripts...

Post 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.
trilithus
Curious Newbie
Curious Newbie
Posts: 4
Joined: Thu Sep 03, 2009 10:36 am

Re: Since people are redoing PCM scripts...

Post 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
Triple Alfa
Explorer At Heart
Explorer At Heart
Posts: 175
Joined: Wed Dec 05, 2007 12:35 pm

Re: Since people are redoing PCM scripts...

Post 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.
Post Reply