Posts: 580
Threads: 75
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Feb 2013
Reputation:
0
Now that I have all 4 channels running, the Cash server is not starting.
cd CashServer/CashServer/CashServer/mono Cashserver.exe;
./start;
sleep 5;
I tried that
cd CashServer/CashServer/CashServer/Cashserver
./start;
sleep 5;
Ive also tried this. Does anyone know why its being so weird? It was working fine before I added the new channels.
Posts: 29
Threads: 7
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Apr 2012
Reputation:
0
what is the error msg its shown by running the cashserver
Posts: 580
Threads: 75
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Feb 2013
Reputation:
0
./startService.sh: line 48: cd: CashServer/CashServer/CashServer/mono: No such file or directory
./startService.sh: line 49: ./start: No such file or directory
Posts: 29
Threads: 7
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Apr 2012
Reputation:
0
could you post an image of the diretories inside and the startservice commands, and since its giving no such file or directory...
i guess its simply, need to fix the startservice.sh lines to fit the directories...
Posts: 395
Threads: 43
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Aug 2011
Reputation:
0
the problem is after your last gameserver start its not cding to the home directory ^^ just change the cd to look like this and try it instead of cding right into that you prolly have to do this
cd ../../;
cd CashServer/CashServer/CashServer/mono Cashserver.exe;
try that then let me know how it works ^^ gotta add that top cd ../../; it thinks the cashserver folder is inside your gameserver4 folder
Posts: 316
Threads: 17
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Dec 2011
Reputation:
0
you have 1 extra cashserver folder...
try out :
CashServer/CashServer/mono CashServer.exe