https://bugs.winehq.org/show_bug.cgi?id=47508
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #6 from Piotr Caban piotr.caban@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).