Kriper1111
Results
2
comments of
Kriper1111
You can add `mixin.entity.fast_retrieval=false` to `radium.properties` in config folder to force Radium skip mixing in the entity fetch optimization as a workaround.
For some reason, calling the destructor explicitly `core->~Core();` doesn't raise the error, while `delete core;` does. (at least for me it didn't)