Log in

View Full Version : xvid_encraw.exe has stopped working


san303k
19th April 2010, 23:03
did all the update
and when i went to encode.......
then this error cameout in the beginning of the process........
xvid_encraw.exe has stopped working

i am using win 7.......megui[NEW SO DONT KNOW MUCH]

problem log
Problem Event Name: APPCRASH
Application Name: xvid_encraw.exe
Application Version: 0.0.0.0
Application Timestamp: 46d75f5f
Fault Module Name: AviSynth.dll_unloaded
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 494eb94d
Exception Code: c0000005
Exception Offset: 017f0c6d
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 1033
Additional Information 1: 0f31
Additional Information 2: 0f3137665bbf0bb676c8a16f3fa76e52
Additional Information 3: 2cc8
Additional Information 4: 2cc89c303280cb987a693ba008348e57

Inspector.Gadget
20th April 2010, 00:18
Post your AVS script and the full log from MeGUI's log tab (make sure to expand everything).

san303k
20th April 2010, 12:24
script
LoadPlugin("C:\Program Files\megui\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("D:\file\New folder (2)\file.d2v", info=3)
LoadPlugin("C:\Program Files\megui\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, threads=0)
#deinterlace
crop( 0, 60, 0, -58)

LanczosResize(720,304) # Lanczos (Sharp)
#denoise

it works with x264 but not with xvid........

getting message xvid_encraw stopped working

log page......
started handling job
preprocessing
job commandline: "C:\Program Files\megui\tools\xvid_encraw\xvid_encraw.exe" -i "D:\file\New folder (2)\file1.avs" -single -bitrate 700 -smoother -par 1:1 -threads 1 -avi "D:\file\New folder (2)\file1.avi"
Encording started
standard output stream
standard error stream
job completed

it was working after reinstalling and alll the update .........dtopped working with xvid

Inspector.Gadget
20th April 2010, 21:50
If it happens with xvid_encraw and NOT x264, with the same script, then try disabling QPEL in the XviD config until a new updated version is issued.

san303k
21st April 2010, 06:42
that option was disabled.........
i dont the things......but error says........
FAULT MODLE NAME.......avisynth.dll_unloaded
[somehing to about this?]

Inspector.Gadget
21st April 2010, 14:43
Disable/delete any autoload scripts in your Avisynth plugins folder and reinstall Avisynth. Other than those two possibilities, I can't think of anything that isn't a system-wide hardware/OS problem.