http://bugs.winehq.org/show_bug.cgi?id=3705
Summary: "The Mozilla control was unable to detect where your Mozilla layout libraries may be found" Product: Wine Version: 0.9 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: knuckles@wanadoo.fr
Hi all,
I use wine 9.0 on my debian unstable (package version and compiled version).
When I try to install WinRAR 3.51 and earlier versions, I got these messages :
$ rm -rf ~/.wine $ wine notepad - notepad runs correctly
$ wine wrar345.exe fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub fixme:shell:SHAutoComplete SHAutoComplete stub fixme:win:SetWindowTextA setting text "Mozilla ActiveX Control v1.7.12 Setup" of other process window (nil) should not use SendMessage fixme:win:SetWindowTextA setting text "Mozilla ActiveX Control v1.7.12 Setup" of other process window (nil) should not use SendMessage err:module:import_dll Library MSVCP60.dll (which is needed by L"C:\Program Files\Mozilla ActiveX Control v1.7.12\mozctl.dll") not found
"The Mozilla control was unable to detect where your Mozilla layout libraries may be found. You will now be shown a directory picker for you to locate them."
You need to install the Mozilla ActiveX control to use Wine's builtin CLSID_WebBrowser from SHDOCVW.DLL fixme:shdocvw:PersistStreamInit_InitNew (0x7fd85800) fixme:shdocvw:OleObject_DoVerb (0x7fd85800)->(-5 (nil) 0x7fd815f8 0 0x1003e 0x7fd81614) fixme:shdocvw:OleObject_DoVerb stub for OLEIVERB_INPLACEACTIVATE fixme:shdocvw:OleObject_DoVerb (0x7fd85800)->(-1 (nil) 0x7fd815f8 0 0x1003e 0x7fd81614) fixme:shdocvw:OleObject_DoVerb (0x7fd85800)->(-4 (nil) 0x7fd815f8 0 0x1003e 0x7fd81614)
"The Mozilla control could not be loaded correctly. This is could be due to an invalid locatin being specified for the Mozilla layout librairies or missing files from your installation.
Visit http://www.iol.ie/~locka/mozilla/mozilla.htm for in-depthtroubleshooting advice."
fixme:shdocvw:WebBrowser_put_Offline (0x7fd85800)->(1) fixme:shdocvw:WebBrowser_Navigate (0x7fd85800)->(L"about:blank" (nil) (nil) (nil) (nil)) fixme:shdocvw:WebBrowser_get_Document (0x7fd85800)->(0x7fa5c2fc) fixme:shdocvw:WebBrowser_get_Document (0x7fd85800)->(0x7fa5c2fc) fixme:shdocvw:WebBrowser_get_Document (0x7fd85800)->(0x7fa5c2fc) fixme:shdocvw:WebBrowser_get_Document (0x7fd85800)->(0x7fa5c2fc) ... (infinite loop)
After installing "vcredist.exe" from the Visual Studio SP5 "VS6sp5.exe", it's OK :
$ wine wrar351.exe fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub fixme:shell:SHAutoComplete SHAutoComplete stub fixme:win:SetWindowTextA setting text "Mozilla ActiveX Control v1.7.12 Setup" of other process window (nil) should not use SendMessage fixme:win:SetWindowTextA setting text "Mozilla ActiveX Control v1.7.12 Setup" of other process window (nil) should not use SendMessage fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered fixme:ole:CoCreateInstance no classfactory created for CLSID {4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154 err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered fixme:ole:CoCreateInstance no classfactory created for CLSID {4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154 fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub fixme:exec:SHELL_execute flags ignored: 0x00000580 fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub Wine exited with a successful status
I hope these information will help you, wine is a good work ;)