-
Notifications
You must be signed in to change notification settings - Fork 175
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
Failed to init SDL priority manager: SDL not found and Failed to set thread priority: per-thread setup failed #7036
Comments
This is an error caused by the absence of the 32-bit SDL library.
|
Hi, |
Thanks a lot! Solved for me too |
* Add SDL libraries for steam install, preventing new SDL errors ValveSoftware/steam-for-linux#7036 * Ensure steam user environment is setup correctly, updated instructions. * Enforce set variables for startup scripts. * Remove trace logging for startup scripts. * Update examples.
Hi, |
Why would this happened in a x64 machine? |
as mentioned in ValveSoftware/steam-for-linux#7036
Kept getting the intruding message "Failed to init SDL priority manager: SDL not found" while I was typing commands AND while dedicated server files were downloading. So far this is working. Thank you human! (Ubuntu 20.04 LTS) Created a GitHub account just to thank you! |
This fixes an issue with steamcmd complaining about not being able to set the thread priority. The solution was found in ValveSoftware/steam-for-linux#7036
compatibility, not everything in the steam library is 64 bit. "You've inherited 32-bit binaries, I was born into 16-bit DOS, was molded by 32-bit, I didn't see 64-bits until i was a man" - Nerd Bane Though, the exclusion of i386 binaries does reinforce your position of why. I just stood up a server and ran into the same ting... maybe adding the package as a dependency in the repository would be nice since it seems canonical have the mindset to save 12 megabytes of space and not include both 64 and 32 bit binaries. |
I fixed this on ubuntu16 with adding the package: libsdl2-2.0-0 |
Awesome, thank you for enlightening my derp self :)
…On Mon, Feb 15, 2021 at 12:14 PM Wiard van Rij ***@***.***> wrote:
I fixed this on ubuntu16 with adding the package: libsdl2-2.0-0
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7036 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSJEODJFAGP4LGOWKSXS5LS7FI7ZANCNFSM4MJSFIIQ>
.
|
On Fedora 33 this can be solved by |
Sorry to reopen this, but I get the following error when trying to install the package:
Am I missing the i386 source? |
Hello @netstx, check if Debian's multi-arch support is enabled with
If multi-arch is disabled, then it would only have
Then check if the package is available with |
If yall are running on Fedora and encounter this, try installing My environment:
|
You are GOD! Thank you! |
For Ubuntu / Ubuntu server users: |
I'm running a headless virtual server. Why is SDL required? Are you sure that installing all of this stuff on a headless server won't break something??? |
That's more than I would expect, but if you're not getting any package conflicts, then it should be fine. |
Your system information
Please describe your issue in as much detail as possible:
As well as many others, and after some googlesearches, we get told that we should just ignore this messages, but it still is an error message, and i did not find it here..
Steps for reproducing this issue:
You will also get this installing for example app_update 258550, but then you only will get this:
Failed to set thread priority: per-thread setup failed
I do get it 7 times in a row.
This should might not happen?
The text was updated successfully, but these errors were encountered: