http://bugs.winehq.org/show_bug.cgi?id=28228
Summary: Ragnarok Online wants msvcp90.??1_Lockit@std@@QAE@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@winehq.org ReportedBy: austinenglish@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@std@@QAE@XZ' used by L"C:\windows\system32\msvcp60.dll" err:module:find_forwarded_export module not found for forward 'msvcp90.?erase@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@II@Z' used by L"C:\windows\system32\msvcp60.dll" err:module:find_forwarded_export module not found for forward 'msvcp90.?find@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIPBDII@Z' used by L"C:\windows\system32\msvcp60.dll" err:module:find_forwarded_export module not found for forward 'msvcp90.??0_Lockit@std@@QAE@XZ' used by L"C:\windows\system32\msvcp60.dll" err:module:find_forwarded_export module not found for forward 'msvcp90.??1?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ' used by L"C:\windows\system32\msvcp60.dll" err:module:find_forwarded_export module not found for forward 'msvcp90.??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV01@@Z' used by L"C:\windows\system32\msvcp60.dll" err:module:find_forwarded_export module not found for forward 'msvcp90.?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@ABV12@II@Z' used by L"C:\windows\system32\msvcp60.dll" err:module:find_forwarded_export module not found for forward 'msvcp90.?npos@?$basic_string@DU?$char_traits@D@std@@V?$allocator@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@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAEX_N@Z' used by L"C:\windows\system32\msvcp60.dll" err:module:find_forwarded_export module not found for forward 'msvcp90.?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@PBDI@Z' used by L"C:\windows\system32\msvcp60.dll" wine: Call from 0x7ef7b1f8 to unimplemented function MSVCP60.dll.??0_Lockit@std@@QAE@XZ, aborting wine: Unimplemented function MSVCP60.dll.??0_Lockit@std@@QAE@XZ called at address 0x7ef7b1f8 (thread 0030), starting debugger... wine: Call from 0x7ef7b1f8 to unimplemented function MSVCP60.dll.??0_Lockit@std@@QAE@XZ, aborting
http://bugs.winehq.org/show_bug.cgi?id=28228
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #1 from Dan Kegel dank@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.
http://bugs.winehq.org/show_bug.cgi?id=28228
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #2 from Piotr Caban piotr.caban@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.
http://bugs.winehq.org/show_bug.cgi?id=28228
--- Comment #3 from Austin English austinenglish@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@DU?$char_traits@D@std@@@std@@QAE@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.
http://bugs.winehq.org/show_bug.cgi?id=28228
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Ragnarok Online wants |Ragnarok Online wants |msvcp90.??1_Lockit@std@@QAE |msvcp90.dll.??0?$basic_ifst |@XZ et al |ream@DU?$char_traits@D@std@ | |@@std@@QAE@PBDHH@Z
http://bugs.winehq.org/show_bug.cgi?id=28228
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |merlot55@gmail.com
--- Comment #4 from Dmitry Timoshkov dmitry@baikal.ru 2012-02-27 08:56:09 CST --- *** Bug 30027 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=28228
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |josh+wine@iswifter.net
--- Comment #5 from Dmitry Timoshkov dmitry@baikal.ru 2012-02-27 08:56:31 CST --- *** Bug 28612 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=28228
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor
http://bugs.winehq.org/show_bug.cgi?id=28228
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fathom@sirc.hu
--- Comment #6 from Austin English austinenglish@gmail.com 2012-02-27 12:24:21 CST --- *** Bug 30026 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=28228
--- Comment #7 from Dan Kegel dank@kegel.com 2012-03-18 10:11:27 CDT --- Garena also aborts on unimplemented msvcp90.dll.??0?$basic_ifstream@DU?$char_traits@D@std@@@std@@QAE@PBDHH@Z.
http://bugs.winehq.org/show_bug.cgi?id=28228
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |30214
http://bugs.winehq.org/show_bug.cgi?id=28228
Prüftech GmbH m-m-s@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |m-m-s@gmx.net
http://bugs.winehq.org/show_bug.cgi?id=28228
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zackzeals@gmail.com
--- Comment #8 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-04-05 08:05:00 CDT --- *** Bug 30361 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=28228
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |26709
http://bugs.winehq.org/show_bug.cgi?id=28228
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |b-s-a@bk.ru
--- Comment #9 from Anastasius Focht focht@gmx.net 2012-04-19 15:46:35 CDT --- *** Bug 30483 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=28228
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|Ragnarok Online wants |Multiple apps need |msvcp90.dll.??0?$basic_ifst |msvcp90.dll.??0?$basic_ifst |ream@DU?$char_traits@D@std@ |ream@DU?$char_traits@D@std@ |@@std@@QAE@PBDHH@Z |@@std@@QAE@PBDHH@Z | |(Ragnarok Online, Settlers | |7, XnView, Nokia Suite)
--- Comment #10 from Anastasius Focht focht@gmx.net 2012-04-19 15:49:19 CDT --- Hello,
refining summary as this affects multiple apps.
Regards
http://bugs.winehq.org/show_bug.cgi?id=28228
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rob2098@gmail.com
--- Comment #11 from Anastasius Focht focht@gmx.net 2012-04-28 16:06:44 CDT --- *** Bug 30537 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=28228
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
--- Comment #12 from Qian Hong fracting@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.
http://bugs.winehq.org/show_bug.cgi?id=28228
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leotpchan@gmail.com
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com 2012-05-20 00:44:46 CDT --- *** Bug 30730 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=28228
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #14 from Piotr Caban piotr.caban@gmail.com 2012-06-14 16:43:58 CDT --- Function specified in bug title is implemented.
http://bugs.winehq.org/show_bug.cgi?id=28228
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |5b0548cc3ee525b59ac79c7a7f9 | |2ab6073ca24fa CC| |nerv@dawncrow.de
http://bugs.winehq.org/show_bug.cgi?id=28228
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #15 from Alexandre Julliard julliard@winehq.org 2012-06-22 13:29:37 CDT --- Closing bugs fixed in 1.5.7.
http://bugs.winehq.org/show_bug.cgi?id=28228
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |karimclamor@yahoo.com
--- Comment #16 from Rosanne DiMesio dimesio@earthlink.net 2012-06-30 13:13:27 CDT --- *** Bug 31084 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=28228
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bublzor@gmail.com
--- Comment #17 from Jerome Leclanche adys.wh@gmail.com 2012-07-06 05:10:38 CDT --- *** Bug 31146 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=28228
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |michael@hologa.info
--- Comment #18 from Bruno Jesus 00cpxxx@gmail.com 2013-01-07 07:42:05 CST --- *** Bug 32676 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=28228
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alk224@nau.edu
--- Comment #19 from Bruno Jesus 00cpxxx@gmail.com 2013-01-15 11:20:37 CST --- *** Bug 32720 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=28228
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |erenomurzak@yandex.com
--- Comment #20 from Rosanne DiMesio dimesio@earthlink.net --- *** Bug 35720 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=28228
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gheskett@wdtv.com
--- Comment #21 from Bruno Jesus 00cpxxx@gmail.com --- *** Bug 29119 has been marked as a duplicate of this bug. ***