http://bugs.winehq.org/show_bug.cgi?id=9396
--- Comment #30 from Austin English austinenglish@gmail.com 2010-01-03 13:11:56 --- (In reply to comment #29)
Created an attachment (id=25521)
--> (http://bugs.winehq.org/attachment.cgi?id=25521) [details]
+commdlg log
commdlg channel trace, with a file open operation :
- dialog appears after 5 error pop-ups
- when displayed, all the dialog is "locked" : no file can be choosed from the
file list.
- clicking to the parent directory icon works, and then files can be selected.
- every time a file or a folder is clicked, the error message pops-up.
- a file is selected and opened (2 error pop-ups).
the trace was made with regular (stripped) wine version. Is a version with symbols useful for this problem ?
Symbols are only useful for a crash/backtrace. Most distros have them in a wine-dev or wine-dbg package. Or you can compile wine yourself, and use the '-g' CFLAG.