Log in

View Full Version : Need help with VirtualDub error please.


HeLLRaZoR
23rd March 2002, 04:56
When I open certain Avisynth scripts with VirtualDub, which were generated with Gordian Knot I get an error message. The error message says: "VirtualDub Error - Unrecognized exception! (C:\divx\test.avs, line 15)" It doesn't make much sense to me, cuz I've used this exact avs script before and it worked fine. Also other avs scripts work fine. So if anyone can help it would be greatly appreciated. Thank you. :)

Swede
23rd March 2002, 07:32
Line 15, that's the line telling what .d2v-file to load (Dvd2Avi project-file). Perhaps you've renamed the dir or something?
Open the .AVS-file (it's just a textfile) and have a look at line 15.

ex.
mpeg2source("D:\DVDVOLUME\Contender.d2v")

HeLLRaZoR
23rd March 2002, 09:00
Thanks for your help. I had renamed the directory...so that was the problem. :) If I try to use medium or heavy noise filters it gives me the same error except it says "line 52" instead. But I don't need those filters anyways, I was just gonna test them out...but no biggy. Well thanks again. :)