http://bugs.winehq.org/show_bug.cgi?id=25389
Summary: EA Create demo: fails without native msvcp90 Product: Wine Version: 1.3.8 Platform: x86 URL: http://www.fileplanet.com/217451/210000/fileinfo/Creat e-Demo OS/Version: Linux Status: NEW Keywords: download Severity: minor Priority: P2 Component: msvcp AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
wine: Call from 0x7b8370d3 to unimplemented function msvcp90.dll.??Y?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@ABV01@@Z, aborting
mscodescan results: ./Create.exe imports following stub symbols: msvcp90:??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@0@Z msvcp90:??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@PBD@Z msvcp90:??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBDABV10@@Z msvcp90:??Y?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@ABV01@@Z
./Create.exe imports following stub symbols: msvcr90:_findfirst32 msvcr90:_findnext32
http://bugs.winehq.org/show_bug.cgi?id=25389
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |bunglehead@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=25389
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bunglehead@gmail.com |wine-bugs@winehq.org
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2011-03-15 12:10:09 CDT --- (In reply to comment #0)
./Create.exe imports following stub symbols: msvcr90:_findfirst32 msvcr90:_findnext32
Implemented with cd7f0962107f0630b72a2b9480394e660c983b34 and 82763983dcffb5b8a72f1076ea6a350fac2f0298.
http://bugs.winehq.org/show_bug.cgi?id=25389
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-03-31 10:30:33 CDT --- Demangled names of missing msvcp90 functions: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl std::operator+<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char>
const &,class std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &) class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl std::operator+<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char>
const &,char const *)
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl std::operator+<char,struct std::char_traits<char>,class std::allocator<char> >(char const *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char>
const &)
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::operator+=(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char>
const &)
http://bugs.winehq.org/show_bug.cgi?id=25389
--- Comment #3 from Piotr Caban piotr.caban@gmail.com 2011-03-31 19:08:30 CDT --- I've sent implementations of missing functions: http://source.winehq.org/patches/data/72814 http://source.winehq.org/patches/data/72815 http://source.winehq.org/patches/data/72816 http://source.winehq.org/patches/data/72817
http://bugs.winehq.org/show_bug.cgi?id=25389
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #4 from Austin English austinenglish@gmail.com 2011-04-01 11:27:13 CDT --- (In reply to comment #3)
I've sent implementations of missing functions: http://source.winehq.org/patches/data/72814 http://source.winehq.org/patches/data/72815 http://source.winehq.org/patches/data/72816 http://source.winehq.org/patches/data/72817
Fixed by: http://source.winehq.org/git/wine.git/commitdiff/bc86fccc365d1d5dfee15f57539... http://source.winehq.org/git/wine.git/commitdiff/055dcbc4b2235d29038dcb14997... http://source.winehq.org/git/wine.git/commitdiff/3f833d93a701fc4d1f6c891e07a...
thanks!
http://bugs.winehq.org/show_bug.cgi?id=25389
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2011-04-01 12:39:53 CDT --- Closing bugs fixed in 1.3.17.
https://bugs.winehq.org/show_bug.cgi?id=25389
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |3f833d93a701fc4d1f6c891e07a | |3f271fb3cd1c5 CC| |focht@gmx.net