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

CSGO Server crash on random round end


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
EMINEM_FB
Senior Member
Join Date: Dec 2010
Location: Czech republic
Old 08-06-2014 , 14:35   CSGO Server crash on random round end
Reply With Quote #1

GAME: CSGO

PROBLEM: Server crash on random round end


[01] SourceMod (1.6.1-dev+4545) by AlliedModders LLC
[02] CS Tools (1.6.1-dev+4545) by AlliedModders LLC
[03] SDK Tools (1.6.1-dev+4545) by AlliedModders LLC
[04] SDK Hooks (1.6.1-dev+4545) by AlliedModders LLC
[05] DHooks (1.0.14-alpha) by Dr!fter

Plugins on server
Spoiler


Log screenlog.0
Spoiler
EMINEM_FB is offline
thenumb3rguy
Senior Member
Join Date: Oct 2012
Location: Hong Kong
Old 08-06-2014 , 15:26   Re: CSGO Server crash on random round end
Reply With Quote #2

Its the same error we have been getting for months

Quote:
L 08/06/2014 - 20:10:55: Entity: (CREATE) Classname:item_assaultsuit, Entity:458, Total01/2048
L 08/06/2014 - 20:10:55: Entity: (DELETE) Classname:item_assaultsuit, Entity:458, Total00/2048
This is what it causes the crash.
__________________
Founder of Hours Played, Inc.

http://steamcommunity.com/id/botarnold
thenumb3rguy is offline
EMINEM_FB
Senior Member
Join Date: Dec 2010
Location: Czech republic
Old 08-06-2014 , 15:31   Re: CSGO Server crash on random round end
Reply With Quote #3

You think is problem in map ?

//EDIT: But i got X times this message
L 08/06/2014 - 20:10:55: Entity: (CREATE) Classname:item_assaultsuit, Entity:458, Total01/2048
L 08/06/2014 - 20:10:55: Entity: (DELETE) Classname:item_assaultsuit, Entity:458, Total00/2048

Last edited by EMINEM_FB; 08-06-2014 at 15:37.
EMINEM_FB is offline
EMINEM_FB
Senior Member
Join Date: Dec 2010
Location: Czech republic
Old 08-06-2014 , 15:48   Re: CSGO Server crash on random round end
Reply With Quote #4

Do you try this ?

public OnEntityCreated(entity, const String:classname[]) {

if (StrEqual(classname, "item_assaultsuit")) {
CreateTimer(0.1, Timer_Callback, entity);
}
}

public Action:Timer_Callback(Handle:timer, any:entity) {

if (IsValidEntity(entity)) {
AcceptEntityInput(entity, "Kill");
//RemoveEdict(entity); // or this if first fails
}
}

WARNING: This kick from your game.. Its bu/gget..


//EDIT: I test giving item "give item_assaultsuit" and work...
item_assaultsuit is vest and helm.. you can disable with mp_free_armor 0 and pluginWeapon Restrict

Last edited by EMINEM_FB; 08-06-2014 at 16:23.
EMINEM_FB is offline
EMINEM_FB
Senior Member
Join Date: Dec 2010
Location: Czech republic
Old 08-07-2014 , 08:57   Re: CSGO Server crash on random round end
Reply With Quote #5

Problem not in item_assaultsuit... I restricted vest and helm (item_assaultsuit), use mp_free_armor 0 and still crash
EMINEM_FB is offline
thenumb3rguy
Senior Member
Join Date: Oct 2012
Location: Hong Kong
Old 08-07-2014 , 12:36   Re: CSGO Server crash on random round end
Reply With Quote #6

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

You should check this thread out.

Appearently a lot of ppl are having this problem.
__________________
Founder of Hours Played, Inc.

http://steamcommunity.com/id/botarnold
thenumb3rguy 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 18:57.


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