http://bugs.winehq.org/show_bug.cgi?id=4431
------- Additional Comments From imago@devinity.de 2006-30-01 10:23 ------- yes, 'pass' should do the right thing. Probably you just run into the next C++ exception. Chances are good that there are *lots* of them :/ Don't know if it is possible to setup winedbg to ignore certain exception codes ? Would be a nice thing to have...
Or you could put a simple check to avoid sending C++ exception events to the debugger. (IIRC the relevant code is in the RaiseException function, but I don't have the source code around atm to check).