Skip to content

[Unix] Server fails to start with Docker container

So, I'm trying to get NWN EE Server to work on a control panel, so I had to create my own docker image which I have, which I think works fine... Anyways the server is running inside a docker container running i386/debian:buster-slim and the container has the correct libraries needed I believe.

Here's the stack trace that was given when the server tried to start up. https://pastebin.com/1qFenPXC If it'll be any help I can give a link to the Dockerfile I wrote for it, and an example of the fire structure of said container.

Here's a little more background about what I'm trying to achieve, I'm trying to create a NWN:EE "egg" for via Pterodactyl Game Panel, and all of the servers used with the control panel use a docker container. I would have used the one provided by Niv, but the game panel requires a specific way the docker images have to be done hence why I had to create my own.
Sign In or Register to comment.