317 Server on Linux trouble..

Joined
Oct 9, 2008
Messages
572
Reaction score
14
So, I've decided to try fooling around with RuneScape on my Linux computer, and it goes fairly nice, but I seem to have a problem.

This is printed out in my terminal(simulair to Window's CMD, just way better):
Code:
Uber Server 3.0 - Created by Winten - http://dodian.com
-------------------------------------------------------
Loading npcs... drops... spawn list...done!
item.cfg: file not found.
shops.cfg: file not found.
objects.cfg: file not found.

My source is located in /dodian/ and my run file is this:

Code:
#!/bin/bash

cd bin && java -Xmx1024M server

So you can see that it goes into the bin folder and runs server, but I've checked, and there is, in /config, that there is the cfg files that aparently is missing. I've also added both directories ( /dodian and /dodian/bin ) to my $PATH.

Anyone that has got a clue? :mellow:

And oh yeah, the source is available here:
 
Your paths to the cfg files are wrong. Make sure that they are linux- mapped, like /bin/cfg instead of c:/cfg/

well my paths to my cfg files are "/Dodian/bin/config", so I can't really change that, so I'm thinking where in a file? And if that is so, what file? Could you help me out on that one?

EDIT: Never mind, I got it adjusted, I'm going to compile it now.
EDIT2: Thank you for the anwser :-)
 
Back