http://bugs.winehq.org/show_bug.cgi?id=24711
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Keywords| |download URL| |http://www.audio4fun.com/vo | |ice-recorder-download.htm Component|-unknown |wininet CC| |focht@gmx.net Ever Confirmed|0 |1 Summary|VcsCore.exe has encountered |AV Voice Changer Software |a problem and needs to |Diamond 7.0 (VcsCore.exe) |close |crashes on startup
--- Comment #2 from Anastasius Focht focht@gmx.net 2011-11-03 18:22:18 CDT --- Hello,
confirming, still present.
$ WINEDEBUG=+tid,+seh,+wininet wine ./VcsCore.exe
--- snip --- ... 003a:trace:wininet:HTTP_ReceiveRequestData 0x18b7c0 003a:trace:wininet:start_next_chunk reading 1791 byte chunk 0038:trace:wininet:start_next_chunk reading 0 byte chunk 0038:trace:wininet:chunked_read read 6 bytes 0038:trace:wininet:HTTPREQ_Read retrieved 6 bytes (5) 0038:trace:wininet:WININET_Release object 0x15cb80 refcount = 1 0038:trace:wininet:InternetReadFile -- TRUE (0) (bytes read: 6) 0038:trace:wininet:InternetReadFile 0x3 0x1b8c1ec 10240 0x1b8bdd8 0038:trace:wininet:WININET_AddRef 0x15cb80 -> refcount = 2 0038:trace:wininet:get_handle_object handle 3 -> 0x15cb80 0038:trace:wininet:chunked_read read 0 bytes 0038:trace:wininet:HTTPREQ_Read retrieved 0 bytes (5) 0038:trace:wininet:http_release_netconn 0x15cb80 0x15bd58 0038:trace:wininet:WININET_Release object 0x15cb80 refcount = 1 0038:trace:wininet:InternetReadFile -- TRUE (0) (bytes read: 0) 0038:trace:wininet:HttpEndRequestA (0x3, (nil), 00000000, 00000000) 0038:trace:wininet:HttpEndRequestW 0x3 (nil) 0 0 --> 0038:trace:wininet:WININET_AddRef 0x15cb80 -> refcount = 2 0038:trace:wininet:get_handle_object handle 3 -> 0x15cb80 0038:trace:wininet:HTTP_GetResponseHeaders --> 0038:trace:wininet:HTTP_GetResponseHeaders <-- 0038:trace:wininet:HTTP_GetCustomHeaderIndex L"Connection", 0, 0 0038:trace:wininet:HTTP_GetCustomHeaderIndex Return: -1 0038:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7e22d552 ip=7e22d552 tid=0038 0038:trace:seh:raise_exception info[0]=00000001 0038:trace:seh:raise_exception info[1]=00000014 0038:trace:seh:raise_exception eax=00000001 ebx=7e25eff4 ecx=b779cff4 edx=00000000 esi=00000000 edi=7e2368ea 0038:trace:seh:raise_exception ebp=01b8ac60 esp=01b8ac38 cs=0073 ds=007b es=007b fs=0033 gs=003b flags=00210246 0038:trace:seh:call_vectored_handlers calling handler at 0x7e0393a2 code=c0000005 flags=0 0038:trace:seh:call_vectored_handlers handler at 0x7e0393a2 returned 0 0038:trace:seh:call_stack_handlers calling handler at 0x4551f8 code=c0000005 flags=0 wine: Unhandled page fault on write access to 0x00000014 at address 0x7e22d552 (thread 0038), starting debugger... ... Backtrace: =>0 0x7e221552 http_process_keep_alive+0xa3(req=0x15c800) [/home/focht/projects/wine/wine-git/dlls/wininet/http.c:4515] in wininet (0x01b8ac60) 1 0x7e222c7d HTTP_HttpEndRequestW+0xa3(request=0x15c800, dwFlags=0, dwContext=0) [/home/focht/projects/wine/wine-git/dlls/wininet/http.c:4989] in wininet (0x01b8bcf0) 2 0x7e2231d5 HttpEndRequestW+0x163(hRequest=0x3, lpBuffersOut=(nil), dwFlags=0, dwContext=0) [/home/focht/projects/wine/wine-git/dlls/wininet/http.c:5128] in wininet (0x01b8bd70) 3 0x7e222fcf HttpEndRequestA+0xb4(hRequest=0x3, lpBuffersOut=(nil), dwFlags=0, dwContext=0) [/home/focht/projects/wine/wine-git/dlls/wininet/http.c:5064] in wininet (0x01b8bdb0) 4 0x0044c80d in vcscore (+0x4c80c) (0x01b8ea28) 5 0x7bc7f3e4 call_thread_func_wrapper+0xb() in ntdll (0x01b8ea38) 6 0x7bc7f42d call_thread_func+0x3e(entry=0x450cce, arg=0x993f60, frame=0x1b8eb38) [/home/focht/projects/wine/wine-git/dlls/ntdll/signal_i386.c:2532] in ntdll (0x01b8eb18) 7 0x7bc7f3c2 call_thread_entry_point+0x11() in ntdll (0x01b8eb38) 8 0x7bc86fdf start_thread+0x1c6(info=0x7ffbcfb8) [/home/focht/projects/wine/wine-git/dlls/ntdll/thread.c:405] in ntdll (0x01b8f398) 9 0xb7622d31 start_thread+0xd0() in libpthread.so.0 (0x01b8f498) 0x7e221552 http_process_keep_alive+0xa3 [/home/focht/projects/wine/wine-git/dlls/wininet/http.c:4515] in wininet: movl %eax,0x14(%esi) 4515 req->netconn->keep_alive = !strcmpiW(req->version, g_szHttp1_1); --- snip ---
$ sha1sum vcsgold70.exe a9077bfaa5b70cadf85ee2c93349ecd5244505d4 vcsgold70.exe
$ wine --version wine-1.3.31-293-gb4987d0
Regards