Log in

View Full Version : "Unrecognized Exception" error in Avisynth 2.5


RMCF
27th February 2003, 18:59
I am using DVD2AVI 1.76 + Avisynth 2.5 + Mpeg2Dec3 1.00

Have all the plugins in the right directory.
So when I go to load an avs file in VDMod I get "Unrecognized Exception" error.
When I remove Mpeg2Dec3 from the plugins directory everything works fine.
Since I want to work in Yuv12 colorspace, I want to get Mpeg2Dec3 to work.

Anybody can suggest anything?

Regards

RMCF
27th February 2003, 22:37
Still trying to figure out this problem.

It happens with both mpeg2dec3 1.00 and MPEGDecoder.dll YV12 Version.
Both give "unrecognized exception" error.

VDmod then if exited gives an "memory can't be read" error message as well.

EDIt: Now I am confused to death. After installing DVX, I can encode with that program, I am assuming that the colorspace is YV12 since I don't have any other plugins. But when lauching the avs file VDMOD I still get the error.

What this means is that it functions from the CLI but not in Open File Dialog. Strange

Regards

unplugged
28th February 2003, 01:03
I think that "unrecognized exception" problem isn't really addressed yet, apart banality as uncorrect DVD2AVI versions or other syntax/path errors today it continues to appear simply when "it wants". :)
In my system (and another) the exception appears and go away without any visible reason and without paths/scripts/files are changed.
Lately, after several CCE sessions full functional with MPEG2DEC.DLL for Avisynth 2.5, it has started to give me that error whereas MarcFD's MPEG2DEC3 and Nic's MPEGDecoderYV12 2.03a loads .d2v files with NO problems.
I HAVEN'T CHANGED ANY FILE, SCRIPT OR PATH.

I always use DVD2AVI 1.77.1 that generates D2Vs identical as 1.76, (however in critical situations I have also tried 1.76) it works perfectly with MPEG2DEC.dll (AVS 2.0), MPEG2DEC.dll, MPEG2DEC2.dll, MPEG2DEC3.dll and MPEGDecoder(YV12).dll.
One very strange thing that happens in a friend's PC is that the exception appears randomly as the user performs the drag'n'drop of the .AVS script over VdubMod "in one way or another". (Edit: for example moving mouse fastly or slowly; ...could be a timing problem between Avisynth and MPEG2DEC?)

*£$%&/#@??!?!?

seewen
28th February 2003, 03:19
Originally posted by RMCF
. After installing DVX, I can encode with that program, I am assuming that the colorspace is YV12 since I don't have any other plugins.

To be sure which color space "is using" with DVX, just open the Preview-window (F5), then press the key "i".

You'll see the color space. ( But it's probably YV12().. ;) ).

Prettz
1st March 2003, 00:22
I get an "Unrecognized Exception" error when I open in Zoom player an .avs script that has BicubicResize() in it with a width mod of 16. This doesn't happen when I resize to a width mod of 32. Pretty weird error seeing as how it can handle straight avi files with a width mod of 16.
Also, bsplayer stopped being able to open .avs files for me all of a sudden, but that's neither here nor there...