| Printable Version of Topic
Click here to view this topic in its original format |
| Unofficial VirtualDub Support Forums > Testing / Bug Reports > Save Processing Settings Crashes Vdubmod |
| Posted by: Neighbour May 28 2003, 01:05 PM |
| Load an arbitrary video file (.avs or .avi) Load processing settings (see below) Save processing settings under a diff name Crash Version affected : 1.5.1_1 Version 1.4.13_2v2 does _not_ have this problem. System specs : AMD Tbird 1200, W98se, Dx9 vcf file was originally saved by vdubmod 1.4.13_2v2 and the following lines were removed because vdub 1.5.1_1 couldn't parse them : VirtualDub.DeleteComments(); VirtualDub.audio2.SetSource(0); -----------Contents of .vcf file (in case they might matter) VirtualDub.RemoveInputStreams(); VirtualDub.audio.SetSource(0); VirtualDub.audio.SetMode(0); VirtualDub.audio.SetInterleave(1,500,1,0,-33); VirtualDub.audio.SetClipMode(1,1); VirtualDub.audio.SetConversion(0,0,0,0,0); VirtualDub.audio.SetVolume(); VirtualDub.audio.SetCompression(); VirtualDub.video.SetDepth(24,24); VirtualDub.video.SetMode(3); VirtualDub.video.SetFrameRate(0,1); VirtualDub.video.SetIVTC(0,0,-1,0); VirtualDub.video.SetRange(61812,4927886); VirtualDub.video.SetCompression(0x75796668,0,10000,0); VirtualDub.video.filters.Clear(); VirtualDub.video.filters.Add("warp sharp"); VirtualDub.video.filters.instance[0].Config(70, 1); VirtualDub.video.filters.Add("smart smoother HiQuality (2.11)"); VirtualDub.video.filters.instance[1].Config(13, 20, 0, 125, 1, 0, 1, 0); VirtualDub.subset.Delete(); --------Crash output (illegal function box) in case anybody cares VIRTUALDUBMOD caused an invalid page fault in module VIRTUALDUBMOD.EXE at 019f:00468477. Registers: EAX=05386448 CS=019f EIP=00468477 EFLGS=00010246 EBX=00000000 SS=01a7 ESP=0091de98 EBP=0091e038 ECX=00000013 DS=01a7 ESI=0538644e FS=936f EDX=005a1ef8 ES=01a7 EDI=0054f730 GS=0000 Bytes at CS:EIP: f3 a6 75 07 8b 48 40 8d 44 01 48 80 38 5b 75 66 Stack dump: 005a2058 005a1f48 005a1ef8 00468003 005a1ef8 05386448 81a759d8 0091e33c 00000000 005a1f48 00123428 0047eb20 00000100 0047eba3 05160000 acdc0007 |