https://bugs.winehq.org/show_bug.cgi?id=42859
Bug ID: 42859 Summary: .Net program doesn't use native visual c++ run-time despite override Product: Wine Version: 2.6 Hardware: x86 URL: http://download1324.mediafire.com/a9qj7l083vxg/ah10ud0 7vdvlco8/Athena%5C%27s+Armor+Set+Search+MHGen+v0.96b.z ip OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
Found using a program called "Athenas Armor Set Search MHGen v0.96b" (download link added). Installed it in a fresh wineprefix with "WINEARCH=win32 winetricks -q dotnet20 vcrun2008", but it crashes due to an unimplemented function:
wine: Call from 0x7b43d2dc to unimplemented function msvcm90.dll.?_Cin_func@std@@YAAAV?$basic_istream@DU?$char_traits@D@std@@@1@XZ, aborting wine: Call from 0x7b43d2dc to unimplemented function msvcm90.dll.?ThrowModuleLoadException@<CrtImplementationDetails>@@YAXP$AAVString@System@@P$AAVException@3@@Z, aborting
Now, if using winecfg and changing the DLL-override for msvcm90.dll from "native, then builtin" to "native (windows)" it works. But I expected it to work either way. Maybe due to the fact it's a .NET program, but really not sure.