3.3 Crashlogs and Return Files
For Amberite a2.1
return.txt
The return file, located under the config directory, contains the most recent exit information.
By default, this file is empty, otherwise it will follow this format:
First Line: Contains "error", if it should display an error message on the main menu.
Second Line: Contains error string to display.
Further Lines: Contains debug information about registers and a raw stack dump, aswell as if the thread in question was a server thread or not.
Load-time Errors
A plugin used during world creation is not present on your device: [Plugin Name]
A plugin that was listed under the PLUGINS file in the respective world directory was not found in the plugin directory with that exact name.
No listed plugin is a behaviour plugin! Make sure to add one during world creation (e.g. Spliced Default Resources).
No plugin listed under the PLUGINS file contains a .bin directory with an out.bin file
No listed plugin contains a ui implementation! Make sure to add one during world creation (e.g. Spliced Default Resources).
No plugin listed under the PLUGINS file contains a ui directory with a ui.txt file.
Load- and Run-Time Errors
A resource failed to load in time.
A plugin tried to load a file that is either not present or took to long to load.