EngineErrorCodes: error 53
authorWuzzy
Sun, 15 Jul 2018 16:08:22 +0100
changeset 1472 55cfbaec4484
parent 1471 69fb97fee814
child 1473 d4847497949d
EngineErrorCodes: error 53
EngineErrorCodes.wiki
--- a/EngineErrorCodes.wiki	Sun Jul 15 16:06:56 2018 +0100
+++ b/EngineErrorCodes.wiki	Sun Jul 15 16:08:22 2018 +0100
@@ -10,7 +10,7 @@
 || 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 ||
-|| 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 ||
+|| 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. This is probably a bug || See [https://www.freepascal.org/docs-html/user/userap4.html Free Pascal run-time errors] || [http://www.hedgewars.org/bugs Report a bug], then someone should fix it ||