GoldenEye: Source Forums

  • March 28, 2024, 10:10:32 pm
  • Welcome, Guest
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: [ISSUE] Problem starting brand new server  (Read 5980 times)

0 Members and 1 Guest are viewing this topic.

Jibbs

  • Agent
  • *
  • Posts: 4
  • Reputation Power: 0
  • Jibbs has no influence.
  • Offline Offline
[ISSUE] Problem starting brand new server
« on: February 14, 2011, 02:30:28 am »

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:

Quote
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

Quote
----------------------------------------------
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:

Quote
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

Quote
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!
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: [ISSUE] Problem starting brand new server
« Reply #1 on: February 14, 2011, 02:48:22 am »

Post the results of: "ldd gesource/bin/server_i486.so" and "ldd gesource/bin/WebRequest.so"

are you running x64 linux? If so, see if this thread helps you: http://forums.goldeneyesource.net/index.php/topic,5836.msg62066.html#msg62066

Out of curiosity, what is the distro you are running?
« Last Edit: February 14, 2011, 02:51:37 am by killermonkey »
Logged

Jibbs

  • Agent
  • *
  • Posts: 4
  • Reputation Power: 0
  • Jibbs has no influence.
  • Offline Offline
Re: [ISSUE] Problem starting brand new server
« Reply #2 on: February 14, 2011, 04:24:21 am »

Quote
aj@lapmtop:~/cs/orangebox$ ldd gesource/bin/server_i486.so
        linux-gate.so.1 =>  (0xb775c000)
        libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb5c47000)
        libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb5c43000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb5c2e000)
        libutil.so.1 => /lib/i686/cmov/libutil.so.1 (0xb5c2a000)
        libssl.so.0.9.8 => /usr/lib/i686/cmov/libssl.so.0.9.8 (0xb5be0000)
        tier0_i486.so => not found
        vstdlib_i486.so => not found
        steam_api_i486.so => not found
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb5aea000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb5acc000)
        libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb5986000)
        /lib/ld-linux.so.2 (0xb775d000)
        libcrypto.so.0.9.8 => /usr/lib/i686/cmov/libcrypto.so.0.9.8 (0xb582e000)

Quote
aj@lapmtop:~/cs/orangebox$ ldd gesource/bin/WebRequest.so
        linux-gate.so.1 =>  (0xb7704000)
        libbz2.so.1.0 => /lib/libbz2.so.1.0 (0xb76bb000)
        libcurl-gnutls.so.4 => not found
        libcrypt.so.1 => /lib/i686/cmov/libcrypt.so.1 (0xb7688000)
        libresolv.so.2 => /lib/i686/cmov/libresolv.so.2 (0xb7674000)
        librt.so.1 => /lib/i686/cmov/librt.so.1 (0xb766b000)
        libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0xb7652000)
        libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb764e000)
        libnsl.so.1 => /lib/i686/cmov/libnsl.so.1 (0xb7636000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb750c000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7417000)
        libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb73f1000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb73d3000)
        libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb728d000)
        /lib/ld-linux.so.2 (0xb7705000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7278000)

it's Debian linux (what ubuntu is built on top of but pure CLI)

it's a 64bit processor but 32bit OS
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: [ISSUE] Problem starting brand new server
« Reply #3 on: February 14, 2011, 10:56:22 am »

libcurl-gnutls.so.4 => not found

Install libcurl (v4) with package manager
Logged

Jibbs

  • Agent
  • *
  • Posts: 4
  • Reputation Power: 0
  • Jibbs has no influence.
  • Offline Offline
Re: [ISSUE] Problem starting brand new server
« Reply #4 on: February 14, 2011, 03:31:12 pm »

Quote
ldd gesource/bin/WebRequest.so
        linux-gate.so.1 =>  (0xb78cf000)
        libbz2.so.1.0 => /lib/libbz2.so.1.0 (0xb7885000)
        libcurl-gnutls.so.4 => /usr/lib/libcurl-gnutls.so.4 (0xb7836000)
        libcrypt.so.1 => /lib/i686/cmov/libcrypt.so.1 (0xb7803000)
        libresolv.so.2 => /lib/i686/cmov/libresolv.so.2 (0xb77ef000)
        librt.so.1 => /lib/i686/cmov/librt.so.1 (0xb77e6000)
        libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0xb77cd000)
        libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb77c9000)
        libnsl.so.1 => /lib/i686/cmov/libnsl.so.1 (0xb77b1000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb7687000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7592000)
        libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb756c000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb754e000)
        libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb7408000)
        libidn.so.11 => /usr/lib/libidn.so.11 (0xb73d6000)
        liblber-2.4.so.2 => /usr/lib/liblber-2.4.so.2 (0xb73ca000)
        libldap_r-2.4.so.2 => /usr/lib/libldap_r-2.4.so.2 (0xb7385000)
        libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0xb7356000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7342000)
        libgnutls.so.26 => /usr/lib/libgnutls.so.26 (0xb72a9000)
        libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0xb7235000)
        /lib/ld-linux.so.2 (0xb78d0000)
        libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0xb721e000)
        libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0xb716c000)
        libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0xb7149000)
        libcom_err.so.2 => /lib/libcom_err.so.2 (0xb7145000)
        libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0xb713e000)
        libkeyutils.so.1 => /lib/libkeyutils.so.1 (0xb713b000)
        libtasn1.so.3 => /usr/lib/libtasn1.so.3 (0xb712b000)
        libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0xb7127000)

still having the same issue :(
Logged

Jibbs

  • Agent
  • *
  • Posts: 4
  • Reputation Power: 0
  • Jibbs has no influence.
  • Offline Offline
Re: [ISSUE] Problem starting brand new server
« Reply #5 on: February 15, 2011, 12:33:04 am »

for future search engine hits: I was using the old install guide, and not the current one:

http://wiki.goldeneyesource.net/index.php/Beta4_Server_Install#GoldenEye_Source_v4.1_Server_Install_Linux

I had not installed the "orangebox" files and after that it worked great. Thanks for killermonkey for all his help
Logged
Pages: [1]   Go Up