Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Run from command-line without X server running #255

Closed
ghost opened this issue Feb 14, 2018 · 1 comment
Closed

Run from command-line without X server running #255

ghost opened this issue Feb 14, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 14, 2018

I'm running outside of docker.

I checked out the repo, then did npm install (with version 6 of node). BTW, I had to manually install the sharp package after.

Unless I have an X server running, I get:

terminate called after throwing an instance of 'std::runtime_error'
what(): eglInitialize() failed.

Aborted (core dumped)

I tried running:

/usr/bin/Xvfb -- :99 -screen 0 1024x768x24 -ac +extension GLX +render -noreset

but I still get the error unless my shell is connected to an X server.

Is that intended behavior, or is it possible to run without the dependency on the X server?

Thanks,
John

@petrsloup
Copy link
Member

No, it is not possible to run without X server at the moment.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

No branches or pull requests

1 participant