Weird errors when running native_server (modded)
#1
Heyo, I never thought I'd make a thread here.
Anyways, I finally got my source for my modded server compilied (yes, under a mod protocol). It got compiled under centos. I put native_server and native_client in the bin_unix folder along with linux_64_server linux_server and their respective clients. I ran server.sh, and got an error that I never saw before.
server.sh: line 55: /home/user/ACmod//bin_unix/native_server: No such file or directory
server.sh: line 55: /home/user/ACmod//bin_unix/native_server: Success
I noticed that it had a double slash between ACmod and bin_unix, so I copied the file and went to line 55, removed where I thought the slash was, and still got no luck. Same error, correct path.
modded.sh: line 55: /home/user/ACmod/bin_unix/native_server: No such file or directory
modded.sh: line 55: /home/user/ACmod/bin_unix/native_server: Success
I am terribly confused.

Notes:
I have been able to run non-modded servers.
This native_server has been run on centos.
I do know the path is correct, because I have copy/pasted it in a cd command.
I'm running this by "sh modded.sh" or "sh server.sh"
Doing "./modded.sh" gets the same result.
I may be noobin it up because I'm not very good at linux. Although, I haven't gotten help that works yet... so who knows.
Thanks given by:


Messages In This Thread
Weird errors when running native_server (modded) - by Ronald_Reagan - 23 Nov 10, 05:34PM