-
Notifications
You must be signed in to change notification settings - Fork 64
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
Docker contrainer failing to initalize .dlls #78
Comments
What platform are you using to run Docker? |
I'm running it on docker through windows, but it is hosting on a linux VM. Is there a way to force it to run windows inside the docker container? |
That would be redundant, the container is running WINE to emulate Windows on Linux. If you want to run this on Linux, you need to adjust your source paths to something that is inside your VM. Linux paths typically /look/like/this. |
Same error:
I mean you are 100% correct. If I run the .exe, it is perfectly fine. I just want to use docker for the ease of use and having it all in one place! |
Hard to say how you've built your setup. Since you're saying that you have a dedicated Linux VM, youre probably using a setup similar to this: https://learn.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/linux-containers If you have a dedicated Linux VM, please SSH into it, install Docker CE in it (which should contain docker compose) and run |
Docker on windows isn't the best. If you have WSL2 installed and enabled it will use that. If not, than not sure but don't use docker for a V-Rising server when your running windows. If you don't have WSL2 https://learn.microsoft.com/en-us/windows/wsl/install. Else I highly recommend not using docker as you will lose performance over the virtualization. |
A wine-emulation in a docker on windows. You might just run the dedicated server with a .bat script, imho. |
Hey all,
I'm not sure what I am doing wrong here. Whenever I start the server I get the following error:
Here is my docker container:
If anyone can shine a light on what this idiot (me) is doing, I'd be grateful!
The text was updated successfully, but these errors were encountered: