https://bugs.winehq.org/show_bug.cgi?id=47508 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban(a)gmail.com --- Comment #6 from Piotr Caban <piotr.caban(a)gmail.com> --- The application tries to compare following strings: L"\x0008" and L"" The strings are identical according to Unicode Collation Algorithm (that is used in wine to compare Unicode strings). In order to fix this bug we will need to use different algorithm or modify the collation tables. Note for people trying to reproduce it: the application starts for me only when stdout/stderr is redirected (doesn't work when output goes to console). -- 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.