Log in

View Full Version : Access violation error


litz
27th November 2002, 00:05
I'm getting an access violation error attempting to process some HDTV source to DVD ... the error crops up at some random point towards the end of the file and all frames from that point towards the end have the same message : "caught an access violation at 0x10201dd7, attempting to read from 0x5ae92532" (pic of frame attached).

Avisynth script involved is here :

--- CUT ---

SetMemoryMax(64)

loadplugin("c:\program files\avisynth2\plugins\mpeg2dec.dll")
loadplugin("c:\program files\avisynth2\plugins\decomb.dll")

mpeg2source("quecreek.d2v")

selecteven()

decimate(mode=2,cycle=5)

Crop(120,8,1018,712)

LanczosResize(720,480)

--- UNCUT ---

Source is 1280x720p HDTV @ 59.94fps being transcribed to 23.976fps 720x480 DVD video. Source also is a single contiguous file (no splitting) as is the target.

What is WEIRD is this : if I transcribe to a huffyuv file in virtualdub, it works PERFECT.

This problem ONLY crops up when feeding .avs through vdub's frameserver, using vfapi, loading the .avs into CCE or tmpgenc, etc.

And it happens with ANY software, and whether or not you're wrapping in VFAPI or vdub's frameserver.

I'm baffled, totally, on this ...

Anyone have any ideas?

thanks ...

- Jonathan

cypher_soundz
11th December 2002, 02:44
im getting the same error using gknot (.vob source) its looks like its avs (avisynth) thats messing up , i did upgrade to the lastest version (then it errored), and then uninstalled and put the old one back on (still errored :confused: ). the error pops up right at the end around 90%-99% , its very strange that this happends . my guess is that its the new avisynth? have you upgraded ? i was using verison v1.0 beta6 then upgraded to the newest one.

cypher_soundz
13th December 2002, 02:49
Thought i would post the follow up as i got it working and maybe some one else will find this intresting to read. I basically uninstalled avisynth and gknot and reinstalled :D i have no idea why this didnt work last time, as i did the exact same thing ?but hey thats windows ;)