this post was submitted on 27 Apr 2024
21 points (95.7% liked)

Linux Gaming

14964 readers
360 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 1 year ago
MODERATORS
 

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?

top 8 comments
sorted by: hot top controversial new old
[–] Cynthia@literature.cafe 2 points 4 months ago* (last edited 4 months ago) (1 children)

did you update the flatpaks?

What distro are you running?

which wine GE version is it?

Did you try running it with caffe on Bottles?

[–] million@lemmy.world 1 points 4 months ago (1 children)

Flatpaks have been updated.

OpenSUSE Tumbleweed.

wine-ge-8-26-x86_64

Not sure what caffe is? Is that a runner?

[–] Cynthia@literature.cafe 2 points 4 months ago* (last edited 4 months ago)

Yes caffe is a runner in bottles. Try it to see if it works for the game. ~~Bethesda~~ BattleNet Launcher works with it.

Make sure to update the distro if possible.

Sometimes restarting the device if you never do, might help in certain scenarios. Some updates need a restart even though most don't on Linux.

EDIT:

You can try running the Battlenet launcher on lutris and running diablo 4 through instead of standalone. Blizzard launcher sometimes with updates breaks the launching on lutris. It's why I suggest to try caffe on bottles. Download the .exe for the battlenet launcher and install it on bottles with caffe runner and run it there. Hopefully some of this might fix it. Or someone that has used Suse with more experience might suggest what to do. I don't have that game but these suggestions are based on my problems with Battlenet launcher for the last year.

[–] million@lemmy.world 1 points 4 months ago* (last edited 4 months ago) (1 children)

I am starting to get convinced that the game is trying to use my integrated graphics vs my discrete GPU.

No idea how to fix that as I specified in Lutris that it should be using my discrete GPU.

[–] million@lemmy.world 2 points 4 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.

[–] Cynthia@literature.cafe 2 points 4 months ago* (last edited 4 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.

[–] million@lemmy.world 1 points 4 months ago* (last edited 4 months ago) (1 children)

CPU: AMD Ryzen 7 7800X3D 8-Core Processor

GPU: AMD Radeon RX 7900 XTX

[–] Cynthia@literature.cafe 2 points 4 months ago

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