Closed
Description
Reported happening on iOS by GiuFar49 on Discord. Kurugawon is the red insect-like creature in the first chapter.
Solution:
Tools > Developer Tools > Cpu Core > Change from IR Interpreter to Interpreter
Tools > Developer Tools > JIT Debug Tools > Check VFPU_VEC
This indicates that we have an IR interpreter bug related to the vector instructions (or one of the optimization passes..). Although the two solutions above should be independent since VFPU_VEC is not checked when running the regular interpreter.