http://bugs.winehq.org/show_bug.cgi?id=4992
Summary: wininet stubs in InternetSetOptionW and INET_QueryOptionHelper prevent Rhapsody from connecting Product: Wine Version: 0.9.11. Platform: All URL: http://service.real.com/rhapsody/download/version2/ OS/Version: All Status: UNCONFIRMED Severity: critical Priority: P1 Component: wine-net AssignedTo: wine-bugs@winehq.org ReportedBy: jathey@comcast.net
Rhapsody has come a long way since 0.9, and with the Mozilla ActiveX control installed, it gets all the way to asking for a username and password. (Assuming it makes it past the race condition described here: http://www.warpedview.com/rhapsody-on-linux/) If you try to log in, the following messages appear on the console:
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (30000): STUB fixme:wininet:INET_QueryOptionHelper Stub! 2 fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT not supported on protocol 4 fixme:wininet:INET_QueryOptionHelper Stub! 6
After a couple of seconds, Rhapsody gives up and pops up an error dialog saying, "There was an error (122) communicating with the server. Please try again later."
There must be other applications which also depend on this functionality.