IcmpCreateFile Failed to use ICMP (network ping)

Questions about Wine on Linux
Locked
rsadmchef
Newbie
Newbie
Posts: 1
Joined: Sat Nov 15, 2014 1:48 am

IcmpCreateFile Failed to use ICMP (network ping)

Post by rsadmchef »

Hello Team

my windows programm does not run.
It stops at:

err:winediag:IcmpCreateFile Failed to use ICMP (network ping), this requires special permissions.

I tried to solve it with the command

#: sudo setcap cap_net_raw+epi /usr/bin/wine-preloader

which often appears by google searches.

the result shows me:

Failed to set capabilities on file `/usr/bin/wine-preloader' (Operation not supported)
usage: setcap [-q] [-v] (-r|-|<caps>) <filename> [ ... (-r|-|<capsN>) <filenameN> ]

Note <filename> must be a regular (non-symlink) file.


My System:
slitaz 5

My kernel:
Linux slitaz 3.2.53-slitaz #4 SMP Tue May 13 21:58:01 CEST 2014 i686 GNU/Linux

My Wine:
wine-1.7.16

Any help ?
That problem is very heavy for me.

Thank you in advance.
rsadmchef
User avatar
dimesio
Moderator
Moderator
Posts: 13368
Joined: Tue Mar 25, 2008 10:30 pm

Re: IcmpCreateFile Failed to use ICMP (network ping)

Post by dimesio »

First question: is wine-preloader in that location on your system? If not, you have to substitute the real location for that part of the command.

Second question: does your distro normally use sudo, or su -? Not all distros have sudo configured by default. Try su -:

Code: Select all

su -
setcap cap_net_raw+epi /usr/bin/wine-preloader
If neither of those fix it, ask on your distro's support forum for the appropriate command for your distro.
Locked