View Issue Details

IDProjectCategoryView StatusLast Update
0000221madVRbugpublic2014-06-29 16:47
ReporterShiandow Assigned To 
PrioritylowSeveritycrashReproducibilityalways
Status closedResolutionduplicate 
Summary0000221: Crash when using a large number of shaders.
DescriptionUsing a large number of shaders in MadVR causes a crash. The exact number seems to depend on MadVR settings, and to some degree on the shader. The number of shaders causing a crash seems to get lower by using more complex processing and seems to be at most 28. Render times seem to be irrelevant. Other renderers don't seem to have this issue. Sometimes causes the crash reporter to be called in an infinite loop, making it very hard to stop the program.
Steps To ReproduceUsing default settings, add the following shader
    sampler s0 : register(s0);
    float4 main(float2 tex : TEXCOORD0) : COLOR { return tex2D(s0, tex); }
compiled with either ps_2_0 or ps_3_0, pre or post resize. For 28 times if no resizing and 26 if upscaling/downscaling.
Additional InformationAttached a crash report of a reproduction using the steps described above, no resizing.
TagsNo tags attached.
madVR Version1
Media Player (with version info)1
Splitter (with version info)1
Decoder (with version info)1
Decoding<select>
Deinterlacing<select>
DXVA2 Scaling Active<select>
Aero / Desktop Composition<select>
Problem occurs with mode<select>
GPU Manufacturer<select>
GPU Model1
GPU Driver Version1

Activities

Shiandow

2014-06-29 16:47

reporter   ~0000644

Accidental duplicate

Issue History

Date Modified Username Field Change
2014-06-29 16:35 Shiandow New Issue
2014-06-29 16:47 Shiandow madVR Version => 1
2014-06-29 16:47 Shiandow Media Player (with version info) => 1
2014-06-29 16:47 Shiandow Splitter (with version info) => 1
2014-06-29 16:47 Shiandow Decoder (with version info) => 1
2014-06-29 16:47 Shiandow Decoding => <select>
2014-06-29 16:47 Shiandow Deinterlacing => <select>
2014-06-29 16:47 Shiandow DXVA2 Scaling Active => <select>
2014-06-29 16:47 Shiandow Aero / Desktop Composition => <select>
2014-06-29 16:47 Shiandow Problem occurs with mode => <select>
2014-06-29 16:47 Shiandow GPU Manufacturer => <select>
2014-06-29 16:47 Shiandow GPU Model => 1
2014-06-29 16:47 Shiandow GPU Driver Version => 1
2014-06-29 16:47 Shiandow Note Added: 0000644
2014-06-29 16:47 Shiandow Status new => closed
2014-06-29 16:47 Shiandow Resolution open => duplicate