Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes steamwebhelper config #3482

Merged
merged 1 commit into from
Mar 3, 2024
Merged

Conversation

Sonicadvance1
Copy link
Member

Fixes #3479

As of the Steam update on Feb 29 2024, this is no longer necessary and actually causes steamwebhelper to abort.

Steam has started using SLR to launch steamwebhelper, which already passes in --no-sandbox. Adding this argument twice seemingly breaks the application since it starts complaining that it doesn't understand the argument and closes with a SIGABRT.

With this removed Steam starts working again.

Fixes FEX-Emu#3479

As of the Steam update on Feb 29 2024, this is no longer necessary and
actually causes steamwebhelper to abort.

Steam has started using SLR to launch steamwebhelper, which already
passes in --no-sandbox. Adding this argument twice seemingly breaks the
application since it starts complaining that it doesn't understand the
argument and closes with a SIGABRT.

With this removed Steam starts working again.
@lioncash lioncash merged commit d66a83a into FEX-Emu:main Mar 3, 2024
10 checks passed
@Sonicadvance1 Sonicadvance1 deleted the fix_3479 branch March 3, 2024 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Newest Steam update (Feb 29 2024) fails to launch steamwebhelper
3 participants