http://bugs.winehq.org/show_bug.cgi?id=27969
--- Comment #10 from Austin English austinenglish@gmail.com --- (In reply to comment #9)
Created attachment 47200 [details] Output from winedbg
This is the backtrace from running winedbg as instructed at http://wiki.winehq.org/Backtraces
If I need to do something else, please advise with specific commands as I'm not familiar with wine debugging
Your backtrace lacks debugging symbols. As you said you're on ubuntu, try: $ sudo apt-get install wine-dbg
and get a second backtrace. It should source line numbers, as the wiki example shows.
For the other log, run: $ WINEDEBUG=+imagelist,+seh,+tid wine explorer >> log.txt 2>&1
then attach log.txt here