http://bugs.winehq.org/show_bug.cgi?id=31908
--- Comment #7 from Austin English austinenglish@gmail.com 2012-10-10 21:07:05 CDT --- (In reply to comment #6)
You can revert that patch manually on top of latest wine by commenting out lines 2260 and 2261:
else if (interface_bind(s, fd, &uaddr.addr)) in4->sin_addr.s_addr = htonl(WS_INADDR_ANY);
Yes, this also works around the crash.