http://bugs.winehq.org/show_bug.cgi?id=5960 ------- Additional Comments From mike(a)codeweavers.com 2006-14-08 22:23 ------- Try something like this so you can get a backtrace: diff --git a/dlls/kernel/except.c b/dlls/kernel/except.c index 8ff81f2..52ed468 100644 --- a/dlls/kernel/except.c +++ b/dlls/kernel/except.c @@ -489,7 +489,7 @@ LPTOP_LEVEL_EXCEPTION_FILTER WINAPI SetU LPTOP_LEVEL_EXCEPTION_FILTER filter ) { LPTOP_LEVEL_EXCEPTION_FILTER old = top_filter; - top_filter = filter; + //top_filter = filter; return old; } -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.