http://bugs.winehq.org/show_bug.cgi?id=27180
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Component|-unknown |wininet Resolution|--- |FIXED
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
looking at your backtrace this is most likely one of the already existing winhttp bugs that were fixed some time ago.
--- snip --- ... Backtrace: =>0 0x68994eaf get_avail_data+0x19(req=0xfafe50) [/home/WINEUSER/wine-git/dlls/wininet/http.c:2131] in wininet (0x0033b1ec) 1 0x6899687d HTTPREQ_QueryDataAvailable+0xca(hdr=0xfafe50, available=0xfc734c, flags=0, ctx=0) [/home/WINEUSER/wine-git/dlls/wininet/http.c:2742] in wininet (0x0033b25c) 2 0x689a7f17 InternetQueryDataAvailable+0xd7(hFile=0x3, lpdwNumberOfBytesAvailble=0xfc734c, dwFlags=0, dwContext=0) [/home/WINEUSER/wine-git/dlls/wininet/internet.c:3678] in wininet (0x0033b2ac) 3 0x68211822 protocol_read+0x1b0(protocol=0xfc72d0, buf=0x33b410, size=0x2000, read_ret=0x33b37c) [/home/WINEUSER/wine-git/dlls/urlmon/protocol.c:401] in urlmon (0x0033b30c) 4 0x6820bd9f HttpProtocol_Read+0xa4(iface=0xfc7358, pv=0x33b410, cb=0x2000, pcbRead=0x33b37c) [/home/WINEUSER/wine-git/dlls/urlmon/http.c:704] in urlmon (0x0033b34c) 5 0x682021bd ProtocolHandler_Read+0x199(iface=0xfc718c, pv=0x33b410, cb=0x2000, pcbRead=0x33b40c) [/home/WINEUSER/wine-git/dlls/urlmon/bindprot.c:725] in urlmon (0x0033b3ac) 6 0x6820134f BindProtocol_Read+0xbe(iface=0xfc7158, pv=0x33b410, cb=0x2000, pcbRead=0x33b40c) [/home/WINEUSER/wine-git/dlls/urlmon/bindprot.c:433] in urlmon (0x0033b3ec) 7 0x681faff4 read_protocol_data+0x3a(stgmed_buf=0xfc7298) [/home/WINEUSER/wine-git/dlls/urlmon/binding.c:110] in urlmon (0x0033d41c) ... --- snip ---
There is now a different crash on startup for which I will file a separate bug (technically a regression in a different component).
Working around that part the app successfully updated itself hence to original issue this bug was about is fixed.
$ sha1sum MobileMasterInst.exe 0bedc83c67f4a0181aac916150457f395f095526 MobileMasterInst.exe
$ du -sh MobileMasterInst.exe 21M MobileMasterInst.exe
$ wine --version wine-1.7.9-209-gb231b4b
Regards