https://bugs.winehq.org/show_bug.cgi?id=40408
--- Comment #7 from Piotr Caban piotr.caban@gmail.com --- The problem is that __CxxRegisterExceptionObject is called to early in call_catch_block. The solution I have used to handle rethrown objects is not correct. I'm working on a proper fix.