Topic: d2gs linux mint
.....
PvPGN Community Forums |
forums.pvpgn.pro → [EN] Diablo → d2gs linux mint
.....
a) Follow the instruction and rebuild wine
you must change on system.reg line:
KHEY_LOCAL_MACHINE/Software/D2Server/D2GS/
"EnableNTMode"=dword:00000000
and go to ~/wine/server/sock.c and change 1 line and put 5 linesCode:
if ((event & POLLOUT) && (sock->state & FD_WRITE))
{
/* According to WS2 spec, FD_WRITE is only delivered
after connect and WSAEWOULDBLOCK while sending,
so we clear FD_WRITE here. */
sock->state &= ~FD_WRITE;
b) Apply this patch to wine
...
forums.pvpgn.pro → [EN] Diablo → d2gs linux mint