http://bugs.winehq.org/show_bug.cgi?id=60338 Bernhard Übelacker <bernhardu@mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org Regression SHA1| |475eb6d07e980c42c9833f0cbef | |62d047f1a7ec9 Keywords| |regression --- Comment #1 from Bernhard Übelacker <bernhardu@mailbox.org> --- Hello, I tried to reproduce the issue and it seems not limited to wine-staging, instead also vanialla wine shows it. Following command line might come handy when running from a terminal: wine-11.16: $ LANG=nn_NO.UTF-8 wine cmd /C "foo" Can't recognize 'foo' as an internal or external command, or batch script. wine-11.17: $ LANG=nn_NO.UTF-8 wine cmd /C "foo" لا يمكن استكشاف 'foo' كأمر داخلي أو خارجي و لا حتى مخطوطة. A git bisect leads us to this commit: 475eb6d07e980c42c9833f0cbef62d047f1a7ec9 is the first broken commit commit 475eb6d07e980c42c9833f0cbef62d047f1a7ec9 (HEAD) Author: Alexandre Julliard <julliard@winehq.org> Date: Tue Sep 1 10:13:55 2026 +0200 ntdll: Use the preferred UI language list to load resources. Reverting that commit from current tip makes the output again like before. -- 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.