https://bugs.winehq.org/show_bug.cgi?id=43470
Bug ID: 43470 Summary: GameRanger requiring special permissions Product: Wine Version: 2.13 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: maiktapwagner@aol.com Distribution: ---
Created attachment 58849 --> https://bugs.winehq.org/attachment.cgi?id=58849 Console Output wine 2.13 (Non-staging)
Hello everyone,
I downloaded GameRanger from http://www.gameranger.com/download/ and installed it using a clean prefix with wine 2.13.
As noted in the AppDB I added the necessary winetricks commands for FlashPlayer and mfc42
The application eventually starts up but is forced to crash. Console output is attached.
https://bugs.winehq.org/show_bug.cgi?id=43470
Maik Wagner maiktapwagner@aol.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maiktapwagner@aol.com Keywords| |download URL| |http://www.gameranger.com/d | |ownload/ Distribution|--- |SUSE
https://bugs.winehq.org/show_bug.cgi?id=43470
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #1 from Sebastian Lackner sebastian@fds-team.de --- If the error is caused by the
err:winediag:IcmpCreateFile Failed to use ICMP (network ping), this requires special permissions.
message, this is a configuration issue and not a Wine bug. Have you checked if it works after giving Wine-preloader the required permissions? The command to do that is (adjust path to the wine-preloader executable if necessary).
sudo setcap cap_net_raw+epi /usr/bin/wine-preloader
https://bugs.winehq.org/show_bug.cgi?id=43470
ImperatorS79 fevrier.simon@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fevrier.simon@gmail.com
--- Comment #2 from ImperatorS79 fevrier.simon@gmail.com --- (In reply to Sebastian Lackner from comment #1)
If the error is caused by the
err:winediag:IcmpCreateFile Failed to use ICMP (network ping), this requires special permissions.
message, this is a configuration issue and not a Wine bug. Have you checked if it works after giving Wine-preloader the required permissions? The command to do that is (adjust path to the wine-preloader executable if necessary).
sudo setcap cap_net_raw+epi /usr/bin/wine-preloader
I don't think it's the cause, since GameRanger is working for me in both 2.13 and 2.13-staging withour ICMP (Ubuntu 17.04).
PS : you can override dnsapi to native (windows) to get rid of those dnsapi errors