iXit / wine-nine-standalone

Build Gallium Nine support on top of an existing WINE installation
GNU Lesser General Public License v2.1
272 stars 23 forks source link

Skyrim severe graphical glitches #77

Closed Charadon closed 4 years ago

Charadon commented 4 years ago

Recently I went to play skyrim, and it has really BAD graphical glitches with gallium nine. It doesn't happen with d9vk/dxvk, and logs aren't really showing anything out of the ordinary. The log:

image (Apologies I couldn't copy and paste from the terminal for some unexplained reason)

I don't remember this happening before on earlier versions of mesa and iwne, and I'm wondering if this is a regression Here's what the glitches look like: 20200511134157_1 20200511134154_1

OS: Manjaro Mesa Version: 20.0.6 Graphics Card: AMD RX 480 Wine Version: Wine Staging 5.7

Also, sorry if this isn't the right place to post this, if it isn't, point me in the right direction

axeldavy commented 4 years ago

Whao this is definitely bad.

Skyrim has been working on nine for a very very long time, and I played much on it. I have a trace that I use to check regressions, and it seems fine with mesa master. I'll check 20.0.6.

axeldavy commented 4 years ago

Indeed mesa 20.0.6 is completly broken with nine

Charadon commented 4 years ago

Well, i'm atleast glad to know it isn't just me. You said it's fine with mesa master, so i'd assume I can fix this by just installing mesa-git for now?

axeldavy commented 4 years ago

yes it should fix it

axeldavy commented 4 years ago

You can also revert to 20.0.5 or wait 20.0.7 which has a fix for it and will be released in a few days.

Charadon commented 4 years ago

Just wanted to give an update. Updating to mesa-git (lib32-mesa-git to be more precise) does indeed solve the issue on my end