Log in

View Full Version : Avisynth does not recognize plugin name


JClement
28th March 2015, 16:05
I have the first line of the script as:
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\FFTQuiver.dll")
It gives the message:
Avisynth open failure:
LoadPlugin: 20 garbage Unicode characters
(G:Temp\FFT.avs, line 1)
If I change the name from FFTQuiver to mvtools2, it works just fine. The file FFTQuiver.dll is in the plugins folder. Even stranger it works just fine on another of my Windows 7 boxes. Other scripts work just fine.

If I put in a filename which doesn't exist, it gives the same garbage string of characters. The box on which it does not work has an AMD Athlon II X2 215 processor, while the working box has an Intel if that has any bearing.

Groucho2004
28th March 2015, 16:27
FFTQuiver requires libFFTw3f-3.dll/FFTw3.dll. Did you put them in the right place? Why do you use LoadPlugin when the DLL is already in the auto-load directory?