http://bugs.winehq.org/show_bug.cgi?id=7929
--- Comment #118 from Erich Hoover ehoover@mines.edu 2011-09-30 14:50:37 CDT --- (In reply to comment #117)
It didn't work for FileMaker 11. FM still can't find servers automatically. Is the patch supposed to be used by itself or should the wine-kane patches be used along?
Hmmm... The patch should be used by itself, could you check that the capabilities are set correctly? If you run " sudo getcap `which wine-preloader` " it should return: /usr/local/bin/wine-preloader = cap_net_raw+eip
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.