Skip to content
Luke edited this page Jun 24, 2026 · 1 revision

🪲 Debugging and Errors

This applies to v0.5.0-b2 or later.

Tip

Because the application automatically creates a fresh copy of your configuration if it can't find one, deleting settings.json is completely safe and resolves almost all configuration issues instantly.

Error Info
ERR_101 Your settings.json file is incomplete. Delete settings.json and try again.
ERR_102 Your settings.json file has a syntax error. Delete settings.json and try again.
ERR_201 The value for upper, lower, numbers or symbols in settings.json is not a boolean (True/False). Delete settings.json and try again.
ERR_202 The value for length in settings.json is not an integer (e.g. 10). Delete settings.json and try again.
ERR_203 Your password length is too short and cannot fit all of the character types. Delete settings.json and try again.
ERR_204 You've disabled all of the character types in settings.json. Delete settings.json and try again.
ERR_301 This error occurs if the source code has been directly modified to change the minimum password length. Redownload the program.
ERR_401 You've disabled all character types in the settings menu. Please enable at least one.
ERR_411 You've chosen a password length in the settings menu that is too long.
ERR_412 You've chosen a password length in the settings menu that is too short.
ERR_501 You've entered a negative number. Please check that you didn't accidentally click the - key.
ERR_502 You've entered something that isn't a number (i.e. a word).

Clone this wiki locally