this post was submitted on 27 Apr 2024
22 points (100.0% liked)

Linux Gaming

17491 readers
369 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
22
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]
 

Hey Folks,

I had Diablo 4, the Battle.net version, running perfectly fine under Lutris Flatpak. Then randomly one day it just stopped working, I didn't download a new version of the wine runner I was using, I didn't make any configuration changes it just broke. Specifically it boots, the screen goes grey for a few seconds, and then it loads up super slowly, like 1 fps and makes the game interface and Plasma becomes unusable, so I have to drop to a TTY to kill the process. Nothing really interesting is show if I select "show logs" in Lutris.

I was thinking some Flatpak Lutris update broke it, so I tried to install the game using Bottles, also a Flatpak, but ended up with exact same problem. Now I am thinking this may be a Mesa problem since that is a dependency both of these Flatpaks share. I am using the same Wine GE version on both, but it's a version from February and it worked just fine a few weeks ago.

Any recommendations on what I could do or what I could look at to debug further?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 11 months ago (1 children)

Got it working, this was totally it.

I tried a few wine configuration options, MESA_VK_DEVICE_SELECT and DRI_PRIME but to no avail.

I ended up just disabling my integrated GPU in my bios and it worked fine.

[–] [email protected] 2 points 11 months ago* (last edited 11 months ago) (1 children)

are you running amd, intel or nvidia dedicated gpu? Which igpu were you running intel or amd?

Asking in case in the future someone has a similar issue so they can use your solution.

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago) (1 children)

CPU: AMD Ryzen 7 7800X3D 8-Core Processor

GPU: AMD Radeon RX 7900 XTX

[–] [email protected] 2 points 11 months ago

thanks for providing the solution you found hopefully someone with the same situation or specs might use this information in the future.