View Single Post
Old 30th December 2018, 13:14   #264  |  Link
Dogway
Registered User
 
Join Date: Nov 2009
Posts: 2,361
I'm trying to load 32-bit plugins in avs+ x64 latest build 2772 without success, I put the content of MP_Pipeline 0.18 64 folder into plugins+64 and try to preview the next script with AvsPmod.v2.5.1_x64 (also tried vdub2).

Did more tests with other code explicitly loading x86 avisynth dll.
Code:
MP_Pipeline("""
### platform: win32
LoadPlugin("C:\Program Files (x86)\AviSynth+\plugins+\JpegSource.dll") 
jpegSource("D:\Profiles\Usuarios\Administrador\Desktop\147.jpg",length=1)

### ###
""")
But I get an error as if I still was using 64-bit avisynth.

Code:
MP_Pipeline: Unable to create slave process. Message: Script error: Cannot load a 64 bit DLL in 32 bit Avisynth: 'C:/Program Files (x86)/AviSynth+/plugins64+/firstfoundplugin_x64.dll'.

Last edited by Dogway; 30th December 2018 at 18:46.
Dogway is offline   Reply With Quote