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

Server crashes change team


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Kaymakli
New Member
Join Date: Dec 2017
Old 12-10-2017 , 15:39   Server crashes change team
Reply With Quote #1

initial parameter -nobots attached
bot_quato in server.cfg file 0
the server closes when there are players when changing teams

I dont know English. sorry. I'm waiting for your help

Quote:
sm exts list
[SM] Displaying 12 extensions:
[01] Automatic Updater (1.8.0.6036): Updates SourceMod gamedata files
[02] Webternet (1.8.0.6036): Extension for interacting with URLs
[03] CS Tools (1.8.0.6036): CS extended functionality
[04] BinTools (1.8.0.6036): Low-level C/C++ Calling API
[05] SDK Tools (1.8.0.6036): Source SDK Tools
[06] Regex (1.8.0.6036): Provides regex natives for plugins
[07] SDK Hooks (1.8.0.6036): Source SDK Hooks
[08] <FAILED> file "store_sm.ext.so": /home/user/csgo/serverfiles/csgo/addons/sourcemod/extensions/store_sm.ext.so: cannot open shared object file: No such file or directory
[09] Top Menus (1.8.0.6036): Creates sorted nested menus
[10] GeoIP (1.8.0.6036): Geographical IP information
[11] Client Preferences (1.8.0.6036): Saves client preference settings
[12] SQLite (1.8.0.6036): SQLite Driver
Quote:
sm plugins list
[SM] Listing 24 plugins:
01 "Basic Chat" (1.8.0.6036) by AlliedModders LLC
02 "Store - The Resurrection" (1.1) by Zephyrus
03 "Basic Ban Commands" (1.8.0.6036) by AlliedModders LLC
04 "Basic Comm Control" (1.8.0.6036) by AlliedModders LLC
05 "[CSGO] Advanced Admin" (1.6.3) by PeEzZ
06 "[CS:GO/CSS] AbNeR Round End Sounds" (3.5fix) by AbNeR_CSS
07 "Admin File Reader" (1.8.0.6036) by AlliedModders LLC
08 "Warden: Simple Markers" (1.2) by .#Zipcore
09 "[CSGO] Weapon Jumping" (3.0) by Kaymakli and Nyuu
10 "Basic Votes" (1.8.0.6036) by AlliedModders LLC
11 "Client Preferences" (1.8.0.6036) by AlliedModders LLC
12 "Admin Menu" (1.8.0.6036) by AlliedModders LLC
13 "Web Shortcuts CS:GO version" (2.7) by Franc1sco franug and James "sslice" Gray
14 "Basic Commands" (1.8.0.6036) by AlliedModders LLC
15 "Jailbreak Warden" (3.2.2) by ecca & .#zipcore
16 "Advertisements" (2.0.2) by Tsunami
17 "SM Parachute" (2.5) by SWAT_88
18 "Player Commands" (1.8.0.6036) by AlliedModders LLC
19 "[CSGO] JailBreak" (1.0) by Kaymakli
20 "Chat Colors CSGO" (1.2) by Phoenix - Феникс
21 "Hook Grab Rope" (2.0) by Kaymakli, Sheepdude, SumGuy14
22 "Simple Chat Processor (Redux)" (1.1.5) by Simple Plugins, Mini
23 "[ANY] Gifts" (2.3) by Zephyrus
24 "Fun Commands" (1.8.0.6036) by AlliedModders LLC
Kaymakli is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 12-13-2017 , 07:36   Re: Server crashes change team
Reply With Quote #2

you would not need to set bot_quota if you are using -nobots... and you certainly would not put that cvar in your server.cfg file.

You need to get, and have someone look at the backtrace of the crash... OR, you could start with very minimal plugins and add yours slowly until maybe you find the plugin causing your problems..

Now you know some english words to google, have fun!

https://forums.alliedmods.net/showthread.php?t=277703

Last edited by hamilton5; 12-13-2017 at 07:38.
hamilton5 is offline
Kaymakli
New Member
Join Date: Dec 2017
Old 12-14-2017 , 12:45   Re: Server crashes change team
Reply With Quote #3

Quote:
Originally Posted by hamilton5 View Post
you would not need to set bot_quota if you are using -nobots... and you certainly would not put that cvar in your server.cfg file.

You need to get, and have someone look at the backtrace of the crash... OR, you could start with very minimal plugins and add yours slowly until maybe you find the plugin causing your problems..

Now you know some english words to google, have fun!

https://forums.alliedmods.net/showthread.php?t=277703
First of all thank you very much for your help.
I removed the bot_quota command from the configuration file, I just use -nobots command.
I did the accelerator setup.
The error I get is:
Quote:
0 server.so + 0xa2d4ab
1 server.so + 0xa40522
2 server.so + 0x9de835
3 server.so + 0x686ad9
4 server.so + 0xa4f148
5 server.so + 0x67c99a
6 server.so + 0xa35253
7 sourcemod.2.csgo.so!VPlayerInfo_Logic::Change Team [logic_bridge.cpp:279 + 0xc]
8 sourcemod.logic.so!ChangeClientTeam [smn_players.cpp:1426 + 0xe]
9 sourcepawn.jit.x86.so!sp::Environment::Invoke [environment.cpp:235 + 0xe]
10 sourcepawn.jit.x86.so!sp::InvokeFrame::Invoke Frame [stack-frames.cpp0 + 0x5]
Kaymakli is offline
Kaymakli
New Member
Join Date: Dec 2017
Old 12-28-2017 , 15:35   Re: Server crashes change team
Reply With Quote #4

can he help?
Kaymakli is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 12-28-2017 , 15:58   Re: Server crashes change team
Reply With Quote #5

you should post the link to the accelerator crash report.
Is there any error in .../csgo/addons/sourcemod/logs ?

like hamilton5 already said, disable all custom plugins, enable them back one by one, check if the error still occurs and you will find the plugin which cause the problem.

from a fast overview, I can say most plugins are well-known and working well, the only plugins I don't know are
09 "[CSGO] Weapon Jumping" (3.0) by Kaymakli and Nyuu
and
19 "[CSGO] JailBreak" (1.0) by Kaymakli
maybe start checking these.
__________________
coding & free software
shanapu is offline
Byte
Senior Member
Join Date: Jun 2010
Location: 📦 CCSPlayer
Old 12-28-2017 , 17:31   Re: Server crashes change team
Reply With Quote #6

Potentially related:
https://github.com/alliedmodders/sourcemod/pull/743
__________________
STEAM: /id/invexbyte | Github: Mo Beigi | Discord: Byte#0017
Community: Invex Gaming | My Plugins: Click Me!

Byte 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:27.


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