daniel-schuermann / mesa

Mesa 3D graphics library (mirror; no pull requests here please)
http://mesa3d.org
135 stars 3 forks source link

Crystar: Some scenes show a black screen #133

Closed CygnusTerminal closed 5 years ago

CygnusTerminal commented 5 years ago

Describe the bug In-game, there is a feature that reproduces an in-game cutscene (https://youtu.be/9xCkjiIdj4k?t=4462), which is not working. The game would show a black screen, but the sound still reproduce, and once it ends, the game keeps functioning as intended.

System information:

Additional context

pendingchaos commented 5 years ago

Are you able to get a renderdoc capture?

CygnusTerminal commented 5 years ago

Are you able to get a renderdoc capture?

Update: I could not, maybe i am doing something wrong. Could you point me out to a guide on proper renderdoc usage? The ones i've read didn't help me much. Thanks in advance!

pendingchaos commented 5 years ago

The issue template explains how to get one: https://github.com/daniel-schuermann/mesa/blob/master/.github/ISSUE_TEMPLATE/bug_report.md

CygnusTerminal commented 5 years ago

The issue template explains how to get one: https://github.com/daniel-schuermann/mesa/blob/master/.github/ISSUE_TEMPLATE/bug_report.md

Thanks a lot! Here you go, i had to upload it to google drive because of the size: [https://drive.google.com/file/d/1WoKMDEHXwauqJaEadbraynlVRBgEso2l/view] (Note: frame 2440 is a normal frame, the bug starts from frame 2840). Also, i upgraded to the latest Mesa ACO git (Mesa 19.3.0-devel (git-5e92f5b88d))

daniel-schuermann commented 5 years ago

@rossophantasma: Unfortunately, the renderdoc captures with the black screen don't contain anything useful (and render black with LLVM as well). Did you try starting the game with RADV_PERFTEST=llvm to see if this problem is specific to ACO?

CygnusTerminal commented 5 years ago

@rossophantasma: Unfortunately, the renderdoc captures with the black screen don't contain anything useful (and render black with LLVM as well). Did you try starting the game with RADV_PERFTEST=llvm to see if this problem is specific to ACO?

Hello again, i tried with RADV_PERFTEST=llvm and still shows a black screen. Sorry for the wrong report, i'll be sending it to the Proton github. Thanks a lot for your help anyways!