# HG changeset patch # User Wuzzy # Date 1531667199 -3600 # Node ID 00be2c8b4d5d1d3013c34d6f57437aac973f1577 # Parent 2bec529b425b1299c598526b32add02d51364da3 EngineErrorCodes: command line diff -r 2bec529b425b -r 00be2c8b4d5d EngineErrorCodes.wiki --- a/EngineErrorCodes.wiki Sun Jul 15 16:05:45 2018 +0100 +++ b/EngineErrorCodes.wiki Sun Jul 15 16:06:39 2018 +0100 @@ -8,7 +8,7 @@ || *Exit code* || *Meaning* || *Description* || *Solution* || || 0 || No error || Engine exited normally || N/A || -|| 51 || Usage error || The engine was launched with invalid command line arguments || Check your command-line arguments. Use `hwengine --help` for a list || +|| 51 || Usage error || The engine was launched with invalid command line arguments || Check your command-line arguments. Type `hwengine --help` in a command-line for a list || || 52 || Fatal error || Generic error for critical errors. Commonly happens when a critical file like an image was not found || Check the error message or the end of `Logs/game0.log` in your [http://hedgewars.org/wiki/User_directory user directory] for clues || || 53 || Startup error || Failure while initializing stuff on startup, like graphics, shader, OpenGL stuff, etc. || Check your [Dependencies] and if you have the latest drivers installed and update them as needed || || 54 || Fatal error, no IPC socket || Similar to error 52, but the IPC socket is not working for some reason || Check the end of `Logs/game0.log` in your [http://hedgewars.org/wiki/User_directory user directory] for clues ||