Just fixed. It seems that the sanitizer is not properly finding “concrete”/editables miss usage
This was one of my culprits:
The problem is, I’ve had the first version of the struct for about a month, with no errors whatsover, we’ve been even able to publish private versions.
Also seems it only happens with certain types of data, it’s really simple to reproduce:
If you comment out both the particle system and the animation sequence (which I’ve had in my verse-crashing structs/classes) no error happens even if you left the float, which should also requests a initial value. But as soon as you uncomment them, the server crashes without prompting any errors
using { /Verse.org/Assets }
using { /Verse.org/Simulation }
new_struct := struct:
#@editable
#ParticleSystem : particle_system
#@editable
#AnimationSequence: animation_sequence
@editable
MyFloat: float