http://bugs.winehq.org/show_bug.cgi?id=19292 --- Comment #13 from Kevin Whitaker <eyecreate(a)gmail.com> 2009-07-18 22:37:39 --- (In reply to comment #12)
(In reply to comment #11)
(In reply to comment #10)
(In reply to comment #9)
I was able to find out how to get gdb and wine to work and now have a backtrace. (not a very good one because of no debug symbols)
Build wine from source and get this backtrace with debug symbols again please.
I did, and it didn't change the output. I was confused why it didn't show any different myself. Is there a way to run wine after building it without uninstalling a system wide wine?
yes, it runs self-contained from the build directory. T
eg, if you're using git and your repo is in ~/git/wine
cd .wine/drive_c/Program\ Files/Nancy\ Drew/ ~/git/wine/wine nancy.exe
See if the backtrace appears without using winedbg, otherwise
~/git/wine/wine winedbg nancy.exe use 'c' to start.
substituting the real paths and executable names...
I'm not getting much more on the important side. http://pastebin.ca/1499750 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.