-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
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
[🐛 Bug] Error, no command specified to run the game. Exiting. #72
Comments
I have the same problem and running it with |
I can't get it to work, either. It definitely seems you have to pass the game command directly to
It's worth mentioning that the readme said to set up nvidia-docker, but the nvidia-docker repo says it's been deprecated and replaced with nvidia container toolkit, so I installed and set up that instead of |
Hey, this has been fixed by #73 |
@suchipi it seems like your Xterm error might be unrelated to the startup.sh, can you give more details. Try docker pulling the latest server image like so:
Then try running again. Tell us if you get the Xterm error again. |
The previous issue is fixed now, it seems to startup, but wine and proton just die instantly and the game does not start. Here is my attempt to start it Here are the logs |
Hey @dgudim Thank you so much for the video, this is the most comprehensive feedback anyone has given so far. From the video, I can tell that wine has trouble getting a display to draw its dialog on, which means that Xorg is not working for some reason. From the However, this raises the question, how comes the X11 unix socket is present? Also, from the entrypoint logs, Fatal server error:
(EE) no screens found(EE)
(EE) I have seen this error before, but I cannot remember what I did to solve it. @ehfd what do you think? Oh, and what tool did you use to record your terminal @dgudim ? Thanks :) |
If I can help you with debugging, I'll do what I can
asciinema (https://github.com/asciinema/asciinema) (then converted to gif using https://github.com/asciinema/agg, then to mp4 and sped up some boring parts with ffmpeg :) ) |
You need to clear all junk files which are supposed to lock the state of the screen and restart again. For more information, you need the Xorg.0.log. |
Sorry for the delay, I almost got this working. The steps I took are as follows:
Now everything seems to start normally and doesn't die. But upon loading the website I get a black screen and a COEP error |
Hey, that's really nice. At least you figured out the docker issue. For the CrossOrigin Isolation header, they are now fixed... you should be able to play without requiring any extension(s). As for the cursor, are you getting any |
Hey.
Nice!
No, but I am getting Edit: Tested in a VM, the cursos binds, but it's not even close to 1:1 and after clicking 'yes' in the install prompt, the game didn't launch Edit 2: Modified supervisor config to launch xterm, it worked! So it looks like the only real showstopper here is the |
Seems like it's related to this piece of code, but I am not sure const [u] = ct();
u.value && (await u.value.requestFullscreen(),
u.value.requestPointerLock({
unadjustedMovement: !0
})) |
Following the step-by-step guide I can't get it to start.
Doing
/etc/startup.sh > /dev/null &
never produces .X11-unix in tmp.Running it without
&
gives the following message:Error, no command specified to run the game. Exiting.
The text was updated successfully, but these errors were encountered: