this post was submitted on 30 Oct 2023
9 points (90.9% liked)

Linux Gaming

18594 readers
458 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
 

Hey everyone, I recently got Jedi Fallen Order for 75% off on steam. However, now that it's installed, the game doesn't launch, just shows the blue playing button and stops after a while. I've tried proton experimental and GE. I've also checked the files integrity using steam.

Any help with fixing this issue would be greatly appreciated. Thanks!

top 12 comments
sorted by: hot top controversial new old
[–] yote_zip@pawb.social 8 points 2 years ago* (last edited 2 years ago) (3 children)

Make sure to check ProtonDB for a game if you're having problems. I think jsdz's answer should work. For extra context, SwGame-Win64-Shipping.exe is a DRM-free executable whereas starwarsjedifallenorder.exe has Origin/EA DRM baked in. Setting your launch option to "path/to/SwGame/Binaries/Win64/SwGame-Win64-Shipping.exe" %command% like they report in ProtonDB should work.

(There's actually some tiny bits of DRM in SwGame-Win64-Shipping.exe but they allow runtime even when they fail so it's similar to DRM-free for practical purposes)

[–] reap@lemmy.world 2 points 2 years ago

Awesome, will try this out.

[–] vividspecter@lemm.ee 2 points 2 years ago

Also check PCGW as sometimes the issues actually exist on Windows too (and the same workarounds may apply).

[–] reap@lemmy.world 1 points 2 years ago (1 children)

Unfortunately, that didn't work. It's the same issue as before.

[–] yote_zip@pawb.social 1 points 2 years ago (1 children)

Try this as a launch option instead:

eval $(echo "%command%" | sed "s/starwarsjedifallenorder.exe/SwGame-Win64-Shipping.exe/")

If the EA launcher isn't the problem then running the other executable may still not work. This game should be easy to get working on Linux as it requires no additional dependencies.

[–] reap@lemmy.world 1 points 2 years ago (1 children)

I believe EA Launcher is the problem, I tried to install it to steam and link me account, even tried on lutris. The ea app window briefly launches and then stops running (I made sure proton and wine compatibilities were met).

[–] yote_zip@pawb.social 1 points 2 years ago (1 children)

Are you running Proton Experimental? Otherwise I'm not quite sure what else to do. EA's DRM is really ugly and often breaks itself. Proton Experimental usually fixes the breaks quickly.

[–] reap@lemmy.world 1 points 2 years ago

Yep, lots of posts pointed out that valve usually fixes these issues, but as of now even experimental does not solve the problem.

[–] jsdz@lemmy.ml 4 points 2 years ago (1 children)

When I played it the answer was to run "SwGame-Win64-Shipping.exe" instead of whatever stupid launcher it tries to load by default.

[–] reap@lemmy.world 1 points 2 years ago

Yeah, I guess it's origin launcher acting up.

[–] Acklavidian@lemmy.sdf.org 2 points 2 years ago (1 children)

If the order felled then the game won't start. Gotta redo the order

[–] reap@lemmy.world 1 points 2 years ago

Fair point, if the drm free approach doesn't work I'll give this a shot.