Config file for "<namespace>" missing or invalid. | That configuration file cannot be read. Every setting in it falls back to the value the release shipped. | Correct the syntax, usually a trailing comma or a missing bracket. Configuration changes have no effect |
Config file for "<namespace>" declares scope "<a>" but the release owns it as "<b>"; the scope cannot be changed by editing the file. | scope was edited. It records which side owns the namespace; it does not decide it, so nothing moved. | Put scope back as shipped. Configuration |
Config file for "<namespace>" declares namespace "<other>"; the filename decides the namespace. | namespace was edited, or the file was renamed and the field was not. | Make the field match the filename. Configuration |
[<namespace>] missing migration step from v1 → v2; falling back to defaults. | A configuration file from an earlier release could not be converted. The release defaults are in use. | Rewrite your settings against the current file. Update a product or the SDK |
[<namespace>] migration step v1 → v2 threw; falling back to defaults. | The conversion was attempted and failed. The release defaults are in use. | As above. Report it if it repeats. Getting help |
[<namespace>] config file from newer version (3 > 2); some keys may be ignored. | Your configuration file comes from a newer release than the product reading it. | Roll the configuration back to match the product, or update the product. |
Locale file for "<language>" is missing or invalid. | That language file is absent or cannot be read. Every piece of text falls back to the fallback language. | Check the file exists in locales and parses. Text is wrong or missing |
Cannot determine version of 'element_sdk' (requires <version>). | The SDK is running but its version cannot be read, usually an incomplete copy. | Reinstall the SDK. |
Release catalog request failed with status <n>. | The update check could not reach the release catalogue. Status 0 usually means the request never left the machine. | Nothing is broken. Turn the check off if your server has no outbound access. Server settings |
Release catalog response is invalid. | The catalogue was reached but could not be read. | Nothing is broken. It is retried at the next start. |
<resource> is outdated: v<a> installed, v<b> available. | A newer release exists. | Informational. Update a product or the SDK |
Skipped "<name>", keybinds are unsupported on RedM. | A product that registers a key was started on a RedM server. Element Labs products are built for FiveM. | Not supported. Server requirements |
"<name>" is already registered, returning existing binding. | Two keys were registered under the same name, usually a product restarted while its client was connected, or two resources chose the same name. The key registered first keeps working; the second registration is ignored. It appears in the player’s own console, not the server’s. | Nothing to do if the key responds. If it triggers the wrong action, the two resources chose the same name and one of them has to change it. |