Information
This page intends to list the different errors you can get and learn what they actually mean.
Errors are found in the log files - you can find them in
C:\Users\[USERNAME]\Documents\The Riftbreaker\exor_logs.txt
Errors
Error | GuiImage.cpp:49 - EXOR_ASSERT( Error: invalid material: gui/hud/XYZ_icon ) |
---|---|
Explanation | Wrong file name or wrong file path reference inside a file |
Note | Each texture (even gui) requires a material file |
-- | -- |
Error | MeshComponent.cpp:308 - Error : Overriden Material is not exist! |
Explanation | Missing material file or material file entry |
Note | Check if a material file exists in `material > scripts` and if it contains the textures for this entity |