Raised This Month: $32 Target: $400
 8% 

CS:GO SRCDS Crash When I Join


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Chesy
Junior Member
Join Date: May 2020
Old 05-31-2020 , 10:11   CS:GO SRCDS Crash When I Join
Reply With Quote #1




^ Sourcemod Plugins


This shows right after i join and then the server crashes
Chesy is offline
iGANGNAM
AlliedModders Donor
Join Date: Sep 2012
Location: Lithuania
Old 05-31-2020 , 15:12   Re: CS:GO SRCDS Crash When I Join
Reply With Quote #2

try removing all plugins one by one

start from !ws plugin
__________________

Last edited by iGANGNAM; 05-31-2020 at 15:12.
iGANGNAM is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 05-31-2020 , 15:15   Re: CS:GO SRCDS Crash When I Join
Reply With Quote #3

Have you tried to connect without plugins? Rename the addons folder to addons_1 and test if the problem continues there is something in the hosting.

In any case, do a few steps first.
  1. Make sure your SourceMod & Metamod are all up to date, latest versions;
  2. Try to start the server with GOTV enabled; (Never know )
If you are still not going to get the latest error logs from the server, they are located in the csgo/addons/sourcemod/logs folder, take the latest error files and attach them here for us.

The most likely is that it is some plugin of yours causing this problem, then just testing it one by one.
paulo_crash is offline
Chesy
Junior Member
Join Date: May 2020
Old 06-01-2020 , 03:12   Re: CS:GO SRCDS Crash When I Join
Reply With Quote #4

Quote:
Originally Posted by paulo_crash View Post
Have you tried to connect without plugins? Rename the addons folder to addons_1 and test if the problem continues there is something in the hosting.

In any case, do a few steps first.
  1. Make sure your SourceMod & Metamod are all up to date, latest versions;
  2. Try to start the server with GOTV enabled; (Never know )
If you are still not going to get the latest error logs from the server, they are located in the csgo/addons/sourcemod/logs folder, take the latest error files and attach them here for us.

The most likely is that it is some plugin of yours causing this problem, then just testing it one by one.
Here's the error log
Attachment 181805
Attached Files
File Type: log errors_20200601.log (6.8 KB, 57 views)

Last edited by Chesy; 06-01-2020 at 03:41. Reason: Update
Chesy is offline
Chesy
Junior Member
Join Date: May 2020
Old 06-01-2020 , 08:06   Re: CS:GO SRCDS Crash When I Join
Reply With Quote #5

Now i get this message and my client stopped loading into the server

Code:
[libprotobuf FATAL ..\src\google\protobuf\reflection_ops.cc:58] CHECK failed: (to->GetDescriptor()) == (descriptor): Tried to merge messages of different types.
Chesy is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 06-01-2020 , 12:20   Re: CS:GO SRCDS Crash When I Join
Reply With Quote #6

By the error log that sent your server is with many errors, let's start correcting them.

Error in Simple Chat-Processor:
PHP Code:
L 06/01/2020 15:19:56: [simple-chatprocessor.smx] [SCPTranslation file is not present
L 06
/01/2020 15:19:56: [SMException reportedTranslation file is not present
L 06
/01/2020 15:19:56: [SMBlamingsimple-chatprocessor.smx
L 06
/01/2020 15:19:56: [SMCall stack trace:
L 06/01/2020 15:19:56: [SM]   [0SetFailState
L 06
/01/2020 15:19:56: [SM]   [1Line 172, /home/forums/content/files/2/3/7/4/6/4/172762.attach::OnPluginStart
L 06
/01/2020 15:19:56: [SMUnable to load plugin "simple-chatprocessor.smx"Error detected in plugin startup (see error logs
To fix it, download it here: Attachment 181817

MyJailBreak error:
PHP Code:
L 06/01/2020 15:24:56: [SMUnable to load plugin "MyJailbreak\menu.smx"Could not find required plugin "adminmenu"
L 06/01/2020 15:24:56: [SMUnable to load plugin "MyJailbreak\request.smx"Could not find required plugin "lastrequest" 
To fix it, activate the adminmenu and lastrequest plugins.

For some reason you have activated the admin-sql-prefetch plugin:
PHP Code:
L 06/01/2020 15:40:04: [admin-sql-prefetch.smxCould not connect to database "default": [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 06/01/2020 - 15:40:08: [admin-sql-prefetch.smx] Could not connect to database "default": [2003]: Can'
t connect to MySQL server on 'localhost' (10061)
L 06/01/2020 15:40:12: [admin-sql-prefetch.smxCould not connect to database "default": [2003]: Can't connect to MySQL server on 'localhost' (10061) 
Disable it and leave the default database.cfg config, you probably changed something in it, download the original version you have in SourceMod and put it back.

Your UMC plugins are buggy, at least one of them:
PHP Code:
L 06/01/2020 15:36:15: [SMException reportedFailed to create native "HasEndOfMapVoteFinished"name is probably already in use
L 06/01/2020 15:36:15: [SMBlamingumc-endvote.smx
L 06
/01/2020 15:36:15: [SMCall stack trace:
L 06/01/2020 15:36:15: [SM]   [0CreateNative
L 06
/01/2020 15:36:15: [SM]   [1Line 143Y:\SourcemodProjects\_SMDevENV1_10\addons\sourcemod\scripting\umc-endvote.sp::AskPluginLoad2
L 06
/01/2020 15:36:15: [SMFailed to load plugin "umc-endvote.smx"unexpected error 23 in AskPluginLoad callback
I recommend disabling all UMC plugins.

Make corrections and see if it solves your problem.

Last edited by paulo_crash; 06-03-2020 at 13:39.
paulo_crash is offline
Chesy
Junior Member
Join Date: May 2020
Old 06-02-2020 , 05:06   Re: CS:GO SRCDS Crash When I Join
Reply With Quote #7

Solved. it is sm_hosties plugin's error
Chesy is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 06-02-2020 , 09:41   Re: CS:GO SRCDS Crash When I Join
Reply With Quote #8

Quote:
Originally Posted by Chesy View Post
Solved. it is sm_hosties plugin's error
Perfect, I'm glad you did.

In any case, I recommend that you later see the errors I informed you, it may cause problems in the future.
paulo_crash 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 10:39.


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