View Full Version : Runtime Error
inman
25th May 2005, 22:54
When I tried to start VirtualdubMod today, I have been getting the following error screen.
http://img82.echo.cx/img82/465/error6sr.jpg
Virtualdub is still working but not Mod. I think it is because some VC++ DLL might have got corrupt. But which one? I tried installing SP6 for Visual Studio 6, still it isnt working.
Please help me.
Wilbert
26th May 2005, 16:17
empty avs plugin dir :)
inman
26th May 2005, 19:57
Excellent Wilbert. That was indeed the cause.
Prettz
27th May 2005, 01:04
Actually I just got this error today after trying to run VDM for the first time on this Windows installation, and I'm still confused. What do you mean by "empty avs plugin dir"???
unskinnyboy
27th May 2005, 02:03
Originally posted by Prettz
What do you mean by "empty avs plugin dir"???
He meant "Empty your Avisynth plugins directory". Incompatible DLL issues.
Prettz
27th May 2005, 23:50
Originally posted by unskinnyboy
He meant "Empty your Avisynth plugins directory". Incompatible DLL issues.
I see. Thank you.
AlienTiger
10th September 2005, 21:14
Ok consider me a bit dence I guess, but what does avisynth have to do with vdub giving that error, unless its built-in, I dont use it
Im currentally getting the same error when I try to open my Video Compression box, vdub just shuts down completly with that runtime error
I dont have an avisynth plugin dir
only dirs i have are
aviproxy
template
and plugins - which is empty btw
can someone point me in the right dir, btw avisynth isnt installed on the computer anywhere as far as i can see
although i do have AviSynthLexer.lexer in my dir, but its a file not a dir itself
AlienTiger
10th September 2005, 21:35
just came across this
http://www.virtualdub.org/docs_codecs
and after removeing all of my vidc.xxxx keys
and reinstalling specific codecs, it now comes up again without any error :D
paolocorpo
7th December 2014, 20:25
empty avs plugin dir :)
I tried to fix the issue deleting avs plugin dir but .. i cannot fix :(
I obtain always the same error message
I attache the agk.log
[07/12/2014 20:13:18] AutoGK 2.55
[07/12/2014 20:13:18] OS: Windows Vista (6.2.9200).2
[07/12/2014 20:13:18] Job started.
[07/12/2014 20:13:18] Input file: H:\DivX_XviD\Cartoons\FIEVEL GOES WEST\VIDEO_TS\VTS_06_0.IFO
[07/12/2014 20:13:18] Output file: H:\DivX_XviD\Cartoons\FIEVEL GOES WEST.avi
[07/12/2014 20:13:18] Output codec: XviD
[07/12/2014 20:13:18] Audio 1: Italiano AC3 6ch
[07/12/2014 20:13:18] Subtitles: none
[07/12/2014 20:13:18] Format: AVI
[07/12/2014 20:13:18] Target size: 1493Mb
[07/12/2014 20:13:18] Audio 1 settings: VBR MP3 with average bitrate: 128Kbps
[07/12/2014 20:13:18] Started encoding.
[07/12/2014 20:13:18] Demuxing and indexing.
[07/12/2014 20:14:08] Processing file: H:\DivX_XviD\Cartoons\FIEVEL GOES WEST\VIDEO_TS\VTS_06_1.VOB
[07/12/2014 20:14:08] Processing file: H:\DivX_XviD\Cartoons\FIEVEL GOES WEST\VIDEO_TS\VTS_06_2.VOB
[07/12/2014 20:14:08] Processing file: H:\DivX_XviD\Cartoons\FIEVEL GOES WEST\VIDEO_TS\VTS_06_3.VOB
[07/12/2014 20:14:08] Processing file: H:\DivX_XviD\Cartoons\FIEVEL GOES WEST\VIDEO_TS\VTS_06_4.VOB
[07/12/2014 20:14:08] Processing file: H:\DivX_XviD\Cartoons\FIEVEL GOES WEST\VIDEO_TS\VTS_06_5.VOB
[07/12/2014 20:14:08] Source resolution: 720x576
[07/12/2014 20:14:08] Found PAL source.
[07/12/2014 20:14:08] Source aspect ratio: 16:9
[07/12/2014 20:14:08] Analyzing source.
[07/12/2014 20:16:18] Source has percentage of interlacing in motion areas: 0,24
[07/12/2014 20:16:18] Source is considered to be progressive.
[07/12/2014 20:16:18] Output will contain 107871 frames
[07/12/2014 20:16:18] Decoding audio.
[07/12/2014 20:17:23] Normalizing audio.
[07/12/2014 20:17:32] Encoding audio.
[07/12/2014 20:20:48] Using VAQ in XviD
[07/12/2014 20:20:48] Audio1 size: 60,434,376 bytes (57.63 Mb)
[07/12/2014 20:20:49] Overhead: 4,314,880 bytes (4.11 Mb)
[07/12/2014 20:20:49] Video size: 1,500,774,712 bytes (1431.25 Mb)
[07/12/2014 20:20:49] Running compressibility test.
[07/12/2014 20:20:49] Writing the following script to H:\DivX_XviD\Cartoons\agk_tmp\FIEVEL GOES WEST_comptest.avs
===========================================================
LoadPlugin("C:\CORPOR~1\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\CORPOR~1\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\CORPOR~1\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("H:\DivX_XviD\Cartoons\agk_tmp\FIEVEL GOES WEST.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.42222222222222
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
out_width = 704
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
SelectRangeEvery(300,15)
===========================================================
[07/12/2014 20:21:54] Duration was: 1 minute, 5 seconds
[07/12/2014 20:21:54] Speed was: 82,68 fps.
*************************************
EXCEPTION: Open avi failed.
*************************************
[07/12/2014 20:21:54] Job finished. Total time: 8 minutes 35 seconds
StainlessS
8th December 2014, 20:16
I tried to fix the issue deleting avs plugin dir but
I hope that you meant you deleted CONTENTS of directory and not the directory itself.
EXCEPTION: Open avi failed.
Dont know where this error came from but it is not terribly helpful.
Try run this script on its own
LoadPlugin("C:\CORPOR~1\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\CORPOR~1\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\CORPOR~1\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("H:\DivX_XviD\Cartoons\agk_tmp\FIEVEL GOES WEST.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.42222222222222
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
out_width = 704
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
SelectRangeEvery(300,15)
in VirtualDub and or some MediaPlayer.
Do loaded plugins exist ?
What error message do you get ?
RemoveGrainSSE3.dll will probably require some CPP runtime, if gives 0x7E error then get this to see what runtime it needs.
http://www.dependencywalker.com/
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.