VirtualDub: out-of-bounds memory access?

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
guzguz
Joined: Mon Jul 24, 2006 12:42 pm
Org Profile

VirtualDub: out-of-bounds memory access?

Post by guzguz » Tue Mar 11, 2008 9:56 pm

I got this while opening an AviSynth script into VirtualDub. I can scroll and see a few frames, or I can press the right arrow key maybe five times, then I get this message:

An out-of-bounds memory access (access violation) occurred in module 'VirtualDub'...

...reading address 00000010.

What does this mean?

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

Post by Kariudo » Tue Mar 11, 2008 10:03 pm

usually means you need more ram
...or you could try cleaning up the running processes (kill everything that doesn't need to run in the task manager)

how much ram do you have btw?
Image
Image

guzguz
Joined: Mon Jul 24, 2006 12:42 pm
Org Profile

Post by guzguz » Wed Mar 12, 2008 1:36 pm

Gee, I don't know. Gaaaah, would either of these mean anything?

Total Physical Memory 768.00 MB
Available Physical Memory 114.15 MB
Total Virtual Memory 2.00 GB
Available Virtual Memory 1.96 GB

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

Post by Kariudo » Wed Mar 12, 2008 8:00 pm

768MB is the amount of ram you have
try adding setmemorymax(32) to your script (at the very beginning)

vdubmod started to not work on me when my laptop had 512MB ram, but hasn't had that issue since I upgraded to 1GB ram (this was a few years back)
Image
Image

Locked

Return to “AviSynth Help”