mirror of
https://github.com/godotengine/godot.git
synced 2025-01-24 21:01:50 +08:00
Merge pull request #86409 from Calinou/displayserver-failure-message-suggest-headless
Suggest `--headless` CLI argument in DisplayServer not found error message
This commit is contained in:
commit
ebbc985cf8
@ -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