| 11 Aug 2025 |
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 |