http://bugs.winehq.org/show_bug.cgi?id=22452
Summary: WoW, Starcraft II installer license screen blank on fast machines Product: Wine Version: 1.1.43 Platform: x86 OS/Version: Linux Status: NEW Keywords: Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
On my i7, but not on some slower machines, the EULA screen for the WoW Battlechest and the Starcraft II Beta installer shows no HTML content, and since you can't scroll down, the Accept button is inactive.
Here's a log fragment from the i7:
Missing symbol {OriginalInstallPath}! (SymbolTable::UnmappedSymbolSubstitution) fixme:shdocvw:PersistStorage_InitNew (0x17dcc0)->(0x5dde30) fixme:urlmon:URLMoniker_BindToObject use running object table fixme:shdocvw:BindStatusCallback_OnProgress status code 11 fixme:shdocvw:BindStatusCallback_OnProgress status code 14 fixme:urlmon:create_object Could not find object for MIME L"text/html"
A workaround for SC2 and probably WoW is to do winetricks ie6.
http://bugs.winehq.org/show_bug.cgi?id=22452
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #1 from Jacek Caban jacek@codeweavers.com 2010-05-19 04:43:36 --- (In reply to comment #0)
fixme:urlmon:create_object Could not find object for MIME L"text/html"
It looks like mshtml.dll is not properly registered for you. The interesting registry value is CLSID of HKCR\MIME\Database\Content Type key. Do you use any non-standard way to register mshtml?
http://bugs.winehq.org/show_bug.cgi?id=22452
--- Comment #2 from Jacek Caban jacek@codeweavers.com 2010-05-19 04:44:56 --- (In reply to comment #1)
HKCR\MIME\Database\Content Type
I meant HKCR\MIME\Database\Content Type\text/html
http://bugs.winehq.org/show_bug.cgi?id=22452
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME
--- Comment #3 from Dan Kegel dank@kegel.com 2010-05-19 08:28:35 --- It's possible I was doing sh winetricks sandbox without also doing sh winetricks gecko which certainly does reproduce it, but is a user error.
Seems ok now, I'll reopen if I can reproduce.
http://bugs.winehq.org/show_bug.cgi?id=22452
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2010-05-19 11:58:28 --- Closing.