http://bugs.winehq.org/show_bug.cgi?id=17667
--- Comment #12 from Austin English austinenglish@gmail.com 2009-03-10 13:24:04 --- (In reply to comment #11)
Created an attachment (id=19865)
--> (http://bugs.winehq.org/attachment.cgi?id=19865) [details]
Wine logs with visio 2003 file open
there you go...
I meant for future reference...no need to attach it a second time :-).
While you're at it, be sure to redirect the output rather than cut and paste, that way the lines are broken.
Can you get a +relay,+seh,+tid trace?
$ wine notepad (cuts down on log size)
In a separate terminal: $ WINEDEBUG=+relay,+seh,+tid wine your_app.exe &> /tmp/output.txt
Trigger the bug as quickly as possible, as that log will get big. Compress with bzip2 -9 and attach here.