http://bugs.winehq.org/show_bug.cgi?id=30119
Bug #: 30119 Summary: ThunderMini crash after a while. Product: Wine Version: 1.4 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: sgsdxzy@gmail.com Classification: Unclassified
Created attachment 39266 --> http://bugs.winehq.org/attachment.cgi?id=39266 It's just fine before the last line and then crash
ThunderMini is the official minimun version of the widely-used download manager Thunder in Chine. ThunderMini can run under wine and function properly, but after a while it crashes. I tried many times and it crashes after some time. There is a free download of it: http://down.sandai.net/mini/ThunderMiniInstall1.5.1.238.exe
http://bugs.winehq.org/show_bug.cgi?id=30119
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #39266|db |winelog.txt filename| | Attachment #39266|application/octet-stream |text/plain mime type| |
--- Comment #1 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-03-09 08:25:15 CST --- Comment on attachment 39266 --> http://bugs.winehq.org/attachment.cgi?id=39266 It's just fine before the last line and then crash
I don't see a crash in this output.
http://bugs.winehq.org/show_bug.cgi?id=30119
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
--- Comment #2 from Qian Hong fracting@gmail.com 2012-03-09 09:09:00 CST --- I think ThunderMini has it's own Bug reporter, maybe the backtrace is dump to a minidump file.
Light, could you manually start ThunderMini with: $ winedbg your_program.exe
then type 'c' ( c means continue, see http://www.winehq.org/docs/winedev-guide/dbg-commands for more information )
and then see if there is any backtrace printed?
Thanks.
http://bugs.winehq.org/show_bug.cgi?id=30119
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://down.sandai.net/mini | |/ThunderMiniInstall1.5.1.23 | |8.exe
http://bugs.winehq.org/show_bug.cgi?id=30119
--- Comment #3 from Light sgsdxzy@gmail.com 2012-03-09 21:48:10 CST --- Created attachment 39280 --> http://bugs.winehq.org/attachment.cgi?id=39280 winedbg
Now I tried winedbg. I wined it ,waited for a while, and started a download. After some time, it crashed. Finally, it's no longer responding and I Ctrl^C it.
http://bugs.winehq.org/show_bug.cgi?id=30119
--- Comment #4 from Qian Hong fracting@gmail.com 2012-03-10 01:37:28 CST --- (In reply to comment #3)
Created attachment 39280 [details] winedbg
Now I tried winedbg. I wined it ,waited for a while, and started a download. After some time, it crashed. Finally, it's no longer responding and I Ctrl^C it.
Thanks for the new log. BTW, next time please use .txt or .log as extension name, also a basename such as winedbg_thundermini.log is more readable then "db" :-)
How did you install ThunderMini? Did you use any native dll when installing or running ThunderMini? I can't reproduce the crash here with wine-1.4 on Ubuntu 11.10 i686.
http://bugs.winehq.org/show_bug.cgi?id=30119
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #39280|db |winelog.txt filename| | Attachment #39280|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=30119
--- Comment #5 from Light sgsdxzy@gmail.com 2012-03-10 20:58:05 CST --- Created attachment 39304 --> http://bugs.winehq.org/attachment.cgi?id=39304 Install log
I tried a new WINEPREFIX. First, I installed ThunderMini. The installation failed half way, but the program is usable.
http://bugs.winehq.org/show_bug.cgi?id=30119
--- Comment #6 from Light sgsdxzy@gmail.com 2012-03-10 21:05:24 CST --- Created attachment 39305 --> http://bugs.winehq.org/attachment.cgi?id=39305 The First run of ThunderMini
Then in ~/.wine/drive_c/Program\ Files/Thunder\ Network/MiniThunder/Bin wine ThunderMini.exe It failed, the log said something about msvcp71.dll. So I installed vcrun2003. After that, the program is runable. Finally the crash section is the same. You need to download a quite large file and wait about 20 minutes (the download should still be in progress) for the crash, though.
http://bugs.winehq.org/show_bug.cgi?id=30119
--- Comment #7 from Qian Hong fracting@gmail.com 2012-03-11 09:43:01 CDT --- (In reply to comment #6)
Created attachment 39305 [details] The First run of ThunderMini
Then in ~/.wine/drive_c/Program\ Files/Thunder\ Network/MiniThunder/Bin wine ThunderMini.exe It failed, the log said something about msvcp71.dll.
Hello, thanks for testing.
--- snip --- wine: Call from 0x7b83a9a2 to unimplemented function msvcp71.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z, aborting --- snip --- Could you report a separate bug as "unimplemented function msvcp71.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z is needed by ThunderMini" ?
Separate bug => Separate report. Thanks!
So I installed vcrun2003. After that, the program is runable. Finally the crash section is the same. You need to download a quite large file and wait about 20 minutes (the download should still be in progress) for the crash, though.
Could you install debugging symbols then provide new log with vcrun2003 installed? http://wiki.winehq.org/FAQ#head-a37de3282d447376d2220d20a278ae52258551a4
Also, the URL you used to reproduce this bug is very useful. Thanks a lot.
http://bugs.winehq.org/show_bug.cgi?id=30119
--- Comment #8 from Qian Hong fracting@gmail.com 2012-07-24 07:33:58 CDT --- Now msvcp71.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z is implement, next bug is Bug 31301
Light, I can't reproduce this bug, could you try with recent Wine (wine-1.5.9 or newer) and tell us if it still present? (You'll need `winetricks -q vcrun2003` to workaround Bug 31301)
If the bug still present, please: - Attach a new log with debugging symbol installed - Provide the URL you used to reproduce the bug
These information will help us investigate the bug.
Thanks a lot!
http://bugs.winehq.org/show_bug.cgi?id=30119
bunta@loule.info changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bunta@loule.info
http://bugs.winehq.org/show_bug.cgi?id=30119
Jactry Zeng jactry92@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jactry92@gmail.com
--- Comment #9 from Jactry Zeng jactry92@gmail.com 2013-01-27 03:38:32 CST --- (In reply to comment #8)
Now msvcp71.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z is implement, next bug is Bug 31301
Light, I can't reproduce this bug, could you try with recent Wine (wine-1.5.9 or newer) and tell us if it still present? (You'll need `winetricks -q vcrun2003` to workaround Bug 31301)
If the bug still present, please:
- Attach a new log with debugging symbol installed
- Provide the URL you used to reproduce the bug
These information will help us investigate the bug.
Thanks a lot!
Hi, I can't reproduce this bug with wine-1.5.22-158-g236b4da, this is the next bug Bug 32825 .
http://bugs.winehq.org/show_bug.cgi?id=30119
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #10 from Qian Hong fracting@gmail.com 2013-01-27 06:04:51 CST --- I contacted to the original reporter, he told me he had no time to retest this bug. Either Jactry or I can not reproduce this bug with recent Wine, so assume FIXED. Feel free to reopen if anyone can reproduce.
Thanks!
http://bugs.winehq.org/show_bug.cgi?id=30119
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org 2013-02-01 04:54:42 CST --- Closing bugs fixed in 1.5.23.