http://bugs.winehq.org/show_bug.cgi?id=31994
--- Comment #3 from Erich Hoover ehoover@mines.edu 2012-10-18 09:00:40 CDT --- (In reply to comment #2)
(In reply to comment #1)
... Are you running a kernel greater than 3.4rc1 and have IP_UNICAST_IF defined by your distro (you can override this if you compile Wine yourself)?
no, I am Debian user, so my kernel is much more lower number: 2.6.32. So, it looks like I have no chance, hm?
Yeah, you would have to upgrade to a newer kernel - but that assumes that you're affected by the same bug. You should see the following FIXME in the console if it's even possible for you to be affected by Bug #7929: Broadcast packets on interface-bound sockets are not currently supported on this platform, receiving broadcast packets will not work on socket %04lx.
It's also worth noting that the CAP_NET_RAW solution needs to be applied to winepreloader, but applications affected by network permission issues should also report a useful FIXME/ERR in the console so that you know that you need to do this.