Log in

View Full Version : error with loadpluginex


Blue_MiSfit
20th November 2004, 10:42
hey all... so I thought I would take the gloves off and do some serious denoising for a 1cd rip today. I write a simple 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\LoadPluginEx.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\dustv5.dll")

mpeg2source("C:\CITY_OF_GOD\VIDEO_TS\City of God.d2v")

LanczosResize(640,432)

TemporalSoften(1,2,3,23,2)
ConvertToYUY2().PixieDust(2).ConvertToYV12()
UnDot()


When I drop the avs into VdubMod or MPC, I get the following error:
LoadPlugin: unable to load "C:\PROGRA~1\GORDIA~1\AviSynthPlugins\LoadPluginEx.dll"

I have used loadpluginex many times to load dust, and have never had this problem before. I am using the latest version of loadpluginex and dust from avisynth.org's filter collection, and don't see any errors in my script.

Ideas??

scharfis_brain
20th November 2004, 11:00
use the loadpluginex bundeled with the warpsharp-package.

alternatively search for loadpluginex in the forums while looking for my nick and wilbert's, too. I also had this problem some time ago.

Blue_MiSfit
20th November 2004, 13:01
i am using the loadpluginex that comes with warpsharp. i will look for your posts though

Blue_MiSfit
20th November 2004, 13:07
strangely enough when i searched i found nothing with your name regarding loadpluginex...

i am still stumped :)

scharfis_brain
20th November 2004, 13:18
http://forum.doom9.org/showthread.php?s=&threadid=81196&highlight=loadpluginex2%2A

(one had to search for loadpluginex2* with the *-joker)

Blue_MiSfit
20th November 2004, 23:02
awesome... the 2003_01_21 warpsharp package has a working loadpluginex dll...

Thanks man