[Bug 8258] Dolphin Smalltalk IDE fails when requesting trial on urlmon.dll. URLOpenBlockingStreamA

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Feb 28 01:18:00 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=8258


Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Dolphin Smalltalk IDE       |Dolphin Smalltalk IDE fails
                   |crashes when requesting     |when requesting trial on
                   |trial on unimplemented      |urlmon.dll.URLOpenBlockingSt
                   |urlmon.dll.URLOpenBlockingSt|reamA
                   |reamA                       |




--- Comment #2 from Dan Kegel <dank at kegel.com>  2008-02-28 01:17:59 ---
Well, yes, that function is implemented now... but 
it doesn't work.  I looked, and you don't have a test
case for http:// urls, it seems.  The app tries to
fetch a remote page, and InternetCrackUrl is called by
urlmon, but not in a way that even preserves the hostname;
it clearly only is thinking about file urls, and
that's all you test at the moment.

I've changed the summary slightly to reflect the new status.

I'm attaching a busted patch to add an http test case
for that function.  No idea what a real test for it would
look like.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list