http://bugs.winehq.org/show_bug.cgi?id=27843
Summary: Weather Watcher Live: Cannot start free trial Product: Wine Version: 1.3.24 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: winhttp AssignedTo: wine-bugs@winehq.org ReportedBy: lukasz.wojnilowicz@gmail.com
Steps to reproduce: 1) remove ~/.wine 2) winetricks gecko 3) wine WWL7080.exe 4) default installation 5) wine ww.exe 6) click "Start free 30-day trial" 7) give names and e-mail adress 8) click on "Start Your Free Trial"
Behaviour: I cannot register for free trial.
Expected behaviour: I should be able to register for free trial.
Workaround: override winhttp
Terminal output:
fixme:winhttp:winhttp_request_QueryInterface interface {7fd52380-4e07-101b-ae2d-08002b2ec713} not implemented fixme:winhttp:winhttp_request_QueryInterface interface {37d84f60-42cb-11ce-8135-00aa004bb851} not implemented fixme:winhttp:winhttp_request_Open fixme:winhttp:winhttp_request_QueryInterface interface {df0b3d60-548f-101b-8e65-08002b2bd119} not implemented
http://bugs.winehq.org/show_bug.cgi?id=27843
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://storage2.dobreprogra | |my.pl/dom/WWL7080(dobreprog | |ramy.pl).exe
http://bugs.winehq.org/show_bug.cgi?id=27843
--- Comment #1 from Hans Leidekker hans@meelstraat.net 2011-07-21 11:51:57 CDT --- This should work better now.
http://bugs.winehq.org/show_bug.cgi?id=27843
ocean04@suomi24.fi changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ocean04@suomi24.fi
--- Comment #2 from ocean04@suomi24.fi 2011-07-21 15:21:00 CDT --- It now hits fixme:winhttp:winhttp_request_get_ResponseBody
http://bugs.winehq.org/show_bug.cgi?id=27843
--- Comment #3 from Hans Leidekker hans@meelstraat.net 2011-07-25 13:53:48 CDT --- (In reply to comment #2)
It now hits fixme:winhttp:winhttp_request_get_ResponseBody
Implemented by a25c865cb8b9c6c640e80c7a2585c9bae07084f2, please try again.
http://bugs.winehq.org/show_bug.cgi?id=27843
--- Comment #4 from ocean04@suomi24.fi 2011-07-25 15:28:34 CDT --- Created an attachment (id=35693) --> (http://bugs.winehq.org/attachment.cgi?id=35693) Winhttp trace
Still complains "..your're not connected to the internet..". There is nothing obvious this time.
http://bugs.winehq.org/show_bug.cgi?id=27843
--- Comment #5 from Hans Leidekker hans@meelstraat.net 2011-07-27 13:49:18 CDT --- (In reply to comment #4)
Still complains "..your're not connected to the internet..". There is nothing obvious this time.
That error message should be gone after commit 2295c6379692552ea86e952941784af1a3ecc17e and ae05ce459fb929471d9498fd7e96414f6b07daaa.
http://bugs.winehq.org/show_bug.cgi?id=27843
--- Comment #6 from ocean04@suomi24.fi 2011-07-30 02:19:04 CDT --- Still the same.. wine-1.3.25-241-gc1aaacd
http://bugs.winehq.org/show_bug.cgi?id=27843
--- Comment #7 from Hans Leidekker hans@meelstraat.net 2011-07-30 02:31:53 CDT --- (In reply to comment #6)
Still the same.. wine-1.3.25-241-gc1aaacd
You mean you still see that error message? It's gone here.
http://bugs.winehq.org/show_bug.cgi?id=27843
--- Comment #8 from ocean04@suomi24.fi 2011-07-30 02:41:50 CDT --- Yes, I still have that same "connected to the internet" message. I can try different computer, but all other winhttp fixes work here.
http://bugs.winehq.org/show_bug.cgi?id=27843
--- Comment #9 from ocean04@suomi24.fi 2011-07-30 03:05:56 CDT --- Created an attachment (id=35748) --> (http://bugs.winehq.org/attachment.cgi?id=35748) Here is new winhttp log
Log shows what I filled. You can compare it to yours. I also tried similar information + winetricks winhttp, and that worked
http://bugs.winehq.org/show_bug.cgi?id=27843
--- Comment #10 from Hans Leidekker hans@meelstraat.net 2011-07-30 10:22:48 CDT --- That's a successful request. I think we're seeing the next bug, which may be related to these messages:
fixme:winhttp:winhttp_request_QueryInterface interface {7fd52380-4e07-101b-ae2d-08002b2ec713} not implemented fixme:winhttp:winhttp_request_QueryInterface interface {37d84f60-42cb-11ce-8135-00aa004bb851} not implemented
7fd52380-4e07-101b-ae2d-08002b2ec713 is IID_IPersistStreamInit 37d84f60-42cb-11ce-8135-00aa004bb851 is IID_IPersistPropertyBag
http://bugs.winehq.org/show_bug.cgi?id=27843
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #11 from Hans Leidekker hans@meelstraat.net 2011-08-03 14:39:22 CDT --- (In reply to comment #10)
That's a successful request. I think we're seeing the next bug, which may be related to these messages:
fixme:winhttp:winhttp_request_QueryInterface interface {7fd52380-4e07-101b-ae2d-08002b2ec713} not implemented fixme:winhttp:winhttp_request_QueryInterface interface {37d84f60-42cb-11ce-8135-00aa004bb851} not implemented
7fd52380-4e07-101b-ae2d-08002b2ec713 is IID_IPersistStreamInit 37d84f60-42cb-11ce-8135-00aa004bb851 is IID_IPersistPropertyBag
Nope, the winhttp bugs are fixed and the app starts up now. It needs native msxml3 and ie6 to display a page though. You also need to cd to the application directory before starting it.
http://bugs.winehq.org/show_bug.cgi?id=27843
--- Comment #12 from ocean04@suomi24.fi 2011-08-04 04:54:04 CDT --- Now it starts here too, wine-1.3.25-406-g89dcf22
http://bugs.winehq.org/show_bug.cgi?id=27843
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard julliard@winehq.org 2011-08-05 12:39:55 CDT --- Closing bugs fixed in 1.3.26.