PDA

View Full Version : Fatal Recursion


Ebobtron
14th August 2007, 19:44
HelloJust a friendly FYI. :) Though everyone might enjoy a laugh.

A recent error when coding the tool bar for avsFilmCutter (http://www.avsfilmcutter.com)resulted in overwritting the source script with the contents of the output script. The result is the script importing itself.


the following script is 123.avs

1
2 import("123.avs")
There seems to be no end to the things I have managed to get AviSynth to choke on. Running the above script is like calling exit. Instant death. :)

Rob