http://bugs.winehq.org/show_bug.cgi?id=25998
Summary: Wine builtin IE doesn't handle url with port number, like http://0.0.0.0:8000 Product: Wine Version: 1.3.12 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: urlmon AssignedTo: wine-bugs@winehq.org ReportedBy: fracting@gmail.com
Created an attachment (id=33144) --> (http://bugs.winehq.org/attachment.cgi?id=33144) log: IE crash while opening http://0.0.0.0:8000
$ wine iexplore http://0.0.0.0:8000 fixme:ole:CoResumeClassObjects stub fixme:storage:create_storagefile Storage share mode not implemented. fixme:urlmon:URLMoniker_BindToObject use running object table fixme:shdocvw:BindStatusCallback_OnProgress status code 1
Wine IE won't display any thing.
After long time waiting, IE will crash. I'm not sure whether it is about urlmon, overrite urlmon seems not work.