View Full Version : CAVIStreamSynth : System Exception - Access Violation at 0x0 , reading from 0x0
St Devious
22nd December 2007, 01:13
I get this error with a black screen after some time , in the all the videos i encode .
I take an avs script , and encode to x264 with megui .
AVS Script
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\asharp.dll")
DirectShowSource("D:\ENCODING\Snow Capture\snow 006.m2t",fps=29.9700898503294,audio=true)
Load_Stdcall_Plugin("C:\Program Files\megui\tools\yadif\yadif.dll")
Yadif(order=-1)
#crop
Lanczos4Resize(1280,800) # Lanczos4 (Sharp)
Undot() # Minimal Noise
Tweak(sat=1.3,cont=1.6,bright=-20)
asharp(2)
Sagekilla
22nd December 2007, 02:36
Please post your avisynth script and x264 settings so we can figure out what's happening :)
St Devious
22nd December 2007, 05:39
Avisynth script posted .
Fizick
22nd December 2007, 08:35
http://avisynth.org/mediawiki/Troubleshooting
check
22nd December 2007, 09:21
Does the script open OK in WiMP? It is possibly a bug with MeGUI if that's a blu-ray stream.
St Devious
22nd December 2007, 17:41
Does the script open OK in WiMP? It is possibly a bug with MeGUI if that's a blu-ray stream.
no it doesn't open in WMP or media player classic . I get this error
Directshow Source : Could not open video or audio
ankurs
23rd December 2007, 12:21
http://forum.doom9.org/showthread.php?t=129302&highlight=ankurs
go through this thread :D !
ankurs
23rd December 2007, 12:25
P.S : For me Mrestore was causing the problem ( older version did not do encodes over 2 hours in length ) new version by MOmonster works great and this problem is solved :) try and check your filters .. most probably the problem is there .. also try and get their latest versions (update them) and see if it gives the error again or not .. and yeah i know that when the script is previewed before the encode in vdub its allright but after ther encode this thing appears in the video :( ..
foxyshadis
23rd December 2007, 20:15
Access violation reading 0x0 generally means out of memory if it's not a broken plugin. I notice you're using 1080i, so this could be a danger. Watch the VM size in task manager, when it gets near 2 GB it'll bail.
I'd put my money on asharp though, since marcfd's plugins all tended to ignore errors and crash rather often. Try LimitedSharpenFaster or SeeSaw instead.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.