https://bugs.winehq.org/show_bug.cgi?id=49489
--- Comment #5 from GloriousEggroll@gmail.com --- Created attachment 67618 --> https://bugs.winehq.org/attachment.cgi?id=67618 hotfix ntdll init_locale
Fixed the nvidia + dxvk issue:
https://github.com/wine-mirror/wine/commit/b86dc3926bfe5cd92400aa96c89b0255e... ntdll/locale.c
line 867
This was removed:
setlocale( LC_NUMERIC, "C" ); /* FIXME: oleaut32 depends on this */
But was never added to the newly moved function. Apparently the nvidia driver relies on this being set.