https://bugs.winehq.org/show_bug.cgi?id=40043
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|WideCharToMultiByte not |wineg++ creates |converting correctly |bInitialization of a | |wstring Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #9 from Detlef Riekenberg wine.dev@web.de --- The executable created with visual studio 2015 works without any failure in wine. So the bug has nothing to do with WideCharToMultiByte.
A hint for the bug is visible in the log: "input size" is not 11.
Verified with a stripped down example: * The static initialization of the wstring fails with wineg++ * Using g++ works without faulure.