http://bugs.winehq.org/show_bug.cgi?id=9516
--- Comment #1 from Frank Richter frank.richter@gmail.com 2007-08-31 17:44:26 --- Created an attachment (id=7907) --> (http://bugs.winehq.org/attachment.cgi?id=7907) Make mshtml's before_async_open use the WIne URL
From some logs I notices that a "wine:steam:..." URL was passed to urlmon, not
a "steam:..." one as it should. Changing before_async_open() to try to the Wine URL before nsIWineURI_GetSpec() makes it pass the right URL to urlmon.