Hi All!
I'm wondering if someone might be able to provide any help on setting up a dedicated sourceforts server on Linux.
I've followed:
SourceForts - A Half-Life 2 Modification
http://www.sourcefortsmod.com/boards...edi-13743.html
as well as various other tutorials. I'm at the stage where I can create and connect to a HL2MP server, but sourceforts is still giving me troubles.
I run the command:
Code:
./srcds_run -console -game sourceforts +map sf_crete +maxplayers 16 +exec server.cfg
and I get the following (shortened) terminal output:
Code:
Auto detecting CPU
Using default binary: ./srcds_linux
Server will auto-restart if there is a crash.
Running a benchmark to measure system clock frequency...
Finished RDTSC test. To prevent the startup delay from this benchmark, set the environment variable RDTSC_FREQUENCY to 2261.000000 on this system. This value is dependent upon the CPU clock speed and architecture and should be determined separately for each server. The use of this mechanism for timing can be disabled by setting RDTSC_FREQUENCY to 'disabled'.
Using breakpad minidump system
Using breakpad crash handler
Console initialized.
ConVarRef mat_dxlevel doesn't point to an existing ConVar
Game.dll loaded for "Half-Life 2 Deathmatch"
Setting breakpad minidump AppID = 320
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Installing breakpad exception handler for appid(320)/version(4833)
CSoundEmitterSystem::AddSoundsFromFile: No such file scripts/level_sounds_e3_c17.txt
... more missing/failed to load components ...
Failed to load $include VMT file (materials/METAL/METALROOF006A.vmt)
Failed to load $include VMT file (materials/METAL/METALROOF006A.vmt)
Model models/props_combine/weaponstripper.mdl not found and models/error.mdl couldn't be loadedModel models/props_combine/weaponstripper.mdl not found and models/error.mdl couldn't be loaded
PreMinidumpCallback: updating dump comment
Uploading dump (in-process) [proxy '']
/tmp/dumps/crash_20120220062135_1.dmp
success = yes
response: CrashID=bp-7517da4f-7dc8-4825-bf3a-e4a592120220
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Mon Feb 20 06:21:36 EST 2012: Server restart in 10 seconds
I've probably done something stupid (or rather missed out a vital command)... Help me SourceForts forums, you're my only hope!