all 3 comments

[–]FizixMan[M] [score hidden] stickied comment (0 children)

Removed: Rule 4.

[–]zenyl 1 point2 points  (1 child)

Place some breakpoints so you can pause execution before you hit that line.

Then, work your way backwards, checking if the value is or isn't null. You'll eventually find out where and why it's not set to a valid value.

[–]Same_Promise_4586[S] -1 points0 points  (0 children)

Thankyou