You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is actually calling load without arguments. It should give an error and bail – it actually gives and error but then tries to go ahead and dereference a non-existent pointer, which I've heard is bad.
Patch and Crash attached. When I try to call load (incorrectly albeit) using a
trigger
object Max is sad and crashes.Patch
Crash
Max_2021-10-27-122105_Jamess-MacBook-Pro-2.crash.zip
The text was updated successfully, but these errors were encountered: