![]()
This post has been edited 3 times, last edit by "Jackstar" (Nov 9th 2013, 4:07pm)
Was versteht man daran bitte nicht? Die smjansson_2.3.1.3.zip wird nicht benötigt. Aus der smjansson_2.3.1.3_binaries brauchst du nur die smjansson.ext.so ... Ende!
Ich habe eine ganz normale frage gestellt, wie gesagt zum 12345235613424 mal ich hatte lange nicht mehr mit CS Servern zu tun. Da auch keine ordentliche erklärung gibt, wo man die Sachen rein müssen, habe ich hier im Forum meine frage gestellt.
Und die Erro.log
Quoted
[SM] Displaying 18 extensions:
[01] Automatic Updater (1.6.2): Updates SourceMod gamedata files
[02] Webternet (1.6.2): Extension for interacting with URLs
[03] CS Tools (1.6.2): CS extended functionality
[04] BinTools (1.6.2): Low-level C/C++ Calling API
[05] SDK Tools (1.6.2): Source SDK Tools
[06] <FAILED> file "smrcon.ext.so": /home/csgo/server1/csgo/addons/sourcemod/extensions/smrcon.ext.so: cannot open shared object file: No such file or directory
[07] Socket (3.0.1): Socket extension for SourceMod
[08] SDK Hooks (1.6.2): Source SDK Hooks
[09] <FAILED> file "steamtools.ext.so": /home/csgo/server1/csgo/addons/sourcemod/extensions/steamtools.ext.so: cannot open shared object file: No such file or directory
[10] <FAILED> file "curl.ext.so": /home/csgo/server1/csgo/addons/sourcemod/extensions/curl.ext.so: undefined symbol: _ZNSs9_M_mutateEjjj
[11] GeoIP (1.6.2): Geographical IP information
[12] Top Menus (1.6.2): Creates sorted nested menus
[13] <FAILED> file "connect.ext.so": /home/csgo/server1/csgo/addons/sourcemod/extensions/connect.ext.so: cannot open shared object file: No such file or directory
[14] Regex (1.6.2): Provides regex natives for plugins
[15] Client Preferences (1.6.2): Saves client preference settings
[16] SQLite (1.6.2): SQLite Driver
[17] <FAILED> file "geoipcity.ext.so": /home/csgo/server1/csgo/addons/sourcemod/extensions/geoipcity.ext.so: cannot open shared object file: No such file or directory
[18] <FAILED> file "dbi.mysql.ext.so": libz.so.1: cannot open shared object file: No such file or directory
database.cfg
Quoted
L 10/28/2014 - 13:48:35: Info (map "surf_megamachine_go") (file "errors_20141028.log")
L 10/28/2014 - 13:48:35: [store/store-logging.smx] Connection to SQL database has failed, Reason: Could not find driver "mysql"
L 10/28/2014 - 13:48:35: [store/store-logging.smx] Connection to SQL database has failed, Reason: Could not find driver "mysql"
L 10/28/2014 - 13:48:35: [store/store-logging.smx] Connection to SQL database has failed, Reason: Could not find driver "mysql"
L 10/28/2014 - 13:48:35: [store/store-logging.smx] Connection to SQL database has failed, Reason: Could not find driver "mysql"
L 10/28/2014 - 13:48:35: [store/store-logging.smx] Connection to SQL database has failed, Reason: Could not find driver "mysql"
L 10/28/2014 - 13:48:35: [SM] Plugin encountered error 25: Call was aborted
L 10/28/2014 - 13:48:35: [SM] Native "SetFailState" reported: PLUGIN STOPPED - Reason: reconnect counter reached max - PLUGIN STOPPED
L 10/28/2014 - 13:48:35: [SM] Displaying call stack trace for plugin "store/store-backend.smx":
L 10/28/2014 - 13:48:35: [SM] [0] Line 1523, C:\Users\Alon\Documents\GitHub\store\scripting\store-backend.sp::T_ConnectSQLCallback()
L 10/28/2014 - 13:48:38: [SM] Native "Store_RegisterClient" reported: Plugin owning this native is currently paused.
L 10/28/2014 - 13:48:38: [SM] Displaying call stack trace for plugin "store/store-core.smx":
L 10/28/2014 - 13:48:38: [SM] [0] Line 105, C:\Users\Alon\Documents\GitHub\store\scripting\store-core.sp::OnClientPostAdminCheck()
L 10/28/2014 - 13:48:44: [SM] Native "Store_RegisterClient" reported: Plugin owning this native is currently paused.
L 10/28/2014 - 13:48:44: [SM] Displaying call stack trace for plugin "store/store-core.smx":
L 10/28/2014 - 13:48:44: [SM] [0] Line 105, C:\Users\Alon\Documents\GitHub\store\scripting\store-core.sp::OnClientPostAdminCheck()
L 10/28/2014 - 13:48:54: [SM] Native "Store_RegisterClient" reported: Plugin owning this native is currently paused.
L 10/28/2014 - 13:48:54: [SM] Displaying call stack trace for plugin "store/store-core.smx":
L 10/28/2014 - 13:48:54: [SM] [0] Line 105, C:\Users\Alon\Documents\GitHub\store\scripting\store-core.sp::OnClientPostAdminCheck()
L 10/28/2014 - 13:51:35: [SM] Native "Store_GiveDifferentCreditsToUsers" reported: Plugin owning this native is currently paused.
L 10/28/2014 - 13:51:35: [SM] Displaying call stack trace for plugin "store/store-distributor.smx":
L 10/28/2014 - 13:51:35: [SM] [0] Line 148, C:\Users\Alon\Documents\GitHub\store\scripting\store-distributor.sp::ForgivePoints()
L 10/28/2014 - 13:51:53: [SM] Native "Store_RegisterClient" reported: Plugin owning this native is currently paused.
L 10/28/2014 - 13:51:53: [SM] Displaying call stack trace for plugin "store/store-core.smx":
L 10/28/2014 - 13:51:53: [SM] [0] Line 105, C:\Users\Alon\Documents\GitHub\store\scripting\store-core.sp::OnClientPostAdminCheck()
Da wartet Arbeit auf mich
Quoted
"Databases"
{
"driver_default" "mysql"
// When specifying "host", you may use an IP address, a hostname, or a socket file path
"default"
{
"driver" "default"
"host" "localhost"
"database" "sourcemod"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}
"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}
"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs-sqlite"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}
"sourcebans"
{
"driver" "mysql"
"host" "localhost"
"database" "Sourcebans"
"user" "sourcebans"
"pass" "jibesnicht"
//"timeout" "0"
"port" "3306"
}
"store"
{
"driver" "mysql"
"host" "localhost"
"database" "STORE"
"user" "store"
"pass" "jibesnicht"
}
}
