[Bug 49489] Incorrect rendering in Warframe with nvidia

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jul 1 01:40:07 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49489

--- Comment #5 from GloriousEggroll at 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/b86dc3926bfe5cd92400aa96c89b0255eba1d447
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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list