http://bugs.winehq.org/show_bug.cgi?id=2465
------- Additional Comments From saulius.krasuckas@elst.vtu.lt 2004-05-09 03:21 ------- i see no debug info here. :-( it would be nice to see version of wine you are running:
$ wine --version
besides, try running with some debug flags enabled:
$ WINEDEBUG=+loaddll,+process wine /..path/to/a/program
when WineDbg starts, type the "bt" command. it should output some stuff. you may try "info threads" command also. then copy all the output to some file and send it here as an attachment. if the file gets large (>250kB), compress it.
IMHO that should make report of more use.