http://bugs.winehq.org/show_bug.cgi?id=31994
--- Comment #6 from Starous starous@volny.cz 2012-10-18 10:41:42 CDT --- (In reply to comment #3)
(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.
Hi Erich, as I see the console, there is no such FIXME text as You wrote:
- When I start the game without any special debug settings, I get only these texts: fixme:font:WineEngAddFontResourceEx Ignoring flags 10
- When I start the game with env WINEDEBUG="-all,+winsock", I see what I send before as attachment.
Should I try some another debug setting?
So, what do You think - is it related to Bug #7929? In this case I will wait for new version of Debian - I hope it will have sufficient kernel version (at least in backoprts repository).
Or could it be some another problem?