wishstudio / flinux

Foreign LINUX - Run unmodified Linux applications inside Windows.
GNU General Public License v3.0
3.58k stars 244 forks source link

links2 does not work #72

Open mittorn opened 9 years ago

mittorn commented 9 years ago

it crashes after launch x11 version draws window first [err] evsig_init: socketpair: Invalid argument

mittorn commented 9 years ago
[11:12:37.0611568] (II) Allocated memory: [6ff90000, 6ffa0000)
[11:12:37.0611568] (II) fcntl(7, 1)
[11:12:37.0611568] (II) F_GETFD: CLOEXEC: 0
[11:12:37.0611568] (II) fcntl(7, 2)
[11:12:37.0611568] (II) F_SETFD: CLOEXEC: 1
[11:12:37.0611568] (II) getuid(): 0
[11:12:37.0611568] (II) geteuid(): 0
[11:12:37.0611568] (II) getgid(): 0
[11:12:37.0611568] (II) getegid(): 0
[11:12:37.0611568] (EE) Unimplemented socketcall: 8
[11:12:37.0611568] (II) write(2, 0076d3a0, 0000002f)
[11:12:37.0611568] (II) IP: 0x004028d2
[11:12:37.0611568] (II) Handling page fault at address 10063e94 (page 00010063)
[11:12:37.0611568] (II) On demand block 0x00001006 loaded.
[11:12:37.0611568] (II) IP: 0x004028d2
[11:12:37.0611568] (II) Handling page fault at address 100f17b4 (page 000100f1)
[11:12:37.0611568] (II) On demand block 0x0000100f loaded.
[11:12:37.0611568] (II) IP: 0x004028d2
[11:12:37.0611568] (II) Handling page fault at address 1058e964 (page 0001058e)
[11:12:37.0611568] (II) On demand block 0x00001058 loaded.
[11:12:37.0611568] (II) exit_group(1)

Libevent seems to be broken

wishstudio commented 9 years ago

Looks like socketpair() is missing.

wishstudio commented 9 years ago

socketpair() depends on AF_UNIX/AF_LOCAL sockets. #56