Weird behaviour of wineserver under exagear emulation

Questions about Wine on Linux
Locked
amera_09
Level 3
Level 3
Posts: 88
Joined: Mon Dec 09, 2019 6:47 pm

Weird behaviour of wineserver under exagear emulation

Post by amera_09 »

Ubuntu 22.04 LTS
wine-7.18 (Staging)

If i try to run wineserver i get `bind: File name too long`
With -d option

Code: Select all

root@localhost:~# wineserver -d99
sock_init: shutdown() causes EOF
wineserver: bind: File name too long
Strace

Code: Select all

rt_sigaction(SIGINT, {sa_handler=0xc810264fa044, sa_mask=[], sa_flags=0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
wait4(-1, wineserver: bind: File name too long
[{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 23874
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, {sa_handler=0xc810264fa044, sa_mask=[], sa_flags=0}, 8) = 0
ioctl(2, TIOCGWINSZ, {ws_row=62, ws_col=96, ws_xpixel=0, ws_ypixel=0}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
What is the issue
Locked