https://bugs.winehq.org/show_bug.cgi?id=41695
sylviu44@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sylviu44@gmail.com
--- Comment #3 from sylviu44@gmail.com --- Created attachment 56159 --> https://bugs.winehq.org/attachment.cgi?id=56159 attempted implementation for nearbyint stub
I have exactly the same problem here.
After a lot of trial and error, I found that overriding api-ms-win-crt-math-l1-1-0.dll and vcruntime140 fixes errors, and even shows a window, but crashes soon after, and complains about an unimplemented ucrtbase.nearbyint. If I try to override ucrtbase it just keeps crashing without even showing the window.
Tried using wine-1.9.23-46-g38372d1 (from git), wine-1.9.23, and even an old patched wine-1.9.11, they all show the same symptoms.
I also tried to fix it myself, but my patch doesn't do anything, it still complains about it being unimplemented.