EngineErrorCodes.wiki
changeset 1873 0b0c0a66ebf7
parent 1483 26ce5d1ea7c1
equal deleted inserted replaced
1872:5d381521e757 1873:0b0c0a66ebf7
     7 This is the list of all possible error codes:
     7 This is the list of all possible error codes:
     8 
     8 
     9 || *Exit code* || *Meaning* || *Description* || *Solution* ||
     9 || *Exit code* || *Meaning* || *Description* || *Solution* ||
    10 || 0 || No error || Engine exited normally || N/A ||
    10 || 0 || No error || Engine exited normally || N/A ||
    11 || 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 ||
    11 || 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 ||
    12 || 52 || Fatal error || Generic error for critical errors at runtime || Check the error message or the end of `Logs/game0.log` in your [http://hedgewars.org/wiki/User_directory user directory] for clues ||
    12 || 52 || Fatal error || Generic error for critical errors at runtime || Check the error message or the end of the log files in `Logs` in your [http://hedgewars.org/wiki/User_directory user directory] for clues ||
    13 || 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 ||
    13 || 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 ||
    14 || 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 ||
    14 || 54 || Fatal error, no IPC socket || Similar to error 52, but the IPC socket is not working for some reason || Check the log files in `Logs` in your [http://hedgewars.org/wiki/User_directory user directory] for clues ||
    15 || 55 || Video encoding error || Error while 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 ||
       
    16 || 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 ||
    15 || 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 ||
    17 
    16 
    18 == Error codes when performing engine test cases ==
    17 == Error codes when performing engine test cases ==
    19 When the engine is used to perform [EngineTestCases test cases], the follwing additional codes are used:
    18 When the engine is used to perform [EngineTestCases test cases], the follwing additional codes are used:
    20 
    19