Emulator Issues #13013
closedGlitchy Textures when using Vulkan on Linux
0%
Description
Game Name?
Need for Speed Most Wanted, Wii Sports Resort, Mario Kart Wii, probably others.
Game ID? (right click the game in the game list, Properties, Info tab)
GOWE69, RZTE01, RMCE01
MD5 Hash? (right click the game in the game list, Properties, Verify tab, Verify Integrity button)
ccae1994b8ab098ff427e6ef95ea7909, 315cdb6b77cd1e1f7189631cb93f0aa2, bb7f2c926cbcdee65e2a48b7002a52ea
What's the problem? Describe what went wrong.
Playing games using Vulkan backend on latest mesa causes graphical glitches.
What steps will reproduce the problem?
Select Graphics Configuration and under general make sure the backend is set to Vulkan. Run game.
Is the issue present in the latest development version? For future reference, please also write down the version number of the latest development version.
I tested on 5.0-17150
Is the issue present in the latest stable version?
Stable is basically deprecated for Linux
If the issue isn't present in the latest stable version, which is the first broken version? (You can find the first broken version by bisecting. Windows users can use the tool https://forums.dolphin-emu.org/Thread-green-notice-development-thread-unofficial-dolphin-bisection-tool-for-finding-broken-builds and anyone who is building Dolphin on their own can use git bisect.)
[First broken version number here (if applicable)]
If your issue is a graphical issue, please attach screenshots and record a three frame fifolog of the issue if possible. Screenshots showing what it is supposed to look like from either console or older builds of Dolphin will help too. For more information on how to use the fifoplayer, please check here: https://wiki.dolphin-emu.org/index.php?title=FifoPlayer
You can get FIFO logs here https://drive.google.com/drive/folders/11coM4Sn3ru2zHakinyRNUBrEmR1k1nYZ?usp=sharing
What are your PC specifications? (CPU, GPU, Operating System, more)
CPU: Intel Core i9 11900k
RAM: 16Gb RAM
GPU: AMD Radeon RX 6800
OS: Lubuntu 22.04 with oibaf ppa (Mesa 22.3.0-devel)
Is there anything else that can help developers narrow down the issue? (e.g. logs, screenshots,
configuration files, savefiles, savestates)
I have attached screenshots and FIFO logs to help debug the problem. You can download the FIFO logs here: https://drive.google.com/drive/folders/11coM4Sn3ru2zHakinyRNUBrEmR1k1nYZ?usp=sharing Hope it helps.
Files
Updated by MayImilae over 2 years ago
- Status changed from New to Invalid
- Operating system Linux added
- Operating system deleted (
N/A)
This was a Mesa bug, and it was fixed 14 hours ago (as of this writing). https://gitlab.freedesktop.org/mesa/mesa/-/commit/dccd6f495a38196ca37edeb562a0e8f0ee9600cd
Update your mesa version and you're good.
Updated by Luciosau92 over 2 years ago
MayImilae wrote:
This was a Mesa bug, and it was fixed 14 hours ago (as of this writing). https://gitlab.freedesktop.org/mesa/mesa/-/commit/dccd6f495a38196ca37edeb562a0e8f0ee9600cd
Update your mesa version and you're good.
Updated Mesa this morning. I can confirm the issue has been fixed. Thank you.