# HG changeset patch # User Wuzzy # Date 1531667839 -3600 # Node ID d4847497949de13001ca3ee593b12da1fb1c7ed0 # Parent 55cfbaec4484c3338bb710c81468135bfc5c0288 EngineErrorCodes: problem in yuor system diff -r 55cfbaec4484 -r d4847497949d EngineErrorCodes.wiki --- a/EngineErrorCodes.wiki Sun Jul 15 16:08:22 2018 +0100 +++ b/EngineErrorCodes.wiki Sun Jul 15 16:17:19 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 || 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. 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 || +|| 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 == When the engine is used to perform [EngineTestCases test cases], the follwing additional codes are used: