# HG changeset patch # User Wuzzy # Date 1531667947 -3600 # Node ID 9acf831ac2341215da9c18d91741c1a511b7dc5b # Parent b4729a383c9c1ff395d25b36c24f163a9d142cef EngineErrorCodes: other reasons for fatals diff -r b4729a383c9c -r 9acf831ac234 EngineErrorCodes.wiki --- a/EngineErrorCodes.wiki Sun Jul 15 16:18:15 2018 +0100 +++ b/EngineErrorCodes.wiki Sun Jul 15 16:19:07 2018 +0100 @@ -9,7 +9,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. Type `hwengine --help` in a command line for help || -|| 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 || +|| 52 || Fatal error || Generic error for critical errors. Commonly happens when a critical file like an image was not found, but other reasons are possible || 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 dependencies] and if you have the latest video 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 || || Other || Free Pascal run-time error, see [https://www.freepascal.org/docs-html/user/userap4.html here] || This is probably a bug. Or it might be a problem in your system. || If you believe this is a bug, [http://www.hedgewars.org/bugs report a bug], then someone should fix it ||