chourmovs wrote: > buggzilla maintainer tell me "there's no backtrace in console output" in comment to my newly posted bug > > here is the bug: http://bugs.winehq.org/show_bug.cgi?id=13450 > > i don't understand this and if i have something to do > Thank you for explanations Usually when something crashes Wine attaches it's own debugger and generating a backtrace of the crash. In some cases, programs might intercept this and create their own "bug report", "crash dump" or just "memory dump". If you don't get a backtrace from Wine, then try to find that other report and attach it. Or if it's a memory dump - load it with winedbg and do 'bt all'. Then attach the output.