http://bugs.winehq.org/show_bug.cgi?id=2977
------- Additional Comments From Speeddymon@gmail.com 2005-24-05 01:26 ------- ok, nothing there.. but at least it gets rid of all of the warnings and the check for the winecfg.. Try running WINEDEBUG=+relay wine HW2.exe
and output it to a log (warning: this will be a HUGE file)..
After it crashes, use grep to find the line number of the line that says unhandled exception, starting debugger (searching for just unhandled exception should do). Then use tail to trim all but 500 lines before and after that line, and attach the log here.. if you can get a winedbg backtrace, it would be helpful too, but not necessary..