http://bugs.winehq.org/show_bug.cgi?id=7929
--- Comment #119 from Emerson Prado emerson.prado.eng@gmail.com 2011-09-30 16:05:07 CDT --- (In reply to comment #118)
If you run " sudo getcap `which wine-preloader` " it should return: /usr/local/bin/wine-preloader = cap_net_raw+eip
It returned "which wine-preloader (No such file or directory)"
Also, if you run the application like so: WINEDEBUG="+winsock" wine NameOfApplication.exe then it should report an explanation that ends with "broadcast packets will not work on this socket" if something detectable went wrong.
It gave an endless sequence of "trace:winsock:WS_select read 0x9abc8b8, write (nil), excp (nil) timeout 0x9abc8ac" Then a bunch of stuff I can't really understand... May I be missing something?