http://bugs.winehq.org/show_bug.cgi?id=15374
Summary: The Witcher - Game cannot be registered Product: Wine Version: 1.1.5 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P5 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: mcflow-forum@gmx.net
Created an attachment (id=16223) --> (http://bugs.winehq.org/attachment.cgi?id=16223) Output of wine during the reigstering process
I tried to register the game using the launcher. It did not work. Things that you have to do to register it:
1. Log into the website (http://thewitcher.com) 2. Log into the launcher with the same account
At step 2 the process fails. After loggin in and entering the CD key the application complains that you should log into the website, if you are you should make sure that Internet Explorer has cookies enabled and redo the procedure. I double checked that I was logged in and that FireFox had cookies enabled. Still the same failure. Now I took ies4linux and did it with this. It did not work. Same for Opera (native and wine).
The terminal provided a bit of output but I don't think that it can be of some importance: When entering a key into a textfield the following line is displayed once per keypress:
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=24
At the end, when the failed message pops up the following lines are displayed:
fixme:wininet:INET_QueryOption INTERNET_OPTION_SECURITY_FLAGS: Stub fixme:wininet:InternetSetOptionExW Flags 00000000 ignored fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_SECURITY_FLAGS; STUB
The lines beneath this mentioned appeared by closing the launcher. The whole error output is attached to this report.
http://bugs.winehq.org/show_bug.cgi?id=15374
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #16223|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=15374
Jan-Peter Nilsson peppe@bsnet.se changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #1 from Jan-Peter Nilsson peppe@bsnet.se 2008-09-23 12:18:25 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=15374
Jan-Peter Nilsson peppe@bsnet.se changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |peppe@bsnet.se
--- Comment #2 from Jan-Peter Nilsson peppe@bsnet.se 2008-09-24 14:18:55 --- I did some debuging and the problem is that HTTP_ProcessCookies in wininet/http.c doesn't actually process cookies but just a single cookie.
In this particular case the login response contains two cookies, a session cookie and another cookie, but only one of them is processed and used in further requests. Due to their order the session cookie was the one not being included in the next request.
Changing the behaviour of HTTP_ProcessCookies so that it processes all cookies registration worked for me.
http://bugs.winehq.org/show_bug.cgi?id=15374
--- Comment #3 from Jan-Peter Nilsson peppe@bsnet.se 2008-09-24 14:22:22 --- Created an attachment (id=16259) --> (http://bugs.winehq.org/attachment.cgi?id=16259) Patch updating HTTP_ProcessCookies to process all cookies
http://bugs.winehq.org/show_bug.cgi?id=15374
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #4 from Hans Leidekker hans@meelstraat.net 2008-09-24 14:28:06 --- Patch looks good at first glance, please submit it to wine-patches.
http://bugs.winehq.org/show_bug.cgi?id=15374
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
http://bugs.winehq.org/show_bug.cgi?id=15374
--- Comment #5 from Florian mcflow-forum@gmx.net 2008-09-25 11:12:06 --- The patch compiled successfully and the game was registerable via using native Firefox. Thank you.
http://bugs.winehq.org/show_bug.cgi?id=15374
--- Comment #6 from Jan-Peter Nilsson peppe@bsnet.se 2008-10-10 11:52:10 --- The patch have been committed so this one should be fixed.
http://bugs.winehq.org/show_bug.cgi?id=15374
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #7 from Austin English austinenglish@gmail.com 2008-10-10 13:41:14 --- http://source.winehq.org/git/wine.git/?a=commitdiff;h=b261836709c31422ffe6b3...
Fixed
http://bugs.winehq.org/show_bug.cgi?id=15374
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org 2008-10-24 11:14:02 --- Closing bugs fixed in 1.1.7.
http://bugs.winehq.org/show_bug.cgi?id=15374
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |b261836709c31422ffe6b30d369 | |cdbf1704e6217 Priority|P5 |P2 CC| |focht@gmx.net Component|-unknown |wininet Severity|minor |normal