http://bugs.winehq.org/show_bug.cgi?id=19292
--- Comment #12 from Jeff Zaroyko jeffz@jeffz.name 2009-07-18 22:23:07 --- (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...