https://bugs.winehq.org/show_bug.cgi?id=39663
--- Comment #11 from Austin English austinenglish@gmail.com --- (In reply to Nikolay Sivov from comment #5)
It installs everything it needs, you need to add native,builtin overrides for:
ucrtbase api-ms-win-crt-heap-l1-1-0 api-ms-win-crt-locale-l1-1-0 api-ms-win-crt-runtime-l1-1-0 api-ms-win-crt-stdio-l1-1-0 vcruntime140
After that installation part will work. But later it crashes in libcef anyway, and tries to reload it over and over again.
FYI, this has been fixed in winetricks for a while, so if you're seeing this after winetricks vcrun2015, your winetricks is out of date.
https://github.com/Winetricks/winetricks/issues/650 https://github.com/Winetricks/winetricks/pull/651/commits/37230c5f1efd5551db...