http://bugs.winehq.org/show_bug.cgi?id=9591
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev@web.de
--- Comment #2 from Detlef Riekenberg wine.dev@web.de 2007-09-05 16:56:17 --- Your wine has no Debug-Informations.
Please use an official Package (or build wine from source with debug-symbols) and attach ~1000 lines from the logfile around the crash:
WINEDEBUG="+commdlg,+winspool,+print,+driver,+loaddll" wine yourapp.exe 2>&1 | tee logfile.txt
(all of the above command in one line)
Thanks