https://bugs.winehq.org/show_bug.cgi?id=48335
--- Comment #1 from Piotr Caban piotr.caban@gmail.com --- The regression is caused by 2d4b48a58d8a4a79eaf922f6b9c0375a38bce9b9.
This commit assumes that the nested_trylevel contains catchblock trylevel (that the nested exception raised from). While in current wine it contains current frame trylevel (or 0 if there's no nested exception). Anyway current code doesn't make sense.