Welcome Guest ( Log In | Register )


Important

The forums will be closing permanently the weekend of March 15th. Please see the notice in the announcements forum for details.

 
Crash Report (vdub 1.10.3/32bit)
« Next Oldest | Next Newest » Track this topic | Email this topic | Print this topic
johnsonlam
Posted: Feb 7 2013, 07:36 PM


Newbie


Group: Members
Posts: 5
Member No.: 23565
Joined: 14-May 08



Working on a video already in UT codec, disable all other filters, and the last one "Smart Resize" seems trigger the crash ...

1) Windows 7 64bit / 10GB RAM
1) UT Codec 12.0 (ULRG)
2) Smart Resize (1.1)

Processing Settings
VirtualDub.audio.SetSource(1);
VirtualDub.audio.SetMode(1);
VirtualDub.audio.SetInterleave(1,500,1,0,-400);
VirtualDub.audio.SetClipMode(1,1);
VirtualDub.audio.SetEditMode(1);
VirtualDub.audio.SetConversion(0,0,0,0,0);
VirtualDub.audio.SetVolume();
VirtualDub.audio.SetCompression();
VirtualDub.audio.EnableFilterGraph(0);
VirtualDub.video.SetInputFormat(0);
VirtualDub.video.SetOutputFormat(7);
VirtualDub.video.SetMode(3);
VirtualDub.video.SetSmartRendering(0);
VirtualDub.video.SetPreserveEmptyFrames(0);
VirtualDub.video.SetFrameRate2(0,0,1);
VirtualDub.video.SetIVTC(0, 0, 0, 0);
VirtualDub.video.SetCompression(0x67726c75,0,10000,0);
VirtualDub.video.SetCompData(4,"BAEAAA==");
VirtualDub.video.filters.Clear();
VirtualDub.video.filters.Add("Camcorder color denoise 1.4 SSE2");
VirtualDub.video.filters.instance[0].Config(38);
VirtualDub.video.filters.Add("smart resize (1.1)");
VirtualDub.video.filters.instance[1].Config(640,512,0,4,640,512,0x000000,"1 1 1 4 320 240 90 0 0 1 1 16 16 2 2");
VirtualDub.video.filters.Add("MSU Denoiser 2.5.1");
VirtualDub.video.filters.instance[2].ConfigAuto(0, 1, 60, 0);
VirtualDub.audio.filters.Clear();

Dump (a part of, too long):
Crash reason: Access Violation

Crash context:
An out-of-bounds memory access (access violation) occurred in module 'Resize'...

...reading address 0C240000...

...while running filter "smart resize (1.1)" (FilterInstance.cpp:2198)...

...while configuring filter "smart resize (1.1)" (FilterInstance.cpp:928).

Pointer dumps:

EDI 02dc0808: 00000000 00000000 00000000 00000000 fffffbcf 0000130e 000034bd fffffc66
ESP 0018e2e8: 0c23f600 02dba740 00000280 02dc2f60 0c23f600 0c240000 00000000 03c6649c
0018e308: 02dc3854 0c23f5f4 02dbef50 00000008 00000001 00000000 00000002 00000001
0018e328: 00000000 027cc5de 00011c71 00000000 0bc14700 024dee50 0018e388 02dba740
0018e348: 03c66795 02dc2f60 0c23f600 00000280 024ded00 024ded00 00000000 1a7b9611

VirtualDub.project.ClearTextInfo();
 
     Top
dloneranger
Posted: Feb 7 2013, 08:00 PM


Moderator


Group: Moderators
Posts: 2366
Member No.: 22158
Joined: 26-September 07



Yup the smart resize filter crashes
Since it's from 2001 I don't think you'll see it fixed

You might try the 'force single framebuffer' setting
Select the filter in your list, then click the options button and tick the box

If that doesn't help then you're out of luck

--------------------
MultiAdjust JoinWav WavNormalize FFMPeg Input Plugin v1827 UnSharpMask
Windows7/8 Codec Chooser
All FccHandlers Stuff inc. Installers for acm codecs AAC, AC3, LameMp3
 
    Top
johnsonlam
Posted: Feb 7 2013, 11:54 PM


Newbie


Group: Members
Posts: 5
Member No.: 23565
Joined: 14-May 08



QUOTE (dloneranger @ Feb 7 2013, 08:00 PM)
Yup the smart resize filter crashes
Since it's from 2001 I don't think you'll see it fixed

You might try the 'force single framebuffer' setting
Select the filter in your list, then click the options button and tick the box

If that doesn't help then you're out of luck

It's works! Thanks for your advise smile.gif
 
     Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
2 replies since Feb 7 2013, 07:36 PM Track this topic | Email this topic | Print this topic

<< Back to Testing / Bug Reports