In a previous Topic, I was shown how to install fluidsynth to be able to hear instruments in the game, but since the last deck update it doesn’t work anymore.
Tried deleting and then reinstalling it and did every step again but it doesn’t work anymore.
Vasilis
November 18, 2024, 6:55pm
2
This is a steam bug feature and there’s no easy known fix other than downloading the launcher from our website and using the desktop mode on the deck. Or someone fixing how we handle this kind of stuff on the code side.
opened 04:36PM - 06 Nov 24 UTC
Issue: Bug
Platform: Linux
Area: Audio
Priority: 2-Before Release
![image](https://github.com/user-attachments/assets/5ffed87d-a53b-4aa9-81b1-e522… f8af0acb)
(ignore the low vram artifacts i did this in a vm)
Reported in #help too by another user https://discord.com/channels/310555209753690112/790656972801572905/1303720864080068689
```
[ERRO] midi: Failed to initialize fluidsynth due to exception, disabling MIDI support:
System.DllNotFoundException: Unable to load shared library 'fluidsynth' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable:
/home/myra/.steam/debian-installation/steamapps/common/Space Station 14/bin/loader/fluidsynth.so: cannot open shared object file: No such file or directory
/home/myra/.steam/debian-installation/steamapps/common/Space Station 14/dotnet/shared/Microsoft.NETCore.App/8.0.0/fluidsynth.so: cannot open shared object file: No such file or directory
/home/myra/.steam/debian-installation/steamapps/common/Space Station 14/bin/loader/libfluidsynth.so: cannot open shared object file: No such file or directory
/home/myra/.steam/debian-installation/steamapps/common/Space Station 14/dotnet/shared/Microsoft.NETCore.App/8.0.0/libfluidsynth.so: cannot open shared object file: No such file or directory
/home/myra/.steam/debian-installation/steamapps/common/Space Station 14/bin/loader/fluidsynth: cannot open shared object file: No such file or directory
/home/myra/.steam/debian-installation/steamapps/common/Space Station 14/dotnet/shared/Microsoft.NETCore.App/8.0.0/fluidsynth: cannot open shared object file: No such file or directory
/home/myra/.steam/debian-installation/steamapps/common/Space Station 14/bin/loader/libfluidsynth: cannot open shared object file: No such file or directory
/home/myra/.steam/debian-installation/steamapps/common/Space Station 14/dotnet/shared/Microsoft.NETCore.App/8.0.0/libfluidsynth: cannot open shared object file: No such file or directory
at NFluidsynth.Native.LibFluidsynth.fluid_set_log_function(Int32 severity, LoggerDelegate func, IntPtr data)
at NFluidsynth.Logger.SetLoggerMethod(LoggerDelegate method)
at Robust.Client.Audio.Midi.MidiManager.InitializeFluidsynth() in /home/runner/work/RobustToolbox/RobustToolbox/Robust.Client/Audio/Midi/MidiManager.cs:line 176
[INFO] game: Shutting down! Reason: Main window closed
```
Repro: Linux mint, Arch (well all linux distros that update steam will be effected. As steam native runtimes are now default.)
Needs #4997
## Fix for now is to use standalone launcher. Or flatpak
Damn, ok thanks for the help
1 Like