Log in

View Full Version : "unable to load" error - wtf?


Blue_MiSfit
24th December 2004, 09:23
Here's my script:


LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\dgdecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\VagueDenoiser.dll")

mpeg2source("H:\Maria Full of Grace\Maria.d2v")

crop(0,0,718,476)
LanczosResize(720,400)

VagueDenoiser(threshold=0.75,wavelet=7,method=1,nsteps=6)

SelectRangeEvery(280,14)


I drop the avs in vdub and i get the "unable to load" error for vaguedenoiser.dll...

It is in the correct folder... it is typed correctly... and this happens with removedirt.dll too.

Am I totally missing something here??

~misfit


there is no warpsharp.dll in my avisynth plugins folder btw... I have heard of all sorts of problems occuring with that plugin in the directory

Leak
24th December 2004, 09:34
Originally posted by Blue_MiSfit
I drop the avs in vdub and i get the "unable to load" error for vaguedenoiser.dll...

Maybe you're missing a MSVC or other runtime DLL the plugin needs?

Try Dependency Walker (http://www.dependencywalker.com/), it should tell you if VagueDenoiser.dll is missing a DLL. :)

np: Blockhead - Insomiac Olympics (Music By Cavelight (Disc 1))