PDA

View Full Version : Unknown exception from Avisynth file open


neuron2
2nd January 2002, 01:05
By day I am a VirtualDub filter writer, now I am trying to decode VOBs. I got and installed the following tools: dvd2avi, mpeg2dec.dll, avisynth 1.05, VirtualDub 1.4.8. I loaded my VOB in dvd2avi and saved a d2v project file. Then I made an AVS file that loads the d2v file as follows:

LoadPlugin("d:\don\programming\c++\avisynth\mpeg2dec.dll")
mpeg2source("f:\Tom\test1.d2v")

When I load this AVS file with VirtualDub, I get:

Avisynth open failure:
Unrecognized exception!
(F:\TOM\TEST1.AVS, line 2)

I know Avisynth is working because an Avisource() works fine.
Can anybody please assist me? Thank you.

neuron2
2nd January 2002, 07:43
Never mind, guys and gals. I found that you have to reboot after installing everything. :-)

unplugged
30th July 2002, 20:23
The SAME problem happens to me with fresh XP Pro install :(

Damn! What is it?!?!

unplugged
3rd August 2002, 00:29
Hey! :)

Try Avisynth 2.x to solve the "exception" problem.
It *finally* works flawless in my OS.

http://sourceforge.net/projects/avisynth2

Greetings to people that continue to improve this unique tool ;)