# HG changeset patch # User Wuzzy # Date 1531830312 -3600 # Node ID 0ba225ae66189346874464ff8dffae1b19be61f7 # Parent 44e68088ef5c3d2ab15f58acf8cafb50227ad100 EngineErrorCodes: fix typo diff -r 44e68088ef5c -r 0ba225ae6618 EngineErrorCodes.wiki --- a/EngineErrorCodes.wiki Tue Jul 17 13:23:24 2018 +0100 +++ b/EngineErrorCodes.wiki Tue Jul 17 13:25:12 2018 +0100 @@ -12,7 +12,7 @@ || 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 || -|| 55 || Video encoding error || Happens when a video recording is being encoded, might be an iinitialization or file access error || Check the end of `Logs/rec0.log` in your [http://hedgewars.org/wiki/User_directory user directory] for more information || +|| 55 || Video encoding error || Happens when a video recording is being encoded, might be an initialization or file access error || Check the end of `Logs/rec0.log` in your [http://hedgewars.org/wiki/User_directory user directory] for more information || || 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 || == Error codes when performing engine test cases ==