logo logo

 Back to main page

The NWNX Community Forum

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
How to launch nwserver on Xenial for Dockerizing NWNX

 
Post new topic   Reply to topic    nwnx.org Forum Index -> Linux technical support
View previous topic :: View next topic  
Author Message
Ephasme



Joined: 24 Aug 2010
Posts: 7

PostPosted: Wed Aug 31, 2016 12:17    Post subject: How to launch nwserver on Xenial for Dockerizing NWNX Reply with quote

I'm trying to build a Dockerfile to launch very easily any nwnx/nwserver server anywhere but I'm struggling with this x64 incompatibility things.

Basically I succeeded in building launching the Docker, starting nwserver but it keep telling me "Unable to load module". For test purposes I try with the "Contest of Champion" module.

Do you think I should launch the nwserver through nwnx directly?
Do you think I have to chroot in order to launch nwserver and nwnx?

I'm lost. Please help me Smile

PS Here is my current Dockerfile.

Code:

FROM ubuntu:xenial

COPY ./nwn-server /opt/nwn-server
COPY ./FF_1_69.mod /opt/nwn-server/modules

WORKDIR /opt/nwn-server

RUN apt-get update -y && apt-get upgrade -y
RUN apt-get install -y lib32ncurses5 lib32z1 lib32gcc1

RUN chmod o+x fixinstall nwserver

CMD ["./nwserver -module ContestOfChampions.mod -quiet"]
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    nwnx.org Forum Index -> Linux technical support All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group