Raised This Month: $ Target: $400
 0% 

CSGO Update crash servers


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
mazdarx8
Veteran Member
Join Date: Aug 2014
Old 12-09-2015 , 15:13   CSGO Update crash servers
Reply With Quote #1

Hello,

im using ckSurf and since last update, the server is crashing sometimes.
I know a player if she connect to the servers it crash everytime when she connect.
If other players connect, server dont crash.

I see it that it crash everytime with LINUX server. WINDOWS server is working for her without server crashing.

I updated now to the latest Sourcemod (5280) and Metamod and still same problem.

If I check my error log I see following:
PHP Code:
L 12/09/2015 21:09:26: [SMNative "PrintToConsole" reportedClient 17 is not in game
L 12
/09/2015 21:09:26: [SMDisplaying call stack trace for plugin "ckSurf.smx":
L 12/09/2015 21:09:26: [SM]   [0]  Line 776ckSurf/misc.sp::PrintConsoleInfo()
L 12/09/2015 21:09:26: [SM]   [1]  Line 1101D:\ckSurf\csgo\addons\sourcemod\scripting\ckSurf.sp::OnClientPutInServer() 
If I type "sm exts list" I get following:

PHP Code:
21:12:32 [SMDisplaying 19 extensions:
         [
01Automatic Updater (1.7.3-dev+5280): Updates SourceMod gamedata files
         
[02Webternet (1.7.3-dev+5280): Extension for interacting with URLs
         
[03Equinox Console Cleaner (): Bite me alien boi
         
[04CS Tools (1.7.3-dev+5280): CS extended functionality
         
[05BinTools (1.7.3-dev+5280): Low-level C/C++ Calling API
         
[06SDK Tools (1.7.3-dev+5280): Source SDK Tools
         
[07Regex (1.7.3-dev+5280): Provides regex natives for plugins
         
[08SDK Hooks (1.7.3-dev+5280): Source SDK Hooks
         
[09Top Menus (1.7.3-dev+5280): Creates sorted nested menus
         
[10Client Preferences (1.7.3-dev+5280): Saves client preference settings
         
[11SQLite (1.7.3-dev+5280): SQLite Driver
         
[12DHooks (2.0.2): Dynamic Hooks
         
[13GeoIP (1.7.3-dev+5280): Geographical IP information
         
[14SMJansson (2.3.1/3): JSON parser/writer
         
[15Socket (3.0.1): Socket extension for SourceMod
         
[16] <FAILEDfile "curl.ext.so": /home/gameserver/servers/xxxxxx/csgo/csgo/addons/sourcemod/extensions/curl.ext.socannot open shared object fileNo such file or directory
         
[17MySQL-DBI (1.7.3-dev+5280): MySQL driver implementation for DBI
         
[18] <FAILEDfile "steamtools.ext.so": /home/gameserver/servers/xxxxxx/csgo/csgo/addons/sourcemod/extensions/steamtools.ext.socannot open shared object fileNo such file or directory
         
[19GeoIPCity (1.1.2): Geographical IP information 
I dont know what "curl.ext.so" is, I see it the first time in this plugin. I tried to reupload thise files from forum but it's still Failed. I dont know if its the main problem of the server crashing.

If I disable the ckSurf plugin the player can connect without server crashing.

Anyone have tips?

Last edited by mazdarx8; 12-09-2015 at 15:14.
mazdarx8 is offline
LeeStrong
AlliedModders Donor
Join Date: Nov 2015
Old 12-09-2015 , 16:06   Re: CSGO Update crash servers
Reply With Quote #2

Code:
L 12/09/2015 - 21:00:00: [SM] Exception reported: Client 34 is not in game
L 12/09/2015 - 21:00:00: [SM] Blaming: ckSurf.smx()
L 12/09/2015 - 21:00:00: [SM] Call stack trace:
L 12/09/2015 - 21:00:00: [SM]   [0] PrintToConsole
L 12/09/2015 - 21:00:00: [SM]   [1] Line 330, ckSurf/misc.sp::PrintConsoleInfo()
L 12/09/2015 - 21:00:00: [SM]   [2] Line 1057, D:\ckSurf\csgo\addons\sourcemod\scripting\ckSurf.sp::OnClientPutInServer()
L 12/09/2015 - 21:00:00: [SM] Exception reported: Client 34 is not in game
L 12/09/2015 - 21:00:00: [SM] Blaming: fragradio.smx()
L 12/09/2015 - 21:00:00: [SM] Call stack trace:
L 12/09/2015 - 21:00:00: [SM]   [0] PrintToChat
L 12/09/2015 - 21:00:00: [SM]   [1] Line 184, fragradio.sp::WelcomeAdvert()
L 12/09/2015 - 21:00:00: [SM]   [2] Line 167, fragradio.sp::OnClientPutInServer()
Same thing here, don't worry you're not the only one buddy. Will update if I discover anything of any use.
LeeStrong is offline
psychonic

BAFFLED
Join Date: May 2008
Old 12-09-2015 , 17:14   Re: CSGO Update crash servers
Reply With Quote #3

The client passed in OnClientPutInServer should always be in game, as of that callback. Can you attach the source code for the exact version of that plugin that you're running?
psychonic is offline
nikooo777
AlliedModders Donor
Join Date: Apr 2010
Location: Lugano, Switzerland
Old 12-09-2015 , 20:20   Re: CSGO Update crash servers
Reply With Quote #4

I am getting I guess similar crashes (i have around 30 crashes or more like this today):
https://crash.limetech.org/vjk4bpoh2xdz

the source code is found here:
https://github.com/jonitaikaponi/ckS...ting/ckSurf.sp


I have no clue what to do at this point
__________________

Last edited by nikooo777; 12-09-2015 at 20:26.
nikooo777 is offline
jonitaikaponi
Senior Member
Join Date: Nov 2014
Location: Finland
Old 12-09-2015 , 20:56   Re: CSGO Update crash servers
Reply With Quote #5

Hey,

CS_SetClientName seems to have broken and is causing weird issues with clients and bots, but SetClientName seems to work.

I updated and pushed the update to github, check if it works now.
jonitaikaponi is offline
psychonic

BAFFLED
Join Date: May 2008
Old 12-09-2015 , 21:05   Re: CSGO Update crash servers
Reply With Quote #6

Quote:
Originally Posted by jonitaikaponi View Post
Hey,

CS_SetClientName seems to have broken and is causing weird issues with clients and bots, but SetClientName seems to work.

I updated and pushed the update to github, check if it works now.
Where is CS_SetClientName from?

SM (via SDKTools) only provides a generic SetClientName.
psychonic is offline
psychonic

BAFFLED
Join Date: May 2008
Old 12-09-2015 , 21:07   Re: CSGO Update crash servers
Reply With Quote #7

Quote:
Originally Posted by psychonic View Post
Where is CS_SetClientName from?

SM (via SDKTools) only provides a generic SetClientName.
Nevermind. This apparently appears to be something provided and used by the plugin itself, rather than using the native provided by SDKTools, which has been updated.
psychonic is offline
nikooo777
AlliedModders Donor
Join Date: Apr 2010
Location: Lugano, Switzerland
Old 12-10-2015 , 06:23   Re: CSGO Update crash servers
Reply With Quote #8

Apparently the issue is still not resolved, at least something is still breaking the plugin

Here are some crashes that could be perhaps helpful in identifying the source:
https://crash.limetech.org/cfhh4zxplwdz
https://crash.limetech.org/mijbglh3pzh4
https://crash.limetech.org/fcsecvwkfenb
https://crash.limetech.org/sqtkkrnqwb42
https://crash.limetech.org/r32arycfka7y
https://crash.limetech.org/kylqni6afpwg
https://crash.limetech.org/xeyxixzasjcb

and also this one:
https://crash.limetech.org/rynw6qjyafam

the source code for anybody interested in taking a look is in the branch 1.18-beta here:
https://github.com/jonitaikaponi/ckS...emod/scripting


Edit: Please consider this message semi-void, i apparently upgraded from 1.17 to 1.17 .... this happens when I sleep 4 hours a day and have files everywhere.

tho i would check out the last crash report as it seems it could be related to the new revolver (just gessing)
__________________

Last edited by nikooo777; 12-10-2015 at 06:40.
nikooo777 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 15:37.


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