[Bug 26832] New: Avatar demo needs msvcp80.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z et al
http://bugs.winehq.org/show_bug.cgi?id=26832 Summary: Avatar demo needs msvcp80.dll.??0?$basic_ostringstream(a)DU?$char_traits(a)D @std@@V?$allocator(a)D@2@@std@@QAE(a)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(a)winehq.org ReportedBy: austinenglish(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 fracting <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting(a)gmail.com --- Comment #1 from fracting <fracting(a)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(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAE(a)H@Z, aborting wine: Call from 0x7b839bb2 to unimplemented function msvcp60.dll.??0?$basic_ostringstream(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAE(a)H@Z, aborting -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 --- Comment #2 from Dylan Smith <dylan.ah.smith(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #3 from Dan Kegel <dank(a)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(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAE(a)H@Z called in 32-bit code (0x7b839cf2). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maxmusterm(a)gmail.com --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2011-09-19 13:30:36 CDT --- *** Bug 28334 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2011-10-19 18:06:16 CDT --- America's Army 3 wants msvcp80.dll.??0?$basic_ostringstream(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAE(a)H@Z as well. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2011-11-02 14:07:35 CDT --- *** Bug 28368 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |midnighterdev(a)gmail.com --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2012-01-30 13:00:00 CST --- *** Bug 29189 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2012-01-30 13:01:45 CST --- Cmake wants the msvcp90 version of this: msvcp90.dll.??0?$basic_ostringstream(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAE(a)H@Z, aborting -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Sylvain Petreolle <spetreolle(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |spetreolle(a)yahoo.fr -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dukebaw(a)email.com --- Comment #9 from Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> 2012-02-27 08:18:43 CST --- *** Bug 30021 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 detructor15 <steffen.linux(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |steffen.linux(a)gmx.de --- Comment #10 from detructor15 <steffen.linux(a)gmx.de> 2012-03-11 12:18:43 CDT --- ElsterFormular want's this: msvcp90.dll.??0?$basic_stringstream(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAE(a)H@Z seems to be the same function as this bug is for but for msvcp90.dll. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda(a)volny.cz --- Comment #11 from Wylda <wylda(a)volny.cz> 2012-05-05 07:06:46 CDT --- Gold Strike Poker wants msvcp80.dll.??0?$basic_ostringstream(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAE(a)H@Z as well. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Alexey Loukianov <mooroon2(a)mail.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mooroon2(a)mail.ru -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |30890 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 --- Comment #12 from Qian Hong <fracting(a)gmail.com> 2012-06-14 21:20:55 CDT --- After Bug 25966 is fixed, QQ Browser installer also needs this function. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de --- Comment #13 from André H. <nerv(a)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(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAE(a)H@Z, aborting
CEGUI samples have the same problem: wine Sample_Minesweeper.exe Unhandled exception: unimplemented function msvcp90.dll.??0?$basic_ostringstream(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAE(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Avatar demo needs |Multiple games/applications |msvcp80.dll.??0?$basic_ostr |need |ingstream(a)DU?$char_traits(a)D |msvcp80.dll.??0?$basic_ostr |@std@@V?$allocator(a)D@2@@std |ingstream(a)DU?$char_traits(a)D |@@QAE(a)H@Z et al |@std@@V?$allocator(a)D@2@@std | |@@QAE(a)H@Z (Avatar Demo, The | |Witcher Demo, America's | |Army 3, Cmake, Gold Strike | |Poker) --- Comment #14 from André H. <nerv(a)dawncrow.de> 2012-06-15 11:59:56 CDT --- Adjusting summary -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 michael bishop <cleverca22(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cleverca22(a)gmail.com --- Comment #15 from michael bishop <cleverca22(a)gmail.com> 2012-06-24 07:24:14 CDT --- wine: Call from 0x7b83ba92 to unimplemented function msvcp90.dll.??0?$basic_ostringstream(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAE(a)H@Z, aborting when running Diablo 3 on wine version d35cb8164a7635201c2ccdf73de2a78cebf6cb94 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 --- Comment #16 from michael bishop <cleverca22(a)gmail.com> 2012-06-24 07:30:08 CDT --- *** Bug 30990 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 mathieu.malaterre(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathieu.malaterre(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 --- Comment #17 from mathieu.malaterre(a)gmail.com 2012-06-28 04:02:14 CDT --- *** Bug 26611 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Jeff Cook <jeff(a)deserettechnology.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeff(a)deserettechnology.com --- Comment #18 from Jeff Cook <jeff(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Vijay Kamuju <infyquest(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest(a)gmail.com --- Comment #19 from Vijay Kamuju <infyquest(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 --- Comment #20 from Qian Hong <fracting(a)gmail.com> 2012-06-30 11:48:34 CDT --- Fixed for QQBrowser. Thanks! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |20a2f23b2a075eb1bc5826aa530 | |5e50e11b39b0b Status|NEW |RESOLVED Resolution| |FIXED --- Comment #21 from Austin English <austinenglish(a)gmail.com> 2012-07-01 21:51:11 CDT --- Fixed by 20a2f23b2a075eb1bc5826aa5305e50e11b39b0b. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #22 from Alexandre Julliard <julliard(a)winehq.org> 2012-07-03 14:15:59 CDT --- Closing bugs fixed in 1.5.8. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |timski.sansom(a)gmail.com --- Comment #23 from Dan Kegel <dank(a)kegel.com> 2012-07-22 09:03:29 CDT --- *** Bug 31285 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |antonio_marciano(a)libero.it --- Comment #24 from Dan Kegel <dank(a)kegel.com> 2012-12-31 20:03:06 CST --- *** Bug 32622 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dax.rodriguez001(a)mymdc.net --- Comment #25 from Austin English <austinenglish(a)gmail.com> 2013-01-16 02:23:45 CST --- *** Bug 32730 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |justineuro.moin(a)gmail.com --- Comment #26 from Nikolay Sivov <bunglehead(a)gmail.com> 2013-04-07 04:39:06 CDT --- *** Bug 33343 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rl_browning_jr(a)ymail.com --- Comment #27 from Austin English <austinenglish(a)gmail.com> 2013-10-29 16:37:25 CDT --- *** Bug 34826 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fantoine12(a)msn.com --- Comment #28 from Austin English <austinenglish(a)gmail.com> --- *** Bug 35595 has been marked as a duplicate of this bug. *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bharo1(a)hotmail.com --- Comment #29 from Nikolay Sivov <bunglehead(a)gmail.com> --- *** Bug 35958 has been marked as a duplicate of this bug. *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26832 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nurul.huda83(a)gmail.com --- Comment #30 from Rosanne DiMesio <dimesio(a)earthlink.net> --- *** Bug 36039 has been marked as a duplicate of this bug. *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org