Some system exeption error

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Kawatta-kun
Joined: Wed Jul 27, 2005 3:19 pm
Status: Awesomely great
Location: Povoa de Santa Iria, Lisbon
Contact:
Org Profile

Some system exeption error

Post by Kawatta-kun » Thu Dec 16, 2010 11:58 am

Evaluate: system exception - acess violation

what does it mean?
Image Image

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Re: Some system exeption error

Post by Kariudo » Thu Dec 16, 2010 1:19 pm

It means something tried to use memory that it wasn't allocated.
For example, you might get this when you have a 4 element array and try to use array_name[4] (numbering starts from 0, so 4 elements = 0,1,2,3)
Image
Image

User avatar
BasharOfTheAges
Just zis guy, you know?
Joined: Tue Sep 14, 2004 11:32 pm
Status: Breathing
Location: Merrimack, NH
Org Profile

Re: Some system exeption error

Post by BasharOfTheAges » Thu Dec 16, 2010 2:48 pm

To you, it means you found the manifestation of a bug in the software you're using.
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |

User avatar
Kawatta-kun
Joined: Wed Jul 27, 2005 3:19 pm
Status: Awesomely great
Location: Povoa de Santa Iria, Lisbon
Contact:
Org Profile

Re: Some system exeption error

Post by Kawatta-kun » Thu Dec 16, 2010 6:04 pm

Well i chaged (FFVideoSource to DirectShowSource) and it worked better. Oh well~
Any more explanation, thanks!
Thank you.
Image Image

Mister Hatt
Joined: Tue Dec 25, 2007 8:26 am
Status: better than you
Contact:
Org Profile

Re: Some system exeption error

Post by Mister Hatt » Thu Dec 16, 2010 6:09 pm

You probably passed an argument wrong which wasn't interpreted as being wrong, so avisynth crapped out on you. Not all filters have error checking in their arguments. What Kariudo said (he's actually right for once, I'll be damned!)

Locked

Return to “AviSynth Help”