[Bug 28228] New: Ragnarok Online wants msvcp90.??1_Lockit@std@@QAE@XZ et al
http://bugs.winehq.org/show_bug.cgi?id=28228 Summary: Ragnarok Online wants msvcp90.??1_Lockit(a)std@@QAE(a)XZ et al Product: Wine Version: 1.3.27 Platform: x86 URL: http://www.ragnarokonline.com/ OS/Version: Linux Status: NEW Keywords: download Severity: enhancement Priority: P2 Component: msvcp AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com First complains about missing mfc42. If you install that, then it wants: err:module:find_forwarded_export module not found for forward 'msvcp90.??1_Lockit(a)std@@QAE(a)XZ' used by L"C:\\windows\\system32\\msvcp60.dll" err:module:find_forwarded_export module not found for forward 'msvcp90.?erase@?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAEAAV12(a)II@Z' used by L"C:\\windows\\system32\\msvcp60.dll" err:module:find_forwarded_export module not found for forward 'msvcp90.?find@?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QBEIPBDII(a)Z' used by L"C:\\windows\\system32\\msvcp60.dll" err:module:find_forwarded_export module not found for forward 'msvcp90.??0_Lockit(a)std@@QAE(a)XZ' used by L"C:\\windows\\system32\\msvcp60.dll" err:module:find_forwarded_export module not found for forward 'msvcp90.??1?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAE(a)XZ' used by L"C:\\windows\\system32\\msvcp60.dll" err:module:find_forwarded_export module not found for forward 'msvcp90.??0?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAE(a)ABV01@@Z' used by L"C:\\windows\\system32\\msvcp60.dll" err:module:find_forwarded_export module not found for forward 'msvcp90.?assign@?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAEAAV12(a)ABV12@II(a)Z' used by L"C:\\windows\\system32\\msvcp60.dll" err:module:find_forwarded_export module not found for forward 'msvcp90.?npos@?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@2IB' used by L"C:\\windows\\system32\\msvcp60.dll" err:module:find_forwarded_export module not found for forward 'msvcp90.?_Tidy@?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@AAEX_N(a)Z' used by L"C:\\windows\\system32\\msvcp60.dll" err:module:find_forwarded_export module not found for forward 'msvcp90.?assign@?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAEAAV12(a)PBDI@Z' used by L"C:\\windows\\system32\\msvcp60.dll" wine: Call from 0x7ef7b1f8 to unimplemented function MSVCP60.dll.??0_Lockit(a)std@@QAE(a)XZ, aborting wine: Unimplemented function MSVCP60.dll.??0_Lockit(a)std@@QAE(a)XZ called at address 0x7ef7b1f8 (thread 0030), starting debugger... wine: Call from 0x7ef7b1f8 to unimplemented function MSVCP60.dll.??0_Lockit(a)std@@QAE(a)XZ, 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=28228 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #1 from Dan Kegel <dank(a)kegel.com> 2011-11-13 14:01:27 CST --- I did "winetricks vcrun6", and the app complains slightly differently now: err:module:find_forwarded_export function not found for forward 'msvcrt.__CxxFrameHandler3' used by L"C:\\windows\\system32\\msvcr90.dll". If you are using builtin L"msvcr90.dll", try using the native one instead. err:module:find_forwarded_export function not found for forward 'msvcrt._initterm_e' used by L"C:\\windows\\system32\\msvcr90.dll". If you are using builtin L"msvcr90.dll", try using the native one instead. ... err:module:find_forwarded_export function not found for forward 'msvcrt._gmtime32' used by L"C:\\windows\\system32\\msvcr90.dll". If you are using builtin L"msvcr90.dll", try using the native one instead. wine: Call from 0x7bc4de02 to unimplemented function msvcrt.dll._set_printf_count_output, aborting "winetricks vcrun2008" still lets the game start. -- 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=28228 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban(a)gmail.com --- Comment #2 from Piotr Caban <piotr.caban(a)gmail.com> 2011-11-17 13:58:57 CST --- It's not valid to use builtin msvcp60 and native msvcp90. This is why you see some find_forwarded_export errors. I don't really know what happens in Dan's configuration. It's not valid to use builtin msvcr90 and native msvcrt. If it's not the case it may be related to using native msvcr90 and very old native msvcrt. -- 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=28228 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2011-11-17 18:34:48 CST --- (In reply to comment #2)
It's not valid to use builtin msvcp60 and native msvcp90. This is why you see some find_forwarded_export errors.
I don't really know what happens in Dan's configuration. It's not valid to use builtin msvcr90 and native msvcrt. If it's not the case it may be related to using native msvcr90 and very old native msvcrt.
Well, I did winetricks alldlls=builtin, so we have native mfc42, but nothing else. That fails with: wine: Call from 0x7b83a7b2 to unimplemented function msvcp90.dll.??0?$basic_ifstream(a)DU?$char_traits(a)D@std@@@std@@QAE(a)PBDHH@Z, aborting fixme:msvcr90:__clean_type_info_names_internal (0x3c54f4) stub fixme:msvcr90:__clean_type_info_names_internal (0x10011b18) stub err:module:attach_process_dlls "cps.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Gravity\\Ragnarok Online\\Ragexe.exe" failed, status 80000100 not sure if you want a new bug for that or not though. -- 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=28228 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Ragnarok Online wants |Ragnarok Online wants |msvcp90.??1_Lockit(a)std@@QAE |msvcp90.dll.??0?$basic_ifst |@XZ et al |ream(a)DU?$char_traits(a)D@std@ | |@@std@@QAE(a)PBDHH@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=28228 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |merlot55(a)gmail.com --- Comment #4 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2012-02-27 08:56:09 CST --- *** Bug 30027 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=28228 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josh+wine(a)iswifter.net --- Comment #5 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2012-02-27 08:56:31 CST --- *** Bug 28612 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=28228 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- 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=28228 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fathom(a)sirc.hu --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2012-02-27 12:24:21 CST --- *** Bug 30026 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=28228 --- Comment #7 from Dan Kegel <dank(a)kegel.com> 2012-03-18 10:11:27 CDT --- Garena also aborts on unimplemented msvcp90.dll.??0?$basic_ifstream(a)DU?$char_traits(a)D@std@@@std@@QAE(a)PBDHH@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=28228 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |30214 -- 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=28228 Prüftech GmbH <m-m-s(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m-m-s(a)gmx.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=28228 Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zackzeals(a)gmail.com --- Comment #8 from Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> 2012-04-05 08:05:00 CDT --- *** Bug 30361 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=28228 Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |26709 -- 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=28228 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |b-s-a(a)bk.ru --- Comment #9 from Anastasius Focht <focht(a)gmx.net> 2012-04-19 15:46:35 CDT --- *** Bug 30483 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=28228 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Summary|Ragnarok Online wants |Multiple apps need |msvcp90.dll.??0?$basic_ifst |msvcp90.dll.??0?$basic_ifst |ream(a)DU?$char_traits(a)D@std@ |ream(a)DU?$char_traits(a)D@std@ |@@std@@QAE(a)PBDHH@Z |@@std@@QAE(a)PBDHH@Z | |(Ragnarok Online, Settlers | |7, XnView, Nokia Suite) --- Comment #10 from Anastasius Focht <focht(a)gmx.net> 2012-04-19 15:49:19 CDT --- Hello, refining summary as this affects multiple apps. 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=28228 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rob2098(a)gmail.com --- Comment #11 from Anastasius Focht <focht(a)gmx.net> 2012-04-28 16:06:44 CDT --- *** Bug 30537 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=28228 Qian Hong <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting(a)gmail.com --- Comment #12 from Qian Hong <fracting(a)gmail.com> 2012-04-30 00:23:36 CDT --- Hello, Bug 30361 is for msvcp71, and Bug 30537 is for msvcp80, but this bug is for msvcp90, should they be dupes? 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=28228 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |leotpchan(a)gmail.com --- Comment #13 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-05-20 00:44:46 CDT --- *** Bug 30730 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=28228 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #14 from Piotr Caban <piotr.caban(a)gmail.com> 2012-06-14 16:43:58 CDT --- Function specified in bug title is implemented. -- 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=28228 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |5b0548cc3ee525b59ac79c7a7f9 | |2ab6073ca24fa CC| |nerv(a)dawncrow.de -- 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=28228 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #15 from Alexandre Julliard <julliard(a)winehq.org> 2012-06-22 13:29:37 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=28228 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |karimclamor(a)yahoo.com --- Comment #16 from Rosanne DiMesio <dimesio(a)earthlink.net> 2012-06-30 13:13:27 CDT --- *** Bug 31084 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=28228 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bublzor(a)gmail.com --- Comment #17 from Jerome Leclanche <adys.wh(a)gmail.com> 2012-07-06 05:10:38 CDT --- *** Bug 31146 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=28228 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michael(a)hologa.info --- Comment #18 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-01-07 07:42:05 CST --- *** Bug 32676 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=28228 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alk224(a)nau.edu --- Comment #19 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-01-15 11:20:37 CST --- *** Bug 32720 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=28228 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |erenomurzak(a)yandex.com --- Comment #20 from Rosanne DiMesio <dimesio(a)earthlink.net> --- *** Bug 35720 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.
https://bugs.winehq.org/show_bug.cgi?id=28228 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gheskett(a)wdtv.com --- Comment #21 from Bruno Jesus <00cpxxx(a)gmail.com> --- *** Bug 29119 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