No Internet connection through Wine

Questions about Wine on Linux
Locked
drewt333
Newbie
Newbie
Posts: 1
Joined: Sat Aug 23, 2014 5:52 pm

No Internet connection through Wine

Post by drewt333 »

Very recently, within a week about, a program that I run under Wine can't connect to the internet any more.
I have Wine version 1.6.2 on Linux Mint 17.2

Looking at suggestions from another thread (viewtopic.php?f=8&t=22746), I tried connecting using IExplorer and got an empty screen.

This is the output from trying to run IExplorer and it is completely beyond me:

Code: Select all

fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:ole:CoResumeClassObjects stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:ras:RasEnumConnectionsW (0x13db68,0x90d7d0,0x76c623e4),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
fixme:service:EnumServicesStatusW resume handle not supported
fixme:ras:RasEnumEntriesW ((nil),(null),0x17ab10,0x90e000,0x17a53c),stub!
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
err:secur32:schan_AcquireClientCredentials Could not find matching protocol
fixme:crypt:CRYPT_RegControl CERT_STORE_CTRL_AUTO_RESYNC: stub
fixme:crypt:CRYPT_RegControl CERT_STORE_CTRL_AUTO_RESYNC: stub
fixme:ieframe:handle_navigation_error Navigate to error page
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d
Any suggestions?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: No Internet connection through Wine

Post by dimesio »

drewt333 wrote:

Code: Select all

err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
[/quote]
Do what it says.
Locked