RUNNING WITH RIFLES
http://www.runningwithrifles.com/phpBB3/

Ubuntu 18 Server Setup Help
http://www.runningwithrifles.com/phpBB3/viewtopic.php?f=5&t=3469
Page 1 of 1

Author:  antimodes201 [ Thu Oct 25, 2018 11:33 pm ]
Post subject:  Ubuntu 18 Server Setup Help

Trying to install a dedicated server instance on ubuntu18 but failing out.

Fought with some of the lib reqs and now I have it to a state where it just fails out:

./launch_server
RUNNING WITH RIFLES (c) Osumia Games 2018, 1.70.1, server build
An exception has occurred!
std::exception


only changes made were adding in the following lib dependencies
libx11 and libxext6

/app/rwr/rwr_server: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory
sudo apt-get install libx11-6:i386

/app/rwr/rwr_server: error while loading shared libraries: libXext.so.6: cannot open shared object file: No such file or directory
sudo apt-get install libxext6:i386

Any ideas or other locations I can pull logs to see where the fail out is occurring?

Author:  antimodes201 [ Thu Oct 25, 2018 11:43 pm ]
Post subject:  Re: Ubuntu 18 Server Setup Help

found rwr_server.log

fails out at:
19:40:31: WARNING, loading texts but path is empty
19:40:31: loading factions in map config
19:40:31: loading map config
19:40:31: CHECK: map_config element not found
19:40:31: !!!EXECUTION HALTED!!!

pastebin: https://pastebin.com/cr22bj3R

Author:  EpocDotFr [ Fri Oct 26, 2018 7:05 am ]
Post subject:  Re: Ubuntu 18 Server Setup Help

You're missing 32 bits libraries. I don't know all libs that may be missing, but for that one:

Code:
sudo apt-get install libx11-6:i386

Author:  antimodes201 [ Fri Oct 26, 2018 2:55 pm ]
Post subject:  Re: Ubuntu 18 Server Setup Help

already installed as noted:

Quote:
sudo apt-get install libx11-6:i386

/app/rwr/rwr_server: error while loading shared libraries: libXext.so.6: cannot open shared object file: No such file or directory
sudo apt-get install libxext6:i386


Server appears to launch but fails out on launch at
19:40:31: CHECK: map_config element not found
19:40:31: !!!EXECUTION HALTED!!!

Author:  EpocDotFr [ Fri Oct 26, 2018 3:34 pm ]
Post subject:  Re: Ubuntu 18 Server Setup Help

Oops sorry, didn't fully read.

Are you sure you're launching the server from the right directory? Could you put here your terminal history?

Author:  antimodes201 [ Fri Oct 26, 2018 8:35 pm ]
Post subject:  Re: Ubuntu 18 Server Setup Help

bobk@ubu18rwr01:/app/rwr$ ./launch_server
RUNNING WITH RIFLES (c) Osumia Games 2018, 1.70.2, server build
An exception has occurred!
std::exception


Full error log in pastebin: https://pastebin.com/cr22bj3R


app installed to /app/rwr

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/