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
Wrong file name or wrong file path reference inside a file
Example
example_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
Explanation
Missing value for variable in entity file
Example
The variable "ammo_blueprint" being " ". Instead of nothing, something should be written - like "buildings/defense/tower_alien_influence/spawner"