View Full Version : AutoGK: VirtualDubMod doesn't run
esojmc
4th March 2005, 14:57
I upgraded AGK to 1.93 version and then I tried to run VirtualDubMod manually from the autogk directory and I got the following error message:
Runtime Error!
Program c:\program files\autogk\.....\VirtualDubMod.exe
The application has requested the runtime to terminate it in an unusual way. Please contact the application support team for more information.
So I uninstall everything and reinstall 1.60 and then 1.93 on top. Still same error. Then I uninstall everything and just install 1.60 and this time VirtualDubMod runs fine (1.5.4.1 build 2178).
I can't remember if I've run 1.93 sucessfully but I know I have run 1.92. Is there someplace I can d/l 1.92 from? I didn't see it at the autogk.net site. Any ideas why I'm getting this error message?
Thanks.
len0x
4th March 2005, 15:28
VDubMod hasn't been changed since 1.60.
I've updated removegrain.dll for different CPUs. What CPU do you have?
Which removegrain.dll is used in AVS file?
esojmc
4th March 2005, 15:54
I have a PIII 933MHz (I know, I know, I need to upgrade:) ). I got the VDubMod error when I ran VDubMod manually from the autogk\VDubMod directory. So I wasen't even using a AVS file.
Just to test I tried converting a DVD and AutoGK bombed right away with the same "Runtime Error!" message. Attached is the AVS file it created in the agk_tmp directory:
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
file="C:\tmp\Bambi\agk_tmp\interlace.log"
global sep="-"
function IsMoving() {
global b = (diff < 1.0) ? false : true}
mpeg2source("C:\tmp\Bambi\agk_tmp\bambi.d2v")
c = SelectRangeEvery(180,18)
global clip = c
c = WriteFile(c, file, "a", "sep", "b")
c = FrameEvaluate(c, "global a = IsCombed(clip, 32)")
c = FrameEvaluate(c, "IsMoving")
c = FrameEvaluate(c,"global diff = 0.50*YDifferenceFromPrevious(clip) + 0.25*UDifferenceFromPrevious(clip) + 0.25*VDifferenceFromPrevious(clip)")
crop(c,0,0,4,4)
Thanks
len0x
4th March 2005, 15:57
Then there is nothing different from version 1.60 (especially if you say you can't even start VDubMod manually). Its worth checking MSVC dlls in system dir...
len0x
4th March 2005, 15:59
Search is a great button too btw:
http://forum.doom9.org/showthread.php?s=&threadid=82061&highlight=VirtualDubMod+runtime+error
esojmc
4th March 2005, 16:55
Len0x,
Thanks for that link and it worked. I did do a search but I missed that post somehow. I removed the entry from the registry and I also removed TCPDeliver.dll from my avisynth/plugin directory. What does TCPDeliver.dll do anyway and how did it get there and why did it work with 1.60 and 1.92? Anyway I'm back in business so I'm happy.
len0x
4th March 2005, 17:01
I have no idea why that solvea the problem (and never had it). All I know that AutoGK installer doesn't touch anything outside its own directory.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.