diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2009-12-21 23:40:37 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2009-12-21 23:40:37 -0800 |
commit | 151f79a058615010c345dc6e7e2df6a57aed3767 (patch) | |
tree | 0819a97cb21113aa184860c106dcbf508bd1f8b1 | |
parent | fb5caa2965fe561c587c2ad446dfcebf9a98aa22 (diff) | |
download | jrayhawk-151f79a058615010c345dc6e7e2df6a57aed3767.tar.gz jrayhawk-151f79a058615010c345dc6e7e2df6a57aed3767.zip |
preformatting most of srcds.mdwn
-rw-r--r-- | notes/srcds.mdwn | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/notes/srcds.mdwn b/notes/srcds.mdwn index a048b2e..0f340a9 100644 --- a/notes/srcds.mdwn +++ b/notes/srcds.mdwn @@ -1,39 +1,39 @@ # Unable to load interface VEngineCvar003 from bin/engine_i686.so - hlds@ahl:~/server$ ./srcds_run - Auto detecting CPU - Using SSE2 Optimised binary. - Server will auto-restart if there is a crash. - AppFramework : Unable to load module bin/engine_i686.so! - Unable to load interface VEngineCvar003 from bin/engine_i686.so Mon Dec 21 23:25:29 PST 2009: Server Quit - - hlds@ahl:~/server$ ls -l engine_i686.so bin/engine_i686.so - -rw-r--r-- 1 hlds hlds 5227386 2009-12-21 23:09 bin/engine_i686.so - -rw-r--r-- 1 hlds hlds 964376 2009-08-06 20:27 engine_i686.so - + hlds@ahl:~/server$ ./srcds_run + Auto detecting CPU + Using SSE2 Optimised binary. + Server will auto-restart if there is a crash. + AppFramework : Unable to load module bin/engine_i686.so! + Unable to load interface VEngineCvar003 from bin/engine_i686.so Mon Dec 21 23:25:29 PST 2009: Server Quit + + hlds@ahl:~/server$ ls -l engine_i686.so bin/engine_i686.so + -rw-r--r-- 1 hlds hlds 5227386 2009-12-21 23:09 bin/engine_i686.so + -rw-r--r-- 1 hlds hlds 964376 2009-08-06 20:27 engine_i686.so + Source and GoldSrc libraries, respectively. - hlds@ahl:~/server$ grep LD_LIBRARY srcds_run - export LD_LIBRARY_PATH=".:bin:$LD_LIBRARY_PATH" - - hlds@ahl:~/server$ export LD_LIBRARY_PATH=.:bin - hlds@ahl:~/server$ ./srcds_amd - AppFramework : Unable to load module bin/engine_amd.so! - Unable to load interface VEngineCvar003 from bin/engine_amd.so - - hlds@ahl:~/server$ export LD_LIBRARY_PATH=bin - hlds@ahl:~/server$ ./srcds_amd - Warning: falling back to auto detection of vproject directory. - Unable to find gameinfo.txt. Solutions: - - 1. Read http://www.valve-erc.com/srcsdk/faq.html#NoGameDir - 2. Run vconfig to specify which game you're working on. - 3. Add -game <path> on the command line where <path> is the directory that gameinfo.txt is in. - Unable to find gameinfo.txt. Solutions: - - 1. Read http://www.valve-erc.com/srcsdk/faq.html#NoGameDir - 2. Run vconfig to specify which game you're working on. - 3. Add -game <path> on the command line where <path> is the directory that gameinfo.txt is in. + hlds@ahl:~/server$ grep LD_LIBRARY srcds_run + export LD_LIBRARY_PATH=".:bin:$LD_LIBRARY_PATH" + + hlds@ahl:~/server$ export LD_LIBRARY_PATH=.:bin + hlds@ahl:~/server$ ./srcds_amd + AppFramework : Unable to load module bin/engine_amd.so! + Unable to load interface VEngineCvar003 from bin/engine_amd.so + + hlds@ahl:~/server$ export LD_LIBRARY_PATH=bin + hlds@ahl:~/server$ ./srcds_amd + Warning: falling back to auto detection of vproject directory. + Unable to find gameinfo.txt. Solutions: + + 1. Read http://www.valve-erc.com/srcsdk/faq.html#NoGameDir + 2. Run vconfig to specify which game you're working on. + 3. Add -game <path> on the command line where <path> is the directory that gameinfo.txt is in. + Unable to find gameinfo.txt. Solutions: + + 1. Read http://www.valve-erc.com/srcsdk/faq.html#NoGameDir + 2. Run vconfig to specify which game you're working on. + 3. Add -game <path> on the command line where <path> is the directory that gameinfo.txt is in. ## Conclusion |