denisio / Arma3-Epoch-Linux-Server

A private hive Arma3 Epoch server on Linux
7 stars 5 forks source link

Install not working ? #16

Open Alexandre-S opened 9 years ago

Alexandre-S commented 9 years ago

Hey man

I've try to follow your tutorial, but at some point i've not an "Epoch" user, but a "arma3_server"

I've modified my epoch.sh to add my path like that :

export LD_LIBRARY_PATH=.:$HOME/arma3_server/steam/games/arma3:$HOME/arma3_server/steam/games/arma3/@epochhive:$LD_LIBRARY_PATH;./arma3server -mod="curator;kart;heli;@epoch;@epochhive" -config="sc/config.cfg" -port=2302 -profiles=sc -cfg="sc/basic.cfg" -name=sc -world=empty -pid=2302.pid 2>&1

And here is the result of the ./epoch.sh

http://pastebin.com/ddkGMmH0

Could you help me please ?

denisio commented 9 years ago

Hey,

Run it: $ echo $HOME and correct LD_LIBRARY_PATH.

For example: LD_LIBRARY_PATH=.:$HOME/steam/games/arma3:$HOME/steam/games/arma3/@epochhive:$LD_LIBRARY_PATH;

Alexandre-S commented 9 years ago

Thanks for the quick reply ^^

Now i got this :

http://pastebin.com/MAjdUDM0

Does that seems ok for you ?

I run it with ./epoch.sh again

Do i need to modify the restarter.pl also ?

use constant PATH => $ENV{'PWD'}.'/'; i guess ?

Thanks

Alexandre-S commented 9 years ago

Also, when i do CTRL + C to quit the server, i got those lines :

16:42:09 Connected to Steam servers ^C16:51:15 EPE manager release (0|0|0) 16:51:15 EPE manager release (0|0|0) 16:51:15 EPE manager release (0|1|0) 16:51:15 EPE manager release (0|0|0) 16:51:15 ../lib/Network/networkServer.cpp ClearNetServer:NOT IMPLEMENTED - briefing! 16:51:16 [ERROR] cannot save. [filename]=sc/home/sc\Saved\steam\meta\cacheItems.map 16:51:16 String id 2278 is not registered 16:51:16 16:51:16 Extensions:

denisio commented 9 years ago

You need to modify the restarter.pl also PATH => $ENV{'HOME'}.'/steam/games/arma3/';

And try to connect.

Alexandre-S commented 9 years ago

Seems to work without replacing the PATH => $ENV{'PWD'}.'/';

Cause i run it from my arma3server directory, so i thnik the PWD is the right directory ^^

I'll try to connect later, see if that's work

What about the redis DB BTW ?

Do i have to configure anything on Redis or on @epochhive to make it work ?

denisio commented 9 years ago

@epochhive/epochserver.ini

Alexandre-S commented 9 years ago

Ok, i set up a password to the redis DB

Now, my arma3server console is spamming

19:02:18 Mission Epoch Mod read from bank. 19:02:18 Missing addons detected: 19:02:18 A3_epoch_config 19:02:18 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.A3_epoch_config 19:02:18 EPE manager release (0|0|0) 19:02:18 EPE manager release (0|0|0) 19:02:18 EPE manager release (0|0|0) 19:02:18 EPE manager release (0|0|0) 19:02:18 Mission Epoch Mod read from bank.

when i try to connect

Any idea why ?

Alexandre-S commented 9 years ago

Okay, seems to work now.

Inside my @epoch, i rename the "Addons" folder to "addons"