Applied the patch to master, recompiled ok. I put the rc1 cab in /usr/share/wine/gecko/, as always.<br>In the creation of a new prefix, it gave me an err which wasn&#39;t there before:<br>   err:mshtml:init_xpcom AutoRegister(NULL) failed: 80070057<br>
but &#39;wine iexplore&#39; works better than before (sites that crashed wine before don&#39;t crash it anymore).<br>I investigated it a bit recreating a new prefix with &#39;WINEDEBUG=+mshtml winecfg&#39; and here&#39;s the log:<br>
<br>wine: created the configuration directory &#39;/home/luca/.wine&#39;<br>trace:mshtml:register_server (1)<br>trace:mshtml:load_gecko ()<br>trace:mshtml:install_cab (L&quot;Z:\\usr\\bin\\..\\share\\wine\\gecko\\wine_gecko-1.1.0-rc1-x86.cab&quot;)<br>
trace:mshtml:check_version &quot;Wine Gecko 1.1.0-rc1&quot;<br>trace:mshtml:load_xpcom (L&quot;C:\\windows\\system32\\gecko\\1.1.0-rc1\\wine_gecko&quot;)<br>fixme:system:SetProcessDPIAware stub!<br>trace:mshtml:nsDirectoryServiceProvider_QueryInterface (IID_nsISupports 0x33d374)<br>
trace:mshtml:nsDirectoryServiceProvider_QueryInterface (IID_nsIDirectoryServiceProvider 0x33d214)<br>trace:mshtml:nsDirectoryServiceProvider_GetFile (&quot;GreD&quot; 0x33d2ec 0x33d2e8)<br>trace:mshtml:nsDirectoryServiceProvider_QueryInterface (IID_nsIDirectoryServiceProvider 0x33d214)<br>
trace:mshtml:nsDirectoryServiceProvider_GetFile (&quot;XCurProcD&quot; 0x33d2ec 0x33d2e8)<br>trace:mshtml:nsDirectoryServiceProvider_QueryInterface (IID_nsIDirectoryServiceProvider 0x33bfc4)<br>trace:mshtml:nsDirectoryServiceProvider_GetFile (&quot;PrfDef&quot; 0x33c09c 0x33c098)<br>
warn:mshtml:nsDirectoryServiceProvider_QueryInterface ({2f977d4b-5485-11d4-87e2-0010a4e75ef2} 0x33bff4)<br>warn:mshtml:nsDirectoryServiceProvider_QueryInterface ({2f977d4b-5485-11d4-87e2-0010a4e75ef2} 0x33bff4)<br>fixme:iphlpapi:NotifyAddrChange (Handle 0xf5e914, overlapped 0xf5e918): stub<br>
trace:mshtml:nsDirectoryServiceProvider_QueryInterface (IID_nsIDirectoryServiceProvider 0x33bc64)<br>trace:mshtml:nsDirectoryServiceProvider_GetFile (&quot;AChrom&quot; 0x33bd3c 0x33bd38)<br>err:mshtml:init_xpcom AutoRegister(NULL) failed: 80070057<br>
trace:mshtml:nsIOService_GetProtocolHandler (&quot;file&quot; 0x33cff8)<br>trace:mshtml:nsIOService_NewURI (&quot;file:///C:/windows/system32/gecko/1.1.0-rc1/wine_gecko/components/nsTryToClose.js&quot; (null) (nil) 0x33d15c)<br>
trace:mshtml:nsDirectoryServiceProvider_QueryInterface (IID_nsIDirectoryServiceProvider 0x33ccb4)<br>trace:mshtml:nsDirectoryServiceProvider_GetFile (&quot;ProfDS&quot; 0x33cd8c 0x33cd88)<br>trace:mshtml:nsDirectoryServiceProvider_QueryInterface (IID_nsIDirectoryServiceProvider 0x33ccb4)<br>
trace:mshtml:nsDirectoryServiceProvider_GetFile (&quot;ProfD&quot; 0x33cd8c 0x33cd88)<br>trace:mshtml:nsDirectoryServiceProvider_QueryInterface (IID_nsIDirectoryServiceProvider 0x33ccb4)<br>trace:mshtml:nsDirectoryServiceProvider_GetFile (&quot;ProfLDS&quot; 0x33cd8c 0x33cd88)<br>
trace:mshtml:nsDirectoryServiceProvider_QueryInterface (IID_nsIDirectoryServiceProvider 0x33ccb4)<br>trace:mshtml:nsDirectoryServiceProvider_GetFile (&quot;ProfLD&quot; 0x33cd8c 0x33cd88)<br>trace:mshtml:nsIOService_NewURI (&quot;resource://gre/modules/XPCOMUtils.jsm&quot; (null) (nil) 0x33acb8)<br>
trace:mshtml:nsDirectoryServiceProvider_QueryInterface (IID_nsIDirectoryServiceProvider 0x33851c)<br>trace:mshtml:nsDirectoryServiceProvider_GetFile (&quot;CurProcD&quot; 0x3385f4 0x3385f0)<br>trace:mshtml:nsIOService_NewFileURI (0x7613b8 0x338674)<br>
trace:mshtml:nsIOService_NewFileURI (0x7613b8 0x338674)<br>trace:mshtml:nsIOService_NewURI (&quot;jar:chrome/toolkit.jar!/res/&quot; (null) 0x75f6c8 0x3386e4)<br>trace:mshtml:nsIOService_ExtractScheme (&quot;jar:chrome/toolkit.jar!/res/&quot; 0x3363d0)<br>
trace:mshtml:nsIOService_NewURI (&quot;chrome/toolkit.jar!/res/&quot; &quot;&quot; 0x75f6c8 0x7613cc)<br>trace:mshtml:nsIOService_NewURI not wraping<br>trace:mshtml:nsIOService_NewChannelFromURI (0x75fa90 0x33acb4)<br>trace:mshtml:nsIOService_NewChannelFromURI Could not get nsWineURI: 80004002<br>
trace:mshtml:nsIOService_NewChannel (&quot;file:///C:/windows/system32/gecko/1.1.0-rc1/wine_gecko/modules/XPCOMUtils.jsm&quot; (null) (nil) 0x33acb4)<br>trace:mshtml:close_gecko ()<br>wine: configuration in &#39;/home/luca/.wine&#39; has been updated.<br>
<br>Hope it helps :)<br>