Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Information

This page intends to list the different crashes you can get and learn what they actually mean.
Every crash logs some information at the end of the log files - you can find them in
C:\Users\[USERNAME]\Documents\The Riftbreaker\exor_logs.txt

Crashes

Crash(filename not available):0 - public: void * __ptr64 __cdecl Exor::CompContainer::GetComponent(enum Exor::TypeHash) __ptr64
ExplanationWrong file name or wrong file path reference inside a file
Exampleexample_name.ent file is located in "buildings/main/example_name" but in the entity file it says "buildings/defense/example_name" as the blueprint name

Crash(filename not available):0 - Exor::CompContainer::GetComponent
ExplanationMissing value for variable in entity file
ExampleThe variable "ammo_blueprint" being " ". Instead of nothing, something should be written - like "buildings/defense/tower_alien_influence/spawner"