BUG: Debug channels get initialized too late

Dmitry Timoshkov dmitry at baikal.ru
Thu Nov 27 22:06:18 CST 2003


"Dmitry Timoshkov" <dmitry at baikal.ru> wrote:

> "Alexandre Julliard" <julliard at winehq.org> wrote:
> 
> > 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.
> 
> Do you mean WINEOPTIONS? If yes, what is correct syntax for it?
> 
> WINEOPTIONS="--debugmsg +nls" wine notepad &>notepad.log

Actually using WINEOPTIONS has exactly the same problem:
traces produced by dlls/kernel/locale.c,LOCALE_Init() DO NOT
appear in the log.

-- 
Dmitry.





More information about the wine-devel mailing list