Steven Edwards steven_ed4153@yahoo.com writes:
The last time I tested I couldnt get anything to work but now FIXME and ERROR do. I guess maybe I did something wrong the last time I tried to test. Are the TRACE and WARN messages only for WINEserver? Those still dont show up for me.
They are off by default, they are switched on by the --debugmsg flag, which of course doesn't work for you... you can simulate it by calling wine_dbg_parse_options() from somewhere in the app startup code.