[Bug 52847] New: GetACP() returns CP_UTF8 on some debian VM

WineHQ Bugzilla wine-bugs at winehq.org
Thu Apr 21 10:29:29 CDT 2022


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

            Bug ID: 52847
           Summary: GetACP() returns CP_UTF8 on some debian VM
           Product: Wine
           Version: 7.6
          Hardware: x86-64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: kernel32
          Assignee: wine-bugs at winehq.org
          Reporter: eric.pouech at orange.fr
      Distribution: ---

wine's tests in kernel32/tests/process.c fail on some Debian VM
(Dhivehi:Maldives and Hindi:India)
debugging it shows:
- conhost (in window.c) aborts at startup because TranslateCharsetInfo(
GetACP() ...) fails in Wine
- both locale return CP_UTF8 from GetACP()
- testing on windows vm (Hindi), show that GetACP() returns 1252 CP

- moreover, testing on Win11 TranslateCharsetInfo( CP_UTF8 ) succeeds

returning the Win11 values for CP_UTF8 in TranslateCharsetInfo let the
kernel32:process run "correctly" (ie no longer showing the specific errors
related to TranslateCharsetInfo)

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