https://bugs.winehq.org/show_bug.cgi?id=46982
Bug ID: 46982 Summary: MPGUI require _Init_locks_ctor@_Init_locks@std@@CAXPAV12@@Z Product: Wine Version: 4.5 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcp Assignee: wine-bugs@winehq.org Reporter: lorenzofer@live.it Distribution: ---
Hi.
MPGUI is an application written in C++/CLI (or managed C++) that provide a GUI for some tools by Gruftikus for TES and Fallout Games (tes4ll).
However it require msvcp100.dll.?_Init_locks_ctor@_Init_locks@std@@CAXPAV12@@Z that is currently unimplemented
MPGUI can be downlaoded by: https://www.nexusmods.com/oblivion/mods/41447
Sourcecode is: https://github.com/Gruftikus/mpgui
winetricks vcrun2010 and setting msvcp100.dll as native is a workaround. (the application seem to have other issues after this however)