SVN rev7672 | openkore.pl can't run with Perl x64

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

SVN rev7672 | openkore.pl can't run with Perl x64

#1 Post by Mushroom »

Windows 7 64bits + Activeperl 5.12.3 64x

Code: Select all

Can't load 'C:/Users/Camila/Openkore/src/auto/XSTools/XSTools.dll' for module XS
Tools: load_file:%1 is not a valid Win32 application at C:/Perl64/lib/XSLoader.pm line 70.
 at C:/Users/Camila/Openkore/src/XSTools.pm line 45
Error: XSTools.dll is not found. Please check your installation.
Using Activeperl 5.12.3 32bits seems to work fine.
Quit.

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: SVN rev7672 | openkore.pl can't run with Perl x64

#2 Post by kLabMouse »

Mushroom wrote:Windows 7 64bits + Activeperl 5.12.3 64x

Code: Select all

Can't load 'C:/Users/Camila/Openkore/src/auto/XSTools/XSTools.dll' for module XS
Tools: load_file:%1 is not a valid Win32 application at C:/Perl64/lib/XSLoader.pm line 70.
 at C:/Users/Camila/Openkore/src/XSTools.pm line 45
Error: XSTools.dll is not found. Please check your installation.
Using Activeperl 5.12.3 32bits seems to work fine.
This is because you try to mix a x86 (32bit) XSTools.dll and x64 (64bit) environment.
XSTools.dll should be compiled to support 64bit mode.
I did not tried it before, but I know, there is a lot of glitches there.

Locked