PathOfExileClient terminated unexpectedly, StackOverflow link to resolve issue
" Per this StackOverflow link, https://stackoverflow.com/questions/28757161/can-a-terminate-handler-throw-an-exception, when `__cxa_rethrow` calls `std::_terminate` (as we see in the stack dump above), then it's because somewhere in the C++ code you're calling `throw;` instead of `throw theException;`. I can't tell you where in the code this bug is because I don't have your debugging symbols. Considering that SO post, you could probably grep the source code for "throw;" and look for the area around character creation and also the area around character selection. Hopefully, this detective work helps accelerate your debugging. btw, this is on the MacOS client. Last bumped on Jul 30, 2024, 11:19:17 PM
This thread has been automatically archived. Replies are disabled.
|
![]() |