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

[CS:GO] ckSurf (1.18f, 24.11.2015)


Post New Thread Reply   
 
Thread Tools Display Modes
Strudi
New Member
Join Date: Feb 2020
Old 02-21-2020 , 14:57   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2821

I currently have the following problem setting up a surf Server for me and my friends to play on.
I am running the 1.21 version of ckSurf.

L 02/21/2020 - 19:08:23: Info (map "workshop/607186931/surf_beginner") (file "/mnt/csgo/addons/sourcemod/logs/errors_20200221.log")
L 02/21/2020 - 19:08:23: [SM] Exception reported: [SURF] Unable to connect to database ([2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2))
L 02/21/2020 - 19:08:23: [SM] Blaming: ckSurf.smx
L 02/21/2020 - 19:08:23: [SM] Call stack trace:
L 02/21/2020 - 19:08:23: [SM] [0] SetFailState
L 02/21/2020 - 19:08:23: [SM] [1] Line 157, csgo/addons/sourcemod/scripting/ckSurf/sql.sp::db_setupDatabase
L 02/21/2020 - 19:08:23: [SM] [2] Line 1894, csgo/addons/sourcemod/scripting/ckSurf.sp::OnPluginStart
L 02/21/2020 - 19:08:23: [SM] Unable to load plugin "ckSurf.smx": Error detected in plugin startup (see error logs)
L 02/21/2020 - 19:08:27: Error log file session closed.

Surf beginner works without any problems but as soon as I change the map to a map that hasn't been completed before and complete it the Server crashes within 30-40 seconds.
I sadly don't get a newer error log. I don't know why.

I've already tried the previews fixes but they didn't work for me.
Maybe I'm just too dumb because I'm not really into all that databases stuff.

I've attatched my databases.cfg (censored all the information. I hope that isn't a problem) and the error log.

I would be really grateful if someone can help me
Attached Files
File Type: cfg databases.cfg (993 Bytes, 100 views)
File Type: log errors_20200221.log (2.2 KB, 85 views)
Strudi is offline
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 02-23-2020 , 05:25   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2822

Quote:
Originally Posted by Strudi View Post
I currently have the following problem setting up a surf Server for me and my friends to play on.
I am running the 1.21 version of ckSurf.

L 02/21/2020 - 19:08:23: Info (map "workshop/607186931/surf_beginner") (file "/mnt/csgo/addons/sourcemod/logs/errors_20200221.log")
L 02/21/2020 - 19:08:23: [SM] Exception reported: [SURF] Unable to connect to database ([2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2))
L 02/21/2020 - 19:08:23: [SM] Blaming: ckSurf.smx
L 02/21/2020 - 19:08:23: [SM] Call stack trace:
L 02/21/2020 - 19:08:23: [SM] [0] SetFailState
L 02/21/2020 - 19:08:23: [SM] [1] Line 157, csgo/addons/sourcemod/scripting/ckSurf/sql.sp::db_setupDatabase
L 02/21/2020 - 19:08:23: [SM] [2] Line 1894, csgo/addons/sourcemod/scripting/ckSurf.sp::OnPluginStart
L 02/21/2020 - 19:08:23: [SM] Unable to load plugin "ckSurf.smx": Error detected in plugin startup (see error logs)
L 02/21/2020 - 19:08:27: Error log file session closed.

Surf beginner works without any problems but as soon as I change the map to a map that hasn't been completed before and complete it the Server crashes within 30-40 seconds.
I sadly don't get a newer error log. I don't know why.

I've already tried the previews fixes but they didn't work for me.
Maybe I'm just too dumb because I'm not really into all that databases stuff.

I've attatched my databases.cfg (censored all the information. I hope that isn't a problem) and the error log.

I would be really grateful if someone can help me
Plugin creates this error at start, so, even if your databases file seems ok, there is something wrong. Like user access or password, or database name/type.
Then, I can only recommend to use ckSurf 1.18kd instead of 1.21.
https://github.com/StAwN74/ckSurf-1.18kd-Release
Choose between Discord or No Discord version, then please use the "hand" version present in disabled folder (ckSurf_sl_hand.smx or ckSurf_sln_hand.smx) instead of the default one cuz I've made improvements.
The 'h' versions are here for users having sv_hibernate_when_empty 0 all the time (at launch cmd and server.cfg) but will corrupt your database if server somehow hibernates. ++
__________________

*** *** ***
-My plugins-

Last edited by St00ne; 02-23-2020 at 05:39.
St00ne is offline
Groven
AlliedModders Donor
Join Date: Apr 2011
Location: Sweden
Old 02-23-2020 , 09:50   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2823

Quote:
Originally Posted by Strudi View Post
I currently have the following problem setting up a surf Server for me and my friends to play on.
I am running the 1.21 version of ckSurf.

L 02/21/2020 - 19:08:23: Info (map "workshop/607186931/surf_beginner") (file "/mnt/csgo/addons/sourcemod/logs/errors_20200221.log")
L 02/21/2020 - 19:08:23: [SM] Exception reported: [SURF] Unable to connect to database ([2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2))
L 02/21/2020 - 19:08:23: [SM] Blaming: ckSurf.smx
L 02/21/2020 - 19:08:23: [SM] Call stack trace:
L 02/21/2020 - 19:08:23: [SM] [0] SetFailState
L 02/21/2020 - 19:08:23: [SM] [1] Line 157, csgo/addons/sourcemod/scripting/ckSurf/sql.sp::db_setupDatabase
L 02/21/2020 - 19:08:23: [SM] [2] Line 1894, csgo/addons/sourcemod/scripting/ckSurf.sp::OnPluginStart
L 02/21/2020 - 19:08:23: [SM] Unable to load plugin "ckSurf.smx": Error detected in plugin startup (see error logs)
L 02/21/2020 - 19:08:27: Error log file session closed.

Surf beginner works without any problems but as soon as I change the map to a map that hasn't been completed before and complete it the Server crashes within 30-40 seconds.
I sadly don't get a newer error log. I don't know why.

I've already tried the previews fixes but they didn't work for me.
Maybe I'm just too dumb because I'm not really into all that databases stuff.

I've attatched my databases.cfg (censored all the information. I hope that isn't a problem) and the error log.

I would be really grateful if someone can help me
Try google the MySQL error. It usually solve the issue. There's an issue connecting to your database thats why it crashes I think. I found this link

Code:
https://stackoverflow.com/questions/22436028/cant-connect-to-local-mysql-server-through-socket-tmp-mysql-sock-2
Try start your MySQL server.
__________________

Last edited by Groven; 02-23-2020 at 09:57.
Groven is offline
PPandora
Junior Member
Join Date: May 2018
Old 03-01-2020 , 13:49   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2824

Anyone know how I can fix this?

The "!" is not to the left, its on top which I believe is causing the speed portion of the timer to be cut off below.
Thanks in advance.




link to img https://ibb.co/FXV5b05
__________________

Last edited by PPandora; 03-01-2020 at 13:49.
PPandora is offline
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 03-02-2020 , 05:13   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2825

Quote:
Originally Posted by PPandora View Post
Anyone know how I can fix this?

The "!" is not to the left, its on top which I believe is causing the speed portion of the timer to be cut off below.
Thanks in advance.




link to img https://ibb.co/FXV5b05
Hi, maybe because you didn't start your run?
I do have speed displayed here.
But I'm using 1.18kd, not the same as yours.
__________________

*** *** ***
-My plugins-
St00ne is offline
PPandora
Junior Member
Join Date: May 2018
Old 03-02-2020 , 09:00   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2826

Quote:
Originally Posted by St00ne View Post
Hi, maybe because you didn't start your run?
I do have speed displayed here.
But I'm using 1.18kd, not the same as yours.

I do appreciate your response but this does the same thing when in the run.
__________________

Last edited by PPandora; 03-02-2020 at 09:00.
PPandora is offline
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 03-02-2020 , 10:25   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2827

Ok, I asked this because of the picture x)
Sorry cuz I checked code again and the "i" position is not mentioned.
Type of msg can be chat or hint text, or center text, etc... and here we are using PrintHintText. Basically, the "i" point is here because we use PrintHintText, and is not interfering in anything. I understand your question, though.

The bug you have is related to speed not taken into account.
Either due to this formatting problem like said here: https://forums.alliedmods.net/showpo...postcount=2800
Or, your version of SurfTimer is buggy, idk. I can't help you on that because I could not reproduce your bug, and could not find any fix through coding.
Regards
St00ne
__________________

*** *** ***
-My plugins-

Last edited by St00ne; 03-02-2020 at 10:27.
St00ne is offline
Groven
AlliedModders Donor
Join Date: Apr 2011
Location: Sweden
Old 03-02-2020 , 10:52   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2828

Is there any prezoned maps which includes Checkpoints? not just Start/End ?
__________________
Groven is offline
PPandora
Junior Member
Join Date: May 2018
Old 03-03-2020 , 00:33   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2829

Quote:
Originally Posted by St00ne View Post
Ok, I asked this because of the picture x)
Sorry cuz I checked code again and the "i" position is not mentioned.
Type of msg can be chat or hint text, or center text, etc... and here we are using PrintHintText. Basically, the "i" point is here because we use PrintHintText, and is not interfering in anything. I understand your question, though.

The bug you have is related to speed not taken into account.
Either due to this formatting problem like said here: https://forums.alliedmods.net/showpo...postcount=2800
Or, your version of SurfTimer is buggy, idk. I can't help you on that because I could not reproduce your bug, and could not find any fix through coding.
Regards
St00ne

It's okay, thanks for trying. I found out sometimes the speed will show if there is no time records on the current map. The moment I set a server record, the speed stops displaying. It is weird for sure but I'm not letting it bother me, I found out how to disable the entire panel so I'm happy for now. Thanks again for your time in responding and looking into it regardless!
__________________
PPandora is offline
pacooatata
New Member
Join Date: Mar 2020
Old 03-07-2020 , 18:03   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2830

having this error:
L 03/07/2020 - 237:20: [SM] Unable to load plugin "ckSurf.smx": Error detected in plugin startup (see error logs)
L 03/07/2020 - 238:22: Error log file session closed.
L 03/07/2020 - 23:517: SourceMod error session started
L 03/07/2020 - 23:517: Info (map "surf_kitsune_nb") (file "D:\steamcmd\csgo-ds\csgo\addons\sourcemod\logs\errors_20200307 .log")
L 03/07/2020 - 23:517: [SM] Detected parse error(s) in file "D:\steamcmd\csgo-ds\csgo\addons\sourcemod\configs\databases.cf g"
L 03/07/2020 - 23:517: [SM] Line 1: Section ending without a matching section beginning
L 03/07/2020 - 23:518: [SM] Unable to load extension "cleaner.ext": Failed to find signature. Please contact the author.
L 03/07/2020 - 23:519: [SM] Unable to load extension "clientprefs.ext": Could not find any suitable database configs
L 03/07/2020 - 23:51:40: [SM] Exception reported: [ckSurf] Unable to connect to database (Configuration "cksurf" not found)
L 03/07/2020 - 23:51:40: [SM] Blaming: ckSurf.smx
L 03/07/2020 - 23:51:40: [SM] Call stack trace:
L 03/07/2020 - 23:51:40: [SM] [0] SetFailState
L 03/07/2020 - 23:51:40: [SM] [1] Line 158, ckSurf/sql.sp::db_setupDatabase
L 03/07/2020 - 23:51:41: [SM] [2] Line 1849, D:\ckSurf\csgo\addons\sourcemod\scripting\ckS urf.sp::OnPluginStart
L 03/07/2020 - 23:51:41: [SM] Unable to load plugin "ckSurf.smx": Error detected in plugin startup (see error logs)
L 03/07/2020 - 23:51:41: [SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 03/07/2020 - 23:52:03: Error log file session closed.
L 03/07/2020 - 23:52:03: SourceMod error session started
L 03/07/2020 - 23:52:03: Info (map "surf_kitsune_nb") (file "D:\steamcmd\csgo-ds\csgo\addons\sourcemod\logs\errors_20200307 .log")
L 03/07/2020 - 23:52:03: [SM] Detected parse error(s) in file "D:\steamcmd\csgo-ds\csgo\addons\sourcemod\configs\databases.cf g"
L 03/07/2020 - 23:52:03: [SM] Line 1: Section ending without a matching section beginning
L 03/07/2020 - 23:55:45: SourceMod error session started
L 03/07/2020 - 23:55:45: Info (map "surf_kitsune_nb") (file "D:\steamcmd\csgo-ds\csgo\addons\sourcemod\logs\errors_20200307 .log")
L 03/07/2020 - 23:55:45: [SM] Detected parse error(s) in file "D:\steamcmd\csgo-ds\csgo\addons\sourcemod\configs\databases.cf g"
L 03/07/2020 - 23:55:45: [SM] Line 1: Section ending without a matching section beginning
L 03/07/2020 - 23:55:45: [SM] Unable to load extension "cleaner.ext": Failed to find signature. Please contact the author.
L 03/07/2020 - 23:55:46: [SM] Unable to load extension "clientprefs.ext": Could not find any suitable database configs
L 03/07/2020 - 23:55:46: [SM] Exception reported: [ckSurf] Unable to connect to database (Configuration "cksurf" not found)
L 03/07/2020 - 23:55:46: [SM] Blaming: ckSurf.smx
L 03/07/2020 - 23:55:46: [SM] Call stack trace:
L 03/07/2020 - 23:55:47: [SM] [0] SetFailState
L 03/07/2020 - 23:55:47: [SM] [1] Line 158, ckSurf/sql.sp::db_setupDatabase
L 03/07/2020 - 23:55:47: [SM] [2] Line 1849, D:\ckSurf\csgo\addons\sourcemod\scripting\ckS urf.sp::OnPluginStart
L 03/07/2020 - 23:55:47: [SM] Unable to load plugin "ckSurf.smx": Error detected in plugin startup (see error logs)
L 03/07/2020 - 23:55:47: [SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 03/07/2020 - 23:56:09: Error log file session closed.
L 03/07/2020 - 23:56:09: SourceMod error session started
L 03/07/2020 - 23:56:09: Info (map "surf_kitsune_nb") (file "D:\steamcmd\csgo-ds\csgo\addons\sourcemod\logs\errors_20200307 .log")
L 03/07/2020 - 23:56:09: [SM] Detected parse error(s) in file "D:\steamcmd\csgo-ds\csgo\addons\sourcemod\configs\databases.cf g"
L 03/07/2020 - 23:56:09: [SM] Line 1: Section ending without a matching section beginning
L 03/07/2020 - 23:58:47: SourceMod error session started
L 03/07/2020 - 23:58:47: Info (map "surf_kitsune_nb") (file "D:\steamcmd\csgo-ds\csgo\addons\sourcemod\logs\errors_20200307 .log")
L 03/07/2020 - 23:58:47: [SM] Detected parse error(s) in file "D:\steamcmd\csgo-ds\csgo\addons\sourcemod\configs\databases.cf g"
L 03/07/2020 - 23:58:47: [SM] Line 1: Section ending without a matching section beginning
L 03/07/2020 - 23:58:47: [SM] Unable to load extension "cleaner.ext": Failed to find signature. Please contact the author.
L 03/07/2020 - 23:58:47: [SM] Unable to load extension "clientprefs.ext": Could not find any suitable database configs
L 03/07/2020 - 23:58:47: [SM] Exception reported: [ckSurf] Unable to connect to database (Configuration "cksurf" not found)
L 03/07/2020 - 23:58:47: [SM] Blaming: ckSurf.smx
L 03/07/2020 - 23:58:47: [SM] Call stack trace:
L 03/07/2020 - 23:58:47: [SM] [0] SetFailState
L 03/07/2020 - 23:58:47: [SM] [1] Line 158, ckSurf/sql.sp::db_setupDatabase
L 03/07/2020 - 23:58:47: [SM] [2] Line 1849, D:\ckSurf\csgo\addons\sourcemod\scripting\ckS urf.sp::OnPluginStart
L 03/07/2020 - 23:58:47: [SM] Unable to load plugin "ckSurf.smx": Error detected in plugin startup (see error logs)
L 03/07/2020 - 23:58:47: [SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 03/07/2020 - 23:58:55: Error log file session closed.
L 03/07/2020 - 23:58:55: SourceMod error session started
L 03/07/2020 - 23:58:55: Info (map "surf_kitsune_nb") (file "D:\steamcmd\csgo-ds\csgo\addons\sourcemod\logs\errors_20200307 .log")
L 03/07/2020 - 23:58:55: [SM] Detected parse error(s) in file "D:\steamcmd\csgo-ds\csgo\addons\sourcemod\configs\databases.cf g"
L 03/07/2020 - 23:58:55: [SM] Line 1: Section ending without a matching section beginning
pacooatata 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 01:45.


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