Log in

View Full Version : sudden script open failure


agilpwc
26th September 2005, 15:59
Hi I've been using AVISynth for several months and sunddenly yesterday when loading a script in VirtualDub it give a "AVISynth open failure Avisynth: script open failed"
In media player it says 'out of memory'
So I made a simple script consiting of just 'version' and same problem. Disable a bunch of codecs, no help. Uninstalled and reinsalled tryed both 255 and the newer version. All same result.
Any suggestions?

Eric

Wilbert
26th September 2005, 16:53
Not sure. Is the problem still there after emptying the plugin folder?

agilpwc
26th September 2005, 17:14
You are brilliant. Turned out that somehow setmemorymax.avsi got an extra parantheses. It read
SetMemoryMax(64))
Not sure how that would have happened.
I did install PremiereAVS Plugin a few days ago and then uninstalled it when this started happening. Maybe I will try to recreate it.

Eric