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

mach: gamemode initialization errors should be silent if gamemode not installed #459

Closed
slimsag opened this issue Aug 16, 2022 · 0 comments · Fixed by #512
Closed

mach: gamemode initialization errors should be silent if gamemode not installed #459

slimsag opened this issue Aug 16, 2022 · 0 comments · Fixed by #512
Milestone

Comments

@slimsag
Copy link
Member

slimsag commented Aug 16, 2022

See #458

Currently if you do not have gamemode installed (many will not), it screams:

error: Gamemode error error.RequestFailed -> dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory

Maybe we can string-contains check the error message to see if it is just complaining the .so is missing, in which case ignore the error silently - otherwise log it.

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 a pull request may close this issue.

1 participant