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

MIDI broken on linux #32980

Open
waylon531 opened this issue Oct 24, 2024 · 2 comments
Open

MIDI broken on linux #32980

waylon531 opened this issue Oct 24, 2024 · 2 comments
Labels
Status: Untriaged Somebody go through and give this appropriate labels

Comments

@waylon531
Copy link
Contributor

waylon531 commented Oct 24, 2024

Description

Recently ss14 midi instruments have broke on linux. I'm running the steam release and now I get an error when opening the instrument UI, and this error in the console:

/games/SteamLibrary/steamapps/common/Space Station 14 Playtest/bin/loader/fluidsynth.so: cannot open shared object file: No such file or directory
/games/SteamLibrary/steamapps/common/Space Station 14 Playtest/dotnet/shared/Microsoft.NETCore.App/8.0.0/fluidsynth.so: cannot open shared object file: No such file or directory
/games/SteamLibrary/steamapps/common/Space Station 14 Playtest/bin/loader/libfluidsynth.so: cannot open shared object file: No such file or directory
/games/SteamLibrary/steamapps/common/Space Station 14 Playtest/dotnet/shared/Microsoft.NETCore.App/8.0.0/libfluidsynth.so: cannot open shared object file: No such file or directory
/games/SteamLibrary/steamapps/common/Space Station 14 Playtest/bin/loader/fluidsynth: cannot open shared object file: No such file or directory
/games/SteamLibrary/steamapps/common/Space Station 14 Playtest/dotnet/shared/Microsoft.NETCore.App/8.0.0/fluidsynth: cannot open shared object file: No such file or directory
/games/SteamLibrary/steamapps/common/Space Station 14 Playtest/bin/loader/libfluidsynth: cannot open shared object file: No such file or directory
/games/SteamLibrary/steamapps/common/Space Station 14 Playtest/dotnet/shared/Microsoft.NETCore.App/8.0.0/libfluidsynth: cannot open shared object file: No such file or directory

Is it a packaging problem with the steam release? Could it be a weird local version conflict and I have the wrong version of fluidsynth or something?
Reproduction
Open instrument UI or be near an instrument and the message appears.

Additional context
I'm running arch linux if that helps at all

@github-actions github-actions bot added the Status: Untriaged Somebody go through and give this appropriate labels label Oct 24, 2024
@deltanedas
Copy link
Contributor

install fluidsynth2 (or symlinking fluidsynth3 works fine it turns out)

@waylon531
Copy link
Contributor Author

I do have fluidsynth installed, and instruments were working fine until very recently. I just checked on master, and building everything myself makes instruments work fine, it seems like a problem with the steam release somehow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Untriaged Somebody go through and give this appropriate labels
Projects
None yet
Development

No branches or pull requests

2 participants