I tried the first two suggestions and they didn't work. Still got the unrecognized exception no matter what. Then, I decided I would need to try the third (below) and prayed that it would work...
klinky wrote:Fixing "Unrecognized Exception" error.
You will most likely want to uninstall older version of AVISynth, like the one included in the AMVApp Pack, before installing AVISynth 2.5. To uninstall the version installed with AMVApp pack. Goto your AMVApp folder , then "\Installed Files\Avisynth". Double click on the uninstall.reg file and say Yes to the prompt. Then reboot your computer.
You can download AVISynth 2.5 & the plugins for it @ <a href="http://sourceforge.net/project/showfile ... ceForge</a>. The latest version as of this writing is 2.5.2. If you see a later version get that. The file is a automatic installer. There is also a file "AviSynth_250_plugins.zip" which needs to be downloaded. Inside that zip file, there should be individually zipped files of different filters. The one you will need is "MPEG2Dec3 v1.00.zip". Unzip it and place the files in a folder that you can remember. I do not believe autoloading will work with AVISynth 2.5, or atleast you would have to set it up manually. Unles you do this you will have to add the LoadPlugin line to the begining of your script. Example: LoadPlugin("C:\AVSPlugins\MPEG2Dec3.dll"). Then proceed as normal with your script.
Well, first, it wouldn't allow me to uninstall AVIsynth for some weird reason. I double clicked the uninstall, said yes to the prompt... then nothing happened, so I rebooted, but the AVISynth was still there. So I uninstalled both AVMapp and AVMapp advanced. I reinstalled AVMapp without AVIsynth.
So I downloaded the AVISynth 2.5. Does it need to be in a specific folder? I just have it in my Program Files at the moment. So I downloaded plugins zipped, unzipped that, unzipped and accessed MPE2dec3 and made a folder for it that was easy to remember-- C:\MPEG2dec3\MPEG2Dec3.dll.
So then for my script I have...
LoadPlugin("C:\MPEG2dec3\MPEG2Dec3.dll")
MPEG2Source("C:\AMVS\MyGirl\FruitsBasket1.d2v")
Is all that correct?
But so now, it's not doing the "unrecognized exception" but somewhere along the way, something went wrong. I went into Vdub to open up my avs file MyGirl.avs, and then it tells me...
Cannot determine file type of "C:\AMVS\MyGirl\MyGirl--default.avs"
And once I say okay to the error message, I look and it has CREATED MyGirl--default.avs, and if I try and open it again, it creates MyGirl--default2.avs and so on.
I have no idea if I reallly got rid of the unrecognized exception, but now it's giving me this time after time. Does anyone know why??????
I feel like I'm going to pull out my hair soon
Thank you for any help!
--star