-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Command:
strace ./felix86 /home/user/squashfs-root/AppRun 2>&1 | grep bind
Output:
bind(16, {sa_family=AF_UNIX, sun_path="/tmp/dotnet-diagnostic-55823-50826136-socket"}, 110) = 0
bind(97, {sa_family=AF_UNIX, sun_path="/tmp/CoreFxPipe_osu-framework-osu-lazer"}, 42) = -1 EADDRINUSE (Address already in use)
Expected:
bind(16, {sa_family=AF_UNIX, sun_path="/path/to/felix86_rootfs/tmp/dotnet-diagnostic-55823-50826136-socket"}, 110) = 0
bind(97, {sa_family=AF_UNIX, sun_path="/path/to/felix86_rootfs/tmp/CoreFxPipe_osu-framework-osu-lazer"}, 42) = -1 EADDRINUSE (Address already in use)
File:
https://github.com/ppy/osu/releases/latest/download/osu.AppImage
Metadata
Metadata
Assignees
Labels
No labels