mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Suggest --headless
CLI argument in DisplayServer not found error message
This is helpful for newcomers setting up Godot on CI, as this provides automatic guidance as for why it doesn't run out of the box if there's no X11 server available.
This commit is contained in:
parent
9d1cbab1c4
commit
6da4d5bd60
@ -2463,7 +2463,7 @@ Error Main::setup2() {
|
||||
}
|
||||
|
||||
if (err != OK || display_server == nullptr) {
|
||||
ERR_PRINT("Unable to create DisplayServer, all display drivers failed.");
|
||||
ERR_PRINT("Unable to create DisplayServer, all display drivers failed.\nUse \"--headless\" command line argument to run the engine in headless mode if this is desired (e.g. for continuous integration).");
|
||||
return err;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user