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
With the changes of 0337d2e to PolymodInterpEx, attempts to access a non-existent field on a superclass aren't properly handled anymore; because all script# functions assume the ASC isn't null this causes a Null Object Reference error.
Expected Behavior
I should get an Invalid Field Access error instead.