https://bugs.winehq.org/show_bug.cgi?id=36101
ste ste.elendil@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ste.elendil@gmail.com
--- Comment #17 from ste ste.elendil@gmail.com --- If I have correctly understood the problem reported by devoid42, I suggest you read this thread:
http://us.battle.net/wow/en/forum/topic/20742995286?page=1
in particular the solution proposed by Store on page 11.
On page 1, the moderator writes:
"This seems to be the issue affecting the majority of users that have posted reports. We have identified that the cause of this issue is in secur32.dll.so, a wine library that implements encryption on the network stack for Windows applications. secure32.dll.so directs gnutls (the Linux library which actually implements the behavior) to perform an SSLv3 handshake with the server by default. This was acceptable behavior in prior versions of WoW but 6.2.4 removed tolerance for this behavior, resulting in the client being abruptly dropped by the server, which now requires TLS (a newer encryption paradigm) only."
I downloaded the source of wine-1.9.6 and I have patched the file
schannel_gnutls.c
as proposed by Store
I made a bakup of /usr/local/lib/wine/secur32.dll.so
then: ./configure make sudo make install
The problem for me is solved in this way. Perhaps the Store code could be evaluated by Wine developers.
greetings ste