[Bug 15374] New: The Witcher - Game cannot be registered
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(a)winehq.org ReportedBy: mcflow-forum(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15374 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #16223|application/octet-stream |text/plain mime type| | -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15374 Jan-Peter Nilsson <peppe(a)bsnet.se> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #1 from Jan-Peter Nilsson <peppe(a)bsnet.se> 2008-09-23 12:18:25 --- *** This bug has been confirmed by popular vote. *** -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15374 Jan-Peter Nilsson <peppe(a)bsnet.se> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |peppe(a)bsnet.se --- Comment #2 from Jan-Peter Nilsson <peppe(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15374 --- Comment #3 from Jan-Peter Nilsson <peppe(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15374 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hans(a)meelstraat.net --- Comment #4 from Hans Leidekker <hans(a)meelstraat.net> 2008-09-24 14:28:06 --- Patch looks good at first glance, please submit it to wine-patches. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15374 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15374 --- Comment #5 from Florian <mcflow-forum(a)gmx.net> 2008-09-25 11:12:06 --- The patch compiled successfully and the game was registerable via using native Firefox. Thank you. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15374 --- Comment #6 from Jan-Peter Nilsson <peppe(a)bsnet.se> 2008-10-10 11:52:10 --- The patch have been committed so this one should be fixed. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15374 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-10-10 13:41:14 --- http://source.winehq.org/git/wine.git/?a=commitdiff;h=b261836709c31422ffe6b3... Fixed -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15374 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-24 11:14:02 --- Closing bugs fixed in 1.1.7. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15374 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |b261836709c31422ffe6b30d369 | |cdbf1704e6217 Priority|P5 |P2 CC| |focht(a)gmx.net Component|-unknown |wininet Severity|minor |normal -- 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.
participants (1)
-
wine-bugs@winehq.org