Gab
Gab
https://pastebin.com/wKyaLXpc I have created the empty classes without using any Cosmos types.
Yes I have noticed this. I was running several PITTimers as makeshift threads and one caused a NullReferenceException in a try-catch, but instead of handling the error, the CPU halted...
What is the type of the objects in the list? Because perhaps you cannot create a null item like that. I would personally use List.Remove
I have found out that when a Null Reference Exception occurs anywhere, it causes an invalid opcode exception and halts the CPU.