Log in

View Full Version : Plugins won't load anymore


Razorholt
21st November 2006, 07:48
Hello doomies,

I'm having this weird issue on one of my PCs: the plugins won't load properly, like if I have SeeSaw in a script I'll get this following error: There is no function named "SeeSaw". On the other hand Bicubic() will work fine.

I have re-installed Avisynth, ffdshow and DirectX but with no avail.


Thanks for your help.

- Dan

foxyshadis
21st November 2006, 08:56
Are you comfortable with regedit? Look up the contents of this key:
HKEY_LOCAL_MACHINE\SOFTWARE\AviSynth\plugindir2_5
It should point to the plugins folder. If it doesn't, some other program that installs avisynth probably changed it; change it back to get things autoloading again. (Of course, you should still be able to manually load/import everything without it.)

midelic
21st November 2006, 09:26
Don't tell me you use panasonic dv codec .I've observed some time ago ,interference with some avisynth plugins.

Razorholt
21st November 2006, 15:30
@foxyshadis: I found 2 entries:

(default) C:\Program Files\AviSynth 2.5
plugindir2_5 C:\Program Files\AviSynth 2.5

And yes, when I load the plugins manually it works just fine.


@midelic: no Sir, no panasonic DV here :)



Thank you guys.

- Dan

Razorholt
21st November 2006, 16:40
Sorry, my brain reacted quite slowly this morning. I just realized that the path to plugindir2_5 should be "C:\Program Files\AviSynth 2.5\plugins"... :)

Problem fixed.Thanks a lot foxyshadis!!!