will808
12-22-2007, 11:44 AM
Hi,
I'm trying to setup a CoD4 dedicated server on Xubuntu 7.10 and am having a few problems getting the executables to execute.
I've followed the instructions and:
[1] Copied the contents of Setup/data/* into a directory on the server
[2] Unpacked the .bz2 containing the linux binaries as directed.
[3] Created a user for running the server and changed the owner and group of all the CoD4 files to that user.
When I run the "./cod4-lnxded" command to start the server, I get a message:
exec: 50: ./cod4_lnxded-bin: not found
The referenced file is present though. I've looked at line 50 in the cod4-lnxded file, and the few lines around it:
45 # Let's boogie!
46 if [ -x "${COD4_DATA_PATH}/cod4_lnxded-bin" ]
47 then
48 cd "${COD4_DATA_PATH}/"
49 exec "./cod4_lnxded-bin" $*
50 fi
51 echo "Couldn't run Call of Duty 4 server (cod4_lnxded-bin). Is
52 COD4_DATA_PATH set?"
53 exit 1
I've also had a problem trying to run the Punkbuster executable - the commands don't result in any error messages, but the installer just doesn't run. I think there must be some issue which is causing the executables not to execute.
Can anybody make any suggestions? I think it's probably something very simple and stupid that I have done / not done...
I'm trying to setup a CoD4 dedicated server on Xubuntu 7.10 and am having a few problems getting the executables to execute.
I've followed the instructions and:
[1] Copied the contents of Setup/data/* into a directory on the server
[2] Unpacked the .bz2 containing the linux binaries as directed.
[3] Created a user for running the server and changed the owner and group of all the CoD4 files to that user.
When I run the "./cod4-lnxded" command to start the server, I get a message:
exec: 50: ./cod4_lnxded-bin: not found
The referenced file is present though. I've looked at line 50 in the cod4-lnxded file, and the few lines around it:
45 # Let's boogie!
46 if [ -x "${COD4_DATA_PATH}/cod4_lnxded-bin" ]
47 then
48 cd "${COD4_DATA_PATH}/"
49 exec "./cod4_lnxded-bin" $*
50 fi
51 echo "Couldn't run Call of Duty 4 server (cod4_lnxded-bin). Is
52 COD4_DATA_PATH set?"
53 exit 1
I've also had a problem trying to run the Punkbuster executable - the commands don't result in any error messages, but the installer just doesn't run. I think there must be some issue which is causing the executables not to execute.
Can anybody make any suggestions? I think it's probably something very simple and stupid that I have done / not done...