Raised This Month: $51 Target: $400
 12% 

New steamCMD / error


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
rasik
Member
Join Date: Nov 2011
Old 05-16-2013 , 05:02   New steamCMD / error
Reply With Quote #1

IDK why the fq there is such new updates .....

i have updated my other sv to the latest new cmd updates btw its showing ..

Quote:
Auto-restarting the server on crash

Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
dlopen failed trying to load:
/root/.steam/sdk32/steamclient.so
with error:
/root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 16:06:48 Apr 2 2013 (6004)
STEAM Auth Server
Server IP address 94.249.213.60:27015
LoadLibrary failed on ð^¿Ø^¿ðå: ð^¿Ø^¿ðå: cannot open shared object file: No such file or directory
Host_Error: Couldn't get DLL API from ð^¿Ø^¿ðå!
FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from ð^¿Ø^¿ðå!


NOW WHICH LANG IS THIS [ ð^¿Ø^¿ðå ]


wat to do ...
rasik is offline
hypheni
Senior Member
Join Date: Jul 2011
Location: India
Old 05-16-2013 , 05:21   Re: New steamCMD / error
Reply With Quote #2

Just copy steamclient.so to /root/.steam/sdk32/ (you will have to create this new dir) from game directory. I don't remember the exact path now but its may be in the Steam/Steamapp/
hypheni is offline
Send a message via Skype™ to hypheni
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 05-16-2013 , 05:24   Re: New steamCMD / error
Reply With Quote #3

Quote:
Originally Posted by hypheni View Post
Just copy steamclient.so to /root/.steam/sdk32/ (you will have to create this new dir) from game directory. I don't remember the exact path now but its may be in the Steam/Steamapp/
That has nothing to do with it and will not solve anything, not to mention that it is highly not recommended

Quote:
Originally Posted by rasik View Post
NOW WHICH LANG IS THIS [ ð^¿Ø^¿ðå ]


wat to do ...
Check your liblist.gam file, make sure it is being told to load the correct library
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).

Last edited by YamiKaitou; 05-16-2013 at 05:25.
YamiKaitou is offline
hypheni
Senior Member
Join Date: Jul 2011
Location: India
Old 05-16-2013 , 06:33   Re: New steamCMD / error
Reply With Quote #4

Well, I solved the problem that way. When I first updated to SteamCMD I faced the same. Its just a path problem. May be it can be done by editing liblist.gam and correcting the path.

But shouldn't be it done by hlds installation.
hypheni is offline
Send a message via Skype™ to hypheni
rasik
Member
Join Date: Nov 2011
Old 05-17-2013 , 02:31   Re: New steamCMD / error
Reply With Quote #5

THIS is my liblist.gam [ i am using linux server ...]

Quote:
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1"
hlversion "1111"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "dlls\mp.dll"
gamedll_linux "addons/metamod/dlls/metamod_i386.so"
gamedll_osx "dlls/cs.dylib"
trainmap "tr_1"
edicts "1800"
also tryed with cs.so .. still same error ...


i have 2 folders in my root directory ..

/steam
/hldscmd [it contas those file through which i downloaded cs .. means cmd files]

now tell wer to put thw steamliberar.so ..
rasik is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 05-17-2013 , 03:47   Re: New steamCMD / error
Reply With Quote #6

Code:
gamedll_linux "addons/metamod/dlls/metamod_i386.so"

Code:
gamedll_linux "addons/metamod/dlls/metamod.so"

If this doesn't fix it, show us the contents of the cstrike/dlls folder
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
hypheni
Senior Member
Join Date: Jul 2011
Location: India
Old 05-17-2013 , 04:26   Re: New steamCMD / error
Reply With Quote #7

Yami.

This is nothing to do with metamod. This error comes even without metamod. Its related to steamclient.so
hypheni is offline
Send a message via Skype™ to hypheni
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 05-17-2013 , 04:47   Re: New steamCMD / error
Reply With Quote #8

Ignore the steamclient.so message, it does not affect anything at all
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
rasik
Member
Join Date: Nov 2011
Old 05-17-2013 , 05:15   Re: New steamCMD / error
Reply With Quote #9

Quote:
Originally Posted by YamiKaitou View Post
Code:
gamedll_linux "addons/metamod/dlls/metamod_i386.so"

Code:
gamedll_linux "addons/metamod/dlls/metamod.so"
If this doesn't fix it, show us the contents of the cstrike/dlls folder

hmmm ty it worked ... btw i also renamed the metamod in dll folder O.o ...

Quote:
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
dlopen failed trying to load:
/root/.steam/sdk32/steamclient.so
with error:
/root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
this error is still showing is it a big deal ???

Last edited by rasik; 05-17-2013 at 05:18.
rasik is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 05-17-2013 , 05:19   Re: New steamCMD / error
Reply With Quote #10

Quote:
Originally Posted by rasik View Post
hmmm ty it worked ... btw i also renamed the metamod in dll folder O.o ...
If you are using the latest copy of Metamod, it should have already been renamed. But that is good




Quote:
this error is still showing is it a big deal ???
Ignore them, they do nothing and are expected to appear. There is nothing you can do about them

Quote:
becoz sv hangs after this error when i am using amx [1.8.2 -_-] , but sv working fine without amx ??
Are you using the latest version of HLDS? Are you using the latest version of Metamod? Did you install AMXX correctly?
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:58.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode