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

Technology

77152 readers
2511 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
[–] st3ph3n@midwest.social 26 points 5 days ago (1 children)

I finally committed to the switch last weekend. My desktop PC was the last holdout still on Windows in my fleet, because of Adobe Lightroom. I decided to just force myself to learn Darktable, and nuked the Win 11 install and replaced it with Fedora 43.

Fun side note, some of my games run way better than they did on Windows, despite not having native Linux builds. lol.

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

My bottles borked my battle.net install somehow so instead of tackling the issue I'll put it off for months/years and continue dual booting

[–] st3ph3n@midwest.social 5 points 5 days ago

My condolences

[–] 9bananas@feddit.org 4 points 5 days ago (1 children)

you can just run battlenet through steam:

  • add the installer as non-steam game
  • set compatibility to proton experimental
  • launch/install
  • find the filepath for the battlenet .exe
  • change the filepath for the target of the battlenet installer to the .exe instead
  • never touch it again; it just works!

a tiny bit of effort, but only required once. everything afterwards just works!

[–] Zidane@lemmy.ca 2 points 3 days ago

This worked immediately for me. I did have to change the install path because it still thought I had a Z drive for some reason... I do want it to work not on steam but if I can play WoW on Linux in the interim I'm happy lol

[–] umbrella@lemmy.ml 4 points 5 days ago* (last edited 4 days ago) (1 children)

everyone goes through that phase. logs often help a lot, and you will start to get a feel for what may be wrong like you did on windows. once some things become second nature you will stop needing windows altogether. meanwhile, friction means you are learning.

i usually favor lutris for gaming anyway, it's better at keeping everything together and updated ime. bottles tends to lag behind a bit by default which is not ideal for games atm.

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

I tried Lutris before and it would constantly stop installing and freeze up... and when I let it set up in the default directory it will install and then when I launch bnet it doesn't show any games at all..... anddd when it inevitably decides to force quit out of bnet and I click stop on lutris I get "sequence item 0: expected str instance, int found" ......... also constantly slowing the fuck out of my mouse/computer..... I think I fucked my install up when I initially set up mint... might just wipe and start over again.........

[–] 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.