http://bugs.winehq.org/show_bug.cgi?id=27969 --- Comment #11 from doctordruidphd(a)yahoo.com --- (In reply to comment #10)
(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
I do have wine-dbg installed, this is what I have: greenman(a)Wolfenstein:~$ dpkg --get-selections | grep wine1.7 wine1.7 install wine1.7-amd64 install wine1.7-dbg:amd64 install wine1.7-i386 install I ran the traces again; if they aren't right, I can try again with other commands. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.