"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > currently debug channels are initialized too late. Due to that > debugging with +nls turned on doesn't show traces produced by > dlls/kernel/locale.c,LOCALE_Init().
That's because we need the locale stuff before parsing the command line, and the debug options are on the command line. The solution is to get rid of the --debugmsg option and use a WINEDEBUG environment variable instead. -- Alexandre Julliard [EMAIL PROTECTED]
