https://bugs.winehq.org/show_bug.cgi?id=45220
--- Comment #4 from Matej Spindler spindler.matej@gmail.com --- Created attachment 61456 --> https://bugs.winehq.org/attachment.cgi?id=61456 Clear flags for LOCALE_NOUSEROVERRIDE
I think I found the problem.
HDT is requesting locale info for: locale="en" with lctype=0x8000006d
combined flags are: lctype=LOCALE_NOUSEROVERRIDE & LOCALE_SPARENT
Patch from Bug 44084 misses this situation.
The attached patch solves the issue with HDT, but I don't know what I'm doing and don't know if it's the correct solution.