PDA

View Full Version : couldn't exec language.cfg


Coyote25
09-23-2004, 11:31 AM
Linux Dedicated Server

I am having a problem with my server accepting clients

I get the following message when trying to connect.

something about unpure client

and when i start my server some files don't execute

File Handles:
----------------------
30050 files in pk3 files
execing default_mp.cfg
couldn't exec language.cfg
execing config_mp_server.cfg
couldn't exec autoexec_mp.cfg
Hunk_Clear: reset the hunk ok
Opening IP socket: localhost:28960
Hostname: localhost
IP: 127.0.0.1
--- Common Initialization Complete ---
Started tty console (use +set ttycon 0 to disable)

The files -- language.cfg and autoexec_mp.cfg

I don't know where the files are located and i can't find them in any of the COD folders

Any Suggestions?

Glanzer
09-23-2004, 04:14 PM
Disregard those missing file errors because those always occur even on working systems.

As far as your server problem, you probably have your server set to accept only "pure" clients. The clients that can't connect probably have maps in their "main" folder that are not stock maps, so they won't be able to connect to a a pure server.

If you want to run a "nonpure" server, then put this in your server's .cfg file:

set sv_pure "0"

Note that the default is 1 which is probably what you currently have.