Posts: 12
Threads: 2
Joined: Aug 2006
Reputation:
0
Auto detecting CPU
Using AMD Optimised binary.
Enabling debug mode
Auto-restarting the server on crash
AppFramework : Unable to load module bin/engine_amd.so!
Unable to load interface VEngineCvar003 from bin/engine_amd.soThu Aug 3 11:20:24 EST 2006: Server Quit
Posts: 12
Threads: 2
Joined: Aug 2006
Reputation:
0
08-03-2006, 10:46 AM
(This post was last modified: 08-03-2006, 11:00 AM by noidea.)
fc3
Linux brs.dimensionit.com.au 2.6.9-1.667 #1 Tue Nov 2 14:41:25 EST 2004 i686 athlon i386 GNU/Linux
ldd (GNU libc) 2.3.6
Copyright © 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
Posts: 1,217
Threads: 42
Joined: Dec 2004
Reputation:
0
and a debug.log? add -debug to the command line, make sure you have gdb installed, if not then yum install gdb
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Posts: 12
Threads: 2
Joined: Aug 2006
Reputation:
0
08-03-2006, 11:10 AM
(This post was last modified: 08-03-2006, 11:11 AM by noidea.)
it doesn't seem to get that far to make a debug.log
Auto detecting CPU
Using AMD Optimised binary.
Enabling debug mode
Auto-restarting the server on crash
AppFramework : Unable to load module bin/engine_amd.so!
Unable to load interface VEngineCvar003 from bin/engine_amd.soThu Aug 3 12:12:04 EST 2006: Server Quit
Posts: 1,217
Threads: 42
Joined: Dec 2004
Reputation:
0
08-03-2006, 03:03 PM
(This post was last modified: 08-03-2006, 03:03 PM by cryotek.)
Sounds like an issue with the .so file, are you trying to make a nosteam server?
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Posts: 3
Threads: 0
Joined: Aug 2006
Reputation:
0
Auto detecting CPU
Using AMD Optimised binary.
Enabling debug mode
Auto-restarting the server on crash
Updating server using Steam.
Checking bootstrapper version ...
Updating Installation
Checking/Installing 'Counter-Strike Source Shared Content' version 49
Checking/Installing 'Base Source Shared Models' version 4
Checking/Installing 'Base Source Shared Sounds' version 4
Checking/Installing 'Base Source Shared Materials' version 8
Checking/Installing 'Source Dedicated Server Linux' version 60
HLDS installation up to date
AppFramework : Unable to load module bin/engine_amd.so!
Unable to load interface VEngineCvar003 from bin/engine_amd.soThu Aug 3 18:58:02 EST 2006: Server restart in 10 seconds
release 1.8 of GNU dbm
2.6.9-1.667
Fedore Core 3
Posts: 3
Threads: 0
Joined: Aug 2006
Reputation:
0
Failed to open bin/dedicated_i686.so (tier0_i486.so: cannot open shared object file: No such file or directory)
Failed to open bin/dedicated_i486.so (tier0_i486.so: cannot open shared object file: No such file or directory)
Posts: 1,217
Threads: 42
Joined: Dec 2004
Reputation:
0
I'm going to ask you this as well, is this for a nosteam/nonsteam server.
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Posts: 12
Threads: 2
Joined: Aug 2006
Reputation:
0
08-03-2006, 08:55 PM
(This post was last modified: 08-03-2006, 08:55 PM by noidea.)
all seems fine done what ya just said and still stuff
[watevacss@brs srcds]$ ./srcds_run
Auto detecting CPU
Using AMD Optimised binary.
Auto-restarting the server on crash
AppFramework : Unable to load module bin/engine_amd.so!
Unable to load interface VEngineCvar003 from bin/engine_amd.soThu Aug 3 21:56:24 EST 2006: Server Quit
Posts: 1,217
Threads: 42
Joined: Dec 2004
Reputation:
0
08-03-2006, 09:07 PM
(This post was last modified: 08-03-2006, 09:08 PM by cryotek.)
If all you're running is ./srcds_run then thats you're problem, you need more arguments. ie:
./srcds_rim -game cstrike +maxplayers 32 +map de_dust +ip 123.123.123.123
replace the ip with your ip, if you're behind a router, use your lan ip, or use the ip if its on a server with more than one ips.
If you had followed my post on what to post, we could have solved this earlier.
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Posts: 12
Threads: 2
Joined: Aug 2006
Reputation:
0
08-03-2006, 09:14 PM
(This post was last modified: 08-03-2006, 09:14 PM by noidea.)
[watevacss@brs srcds]$ ./srcds_run -game cstrike +maxplayers 32 +map de_dust +ip the_ip
Auto detecting CPU
Using AMD Optimised binary.
Auto-restarting the server on crash
AppFramework : Unable to load module bin/engine_amd.so!
Unable to load interface VEngineCvar003 from bin/engine_amd.soThu Aug 3 22:14:33 EST 2006: Server Quit
the very same .. no diff at all
Posts: 1,217
Threads: 42
Joined: Dec 2004
Reputation:
0
08-03-2006, 09:17 PM
(This post was last modified: 08-03-2006, 09:24 PM by cryotek.)
see what adding -binary ./srcds_i686 does
If that fails then rm -rf bin/engine_amd.so
then run ./steam -command update -game "counter-strike source" -dir . -verify_all
Edit: i know i forgot to mention this, i mean add verify_all to the ./steam command, not srcds_run
Not sure if you figured that out or not, sorry for not mentioning it.
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.