Suddenly Avisynth can't open most scripts

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
TheTsunami
Joined: Sat Sep 07, 2002 11:08 am
Location: Michigan, USA
Org Profile

Suddenly Avisynth can't open most scripts

Post by TheTsunami » Sat Jan 30, 2010 12:44 pm

This is annoying and strange. Each of my scripts ran fine this morning when opened in VirtualDubMod, and they all came out fine after I made clips. For some reason, however, it is now responding with a flood of 'no function' errors on the same scripts. These are the various errors each script is giving:

Script using FFmpegSource2 (with ffms2.dll loaded):
Avisynth open failure:
Script error: there is no function named "FFmpegSource2"

Script for opening an avi file...AviSource goes through fine, but the deinterlacing section fails:
Avisynth open failure:
Script error: there is no function named "TDeint"

I uninstalled/reinstalled Avisynth (latest version), still getting the same errors after replacing the plugins. One script that does still work:

Code: Select all

DirectShowSource("Episode - 1.mkv")

AssumeFPS("ntsc_video")

KillAudio() 
The errors are found when trying to open in VirtualDubMod as well as Windows Media Player. The actual source video files run fine in all instances, merely the scripts that do not work now.
Last edited by TheTsunami on Sat Jan 30, 2010 1:01 pm, edited 2 times in total.
Image

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Re: Suddenly Avisynth can't open anything in Vdubmod

Post by Kariudo » Sat Jan 30, 2010 1:00 pm

if you have warpsharp.dll in your plugins folder, move it out (and then use Import() if you need it)

warpsharp is known to break plugin autoloading
Image
Image

User avatar
TheTsunami
Joined: Sat Sep 07, 2002 11:08 am
Location: Michigan, USA
Org Profile

Re: Suddenly Avisynth can't open most scripts

Post by TheTsunami » Sat Jan 30, 2010 1:11 pm

Just as mysteriously as the problem appeared, it mysteriously went away after the 2nd series of delete/reinstalls. Thanks for the assistance Kariudo.
Image

Locked

Return to “AviSynth Help”