-
-
Notifications
You must be signed in to change notification settings - Fork 987
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
symbol lookup error when installing Sunshine beta in SteamOS 3.6.19 #3342
Comments
Just from reading what you wrote, it appears that you are attempting to use a different version of |
Hello @cathyjf , thank you for your reply. As you say, it seems the beta version of Sunshine is looking specifically for version 2.2.8 of Upgrading
But I couldn't upgrade
And trying to upgrade
Any thoughts? |
Is there an existing issue for this?
Is your issue described in the documentation?
Is your issue present in the latest beta/pre-release?
This issue is present in the latest pre-release
Describe the Bug
I'm getting the error below when trying to run the beta version of Sunshine v2024.1030.140606 on my Steam Deck OLED running SteamOS 3.6.19.
sunshine: symbol lookup error: sunshine: undefined symbol: ucnv_getMaxCharSize_75
Exactly the same error occurs when installing the AUR version with MAKEPKG and when using beta version v2024.1030.337.
The stable version (0.23.1) installed on the same way runs fine.
Expected Behavior
I expect the beta version to run with no errors after being installed.
Additional Context
I'm installing the beta version of Sunshine v2024.1030.140606 on my Steam Deck OLED running SteamOS 3.6.19.
I first used the command:
wget https://github.com/LizardByte/Sunshine/releases/download/v2024.1030.140606/sunshine.pkg.tar.zst
And then:
pacman -U --noconfirm sunshine.pkg.tar.zst
Then I tried running Sunshine, but I got the error message below:
sunshine: error while loading shared libraries: libminiupnpc.so.18: cannot open shared object file: No such file or directory
I used the command below to fix that error:
patchelf --replace-needed libminiupnpc.so.18 libminiupnpc.so.17 /usr/bin/sunshine
Then I got a similar error pointing to a different file:
sunshine: error while loading shared libraries: libicuuc.so.75: cannot open shared object file: No such file or directory
And I fixed it similarly:
patchelf --replace-needed libicuuc.so.75 libicuuc.so.74.2 /usr/bin/sunshine
Then I tried running Sunshine again, and I got a new error:
sunshine: symbol lookup error: sunshine: undefined symbol: ucnv_getMaxCharSize_75
I haven't been able to fix that last one.
Exactly the same errors occur when installing the AUR version with MAKEPKG and when using beta version v2024.1030.337.
The stable version (0.23.1) installed on the same way runs fine.
Host Operating System
Linux
Operating System Version
SteamOS 3.6.19
Architecture
amd64/x86_64
Sunshine commit or version
v2024.1030.140606
Package
Linux - pkg.tar.zst
GPU Type
AMD
GPU Model
RADV VANGOGH
GPU Driver/Mesa Version
24.2.5
Capture Method
None
Config
No response
Apps
No response
Relevant log output
The program doesn't run, so there are no logs.
The text was updated successfully, but these errors were encountered: