PDA

View Full Version : Avisynth error


BTD
17th March 2009, 13:46
Hi

I am using Windows server 2003 32 bit..on quad core..

I Installed avisynth and megui on it..

If i put my plugins folder in avisynth path,,and than if i try to open d2v project in avisynth script creator..

Error >> Check your avisynth installation



I also replaced avisynth.dll for mt

and i got "Avisynth Script Error: Cannot load avisynth.dll" :(

I tried avisynth 2.5.5,2.5.7,2.5.6 and 2.5.8

same error coming on all avisynth...

helppp please:(

sh0dan
17th March 2009, 14:31
One of your plugins is probably missing a dependency dll. Try Removing them all and re-adding them one by one.

BTD
17th March 2009, 15:34
One of your plugins is probably missing a dependency dll. Try Removing them all and re-adding them one by one.

can you explain more ??

what is that dependency dll

kemuri-_9
17th March 2009, 17:05
can you explain more ??

some plugins require external dlls to be in the same location as the plugin or in a folder that's in PATH in order to work.

others may require the VC++ 8.0/9.0 redistributable runtimes as they were developed in those compilers rather than in 7.1 and didn't staticly link the dependent libraries.

what is that dependency dll
you were asked to load your filters on a one-by-one basis to identify which filter is causing the problem and fix it.

rkalwaitis
17th March 2009, 19:17
If Im not mistaken but the mt package comes with a mt.dll and an avisynth.dll. The mt.dll goes in the plugins folder. The avisynth.dll goes in your system32 folder. But before you put it in there rename the existing avisynth.dll to somthing you will recognize as the original filter for avisynth(not mt avisynth filter) after you rename it then add your avisynth.dll that came with the mt package.

Then give it a shot.

K