I'm having some issues with getting a GE:Source server to run.
I just recently set up a brand new linux install. I first installed a Counter Strike Source server and it is working just fine. I downloaded and installed GEsource and am having some issues (the CS server is NOT running)
When I start the server I get the following:
Auto detecting CPU
Using default binary: ./srcds_linux
Enabling debug mode
Server will auto-restart if there is a crash.
Using breakpad minidump system
Using breakpad crash handler
Console initialized.
Segmentation fault (core dumped)
BFD: Warning: /home/aj/cs/orangebox/core is truncated: expected core file size >= 39993344, found: 12365824.
Cannot access memory at address 0xb78698e4
Cannot access memory at address 0xbfb9de6c
/home/aj/cs/orangebox/debug.cmds:4: Error in sourced command file:
Cannot access memory at address 0xb78698e4
email debug.log to linux@valvesoftware.com
Sun Feb 13 21:27:00 EST 2011: Server restart in 10 seconds
Sun Feb 13 21:27:01 EST 2011: Server Quit
Inside my debug.log... i get this
----------------------------------------------
CRASH: Sun Feb 13 21:27:00 EST 2011
Start Line: ./srcds_linux -console -game gesource -port 27016 +ip 192.168.1.31 +map ge_facility -maxplayers 32 -debug
#0 0x00000000 in ?? ()
No symbol table info available.
eax 0xb70ee198 -1223761512
ecx 0x4e 78
edx 0x0 0
ebx 0xb707eff4 -1224216588
esp 0xbfb9ddec 0xbfb9ddec
ebp 0xbfb9de68 0xbfb9de68
esi 0x0 0
edi 0xbfb9df48 -1078337720
eip 0x0 0
eflags 0x10202 [ IF RF ]
cs 0x73 115
ss 0x7b 123
ds 0x7b 123
es 0x7b 123
fs 0x0 0
gs 0x33 51
End of Source crash report
----------------------------------------------
(I also tried w/ 16 players same issue)
CPU Info:
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 104
model name : AMD Turion(tm) 64 X2 Mobile Technology TL-60
stepping : 2
cpu MHz : 2000.497
cache size : 512 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch
bogomips : 4000.99
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc 100mhzsteps
processor : 1
vendor_id : AuthenticAMD
cpu family : 15
model : 104
model name : AMD Turion(tm) 64 X2 Mobile Technology TL-60
stepping : 2
cpu MHz : 2000.497
cache size : 512 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
apicid : 1
initial apicid : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch
bogomips : 4000.38
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc 100mhzsteps
and proc/version
Linux version 2.6.32-5-686 (Debian 2.6.32-30) (ben@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 12 04:01:41 UTC 2011
any help would be awesome i'd like to have this running for a LAN party this weekend. Thanks!