[Bug 32802] Janetter 4.1.1.0 fails to start properly and gives an error saying: " Backend server cannot init"

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Feb 11 05:11:59 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=32802

--- Comment #10 from Sagawa <sagawa.aki+winebugs at gmail.com> ---
Created attachment 60457
  --> https://bugs.winehq.org/attachment.cgi?id=60457
fix FIONREAD behaviour

Could you try this patch? It should fix the issue.

I found out an interesting behavior about ioctl(FIONREAD). On Linux, calling
ioctl(FIONREAD) to listening socket is failure with EINVAL. This action is
intentional as described in tcp(7). However, it succeeds on native.
This patch makes ioctl(FIONREAD) to listening socket succeeds on Wine.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list