this post was submitted on 19 Jul 2025
32 points (90.0% liked)

Linux Gaming

20181 readers
522 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.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

I have tried multiple different versions of proton, ge proton, I have tried the EA launcher, and a few black magic incantations. It either runs at 4fps or will not load at all. I have tried everything i can find on protondb that is not an ancient report.

I am running Linux Mint Cinnamon on a Lenovo ThinkPad X1 Carbon with an Intel i5. https://support.lenovo.com/us/en/solutions/pd100509-overview-for-thinkpad-x1-carbon-type-20bs-20bt

top 17 comments
sorted by: hot top controversial new old
[–] x00z@lemmy.world 17 points 4 days ago

I just pirated it and got a better experience. No EA bullshit and it just runs in my default Wine environment without issues.

[–] originalucifer@moist.catsweat.com 31 points 4 days ago (2 children)

i juuuuust solved for this this week! my kid has been bugging me for awhile.

i spent a weekend trying to get steam to run it... that stupid ea app... lutris..

i gave up on all that and just installed the fitgirl repack under wine. downloaded the sims 4 fitgirl repack, and then followed this very light tutorial

[–] nokturne213@sopuli.xyz 1 points 1 day ago (1 children)

Well I got as far as:

The prefix is now ready fot the Fitgirl installer. Start the installer with (again, change the paths): $ WITNEPREFIX="/media/weidenwiesel/m2/wine/S4/" wine "/home/weidenwiesel/Downloads/The Sims 4 - Deluxe Edition [FitGirl Repack]/setup.exe"

To which i got this error:

wine: failed to open "/home/weidenwiesel/Downloads/The Sims 4 - Deluxe Edition [FitGirl Repack]/setup.exe": c0000135

[–] nokturne213@sopuli.xyz 1 points 1 day ago (1 children)

And i just realized, that is because i do not have that file.

[–] originalucifer@moist.catsweat.com 1 points 1 day ago (1 children)

youll have to be pretty cognizant of the pathing within those commands. also, i noticed i had to run it using sudo to get it to work..

i did just discover an issue... my installs wont let me save the game. it just locks up.

[–] nokturne213@sopuli.xyz 1 points 1 day ago

Normally I am, but there is a line in the post saying not to change the pathing. But after I realized it is the install pathing and not the command.

[–] nokturne213@sopuli.xyz 4 points 4 days ago

thanks i will give this a try tonight.

[–] themoken@startrek.website 13 points 4 days ago

I never had an issue with Lutris + a pirated copy. It's trivial to find the anadius rip around in a torrent. Fuck the EA launcher.

[–] CannonGoBoom@lemmy.world 7 points 4 days ago

I have it running through lutris with just wine. Proton and Proton GE result in the launcher crashing

[–] tal@lemmy.today 6 points 4 days ago (1 children)

4fps

Does other 3D software run reasonably on your system?

[–] nokturne213@sopuli.xyz 3 points 4 days ago (2 children)

This is the only game I have installed. It was set up for my wife to play the sims 4.

[–] dan1101@lemmy.world 6 points 4 days ago

I would try a couple other games to see how they perform. Plenty of free 3D games to try. You might have some basic misconfiguration.

[–] tal@lemmy.today 2 points 4 days ago

All right. Wanted to sanity-check that 3D acceleration was working at all.

I haven't played the game, so I don't know how it might perform off the top of my head.

goes to look at game specs

According to the data sheet, you have an Intel HD 5500, an integrated GPU.

The game's system requirement has an Intel GMA X4500 as the minimum, which is an older integrated GPU, though the recommended GPUs are dedicated. It's hard to know what "minimum" translates to; some games have wildly impractical "minimum" requirements, though I'd hope not that far.

https://old.reddit.com/r/thesims/comments/5edr3x/the_sims_4_performance_on_intel_hd_620_graphics/

I myself am using an Intel HD 3000, i5 laptop, and the game more or less runs a tad short of 60 fps on High settings in 720p mode

That's an older integrated GPU, about half the score, though I'd guess that you're running at a higher resolution.

Okay. I guess I'd probably confirm that the game is using the 3D accelerator, as if that's not the case, then that's probably going to be the problem. If it is being used, maybe see what happens with reducing graphics settings. I guess that the simplest way to do that and go through the whole Proton stack is probably to use some HUD that shows the GPU being used.

Let me install the game myself.

installs

Oh, you have to create an EA account to use the game. The hell with that.

Okay, I won't do a step-by-step, but in broad terms:

I'd do whatever it is that got it launching, if you had to do something.

Then try mangohud and/or DXVK_HUD.

In the Steam Properties for the game, under General->Launch Options, you're going to want:

DXVK_HUD=1 %command%

in the field. If you're adding any other environment variables besides DXVK_HUD to get it to start successfully


I see some people discussing using them in the ProtonDB page


include those too.

When it launches, if DXVK works with it, you'll see text in the upper left corner of the game window. The first line will be the video card being used, if it's hardware-accelerated. For my system, on a game where DXVK_HUD shows up, I see "Radeon RX 7900 (RADV NAVI31)".

That works with some WINE/Proton 3D games, depending upon which 3D subsystem they use.

For mangohud, for Steam Properties, it'll be:

MANGOHUD_CONFIG=full mangohud %command%

That injects itself at various Linux 3D layers. If that works, then in the game window, you'll see lines reading "RAM", then "VRAM", then either "VULKAN" or "OPENGL", then some version, then the name of your video card. For me, that's "Radeon RX 7900 XTX". If I disable hardware acceleration (e.g. if I run LIBGL_ALWAYS_SOFTWARE=1 MANGOHUD_CONFIG=full mangohud glxgears in a terminal, which will run a small 3D test program, glxgears, without hardware acceleration, I'll see "llvmpipe" there instead).

Hopefully, one of DXVK_HUD mangohud will work for you, get that text up.

If it does have something that looks like the name of your integrated GPU, probably "Intel something-or-other*, then it's using your 3D hardware, but it's still running slow. In that case, I'd probably:

  • Try flipping all the graphical settings and/or resolution down, see if it runs reasonably, and start flipping them up one at a time to see what's particularly problematic.

  • Try a different Proton version. It's also possible to download Proton-GE, (Proton Glorious Eggroll) which is a third-party build of Proton that includes some fixes that Valve doesn't include in their Steam builds of Proton. This wouldn't be my first shot for "a game runs slowly", more "a game doesn't work correctly", but it's a lever that one can at least try pulling. Normally, if this were a solution, I'd expect it to be in ProtonDB.

[–] juipeltje@lemmy.world 2 points 4 days ago

I used to install it with bottles and it seemed to work fine (but i haven't really played it apart from testing if it worked), but bottles gave me some issues as of late so i decided to install the ea launcher as a non steam game. It didnt work with regular proton but after using ge-proton the game booted just fine. I now have a weird issue where jedi fallen order doesn't work though. Tried both bottles and steam, but the game immediately crashes with an unreal engine error. It's weird because i have played it in the past on linux just fine.

[–] just_another_person@lemmy.world 1 points 4 days ago (1 children)
[–] nokturne213@sopuli.xyz 4 points 4 days ago (1 children)

Yeah I linked that in the op, it has not helped.

[–] fakeman_pretendname@feddit.uk 2 points 4 days ago

It may be worth having a look at the Proton issues github page for it if you've not already - though the only report I could see that sounded like your issue was the (currently unresolved) thing about it not running with DXVK, but running with terrible performance in WineD3D - they apparently got it running properly through Lutris with Wine GE 8.26.