https://bugs.winehq.org/show_bug.cgi?id=33060
--- Comment #5 from Qian Hong fracting@gmail.com --- err:winediag:IcmpCreateFile Failed to use ICMP (network ping), this requires special permissions.
Looks like the application want cap_net_raw permission.
Does it help if you run `sudo setcap cap_net_raw+epi /usr/bin/wine-preloader` and then restart the application?
Not sure why, but after setcap Wine services.exe crash for me again and again. If that happen to you, you can use `sudo setcap -r /usr/local/bin/wine-preloader` to clear capability.
Instead, you could try install and run the application using root, however it is really not recommended to run Wine as root in daily usage, just a proof of concept.