http://bugs.winehq.org/show_bug.cgi?id=26832
Summary: Avatar demo needs msvcp80.dll.??0?$basic_ostringstream@DU?$char_traits@D @std@@V?$allocator@D@2@@std@@QAE@H@Z et al Product: Wine Version: 1.3.18 Platform: x86 URL: http://news.bigdownload.com/2009/11/17/download-james- camerons-avatar-the-game-demo/ OS/Version: Linux Status: NEW Keywords: download Severity: enhancement Priority: P2 Component: msvcp AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
If you set msvcp80 to native in winecfg and run Avatar demo, it will crash on this missing function.
mscodescan doesn't show any more missing, though I haven't yet tried the tips in http://bugs.winehq.org/show_bug.cgi?id=26284#c5.
http://bugs.winehq.org/show_bug.cgi?id=26832
fracting fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
--- Comment #1 from fracting fracting@gmail.com 2011-05-25 07:22:45 CDT --- FTABCISSetup.exe also needs this function:
$ wget http://www.95599.cn/update/down/FTABCISSetup.exe
$ wine FTABCISSetup.exe
wine: Call from 0x7b839bb2 to unimplemented function msvcp60.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z, aborting wine: Call from 0x7b839bb2 to unimplemented function msvcp60.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z, aborting
http://bugs.winehq.org/show_bug.cgi?id=26832
--- Comment #2 from Dylan Smith dylan.ah.smith@gmail.com 2011-06-20 13:16:36 CDT --- Created an attachment (id=35215) --> (http://bugs.winehq.org/attachment.cgi?id=35215) List of used msvcp80 stubs
mscodescan doesn't even show the unimplemented function since only 1 non-stub function is listed in an import table for an application dll.
I got the attached symbols listed as stubs by adding some code to GetProcAddress, running the app, then filtering out everything but the stubs.
--- snip --- if (hModule == GetModuleHandleA("msvcp80.dll")) printf("%s\n", function); -----------
$ WINEDLLOVERRIDES=msvcp80=b wine AvatarDemo.exe > msvcp80-dynamic-imports.txt $ cat msvcp80-dynamic-imports.txt <(grep -w stub $WINESRC/dlls/msvcp80/msvcp80.spec | sed 's/.* ([^ ]*)$/\1/') | sort | uniq -d > msvcp80-used-stubs.txt $ wc -l msvcp80-*.txt 79 msvcp80-dynamic-imports.txt 40 msvcp80-used-stubs.txt
http://bugs.winehq.org/show_bug.cgi?id=26832
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #3 from Dan Kegel dank@kegel.com 2011-07-14 00:09:21 CDT --- The Witcher Demo, from http://www.fileplanet.com/183167/180000/fileinfo/The-Witcher-Demo crashes on startup with winetricks alldlls=builtin (maybe I should make a 'purist' verb :-) with
Unhandled exception: unimplemented function msvcp80.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z called in 32-bit code (0x7b839cf2).
http://bugs.winehq.org/show_bug.cgi?id=26832
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maxmusterm@gmail.com
--- Comment #4 from Austin English austinenglish@gmail.com 2011-09-19 13:30:36 CDT --- *** Bug 28334 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=26832
--- Comment #5 from Austin English austinenglish@gmail.com 2011-10-19 18:06:16 CDT --- America's Army 3 wants msvcp80.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z as well.
http://bugs.winehq.org/show_bug.cgi?id=26832
--- Comment #6 from Austin English austinenglish@gmail.com 2011-11-02 14:07:35 CDT --- *** Bug 28368 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=26832
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |midnighterdev@gmail.com
--- Comment #7 from Austin English austinenglish@gmail.com 2012-01-30 13:00:00 CST --- *** Bug 29189 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=26832
--- Comment #8 from Austin English austinenglish@gmail.com 2012-01-30 13:01:45 CST --- Cmake wants the msvcp90 version of this: msvcp90.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z, aborting
http://bugs.winehq.org/show_bug.cgi?id=26832
Sylvain Petreolle spetreolle@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |spetreolle@yahoo.fr
http://bugs.winehq.org/show_bug.cgi?id=26832
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dukebaw@email.com
--- Comment #9 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-02-27 08:18:43 CST --- *** Bug 30021 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=26832
detructor15 steffen.linux@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |steffen.linux@gmx.de
--- Comment #10 from detructor15 steffen.linux@gmx.de 2012-03-11 12:18:43 CDT --- ElsterFormular want's this: msvcp90.dll.??0?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z
seems to be the same function as this bug is for but for msvcp90.dll.
http://bugs.winehq.org/show_bug.cgi?id=26832
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #11 from Wylda wylda@volny.cz 2012-05-05 07:06:46 CDT ---
Gold Strike Poker wants msvcp80.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z as well.
http://bugs.winehq.org/show_bug.cgi?id=26832
Alexey Loukianov mooroon2@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mooroon2@mail.ru
http://bugs.winehq.org/show_bug.cgi?id=26832
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |30890
http://bugs.winehq.org/show_bug.cgi?id=26832
--- Comment #12 from Qian Hong fracting@gmail.com 2012-06-14 21:20:55 CDT --- After Bug 25966 is fixed, QQ Browser installer also needs this function.
http://bugs.winehq.org/show_bug.cgi?id=26832
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #13 from André H. nerv@dawncrow.de 2012-06-15 11:56:46 CDT --- (In reply to comment #8)
Cmake wants the msvcp90 version of this: msvcp90.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z, aborting
CEGUI samples have the same problem:
wine Sample_Minesweeper.exe Unhandled exception: unimplemented function msvcp90.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z called in 32-bit code (0x7b83a142)
(they don't ship with native msvcp90) http://sourceforge.net/projects/crayzedsgui/files/CEGUI%20Mk-2/0.7.5/CEGUI-D...
CEGUIDemos$ sha1sum Sample_Minesweeper.exe 38182099329e3ec84d43228a7ad5b86db3c4ec23 Sample_Minesweeper.exe
http://bugs.winehq.org/show_bug.cgi?id=26832
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Avatar demo needs |Multiple games/applications |msvcp80.dll.??0?$basic_ostr |need |ingstream@DU?$char_traits@D |msvcp80.dll.??0?$basic_ostr |@std@@V?$allocator@D@2@@std |ingstream@DU?$char_traits@D |@@QAE@H@Z et al |@std@@V?$allocator@D@2@@std | |@@QAE@H@Z (Avatar Demo, The | |Witcher Demo, America's | |Army 3, Cmake, Gold Strike | |Poker)
--- Comment #14 from André H. nerv@dawncrow.de 2012-06-15 11:59:56 CDT --- Adjusting summary
http://bugs.winehq.org/show_bug.cgi?id=26832
michael bishop cleverca22@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cleverca22@gmail.com
--- Comment #15 from michael bishop cleverca22@gmail.com 2012-06-24 07:24:14 CDT --- wine: Call from 0x7b83ba92 to unimplemented function msvcp90.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z, aborting
when running Diablo 3 on wine version d35cb8164a7635201c2ccdf73de2a78cebf6cb94
http://bugs.winehq.org/show_bug.cgi?id=26832
--- Comment #16 from michael bishop cleverca22@gmail.com 2012-06-24 07:30:08 CDT --- *** Bug 30990 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=26832
mathieu.malaterre@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mathieu.malaterre@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=26832
--- Comment #17 from mathieu.malaterre@gmail.com 2012-06-28 04:02:14 CDT --- *** Bug 26611 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=26832
Jeff Cook jeff@deserettechnology.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeff@deserettechnology.com
--- Comment #18 from Jeff Cook jeff@deserettechnology.com 2012-06-29 05:45:49 CDT --- After a few revisions in 1.5.7 fixed previous crashers on unimplemented functions, Kindle for PC now crashes after attempting to call this function.
http://bugs.winehq.org/show_bug.cgi?id=26832
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com
--- Comment #19 from Vijay Kamuju infyquest@gmail.com 2012-06-30 10:05:19 CDT --- Please add the new trace logs. It seems its crashed because of other unimplemented functions. Hence we should close this as FIXED and open new defects for the others
http://bugs.winehq.org/show_bug.cgi?id=26832
--- Comment #20 from Qian Hong fracting@gmail.com 2012-06-30 11:48:34 CDT --- Fixed for QQBrowser. Thanks!
http://bugs.winehq.org/show_bug.cgi?id=26832
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |20a2f23b2a075eb1bc5826aa530 | |5e50e11b39b0b Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #21 from Austin English austinenglish@gmail.com 2012-07-01 21:51:11 CDT --- Fixed by 20a2f23b2a075eb1bc5826aa5305e50e11b39b0b.
http://bugs.winehq.org/show_bug.cgi?id=26832
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #22 from Alexandre Julliard julliard@winehq.org 2012-07-03 14:15:59 CDT --- Closing bugs fixed in 1.5.8.
http://bugs.winehq.org/show_bug.cgi?id=26832
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |timski.sansom@gmail.com
--- Comment #23 from Dan Kegel dank@kegel.com 2012-07-22 09:03:29 CDT --- *** Bug 31285 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=26832
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |antonio_marciano@libero.it
--- Comment #24 from Dan Kegel dank@kegel.com 2012-12-31 20:03:06 CST --- *** Bug 32622 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=26832
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dax.rodriguez001@mymdc.net
--- Comment #25 from Austin English austinenglish@gmail.com 2013-01-16 02:23:45 CST --- *** Bug 32730 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=26832
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |justineuro.moin@gmail.com
--- Comment #26 from Nikolay Sivov bunglehead@gmail.com 2013-04-07 04:39:06 CDT --- *** Bug 33343 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=26832
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rl_browning_jr@ymail.com
--- Comment #27 from Austin English austinenglish@gmail.com 2013-10-29 16:37:25 CDT --- *** Bug 34826 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=26832
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fantoine12@msn.com
--- Comment #28 from Austin English austinenglish@gmail.com --- *** Bug 35595 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=26832
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bharo1@hotmail.com
--- Comment #29 from Nikolay Sivov bunglehead@gmail.com --- *** Bug 35958 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=26832
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nurul.huda83@gmail.com
--- Comment #30 from Rosanne DiMesio dimesio@earthlink.net --- *** Bug 36039 has been marked as a duplicate of this bug. ***