View Full Version : AviSynth crashes with error code: -1073741674 in megui


Hatake Kakashi
27th August 2011, 19:52
I searched the forum and Google tried everything suggested nothing works. i am using windows 7 ultimate x64 sp1 6GB ram
megui 2028 Avisynth Version 2.6.0.2 here is the log:

[Error] Log
-[Information] Versions
--[Information] [8/27/2011 9:25:56 PM] MeGUI Version : 2028 (svn)
--[Information] [8/27/2011 9:25:56 PM] OS : Windows Seven Ultimate Edition x64 SP1 (6.1.65536.7601)
--[Information] [8/27/2011 9:25:56 PM] Latest .Net Framework installed : 4.0 (4.0.30319)
--[Information] [8/27/2011 9:25:56 PM] Avisynth Version : 2.6.0.2 (7/19/2011 4:54:45 PM)
-[Information] Update detection
--[Information] [8/27/2011 9:25:56 PM] Connecting to server: http://megui.xvidvideo.ru/auto/stable/
--[Information] [8/27/2011 9:25:58 PM] All files are up to date
-[Error] Log for job1 (video, 00034.avs -> )
--[Information] [8/27/2011 9:27:12 PM] Started handling job
--[Information] [8/27/2011 9:27:12 PM] Preprocessing
--[Information] [8/27/2011 9:27:12 PM] Avisynth input script
---[NoImage] DirectShowSource("D:\Tom\DVD & Blu-rayDisc\Full Metal Panic\FULLMETALPANIC_S1_D1\BDMV\STREAM\00034.m2ts", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
---[NoImage] #deinterlace
---[NoImage] crop( 240, 0, -240, 0)
---[NoImage] LanczosResize(1400,1080) # Lanczos (Sharp)
---[NoImage] #denoise
---[NoImage] ConvertToYV12()
--[Information] [8/27/2011 9:27:13 PM] Job commandline: "C:\Program Files (x86)\Tools\megui\tools\x264\x264.exe" --level 4.1 --pass 1 --bitrate 9353 --stats "D:\Tom\DVD & Blu-rayDisc\Full Metal Panic\FULLMETALPANIC_S1_D1\BDMV\STREAM\00034.stats" --deblock 1:1 --b-adapt 2 --no-weightb --ref 4 --qpmin 10 --qpmax 51 --vbv-bufsize 50000 --vbv-maxrate 50000 --aq-mode 0 --me umh --direct auto --subme 6 --psy-rd 0.6:0 --sar 1:1 --output NUL "D:\Tom\DVD & Blu-rayDisc\Full Metal Panic\FULLMETALPANIC_S1_D1\BDMV\STREAM\00034.avs"
--[Information] [8/27/2011 9:27:14 PM] Encoding started
--[Error] [8/27/2011 9:31:59 PM] Process exits with error code: -1073741674
--[Information] [8/27/2011 9:31:59 PM] Standard output stream
--[Information] [8/27/2011 9:31:59 PM] Standard error stream
---[NoImage] avs [info]: 1400x1080p 1:1 @ 24000/1001 fps (cfr)
---[NoImage] x264 [info]: using SAR=1/1
---[NoImage] x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.1 Cache64
---[NoImage] x264 [info]: profile Main, level 4.1
--[Information] [8/27/2011 9:31:59 PM] Job completed

IanB
27th August 2011, 22:48
-1073741674 = 0xC0000096 => "Privileged instruction"

More likely an "Invalid Instruction" that just happened to look like a Privileged one.

Hatake Kakashi
27th August 2011, 23:43
-1073741674 = 0xC0000096 => "Privileged instruction"

More likely an "Invalid Instruction" that just happened to look like a Privileged one.

how can i solve this?