Log in

View Full Version : LoadPlugin: unable to load "c:\other\plugins\Loadpluginex.dll"


NLight95
22nd October 2007, 07:29
I'm trying to use the Dust filter to clean up one of my old movies and I receive this error.

LoadPlugin: unable to load "c:\other\plugins\Loadpluginex.dll"
(F:\Z\V01000000001001.avs, line 7)

I'm using Vista 64, Rebuilder 1.26.3, CCE, and Avisynth 2.5.7. I copied both msvcp71.dll & msvcr71.dll into my system32 folder. I have CCE running in XP SP2 Compatibility Mode since it's know to have issues under V64. If I clear the filter entries in RB the compression works fine, albeit without any filtering applied.

The error occurs right off in the first m2v file. Here are the contents of the first script. I know when the error occurs there is no compression/encoding of any kind because the encoding speed is over 20 fps. Normally it's around 8-10 fps when doing a 2-pass CCE run.

Any clues?

#------------------
# AVS File Created by DVD Rebuilder
# VOBID:01, CELLID:01
#------------------
LoadPlugin("C:\Program Files (x86)\DVD-RB PRO\DGDecode.dll")
mpeg2source("F:\Z\D2VAVS\V01.D2V")
Loadplugin("c:\other\plugins\Loadpluginex.dll") <-- Line 7
Loadplugin("c:\other\plugins\Dustv5.dll")
Converttoyuy2().Pixiedust(2).Converttoyv12()
trim(0,5063)
ConvertToYUY2(interlaced=true)
AudioDub(BlankClip())


P.S. I installed RB/AVISynth/CCE with Admin rights and Driver Signing disabled.

Scintilla
23rd October 2007, 22:37
Does it work if you try LoadPluginEx2.dll instead?

I don't know where it's hosted these days, so I've got it up at http://www.aquilinestudios.org/scripts/LoadPluginEx2.dll

NLight95
25th October 2007, 23:17
Does it work if you try LoadPluginEx2.dll instead?

I don't know where it's hosted these days, so I've got it up at http://www.aquilinestudios.org/scripts/LoadPluginEx2.dll

Thanks for posting Ex2. :thanks:

Replacing Ex with Ex2 fixed the problem.

Blue_MiSfit
26th October 2007, 23:59
Converttoyuy2().Pixiedust(2).Converttoyv12()


Why go to YUY2 for dust, and then back to YV12 if you have to go BACK to YUY2 for CCE?

~MiSfit

NLight95
30th October 2007, 08:21
Why go to YUY2 for dust, and then back to YV12 if you have to go BACK to YUY2 for CCE?

~MiSfit

I profess I don't know all that much about filtering. The format I use was suggested some time ago here on the Doom9 forum and I've used it ever since.

What would be a better approach? I'm open to a better method.