Closed smeunier-amd closed 2 years ago
I am also having this error
@brentN5 I was able to compile (with changes in CMake files) and run DJV from the master branch.
I was able to compile the master branch and latest release tags:
I also can reproduce the issue using the 2.0.8 tag.
It appears the 2.0.8 version can run under RenderDoc.
I committed a workaround for fixing the 2.0.8 version. EventSystem::_redraw
fails blitting the offscreen framebuffer to the back buffer. Most of the time, we obtain a black window but sometimes a window filled with block of colors.
It's a driver bug occurring for AMD since the version 22.7.1. Installing 22.6.1 fixed this issue.
I tried 2.0.8, 2.0.7 and 2.0.6. I tried to delete user settings.
Here's a process monitor snapshot :
The application keeps opening text files in an infinite loop (>15 minutes).
The window remains black.