https://bugs.winehq.org/show_bug.cgi?id=45782
Bug ID: 45782 Summary: Unhandled exception: unimplemented function api-ms-win-crt-math-l1-1-0.dll._Cbuild called in 64-bit code Product: Wine Version: 3.15 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: api-ms-win-* Assignee: wine-bugs@winehq.org Reporter: htl10@users.sourceforge.net Distribution: ---
quite straight forward:
1. Download 64-bit version of mono:
https://download.mono-project.com/archive/5.14.0/windows-installer/mono-5.14...
2. install it in a new prefix:
WINEPREFIX=/someplace wine64 msiexec /i mono-5.14.0.177-x64-0.msi
3. start command line console:
WINEPREFIX=/someplace wine64 cmd
4. run this command in the console:
"c:/Program Files/Mono/bin/mkbundle.bat" --list-targets
Unhandled exception: unimplemented function api-ms-win-crt-math-l1-1-0.dll._Cbuild called in 64-bit code ...