darbyjohnston / DJV

Professional media review software for VFX, animation, and film production
https://darbyjohnston.github.io/DJV/
BSD 3-Clause "New" or "Revised" License
658 stars 58 forks source link

Can't start the application #470

Closed smeunier-amd closed 1 year ago

smeunier-amd commented 1 year ago

I tried 2.0.8, 2.0.7 and 2.0.6. I tried to delete user settings.

Here's a process monitor snapshot : image

The application keeps opening text files in an infinite loop (>15 minutes).

The window remains black.

brentN5 commented 1 year ago

I am also having this error

smeunier-amd commented 1 year ago

@brentN5 I was able to compile (with changes in CMake files) and run DJV from the master branch.

smeunier-amd commented 1 year ago

I was able to compile the master branch and latest release tags:

I also can reproduce the issue using the 2.0.8 tag.

smeunier-amd commented 1 year ago

It appears the 2.0.8 version can run under RenderDoc.

smeunier-amd commented 1 year ago

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.

smeunier-amd commented 1 year ago

It's a driver bug occurring for AMD since the version 22.7.1. Installing 22.6.1 fixed this issue.