https://bugs.winehq.org/show_bug.cgi?id=44703
Bug ID: 44703 Summary: Cannot run the program in wine (Console app) Product: Wine Version: 3.3 Hardware: x86-64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcp Assignee: wine-bugs@winehq.org Reporter: shangjiaxuan@pku.edu.cn
Created attachment 60713 --> https://bugs.winehq.org/attachment.cgi?id=60713 Current source code and backtrace log
Compiled with VC++(VS2017), cannot run with wine.
This toy project can be found at https://github.com/shangjiaxuan/Calculator, was good and running with my Bootcamp partition with Windows 10, 1709 (Fall Creators).
I did make some windows api calls in the current version. But it seems that the older one on Github release also didn't run on wine. It only used "LoadLibrary" function in that version. (Maybe it's C++17 compatibility? But I only included filesystem library with the newer one.)
Any ideas? Source code and backtrace report attached.