http://bugs.winehq.org/show_bug.cgi?id=17809
--- Comment #60 from Stev47 stephan@ehilb.de 2009-06-14 13:49:17 --- (In reply to comment #59)
None of patches here has solved the issue :-( .
Well, I solved this problem using the patch mentioned in this bugreport.
So to get Warcraft III working, I've done this:
Latest git + AcceptEx-Patch (http://bugs.winehq.org/attachment.cgi?id=20300) + schannel-Patch (http://bugs.winehq.org/attachment.cgi?id=20360). Then run in git-directory:
tools/make_requests ./configure --with-gnutls make depend make
make_requests is needed for the AcceptEx-Patch and "--with-gnutls" was mentioned here. Also be sure to run Warcraft with "./wine ...", not "wine ...".