Sign in to follow this  
Doker

Cant run server

2 posts in this topic

server@server-rgd:~/servers/exile$ ./arma3server -port=2312 -config=exile_chernarus/config.cfg -servermod=@exileserver -name=exile "-mod=@exile;@ryanzombies;@allinarmaterrainpacklite;@rhsafrf;@rhsusaf;"
\20:05:11 SteamAPI initialization failed. Steam features wont's be accessible!
20:05:11 ../lib/Network/networkServer.cpp ClearNetServer:NOT IMPLEMENTED - briefing!
Cannot open file '/home/server/servers/exile/@allinarmaterrainpacklite\dta\aia_languagecore_h'
20:05:11 Extensions:
server@server-rgd:~/servers/exile$ 

i have this file in server folder

Edited by Doker

Share this post


Link to post
Share on other sites

Linux, unlike Windows relies on case-sensitivity, meaning that there can exist two files or folders with the same name in the same directory as long as they have variations in capital and lowercase letters, like so:

/home/server/servers/exile/@AllInArmaTerrainPackLite

/home/server/servers/exile/@allinarmaterrainpacklite

Now, some people have made engines, systems, scripts that don't distinguish between these, which makes it complicated. The solution in your case however is easy, and there's a generic fix, which is to make everything lowercase. If you search this Linux-forum there are several posts that describe how you can make a script that does that for you.

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.