Log in

View Full Version : AVISynth 2.51 RC1 bug?


RB
2nd May 2003, 19:47
Hi,

I've just installed AVISynth 2.51 RC1 (April 30) and now I'm sometimes getting crashes in avisynth.dll in some applications like in DVD2SVCD Preview Mode and in VDub. I managed to create a script that replicates the problem. All that is needed can be downloaded here (http://home.t-online.de/home/340044300675/avs251rcprob.zip) (remember you need to edit the paths in the script and the D2V). Using Marc's MPEG2DEC3 v1.00. When I simply open the script in VDub and immediately close VDub, it crashes.

Could somebody look into this please :) Thanks!

RB
2nd May 2003, 20:20
Actually, it's even simpler to replicate:

#LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
#mpeg2source("C:\PROGRA~1\DVD2SVCD\TEMP\preview.d2v")
ColorBars(720,576)
# -= AviSynth script by FitCD v1.1.2 =-
BilinearResize(688,544,4,7,712,562)
AddBorders(16,16,16,16)
#Trim(2,2)
ConvertToRGB()

This crashes VDub when you open the script and immediately close it. It sometimes doesn't crash when you move the slider on the timeline first. Note also that the crash goes away when you remove the comment lines (???) or the ConvertToRGB() at the end....

sh0dan
3rd May 2003, 00:29
Thanks for the report! I'll have a look at it!!

RB
5th May 2003, 09:18
Can you replicate the bug? I went back to the April 28 2.51 version and all is well again. Let me know if you need to know anything else.

sh0dan
5th May 2003, 09:28
Found the bug - it'll be fixed in the next release - thanks again!

RB
5th May 2003, 10:09
Great! Thank you.

cult
5th May 2003, 14:03
I had the same problem,but I thought it was my pc...Now I see that it happens to other as well