Describe the bug
The pipe appears to be created successfully, but the socket always fails
To Reproduce
- Run
WINEPREFIX=/home/a/.local/share/wineprefixes/foobar2000/ wine bridge.exe
- Click "Install"
- Launch
foobar2000
- Launch
discord
- Ensure that the foo_discord_rich component is installed (v2.0.2 as of this writing)
- Play a track in foobar2000
Log File
Running as service
Starting service
Service started
Pipe \\.\pipe\discord-ipc-0(0x74) created
Waiting for pipe connection
Pipe connected
Socket -14 created
Failed to create socket: -14
Device (please complete the following information):
- Arch Linux (
Linux desktop 6.13.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Sun, 23 Mar 2025 17:17:30 +0000 x86_64 GNU/Linux)
- Wine 10.3
Context
Probably happening somewhere here?
https://github.com/EnderIce2/rpc-bridge/blob/9d2440f6161b87b14ceb517800ed34983962d401/bridge.c#L547-L559
Describe the bug
The pipe appears to be created successfully, but the socket always fails
To Reproduce
WINEPREFIX=/home/a/.local/share/wineprefixes/foobar2000/ wine bridge.exefoobar2000discordLog File
Device (please complete the following information):
Linux desktop 6.13.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Sun, 23 Mar 2025 17:17:30 +0000 x86_64 GNU/Linux)Context
Probably happening somewhere here?
https://github.com/EnderIce2/rpc-bridge/blob/9d2440f6161b87b14ceb517800ed34983962d401/bridge.c#L547-L559