njahnke
6th August 2006, 13:38
pretty much like the title says. i've had some problems loading plugins before afaik due to the fact that my boot disk (with program files etc) is d:. i checked in the registry and the plugin path is correct, yet i still have to do
LoadPlugin("D:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
etc instead of the nicer
LoadPlugin("DGDecode.dll")
or else i get
LoadPlugin: unable to load "DGDecode.dll"
i even tried opening mvbob.avs and changing the req plugin loading sequence to have absolute paths and it still didn't help in the case of RemoveGrain_v10pre1.dll. yes, this is the one that came with the mvbob package (just downloaded a few minutes ago from scharfis's site). i've cleared out my plugins dir to avoid any potential conflicts. even loading just that one plugin with no mention of mvbob in the script still produces the same error (failure to load that plugin):
LoadPlugin("D:\Program Files\AviSynth 2.5\plugins\RemoveGrain_v10pre1.dll")
so apparently RemoveGrain_v10pre1.dll is incompatible with my install somehow? i'm running the latest 2.5 alpha of avs under xp pro on an athlon 64 x2 4200+ with 1 gig of ram. any insight would be much appreciated.
LoadPlugin("D:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
etc instead of the nicer
LoadPlugin("DGDecode.dll")
or else i get
LoadPlugin: unable to load "DGDecode.dll"
i even tried opening mvbob.avs and changing the req plugin loading sequence to have absolute paths and it still didn't help in the case of RemoveGrain_v10pre1.dll. yes, this is the one that came with the mvbob package (just downloaded a few minutes ago from scharfis's site). i've cleared out my plugins dir to avoid any potential conflicts. even loading just that one plugin with no mention of mvbob in the script still produces the same error (failure to load that plugin):
LoadPlugin("D:\Program Files\AviSynth 2.5\plugins\RemoveGrain_v10pre1.dll")
so apparently RemoveGrain_v10pre1.dll is incompatible with my install somehow? i'm running the latest 2.5 alpha of avs under xp pro on an athlon 64 x2 4200+ with 1 gig of ram. any insight would be much appreciated.