Could not load wine-gecko. HTML rendering will be disabled.

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
jeltoesolnce
Newbie
Newbie
Posts: 4
Joined: Wed Nov 25, 2015 10:40 am

Could not load wine-gecko. HTML rendering will be disabled.

Post by jeltoesolnce »

Hello.

I installed wine-devel-1.7.54,1 and wine-gecko-devel-2.40 on PC-BSD 10.2
If I run iexplore I see the browser but I can't load him any Internet-pages.

I get such error messages:

Code: Select all

fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:wininet:create_cache_entry INTERNET_FLAG_NEED_FILE is not supported correctly
Fontconfig warning: "local.conf", line 1093: saw number, expected matrix
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
Could not load wine-gecko. HTML rendering will be disabled.
err:mshtml:HTMLDocument_Create Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
fixme:ole:CoCreateInstanceEx no instance created for interface {00000000-0000-0000-c000-000000000046} of class {25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80040111
fixme:ieframe:handle_navigation_error Navigate to error page
I supposed Wine couldn't load wine-gecko, and I tried install wine-gecko manually:

Code: Select all

[jeltoesolnce@twin ~]% wine64 msiexec /i /usr/local/share/wine/gecko/wine_gecko-2.40-x86.msi
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
[jeltoesolnce@twin ~]% 
What can I do here?
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Could not load wine-gecko. HTML rendering will be disabl

Post by dimesio »

jeltoesolnce wrote: I supposed Wine couldn't load wine-gecko, and I tried install wine-gecko manually:

Code: Select all

[jeltoesolnce@twin ~]% wine64 msiexec /i /usr/local/share/wine/gecko/wine_gecko-2.40-x86.msi
You tried to install 32 bit wine-gecko using 64 bit Wine. The architecture needs to match.
jeltoesolnce
Newbie
Newbie
Posts: 4
Joined: Wed Nov 25, 2015 10:40 am

Re: Could not load wine-gecko. HTML rendering will be disabl

Post by jeltoesolnce »

Thank you, dimesio.

I installed ie8 and I got access to http-sites, but I can't get access to https-sites. I get such error:

Code: Select all

err:secur32:SECUR32_initSchannelSP TLS library not found, SSL connections will fail
How can I activate SSL-connection?
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Could not load wine-gecko. HTML rendering will be disabl

Post by dimesio »

Install libgnutls.
jeltoesolnce
Newbie
Newbie
Posts: 4
Joined: Wed Nov 25, 2015 10:40 am

Re: Could not load wine-gecko. HTML rendering will be disabl

Post by jeltoesolnce »

Im sorry duplication of posts.

Well, if libgnutls.so is a part of package gnutls so I installed it:

Code: Select all

/usr/local/lib/libgnutls.so.28
/usr/local/lib/libgnutls-openssl.so.27
I suppose I have here 64-bit OS and my libgnutls.so does not work with 32-bit Wine? If I think right may be is method to rectify the situation?
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Could not load wine-gecko. HTML rendering will be disabl

Post by dimesio »

You also need to install 32 bit libgnutls.
putorjuy
Newbie
Newbie
Posts: 1
Joined: Sun Nov 29, 2015 8:32 pm

Re: Could not load wine-gecko. HTML rendering will be disabl

Post by putorjuy »

I am also had this problem. Thanks dimesio, I will follow your guidance.
Locked