tsu icon indicating copy to clipboard operation
tsu copied to clipboard

Editor freezes from module-scope exceptions

Open mihe opened this issue 5 years ago • 0 comments

Module-scope exceptions can potentially result in some/all functions not being exported, which will make FTsuContext::Invoke abort early and cause Stack.Code to never move, resulting in UObject::ProcessInternal getting stuck on while (*Stack.Code != EX_Return).

mihe avatar Mar 25 '19 19:03 mihe