mastrboy
2nd December 2009, 10:56
Virtualdub keeps crashing alot, at random times when i use the job list:
Crash context:
An exception occurred in module 'mt_masktools-25'. (The error is usually pretty random, but this was the last one i saved in crashinfo.txt)
It crash less often when i use setmemorymax() in the avs script..
If i run the Save As jobs manually without using the Jobs list and close virtualdub in between the files it does not crash.
The job list is created via a cmd script:
SET DEST=E:\Video_Encoding\S1
SET VDUB=E:\Video_Encoding\VirtualDub-1.9.7\vdub.exe
SET VDUBSETTINGS=E:\Video_Encoding\vdub_lossless.vcf
FOR /F "tokens=*" %%G IN ('dir /b /ad %DEST%') DO (
echo Virtualdub Job: %%G
%VDUB% /s %VDUBSETTINGS% /p %DEST%\%%G\VTS_01_1.avs %DEST%\%%G\%%G.avi /priority low)
%VDUB% /r /x
It should not be a avisynth problem as it works when not using the jobs list.
Any known bugs about this? or known fixes?
Crash context:
An exception occurred in module 'mt_masktools-25'. (The error is usually pretty random, but this was the last one i saved in crashinfo.txt)
It crash less often when i use setmemorymax() in the avs script..
If i run the Save As jobs manually without using the Jobs list and close virtualdub in between the files it does not crash.
The job list is created via a cmd script:
SET DEST=E:\Video_Encoding\S1
SET VDUB=E:\Video_Encoding\VirtualDub-1.9.7\vdub.exe
SET VDUBSETTINGS=E:\Video_Encoding\vdub_lossless.vcf
FOR /F "tokens=*" %%G IN ('dir /b /ad %DEST%') DO (
echo Virtualdub Job: %%G
%VDUB% /s %VDUBSETTINGS% /p %DEST%\%%G\VTS_01_1.avs %DEST%\%%G\%%G.avi /priority low)
%VDUB% /r /x
It should not be a avisynth problem as it works when not using the jobs list.
Any known bugs about this? or known fixes?