Issues running a program

Questions about Wine on Linux
Locked
Slayer501690
Newbie
Newbie
Posts: 1
Joined: Mon Jul 03, 2017 12:20 pm

Issues running a program

Post by Slayer501690 »

Hello I am running Ubuntu 16.04 64x and I am having issues running a program.
I keep getting these three errors.

Code: Select all

err:winediag:schan_imp_init Failed to load libgnutls, secure connections will not be available

Code: Select all

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

Code: Select all

fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
I also have my full log here https://pastebin.com/81B6yjDi
Thank you and if any more info is needed I am willing to give it out.
P.S: Using wine 2.11 staging
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: Issues running a program

Post by dimesio »

Slayer501690 wrote:

Code: Select all

err:winediag:schan_imp_init Failed to load libgnutls, secure connections will not be available
You are missing 32 bit libgnutls or the version of libgnutls your Wine version was compiled with, or your Wine was compiled without libgnutls support.

Code: Select all

fixme:winediag:IcmpCreateFile Failed to use ICMP (network ping), this requires special permissions.
https://wiki.winehq.org/FAQ#Failed_to_u ... ermissions

Code: Select all

fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
Are you using native wininet?
I also have my full log here https://pastebin.com/81B6yjDi
According to your log, you are using PlayOnLinux, which is not supported here. Please retest in plain Wine.
Locked