baldurk / renderdoc

RenderDoc is a stand-alone graphics debugging tool.
https://renderdoc.org
MIT License
8.88k stars 1.33k forks source link

A .exr file loaded into renderdoc displays red streaks that are not present in other viewers #2780

Closed expenses closed 1 year ago

expenses commented 1 year ago

Description

I created a render using mitsuba3 and wanted to use to use renderdoc to view it. When I opened it I saw these streaks of red pixels to the right side:

20221121_15h23m32s_grim

20221121_15h21m22s_grim

I assumed that this was a mitsuba3-specific issue but I also tried a few other image viewers.

I therefore I suspect that this is a problem with the renderdoc .exr loader.

Steps to reproduce

Download this file, unzip it and open the .exr in renderdoc:

pipe.exr.zip

Environment

baldurk commented 1 year ago

I'm not able to reproduce this unfortunately, the exr loads and displays correctly for me with no broken pixels. I tried on windows/NV, linux/AMD and linux/Intel with no luck. I also ran through valgrind just in case but it didn't spot any problems.

Are you able to reproduce this on any other system? On the system listed exactly what version of mesa are you using? I don't have an Arch system but I shouldn't think that matters.

Since you mention being on arch linux, are you running a build from renderdoc.org or built yourself from source? Distribution packages are not supported and can cause problems, so please try testing against either of those official sources.

baldurk commented 1 year ago

Closing this due to lack of activity and no further information to investigate.