ESP_Sprite wrote: ↑Wed Jan 25, 2023 1:56 amNothing much I can deduce from only that, but I can tell you from experience that issues like this tend to be because of memory corruption. Check your code for buffer overflows, use-after-free situations etc.
I can confirm this is indeed due to an overflow.
Stack overflow, in my case!