11-14-2008, 02:56 PM
Over the past three days, I have attempted to Google, search these forums as well as others, e-mail valve, but can not find or receive an answer. The error I am receiving is:
./srcds_run: line 361: 13552 Illegal instruction (core dumped) $HL_CMD
I have two identical servers save for one is using a SCSI drive and the one I am attempting to start srcds on now is IDE (ok not exactly identical, the RAM modules have different manufacturers ). I have tried it on both (one using CentOS 5 and this one Fedora 9) with the SAME results.
I have attempted to provide as much info as possible (I saw what a lot of people were asking for while digging through these forums! )
Please lend me your assistance.
---command line---
./srcds_run -game left4dead -debug -maxplayers 14 -port 27016 +sv_lan 0 +ip 192.168.7.16 +exec Server.cfg +map l4d_dem_hospital01_apartment
NOTE: I have tried many different variations of this command line, some very minimal.
---debug.log---
Unfortunately this is not very helpful:
CRASH: Fri Nov 14 02:48:12 GMT-6 2008
Start Line: ./srcds_run -game left4dead -debug -maxplayers 14 -port 27016 +sv_lan 0 +ip 192.168.7.16 +exec Server.cfg +map l4d_dem_hospital01_apartment
End of Source crash report
---Distro: Tried CentOS 5, then Fedora 9 when I discovered gcc 4.3.0 and glibc 2.8-8 was required. Currently on Fedora 9.
gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
ldd (GNU libc) 2.8
2.6.25-14.fc9.i686
---Hardware: SuperMicro 6011D : http://www.supermicro.com/products/system/1U/6011/SYS-6011D.cfm
---gdb srcds_i486 corefile---
Program terminated with signal 4, Illegal instruction.
[New process 13384]
#0 0x01eac0af in ?? ()
(gdb) bt
#0 0x01eac0af in ?? ()
Cannot access memory at address 0xbfa74e20
----When I attempt to run in GDB:
Failed to open bin/dedicated_i486.so (tier0_i486.so: cannot open shared object file: No such file or directory)
--I figured this was due to it missing the PATH declarations in srcds_run?
---console output---
Auto detecting CPU
Using default binary.
Enabling debug mode
Server will auto-restart if there is a crash.
Console initialized.
Game.dll loaded for "L4D - Normal"
Server is hibernating
ConVarRef test_progression_loop doesn't point to an existing ConVar
Game supporting (2) split screen players
maxplayers set to 14
Unknown command "r_decal_cullsize"
Server is not currently reserved.
Adding master server 69.28.151.162:27011
Adding master server 68.142.72.250:27011
Master at 68.142.72.250:27011 already in list
Adding master at 72.165.61.189:27011
Unknown command "mat_bloom_scalefactor_scalar"
Network: IP 192.168.7.16, mode MP, dedicated Yes, ports 27016 SV / 27005 CL
---- Host_NewGame ----
Host_NewGame on map l4d_dem_hospital01_apartment
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file
Commentary: Could not find commentary data file 'maps/l4d_dem_hospital01_apartment_commentary.txt'.
[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.
./srcds_run: line 361: 13552 Illegal instruction (core dumped) $HL_CMD
cat: hlds.13538.pid: No such file or directory
email debug.log to linux@valvesoftware.com
---cpuinfo---
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 10
cpu MHz : 999.524
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips : 2000.75
clflush size : 32
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 10
cpu MHz : 999.524
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips : 1998.78
clflush size : 32
./srcds_run: line 361: 13552 Illegal instruction (core dumped) $HL_CMD
I have two identical servers save for one is using a SCSI drive and the one I am attempting to start srcds on now is IDE (ok not exactly identical, the RAM modules have different manufacturers ). I have tried it on both (one using CentOS 5 and this one Fedora 9) with the SAME results.
I have attempted to provide as much info as possible (I saw what a lot of people were asking for while digging through these forums! )
Please lend me your assistance.
---command line---
./srcds_run -game left4dead -debug -maxplayers 14 -port 27016 +sv_lan 0 +ip 192.168.7.16 +exec Server.cfg +map l4d_dem_hospital01_apartment
NOTE: I have tried many different variations of this command line, some very minimal.
---debug.log---
Unfortunately this is not very helpful:
CRASH: Fri Nov 14 02:48:12 GMT-6 2008
Start Line: ./srcds_run -game left4dead -debug -maxplayers 14 -port 27016 +sv_lan 0 +ip 192.168.7.16 +exec Server.cfg +map l4d_dem_hospital01_apartment
End of Source crash report
---Distro: Tried CentOS 5, then Fedora 9 when I discovered gcc 4.3.0 and glibc 2.8-8 was required. Currently on Fedora 9.
gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
ldd (GNU libc) 2.8
2.6.25-14.fc9.i686
---Hardware: SuperMicro 6011D : http://www.supermicro.com/products/system/1U/6011/SYS-6011D.cfm
---gdb srcds_i486 corefile---
Program terminated with signal 4, Illegal instruction.
[New process 13384]
#0 0x01eac0af in ?? ()
(gdb) bt
#0 0x01eac0af in ?? ()
Cannot access memory at address 0xbfa74e20
----When I attempt to run in GDB:
Failed to open bin/dedicated_i486.so (tier0_i486.so: cannot open shared object file: No such file or directory)
--I figured this was due to it missing the PATH declarations in srcds_run?
---console output---
Auto detecting CPU
Using default binary.
Enabling debug mode
Server will auto-restart if there is a crash.
Console initialized.
Game.dll loaded for "L4D - Normal"
Server is hibernating
ConVarRef test_progression_loop doesn't point to an existing ConVar
Game supporting (2) split screen players
maxplayers set to 14
Unknown command "r_decal_cullsize"
Server is not currently reserved.
Adding master server 69.28.151.162:27011
Adding master server 68.142.72.250:27011
Master at 68.142.72.250:27011 already in list
Adding master at 72.165.61.189:27011
Unknown command "mat_bloom_scalefactor_scalar"
Network: IP 192.168.7.16, mode MP, dedicated Yes, ports 27016 SV / 27005 CL
---- Host_NewGame ----
Host_NewGame on map l4d_dem_hospital01_apartment
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file
Commentary: Could not find commentary data file 'maps/l4d_dem_hospital01_apartment_commentary.txt'.
[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.
./srcds_run: line 361: 13552 Illegal instruction (core dumped) $HL_CMD
cat: hlds.13538.pid: No such file or directory
email debug.log to linux@valvesoftware.com
---cpuinfo---
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 10
cpu MHz : 999.524
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips : 2000.75
clflush size : 32
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 10
cpu MHz : 999.524
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips : 1998.78
clflush size : 32