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.
https://bugs.winehq.org/show_bug.cgi?id=44703
Shang Jiaxuan shangjiaxuan@pku.edu.cn changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |shangjiaxuan@pku.edu.cn Keywords| |source Severity|normal |blocker
https://bugs.winehq.org/show_bug.cgi?id=44703
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Keywords| |download CC| |focht@gmx.net URL| |https://github.com/shangjia | |xuan/Calculator/releases Severity|blocker |normal Status|UNCONFIRMED |RESOLVED Summary|Cannot run the program in |calculator application |wine (Console app) |crashes on unimplemented | |function | |msvcp140.dll.?uncaught_exce | |ptions@std@@YAHXZ
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
dupe of bug 44278
Use 'winetricks -q vcrun2017' to work around.
Regards
*** This bug has been marked as a duplicate of bug 44278 ***
https://bugs.winehq.org/show_bug.cgi?id=44703
--- Comment #2 from Shang Jiaxuan shangjiaxuan@pku.edu.cn --- Thanks for helping! Finally got it running now.
https://bugs.winehq.org/show_bug.cgi?id=44703
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicates