[Bug 45220] Regression: Hearthstone-Deck-Tracker stoped working after wine-2.21

wine-bugs at winehq.org wine-bugs at winehq.org
Sun May 20 09:13:37 CDT 2018


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

--- Comment #4 from Matej Spindler <spindler.matej at 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.

-- 
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