11 Aug 2025 |
Rein | In reply to @k900:0upti.me There should be no reason to LD_PRELOAD it There is a reason to preload it as it's required by Wine ASIO and Wine ASIO is required by RS_ASIO | 11:29:13 |
K900 | It doesn't need to be preloaded | 11:29:28 |
K900 | It should just be loaded by whatever uses it | 11:29:34 |
K900 | As it's in a completely normal location | 11:29:40 |
Rein | In reply to @k900:0upti.me It should just be loaded by whatever uses it Well, that doesn't work and Wine ASIO crashes | 11:29:53 |
K900 | How does it crash, exactly? | 11:30:07 |
Rein | No idea. I can only provide this from RS_ASIO logs:
6.694 [INFO] Creating AsioSharedHost - dll: C:\windows\system32\wineasio32.dll
12.711 [ERROR] ASIO Error: WineASIO does not return error messages
| 11:31:24 |
Rein | This is what I get in the Steam logs while trying to launch it:
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
| 11:43:00 |
Rein | I have JACK enabled via service.pipewire.jack.enable = true; | 11:43:44 |
K900 | Oh | 11:43:48 |
K900 | Yeah that's not going to work | 11:43:51 |
K900 | pw-jack doesn't provide a JACK server | 11:43:57 |
Rein | Oh... | 11:44:06 |
K900 | It provides a libjack implementation that does need to be preloaded | 11:44:08 |
K900 | Because it overrides the "real" libjack | 11:44:16 |
K900 | Because the JACK server protocol is not stable | 11:44:20 |
K900 | I would actually recommend not enabling that globally | 11:44:38 |
K900 | And adding pkgs.pipewire.jack to your Steam fhsenv instead | 11:44:46 |
Rein | I believe I add it via extraLibraries = pkgs': with pkgs'; [ pkgsi686Linux.pipewire.jack ] | 11:44:51 |
K900 | Which should just drop the Pipewire libjack in the right place | 11:44:57 |
K900 | No, that's the real libjack | 11:45:00 |
K900 | And it's failing because there is no real JACK server | 11:45:08 |
K900 | Oh wait no, that's pw-jack | 11:45:15 |
Rein | yeah | 11:45:18 |
K900 | But it is running the real libjack | 11:45:26 |
K900 | I wonder if this is just something steam-runtime does | 11:45:31 |
K900 | If it is, that's going to make things a lot more complicated | 11:45:42 |
K900 | Because steam-runtime has a lot of weird library heuristics | 11:45:50 |
Rein | I was just trying to follow the guide from linux_rocksmith. I think I'll just go bring that up to them | 11:46:44 |
Rein | they provide pretty detailed instructions for NixOS and pipewire, but those just refuse to work | 11:47:00 |