https://bugs.winehq.org/show_bug.cgi?id=46800
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #16 from Piotr Caban piotr.caban@gmail.com --- Created attachment 64008 --> https://bugs.winehq.org/attachment.cgi?id=64008 Patch that changes forwards to stubs so we can find function that causes trouble
The application is using it's own code to find needed functions that is not working with forwarded functions. I guess this bug is related to this.
Could you please try running it with current wine + attached patch? I'm expecting the application to crash with following message printed to console: wine: Call from ADDRESS to unimplemented function msvcp140.dll.FUNC_NAME, aborting The FUNC_NAME will tell us what needs to be fixed.