https://bugs.winehq.org/show_bug.cgi?id=41072
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #1 from Piotr Caban piotr.caban@gmail.com --- First problem was lack of support for natural strings in printf (it's fixed by 10eb6fa7180e4d762bb55603a987ee142021aa0f commit). Next problem is missing msvcp140.dll.?__ExceptionPtrCreate@@YAXPAX@Z (patch for it was already sent to wine, not yet commited).
After that the application crashes because msvcp140.dll.?_Execute_once@std@@YAHAAUonce_flag@1@P6GHPAX1PAPAX@Z1@Z is not implemented.