Evaluate: system exception - acess violation
what does it mean?
Some system exeption error
- Kawatta-kun
- Joined: Wed Jul 27, 2005 3:19 pm
- Status: Awesomely great
- Location: Povoa de Santa Iria, Lisbon
- Contact:
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
Re: Some system exeption error
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)
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)
- BasharOfTheAges
- Just zis guy, you know?
- Joined: Tue Sep 14, 2004 11:32 pm
- Status: Breathing
- Location: Merrimack, NH
Re: Some system exeption error
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
| | |
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
- Kawatta-kun
- Joined: Wed Jul 27, 2005 3:19 pm
- Status: Awesomely great
- Location: Povoa de Santa Iria, Lisbon
- Contact:
Re: Some system exeption error
Well i chaged (FFVideoSource to DirectShowSource) and it worked better. Oh well~
Any more explanation, thanks!
Thank you.
Any more explanation, thanks!
Thank you.
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: Some system exeption error
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!)