-
-
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] Cannot find .X11-unix directory #74
Comments
Hi @AppStudioLB 👋🏾 Its seems like your entrypoint.sh script might be missing something. What do you get when you run, "cat /tmp/entrypoint-stdout---supervisor-d7yzyqo_.log"? |
When I look at the log file, this error occurs repeatedly. |
It seems like entrypoint is having trouble downloading Nvidia drivers for you. Could you try running
Also, run this bash command while inside the container:
|
nvidia-smi
bash command |
There seems to be a problem with identifying your Nvidia drivers version. How are you passing the GPU to the container? Are you passing in the Can you also run |
My comment above refers to the container’s status(nvidia-smi). Additionally, when I check it in the cmd(powershell) and I can see the Docker in the process list. |
Hi @AppStudioLB. Are you using Windows right? At the moment the project is not compatible with it, only Linux-based operating systems are compatible (preferably Ubuntu or Debian) @wanjohiryan. I had the same problem when I tried to use the project on Windows (WSL), there are some ways to get around this, but so far I haven't been able to get the project to run. I believe it would be important to put a disclaimer in the Readme (at least momentarily) that the project is only compatible with Linux. |
I will do that, thank you @djpremier for the info. Seems like Nvidia has trouble passing the GPU over to the container on WSL. Did you manage to make it work? If so, how? I would really love to support WSL |
There are some other parameters that need to be placed in docker run to pass the information that is in WSL regarding the video card. Ideally, you should not install the driver within Docker, as it would be managed by the driver itself that is in Windows, but currently it is necessary to do this in order to have the The problem I have now is the following, WSLg makes graphical applications work without problems, but to do so it instantiates Xwayland itself, so when trying to execute the One point I would like you to check on your Linux OS is whether there is If you want, we can talk on Discord and do some tests, but I'm really running out of ideas on what to modify to be able to execute the project hehe. (My English is pretty bad, but we can try calling too) |
Hi In Step 5: Running Your Game, I cannot find the .X11-unix directory. It doesn't appear. How long do I need to wait? Thank You.
netris-proton -pr <game>.exe
And also it says 'No installed Wine/Proton found.'
The text was updated successfully, but these errors were encountered: