http://bugs.winehq.org/show_bug.cgi?id=8606 Mike Kaplinskiy <mike.kaplinskiy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mike.kaplinskiy(a)gmail.com --- Comment #30 from Mike Kaplinskiy <mike.kaplinskiy(a)gmail.com> 2010-09-12 02:06:15 CDT ---
From the last log it looks like it's creating RAW sockets, something only root is allowed to do. Try giving wine/the .exe the cap to do so before running it:
sudo setcap cap_net_raw+eip jointops.exe and if that doesn't work sudo setcap cap_net_raw+eip /usr/bin/wine -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.