http://bugs.winehq.org/show_bug.cgi?id=9200
------- Additional Comments From hans(a)it.vu.nl 2007-07-08 06:05 -------
Confirmed. The original bug seems to be fixed (but note that you
need to cd into the program directory to avoid another error).
Next problem is that openssl returns error 18 (self signed certificate)
for the certificate used by the game's site. If you point your browser
to that site or run this command you'll get the same error:
$ openssl s_client -connect www.kumagames.com:443
I guess this works in Windows because the user has already visited
the site (presumably to download the software or register an account)
and accepted the bogus certificate. On Windows winhttp then consults
the user's trusted certificates list and finds it.
A workaround would be to configure your openssl installation to accept
self-signed certificates (or just this certificate, to be on the
safe side). A real solution probably entails a full implementation
of SSL in Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9145
------- Additional Comments From damjan.jov(a)gmail.com 2007-07-08 05:07 -------
Well that sucks, the code my patch disables is the client-side DIB copy
optimization I wrote that makes games like Heroes of Might and Magic 4 playable
(bug 3902).
Unfortunately I don't know what the real problem is, and it's unlikely to be
quickly fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9145
------- Additional Comments From r.swanwick(a)gmail.com 2007-07-08 04:44 -------
i)With or without the patch there isn't any corruption upon resizing
ii)Scrolling upwards is fine now with the patch and the reported corruption is
gone :D
iii)A non-scientific test of scrolling speed makes it look like its not changed.
Holding down the scroll button and timing how long it takes to get to the end of
the page
without patch
25 seconds
with patch
24 seconds
thus no significant change in scroll speed
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1631
------- Additional Comments From M.B.Lankhorst(a)gmail.com 2007-07-08 04:22 -------
To see if the sound stuttering is caused by underruns, simplest way is doing
WINEDEBUG=warn+dsound
on wine 0.9.42+ it would say: warn:dsound:function: Probable buffer underrun
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.