Raised This Month: $ Target: $400
 0% 

[Solved] SM Showdamage not working


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Towlie
Member
Join Date: Jun 2010
Location: No Where To Be Found
Old 08-12-2011 , 05:02   [Solved] SM Showdamage not working
Reply With Quote #1

Hello for some reason my sm show damage is not working the server im on is linux centos any help would be awesome thank you

Last edited by Towlie; 08-15-2011 at 21:07.
Towlie is offline
Teigen
Senior Member
Join Date: Jun 2011
Location: Norway
Old 08-12-2011 , 05:16   Re: SM Showdamage not working
Reply With Quote #2

Error logs?

Are you sure you imported the plugin(s) to the right folders?
and have enabled it in the cfg ?


+ mapchange/restart to load the plugin? or sm plugins load pluginname in hlsw
__________________
[url=steam://friends/add/76561197962940328]
Teigen is offline
Send a message via MSN to Teigen Send a message via Skype™ to Teigen
Towlie
Member
Join Date: Jun 2010
Location: No Where To Be Found
Old 08-12-2011 , 06:30   Re: SM Showdamage not working
Reply With Quote #3

The .smx file is in my plugins folder but for some reason the plugin isnt showing up in sm plugins it loads every plugin eccept for showdamage its weird

EDIT: I found this in the logs "[SM] Unable to load plugin "showdamage.smx": Required extension "Client Preferences" file("clientprefs.ext") not running"

Last edited by Towlie; 08-12-2011 at 06:32.
Towlie is offline
Towlie
Member
Join Date: Jun 2010
Location: No Where To Be Found
Old 08-12-2011 , 06:40   Re: SM Showdamage not working
Reply With Quote #4

It looks like no extensions are loading for anything i got a whole bunch of extension failure errors i got a lot more thatn just "Client Preferences" not loading but The Client Prefences is the only one taht is displaying an error with showdamage anyways if u want my whole log here it is

PHP Code:
L 08/12/2011 01:38:32SourceMod error session started
L 08
/12/2011 01:38:32Info (map "scoutzknivez") (file "errors_20110812.log")
L 08/12/2011 01:38:32: [SMDetected parse error(sin file "/home/Account/orangebox/cstrike/addons/sourcemod/configs/databases.cfg"
L 08/12/2011 01:38:32: [SMLine 24Section beginning without a matching ending
L 08
/12/2011 01:38:32: [SMUnable to load extension "clientprefs.ext"Could not find "clientprefs" or "default" database configs
L 08
/12/2011 01:38:32: [SMUnable to load extension "sdkhooks.ext": /home/Account/orangebox/cstrike/addons/sourcemod/extensions/sdkhooks.ext.socannot open shared object fileNo such file or directory
L 08
/12/2011 01:38:32: [SMUnable to load plugin "clientprefs.smx"Required extension "Client Preferences" file("clientprefs.ext"not running
L 08
/12/2011 01:38:32: [SMUnable to load extension "dbi.mysql.ext"libz.so.1cannot open shared object fileNo such file or directory
L 08
/12/2011 01:38:32: [adsql.smxDatabase failureCould not find driver "mysql"
L 08/12/2011 01:38:32: [SMUnable to load plugin "showdamage.smx"Required extension "Client Preferences" file("clientprefs.ext"not running
L 08
/12/2011 01:38:32: [SMFatal error encountered parsing translation file "observe.phrases.txt"
L 08/12/2011 01:38:32: [SMError (line 0column 0): Stream failed to open
L 08
/12/2011 01:38:43: [SMNative "SQL_FastQuery" reportedInvalid database Handle 0 (error4)
L 08/12/2011 01:38:43: [SMDisplaying call stack trace for plugin "adsql.smx":
L 08/12/2011 01:38:43: [SM]   [0]  Line 471adsql.sp::SetupAds() 
Towlie is offline
Teigen
Senior Member
Join Date: Jun 2011
Location: Norway
Old 08-12-2011 , 06:57   Re: SM Showdamage not working
Reply With Quote #5

Post your databases.cfg from sourcemod/config

Censure the passwords if you want.
__________________
[url=steam://friends/add/76561197962940328]
Teigen is offline
Send a message via MSN to Teigen Send a message via Skype™ to Teigen
Towlie
Member
Join Date: Jun 2010
Location: No Where To Be Found
Old 08-12-2011 , 19:34   Re: SM Showdamage not working
Reply With Quote #6

"Databases"
{
"driver_default" "mysql"

"sourcebans"
{
"driver" "mysql"
"host" "Website IP"
"database" "DB Name"
"user" "User"
"pass" "Password"
//"timeout" "0"
"port" "3306"
}
"admintools"
{
"driver" "mysql"
"host" "Website IP"
"database" "DB Name"
"user" "User"
"pass" "Password"
//"timeout" "0"
//"port" "3306"
}
Towlie is offline
CenT
Senior Member
Join Date: Aug 2009
Location: FRANCE
Old 08-12-2011 , 20:31   Re: SM Showdamage not working
Reply With Quote #7

add in databases.cfg:

Quote:
"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs-sqlite"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}
CenT is offline
Towlie
Member
Join Date: Jun 2010
Location: No Where To Be Found
Old 08-14-2011 , 19:24   Re: SM Showdamage not working
Reply With Quote #8

ok i added that databases.cfg Cent and it still doesnt load

My Error Log
Quote:
L 08/14/2011 - 17:067: SourceMod error session started
L 08/14/2011 - 17:067: Info (map "scoutzknivez") (file "errors_20110814.log")
L 08/14/2011 - 17:067: [SM] Unable to load extension "clientprefs.ext": Could not find "clientprefs" or "default" database configs
L 08/14/2011 - 17:068: [SM] Unable to load extension "sdkhooks.ext": /home/Account/orangebox/cstrike/addons/sourcemod/extensions/sdkhooks.ext.so: cannot open shared object file: No such file or directory
L 08/14/2011 - 17:069: [SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 08/14/2011 - 17:06:40: [adsql.smx] Database failure: Could not find database conf "admintools"
L 08/14/2011 - 17:06:40: [SM] Unable to load plugin "showdamage.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 08/14/2011 - 17:06:40: [SM] Plugin encountered error 25: Call was aborted
L 08/14/2011 - 17:06:40: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 08/14/2011 - 17:06:40: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 08/14/2011 - 17:06:40: [SM] [0] Line 208, D:\htdocs\sourcebans\trunk\game_upload\addons \sourcemod\scripting\sourcebans.sp::OnPluginS tart()
L 08/14/2011 - 17:06:40: [SM] Fatal error encountered parsing translation file "observe.phrases.txt"
L 08/14/2011 - 17:06:40: [SM] Error (line 0, column 0): Stream failed to open
L 08/14/2011 - 17:07:05: [SM] Native "SQL_FastQuery" reported: Invalid database Handle 0 (error: 4)
L 08/14/2011 - 17:07:05: [SM] Displaying call stack trace for plugin "adsql.smx":
L 08/14/2011 - 17:07:05: [SM] [0] Line 471, adsql.sp::SetupAds()
Towlie is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 08-14-2011 , 23:04   Re: SM Showdamage not working
Reply With Quote #9

@Towlie
Show whole databases.cfg again...
Bacardi is offline
Towlie
Member
Join Date: Jun 2010
Location: No Where To Be Found
Old 08-15-2011 , 00:45   Re: SM Showdamage not working
Reply With Quote #10

Here you go Bacardi:

Quote:
"Databases"
{
"driver_default" "mysql"

"sourcebans"
{
"driver" "mysql"
"host" "74.86.183.196"
"database" "DB"
"user" "USER"
"pass" "PW"
//"timeout" "0"
"port" "3306"
}

"admintools"
{
"driver" "mysql"
"host" "74.86.183.196"
"database" "DB"
"user" "USER"
"pass" "PW"
//"timeout" "0"
//"port" "3306"
}

"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs-sqlite"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}

}
Towlie 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 19:54.


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