[Bug 26939] New: Fifa11 demo wants several msvcp90 functions
http://bugs.winehq.org/show_bug.cgi?id=26939 Summary: Fifa11 demo wants several msvcp90 functions Product: Wine Version: 1.3.18 Platform: x86 URL: http://www.bigdownload.com/games/fifa-11/pc/fifa-11-de mo/ OS/Version: Linux Status: NEW Keywords: download Severity: enhancement Priority: P2 Component: msvcp AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com ./Program Files/EA Sports/FIFA 11 Demo/Game/fifa.exe imports following stub symbols: msvcp90:??0?$basic_fstream(a)DU?$char_traits(a)D@std@@@std@@QAE(a)PBDHH@Z msvcp90:??0?$basic_fstream(a)DU?$char_traits(a)D@std@@@std@@QAE(a)XZ msvcp90:??6?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV01(a)H@Z msvcp90:??6?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV01(a)N@Z msvcp90:??6?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV01(a)P6AAAV01@AAV01@@Z(a)Z msvcp90:??_D?$basic_fstream(a)DU?$char_traits(a)D@std@@@std@@QAEXXZ msvcp90:?_Lock(a)_Mutex@std@@QAEXXZ msvcp90:?_Osfx@?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QAEXXZ msvcp90:?_Unlock(a)_Mutex@std@@QAEXXZ msvcp90:?clear@?$basic_ios(a)DU?$char_traits(a)D@std@@@std@@QAEXH_N(a)Z msvcp90:?close@?$basic_fstream(a)DU?$char_traits(a)D@std@@@std@@QAEXXZ msvcp90:?endl(a)std@@YAAAV?$basic_ostream(a)DU?$char_traits(a)D@std@@@1(a)AAV21@@Z msvcp90:?flush@?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV12(a)XZ msvcp90:?getline@?$basic_istream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV12(a)PADHD@Z msvcp90:?open@?$basic_fstream(a)DU?$char_traits(a)D@std@@@std@@QAEXPBDHH(a)Z msvcp90:?read@?$basic_istream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV12(a)PADH@Z msvcp90:?seekg@?$basic_istream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV12(a)JH@Z msvcp90:?seekg@?$basic_istream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV12(a)V?$fpos(a)H@2@@Z msvcp90:?seekp@?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV12(a)JH@Z msvcp90:?setstate@?$basic_ios(a)DU?$char_traits(a)D@std@@@std@@QAEXH_N(a)Z msvcp90:?sputc@?$basic_streambuf(a)DU?$char_traits(a)D@std@@@std@@QAEHD(a)Z msvcp90:?sputn@?$basic_streambuf(a)DU?$char_traits(a)D@std@@@std@@QAEHPBDH(a)Z msvcp90:?tellg@?$basic_istream(a)DU?$char_traits(a)D@std@@@std@@QAE?AV?$fpos(a)H@2(a)XZ msvcp90:?uncaught_exception(a)std@@YA_NXZ msvcp90:?write@?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV12(a)PBDH@Z -- 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=26939 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de --- Comment #1 from André H. <nerv(a)dawncrow.de> 2011-05-25 14:46:48 CDT ---
msvcp90:?uncaught_exception(a)std@@YA_NXZ
Opera Mobile Emulator 11 also needs that: wine: Call from 0x7b83b2f2 to unimplemented function msvcp90.dll.?uncaught_exception(a)std@@YA_NXZ, 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=26939 --- Comment #2 from Dylan Smith <dylan.ah.smith(a)gmail.com> 2011-06-15 14:31:31 CDT --- Created an attachment (id=35151) --> (http://bugs.winehq.org/attachment.cgi?id=35151) Forward uncaught exception to msvcrt I didn't notice any bugs when running fifa.exe with `WINEDLLOVERRIDES=msvcp90=b wine fifa.exe`. Opera Mobile Emulator 11 seemed to work from just forwarding uncaught exception in msvcp90 to msvcrt.__uncaught_exception (see attached patch). -- 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=26939 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Summary|Fifa11 demo wants several |Multiple games/apps need |msvcp90 functions |msvcp90.dll.?uncaught_excep | |tion(a)std@@YA_NXZ (Fifa11 | |demo, Opera Mobile Emulator | |11) --- Comment #3 from Anastasius Focht <focht(a)gmx.net> 2011-06-22 04:04:10 CDT --- Hello, refining summary, targeting specific stub. Regards -- 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=26939 --- Comment #4 from Rosanne DiMesio <dimesio(a)earthlink.net> 2011-10-14 15:32:15 CDT --- Kindle for PC also needs it. -- 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=26939 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nsdragon(a)gmail.com --- Comment #5 from Rosanne DiMesio <dimesio(a)earthlink.net> 2011-10-14 15:35:46 CDT --- *** Bug 28241 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=26939 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimesio(a)earthlink.net -- 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=26939 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Multiple games/apps need |Multiple games/apps need |msvcp90.dll.?uncaught_excep |msvcp90.dll.?uncaught_excep |tion(a)std@@YA_NXZ (Fifa11 |tion(a)std@@YA_NXZ (Fifa11 |demo, Opera Mobile Emulator |demo, Opera Mobile Emulator |11) |11, Kindle for PC) -- 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=26939 --- Comment #6 from Lustorgan <lustorgan(a)yahoo.es> 2011-10-15 15:47:30 CDT --- Created attachment 36921 --> http://bugs.winehq.org/attachment.cgi?id=36921 fail in wine 1.2 and wine1.3 -- 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=26939 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com --- Comment #7 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-11-07 08:22:40 CST --- Affects Diablo 3. -- 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=26939 Michael Mc Donnell <michael(a)mcdonnell.dk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michael(a)mcdonnell.dk -- 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=26939 Thierry <winehq.org(a)tiripon.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winehq.org(a)tiripon.com --- Comment #8 from Thierry <winehq.org(a)tiripon.com> 2012-04-23 09:28:47 CDT --- I have that problem with Mass Effect 1 through Steam on Linux mint 12 / Wine 1.4 File not found c:\windows\system32\msvcp90.dll The file actually exists I only have this problem on Linux Mint 12. The game works perfectly on Linux Mint 11 with Wine 1.4 on the same computer / same hardware. -- 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=26939 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban(a)gmail.com Summary|Multiple games/apps need |Multiple games/apps need |msvcp90.dll.?uncaught_excep |msvcp90.dll.??6?$basic_ostr |tion(a)std@@YA_NXZ (Fifa11 |eam(a)DU?$char_traits(a)D@std@@ |demo, Opera Mobile Emulator |@std@@QAEAAV01(a)H@Z (Fifa11 |11, Kindle for PC) |demo, Opera Mobile Emulator | |11, Kindle for PC) --- Comment #9 from Piotr Caban <piotr.caban(a)gmail.com> 2012-06-14 16:50:57 CDT --- Only remaining functions from the list are: msvcp90:??6?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV01(a)H@Z msvcp90:??6?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV01(a)N@Z -- 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=26939 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #10 from André H. <nerv(a)dawncrow.de> 2012-06-14 17:10:24 CDT --- fixed, thx Piotr!!! -- 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=26939 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #11 from André H. <nerv(a)dawncrow.de> 2012-06-15 12:07:28 CDT --- OOps, my App works, but that bug is not fully fixed. At least i'm not sure as it's a meta 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=26939 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2012-06-17 17:43:55 CDT --- (In reply to comment #11)
OOps, my App works, but that bug is not fully fixed. At least i'm not sure as it's a meta bug
FIFA 11 works as well, so let's mark it fixed. -- 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=26939 --- Comment #13 from André H. <nerv(a)dawncrow.de> 2012-06-18 12:25:00 CDT --- (In reply to comment #12)
(In reply to comment #11)
OOps, my App works, but that bug is not fully fixed. At least i'm not sure as it's a meta bug
FIFA 11 works as well, so let's mark it fixed.
But the remaining functions include that from the subject (In reply to comment #9)
Only remaining functions from the list are: msvcp90:??6?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV01(a)H@Z msvcp90:??6?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV01(a)N@Z
-- 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=26939 --- Comment #14 from Austin English <austinenglish(a)gmail.com> 2012-06-18 12:34:34 CDT --- (In reply to comment #13)
(In reply to comment #12)
(In reply to comment #11)
OOps, my App works, but that bug is not fully fixed. At least i'm not sure as it's a meta bug
FIFA 11 works as well, so let's mark it fixed.
But the remaining functions include that from the subject
(In reply to comment #9)
Only remaining functions from the list are: msvcp90:??6?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV01(a)H@Z msvcp90:??6?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV01(a)N@Z
The game starts up, they are probably called at a later time, but I didn't see a problem in a quick test. I'd rather avoid a meta 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=26939 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #15 from Dan Kegel <dank(a)kegel.com> 2012-06-18 12:54:30 CDT --- Yeah, please file a new bug for remaining problems. -- 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=26939 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #16 from Alexandre Julliard <julliard(a)winehq.org> 2012-06-22 13:30:52 CDT --- Closing bugs fixed in 1.5.7. -- 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=26939 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |85d6355abcc3014a12d29dd6381 | |e7e753a2c836d -- 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