We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some times we running game on servers without video device, and headless mode megaglest --headless-server-mode=vps works fine
video device
megaglest --headless-server-mode=vps
But if you want to ./megaglest --list-techtrees this return Couldn't initialize SDL: No available video device
./megaglest --list-techtrees
Couldn't initialize SDL: No available video device
I test a lot of commands everything but megaglest --version doesn't work
megaglest --version
I think It's should work without video device
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some times we running game on servers without
video device
,and headless mode
megaglest --headless-server-mode=vps
works fineBut if you want to
./megaglest --list-techtrees
this returnCouldn't initialize SDL: No available video device
I test a lot of commands everything but
megaglest --version
doesn't workI think It's should work without
video device
The text was updated successfully, but these errors were encountered: