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

Solved CSGO Crash


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Accelerator
Senior Member
Join Date: Dec 2010
Location: Russia
Old 02-10-2018 , 10:43   CSGO Crash
Reply With Quote #1

Quote:
Release Notes for 2/9/2018
2018.02.09 -

[MISC]
– Fixed a bug with the Medi-Shot that caused its ammo count and usage to be broken.
New crashes:
https://crash.limetech.org/g43gaegeuaf3
73 reports - https://crash.limetech.org/stats/2d7...df58b35b921700 ...

I think this is due to the giving weapon_healthshot.

UPD: this happens when the player drop a healthshot.

Temp fix:
Code:
public Action CS_OnCSWeaponDrop(int client, int weaponIndex)
{
	char Classname[32];
	GetEdictClassname(weaponIndex, Classname, sizeof(Classname));
	if (StrEqual(Classname, "weapon_healthshot", false))
		return Plugin_Handled;
	
	return Plugin_Continue;
}
UPD2: Fix not work...
__________________

Last edited by Accelerator; 02-11-2018 at 05:20.
Accelerator is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 02-10-2018 , 14:01   Re: CSGO Crash
Reply With Quote #2

I reproduced it. When you carry more that 1 healthshot and you drop it, then the server crashes.


Solution that I see is sm_cvar ammo_item_limit_healthshot 1 to prevent people to have more that 1 healthshot at the same time.


Valve´s updates
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 02-10-2018 at 14:25.
Franc1sco is offline
Send a message via MSN to Franc1sco
Wacci
AlliedModders Donor
Join Date: May 2017
Location: Hungary
Old 02-10-2018 , 14:15   Re: CSGO Crash
Reply With Quote #3

Thanks for idea!
__________________
Wacci is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 02-10-2018 , 14:23   Re: CSGO Crash
Reply With Quote #4

Quote:
Originally Posted by Wacci View Post
Thanks for idea!
Yeah, tested and it works for me. Its also solved for the rest?
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 02-10-2018 at 14:24.
Franc1sco is offline
Send a message via MSN to Franc1sco
Qes
AlliedModders Donor
Join Date: Jul 2014
Old 02-11-2018 , 13:18   Re: CSGO Crash
Reply With Quote #5

Franc1sco,
Yes, it works
Qes is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 02-12-2018 , 02:46   Re: CSGO Crash
Reply With Quote #6

Quote:
Originally Posted by Qes View Post
Franc1sco,
Yes, it works
Ok, good to hear that


Btw, I made a post on the csgo mailing list for try to that Valve fix it soon. Give it love
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 02-15-2018 , 19:50   Re: CSGO Crash
Reply With Quote #7

Valve fixed these crashes https://github.com/ValveSoftware/csg...ux/issues/1610

Now you can use ammo_item_limit_healthshot with a value higher than 1
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
Wacci
AlliedModders Donor
Join Date: May 2017
Location: Hungary
Old 02-16-2018 , 00:25   Re: CSGO Crash
Reply With Quote #8

Thanks for information!
__________________
Wacci 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 23:51.


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