http://bugs.winehq.org/show_bug.cgi?id=18364
--- Comment #6 from Juan Lang juan_lang@yahoo.com 2009-05-06 10:42:00 --- Lots going on in that log. I'll focus on the crash, as the rest might be extraneous:
*** glibc detected *** ./Link to utorrent182.exe: double free or corruption (!prev): 0x7c0e20f0 *** ======= Backtrace: ========= /lib/tls/i686/cmov/libc.so.6[0xb7ddd454] /lib/tls/i686/cmov/libc.so.6(cfree+0x96)[0xb7ddf4b6] /usr/lib/i686/cmov/libcrypto.so.0.9.8(CRYPTO_free+0x3a)[0x7db2e68a] /usr/lib/i686/cmov/libcrypto.so.0.9.8(ERR_clear_error+0x5d8)[0x7dba0958] /usr/lib/i686/cmov/libcrypto.so.0.9.8(X509_STORE_set_default_paths+0x95)[0x7dbcf4b5] /usr/lib/i686/cmov/libssl.so.0.9.8(SSL_CTX_set_default_verify_paths+0x20)[0x7dc6b970] /usr/bin/../lib/wine/wininet.dll.so(NETCON_secure_connect+0x8e)[0x7dd523ee] /usr/bin/../lib/wine/wininet.dll.so(HTTP_HttpSendRequestW+0x19dc)[0x7dd45ffc]
I have to ask: did you build a 64-bit version of Wine to run a 64-bit version of uTorrent? If you're running the 32-bit version of Wine and the 32-bit version of uTorrent, it looks as though you've loaded the 64-bit version of OpenSSL (or GnuTLS or whatever's providing libcrypto.so.) That can't work. See http://wiki.winehq.org/WineOn64bit#head-7703cf4cc6b63630523cf66e77d621e4f81b...