this post was submitted on 24 Nov 2025
1404 points (96.6% liked)

Technology

77152 readers
2673 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] umbrella@lemmy.ml 2 points 3 days ago* (last edited 3 days ago) (1 children)

huh. i don't think you did anything wrong with mint.

did you try the flatpak or deb version of lutris? was it recent? old versions were hit and miss for me too.

[–] Zidane@lemmy.ca 2 points 3 days ago (1 children)

Flatpak, I'm pretty sure that's what the software manager installs right? I tried again today and it gave me the same shit. I do want to keep trying to get it to work though if you have any ideas!

[–] umbrella@lemmy.ml 2 points 3 days ago* (last edited 3 days ago)

i don't know how well versed in linux you are so ill try to be thorough:

overall it seems lutris is just running another instance of bnet than you set up in bottles, and might be running on system wine instead of proton.

see, these programs each have a "prefix" which is fancy for the folder the emulated windows C: drive is, the games aren't showing because you are probably running it in another prefix, would be my guess. you can simply try pointing lutris to the bottles prefix, or set up bnet anew in lutris.

as for the crash, check the lutris config and ensure it's running on proton-latest or the latest proton-ge (right now it's v10). you can do that in lutris settings>runners>wine>cog icon. you might be missing runtimes in the lutris prefix.

temporarily lagging your mouse/pc while games load on wayland is an issue i had in a much older version, which is why i asked you about it. you are probably already running latest if you got the flatpak, though. running it from the terminal with flatpak run net.lutris.Lutris then trying it again might output useful information pertaining to this issue on the terminal.

more generally, you can use lutris' log feature (up arrow by the play button > show logs) and see if it tells you more about the error you are experiencing when you run it. this is great for general troubleshooting. also, protondb.com is where people post fixes for the few games that might be stubborn, even if you are not using steam to launch it. known problems usually have known solutions so searching around before stressing about will usually help you a lot.

it's hard to make an often straightforward diagnostic from far away, but these are the things i'd try first. let me know if i can help you further and i will try.