https://bugs.winehq.org/show_bug.cgi?id=48087
--- Comment #3 from Andrew Randrianasulu randrianasulu@gmail.com --- (In reply to Erich E. Hoover from comment #1)
Andrew,
Thanks for fast reply!
With respect to the first one, would you mind using Dependency Walker (http://www.dependencywalker.com/) to see which msvcr* library the program is using? (usually this is something like msvcr90 or msvcr100, but it can also be ucrtbase)
It seems to use MSVCR120.DLL and MSVCP120.DLL
With the second case you should be able to run the application with WINEDEBUG="+msvcrt" and look for scanf. For example: WINEDEBUG="+msvcrt" wine myprogram.exe 2>&1 | grep scanf
On broken or working case? I already applied patch revert to 4.19, and this one works ...
Hopefully this will give us enough to figure out what's going on and I can take it from there :)