GoldenEye: Source Forums

  • March 28, 2024, 08:49:00 pm
  • Welcome, Guest
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Attempting to run a Dedicated Server  (Read 7547 times)

0 Members and 1 Guest are viewing this topic.

Richman

  • Agent
  • *
  • Posts: 6
  • Reputation Power: 0
  • Richman has no influence.
  • Offline Offline
Attempting to run a Dedicated Server
« on: July 31, 2014, 11:16:01 pm »

Hi all,

I have been attempting to get a dedicated server working on my Debian Linux 64bit computer without much success. I am currently experiencing the below issue;

Code: [Select]
steam@debian:~/steamcmd/srcds$ cat start_gesource.sh
./srcds_run -game ./gesource -32bit +maxplayers 8 +map ge_archives -debug -verify_all
steam@debian:~/steamcmd/srcds$ ./start_gesource.sh
Auto detecting CPU
Using SSE2 Optimised binary.
Enabling debug mode
Server will auto-restart if there is a crash.

Console initialized.
Segmentation fault (core dumped)
BFD: Warning: /home/steam/steamcmd/srcds/core is truncated: expected core file size >= 25915392, found: 14151680.
Cannot access memory at address 0xf77fc928
Cannot access memory at address 0xf77fc924
debug.cmds:1: Error in sourced command file:
Cannot access memory at address 0xfff37a9c
email debug.log to linux@valvesoftware.com
Fri Aug  1 08:12:02 JST 2014: Server restart in 10 seconds

I have updated my 32bit glibc libraries and performed many other tasks without success. I have already installed and verified the Source SDK 2007 package via steam. Any help would be appreciated.

-Richman
Logged

Richman

  • Agent
  • *
  • Posts: 6
  • Reputation Power: 0
  • Richman has no influence.
  • Offline Offline
Re: Attempting to run a Dedicated Server
« Reply #1 on: August 21, 2014, 09:50:35 am »

No community assistance?
Logged

killermonkey

  • GES Programmer
  • Retired Lead Developer
  • GE:S Fanatic
  • *
  • Posts: 5,473
  • Reputation Power: 346
  • killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!
  • Offline Offline
    • DroidMonkey Apps
Re: Attempting to run a Dedicated Server
« Reply #2 on: August 21, 2014, 11:45:42 am »

The amount of information provided is insufficient to even ask questions.
Logged

Richman

  • Agent
  • *
  • Posts: 6
  • Reputation Power: 0
  • Richman has no influence.
  • Offline Offline
Re: Attempting to run a Dedicated Server
« Reply #3 on: August 25, 2014, 11:41:44 pm »

What information would you require?
Logged

killermonkey

  • GES Programmer
  • Retired Lead Developer
  • GE:S Fanatic
  • *
  • Posts: 5,473
  • Reputation Power: 346
  • killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!
  • Offline Offline
    • DroidMonkey Apps
Re: Attempting to run a Dedicated Server
« Reply #4 on: August 26, 2014, 02:35:53 am »

post the output of:

Code: [Select]
ldd server_i486.so

from the gesource/bin directory.
Logged

Richman

  • Agent
  • *
  • Posts: 6
  • Reputation Power: 0
  • Richman has no influence.
  • Offline Offline
Re: Attempting to run a Dedicated Server
« Reply #5 on: August 26, 2014, 05:06:14 am »

Code: [Select]
steam@debian:~/steamcmd/gesource/bin$ ldd server_i486.so
        linux-gate.so.1 (0xf7793000)
        steam_api_i486.so => not found
        tier0_i486.so => not found
        vstdlib_i486.so => not found
        libm.so.6 => /lib32/libm.so.6 (0xf5ef3000)
        libdl.so.2 => /lib32/libdl.so.2 (0xf5eee000)
        libz.so.1 => not found
        librt.so.1 => /lib32/librt.so.1 (0xf5ee4000)
        libutil.so.1 => /lib32/libutil.so.1 (0xf5ee0000)
        libstdc++.so.6 => not found
        libc.so.6 => /lib32/libc.so.6 (0xf5d35000)
        /lib/ld-linux.so.2 (0xf7794000)
        libpthread.so.0 => /lib32/libpthread.so.0 (0xf5d18000)
Logged

killermonkey

  • GES Programmer
  • Retired Lead Developer
  • GE:S Fanatic
  • *
  • Posts: 5,473
  • Reputation Power: 346
  • killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!
  • Offline Offline
    • DroidMonkey Apps
Re: Attempting to run a Dedicated Server
« Reply #6 on: August 27, 2014, 04:12:53 am »

you are missing libz and libstdc++ from your system (32-bit versions at least).
Logged

Richman

  • Agent
  • *
  • Posts: 6
  • Reputation Power: 0
  • Richman has no influence.
  • Offline Offline
Re: Attempting to run a Dedicated Server
« Reply #7 on: August 27, 2014, 04:51:23 am »

I installed both those packages;

Code: [Select]
steam@debian:~/steamcmd/gesource/bin$ ldd server_i486.so
        linux-gate.so.1 (0xf771c000)
        steam_api_i486.so => not found
        tier0_i486.so => not found
        vstdlib_i486.so => not found
        libm.so.6 => /lib32/libm.so.6 (0xf5e7c000)
        libdl.so.2 => /lib32/libdl.so.2 (0xf5e77000)
        libz.so.1 => /usr/lib32/libz.so.1 (0xf5e5e000)
        librt.so.1 => /lib32/librt.so.1 (0xf5e55000)
        libutil.so.1 => /lib32/libutil.so.1 (0xf5e51000)
        libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf5d65000)
        libc.so.6 => /lib32/libc.so.6 (0xf5bba000)
        /lib/ld-linux.so.2 (0xf771d000)
        libpthread.so.0 => /lib32/libpthread.so.0 (0xf5b9d000)
        libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf5b80000)

But now have ran into a new issue.

Code: [Select]
Console initialized.
Game.dll loaded for "GoldenEye: Source"
maxplayers set to 8
maxplayers set to 8
Network: IP 192.168.11.6, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/VENTDUCT.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/VENTDUCT.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/VENTDUCT.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/VENTDUCT.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/VENTDUCT.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/VENTDUCT.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/DOORBASE.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOW_BACKPLANE2.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOW_BACKPLANE2.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/OFFICEWINDOW01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/OFFICEWINDOW01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/OFFICEWINDOW01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/OFFICEWINDOW01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/OFFICEWINDOW01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/OFFICEWINDOW01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/OFFICEWINDOW01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/OFFICEWINDOW01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/OFFICEWINDOW01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/OFFICEWINDOW01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/OFFICEWINDOW01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/OFFICEWINDOW01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/OFFICEWINDOW01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/OFFICEWINDOW01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/OFFICEWINDOW01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/OFFICEWINDOW01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/OFFICEWINDOW01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/OFFICEWINDOW01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/WINDOWFRAME04A_GLASS.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/SKYLIGHT01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/SKYLIGHT01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/SKYLIGHT01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/SKYLIGHT01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/SKYLIGHT01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/SKYLIGHT01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/SKYLIGHT01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/SKYLIGHT01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/SKYLIGHT01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/SKYLIGHT01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/SKYLIGHT01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/SKYLIGHT01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/SKYLIGHT01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/SKYLIGHT01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/SKYLIGHT01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/ARCHIVES/SKYLIGHT01A.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/GLASS01.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/SILO/STAIRWELLMETAL.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/SILO/STAIRWELLMETAL.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/SILO/STAIRWELLMETAL.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/SILO/STAIRWELLMETAL.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/SILO/STAIRWELLMETAL.vmt)
Failed to load $include VMT file (materials/GOLDENEYE/SILO/STAIRWELLMETAL.vmt)
SOLID_VPHYSICS static prop with no vphysics model! (models/props/archives/hanginglamp01a_cage.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props/archives/hanginglamp01a_cage.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props/archives/hanginglamp01a_cage.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props/archives/hanginglamp01a_cage.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props/archives/hanginglamp01a_cage.mdl)
ConVarRef room_type doesn't point to an existing ConVar
exec: couldn't exec skill_manifest.cfg
Executing dedicated server config file
Attempting to load scenario: DeathMatch
Loading scenario DeathMatch from disk
Successfully loaded scenario DeathMatch!
Executing gamemode [DeathMatch.cfg] config file
*** Error in `./srcds_i486': free(): invalid pointer: 0xf74bce68 ***
Aborted (core dumped)
BFD: Warning: /home/steam/steamcmd/srcds/core is truncated: expected core file size >= 167911424, found: 1150976.
Cannot access memory at address 0xf770c928
Cannot access memory at address 0xf770c924
debug.cmds:1: Error in sourced command file:
Cannot access memory at address 0xff957f14
email debug.log to linux@valvesoftware.com
Wed Aug 27 13:50:41 JST 2014: Server restart in 10 seconds
Wed Aug 27 13:50:45 JST 2014: Server Quit

Any words of advice?

By the way, I appreciate all your help so far.
Logged

soupcan

  • Lead Systems Administrator
  • 00 Agent
  • *****
  • Posts: 279
  • Reputation Power: 214
  • soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!
  • Offline Offline
    • Steam Profile
Re: Attempting to run a Dedicated Server
« Reply #8 on: August 27, 2014, 10:11:35 am »

We've seen this problem before. Add

export MALLOC_CHECK_=0

to the top of your launch script.
« Last Edit: August 27, 2014, 10:13:52 am by soupcan »
Logged

Richman

  • Agent
  • *
  • Posts: 6
  • Reputation Power: 0
  • Richman has no influence.
  • Offline Offline
Re: Attempting to run a Dedicated Server
« Reply #9 on: August 28, 2014, 01:52:06 am »

Thanks for the help. That helped getting it to work; however, it is still experiencing some issues. Notably I cannot utilize the "screen" utility to start the server or it will crash. Also I had to remove the "-verify_all" argument on my script. The server has crashed once during play for seemingly no reason.  Below is my current script I use to start the server. I will note that I have no issues running CS:GO on the server, I am aware that these do utilize slightly different engines.

Code: [Select]
#!/bin/sh
export MALLOC_CHECK_=0
./srcds_run -game ../gesource +maxplayers 8 +ip 192.168.11.6 +map ge_archives -debug

Thanks again for all the help.
Logged
Pages: [1]   Go Up