Thread: Fatal Recursion
View Single Post
Old 14th August 2007, 18:44   #1  |  Link
Ebobtron
Errant Knight
 
Ebobtron's Avatar
 
Join Date: Oct 2004
Location: St Louis, M0 US
Posts: 364
Fatal Recursion

Hello
Just a friendly FYI. Though everyone might enjoy a laugh.

A recent error when coding the tool bar for avsFilmCutter resulted in overwritting the source script with the contents of the output script. The result is the script importing itself.

Code:
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
Ebobtron is offline   Reply With Quote