https://bugs.winehq.org/show_bug.cgi?id=48227
--- Comment #7 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to John B from comment #6)
(In reply to Louis Lenders from comment #4)
There`s a regression apparently as you already mentioned..
Could you set all dlls to builtin (in winecfg) and add debuglog so developers could have a look at it :
WINEDEBUG=+msvcrt wine name_of_app.exe &>log.txt (attach bzipped2 log.txt to bugreport)
Done, using wine 4.21 (pre-compiled from the Arch repo) on my x64 machine where I had not yet updated the vcredist_x86.exe
Hopefully that'll be helpful.
Hi John, unfortunately the attachment only contains the backtrace of the crash. Could you try again WINEDEBUG=+msvcrt wine name_of_app.exe and check, it should really produce a lot of output , then redirect to log.txt. Thanks