Raised This Month: $ Target: $400
 0% 

New CSGO update broke my server


Post New Thread Reply   
 
Thread Tools Display Modes
Aura89
Member
Join Date: Jan 2014
Old 08-21-2017 , 21:58   Re: New CSGO update broke my server
Reply With Quote #341

Windows user, dev build 6143, still crashing server the moment someone connects to it. Not sure where i could get an error log for this. If someone could tell me where, in detail, that'd be great.

Last edited by Aura89; 08-21-2017 at 21:58.
Aura89 is offline
psychonic

BAFFLED
Join Date: May 2008
Old 08-22-2017 , 08:36   Re: New CSGO update broke my server
Reply With Quote #342

Double-check that you've uploaded the latest files.

For anyone still having trouble with the latest builds, you're going to have to do the troubleshooting work of narrowing it down to what extension or plugin is causing your issue, and then trying to figure out what part of it.

All the major issues are fixed, and the most common crashes are still from plugins creating weapon entities, and then attempting to spawn them without proper setup being done (as more is apparently required now).
psychonic is offline
die_man
Senior Member
Join Date: Jul 2017
Old 08-22-2017 , 10:24   Re: New CSGO update broke my server
Reply With Quote #343

Quote:
Originally Posted by psychonic View Post
All the major issues are fixed, and the most common crashes are still from plugins creating weapon entities, and then attempting to spawn them without proper setup being done (as more is apparently required now).
You make ideia why Deathmatch Goes Advanced doesn't work with P2000?
Others guns works fine, only P2000 crash the server.

https://forums.alliedmods.net/showth...36#post2445436

Crash: https://crash.limetech.org/3gnzaiqaekm6
die_man is offline
dedimark
Senior Member
Join Date: Jul 2015
Location: London
Old 08-22-2017 , 10:54   Re: New CSGO update broke my server
Reply With Quote #344

Quote:
Originally Posted by die_man View Post
You make ideia why Deathmatch Goes Advanced doesn't work with P2000?
Others guns works fine, only P2000 crash the server.

https://forums.alliedmods.net/showth...36#post2445436

Crash: https://crash.limetech.org/3gnzaiqaekm6
i can confirm, need fix for this
dedimark is offline
psychonic

BAFFLED
Join Date: May 2008
Old 08-22-2017 , 13:11   Re: New CSGO update broke my server
Reply With Quote #345

Quote:
Originally Posted by die_man View Post
You make ideia why Deathmatch Goes Advanced doesn't work with P2000?
Others guns works fine, only P2000 crash the server.

https://forums.alliedmods.net/showth...36#post2445436

Crash: https://crash.limetech.org/3gnzaiqaekm6
No, but not directly a SourceMod issue. That's the exact crash I mentioned. Something changed with how weapon entities need to be set up before spawning them.
psychonic is offline
deville
AlliedModders Donor
Join Date: Oct 2016
Old 08-22-2017 , 14:29   Re: New CSGO update broke my server
Reply With Quote #346

Quote:
Originally Posted by psychonic View Post
Double-check that you've uploaded the latest files.

For anyone still having trouble with the latest builds, you're going to have to do the troubleshooting work of narrowing it down to what extension or plugin is causing your issue, and then trying to figure out what part of it.

All the major issues are fixed, and the most common crashes are still from plugins creating weapon entities, and then attempting to spawn them without proper setup being done (as more is apparently required now).
Running a windows server, getting crash logs like these:

https://crash.limetech.org/uhwritea4b36

I got an identical server with same plugins and extensions but on linux that works fine, using the latest build.
deville is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 08-22-2017 , 14:34   Re: New CSGO update broke my server
Reply With Quote #347

Quote:
Originally Posted by deville View Post
Running a windows server, getting crash logs like these:

https://crash.limetech.org/uhwritea4b36

I got an identical server with same plugins and extensions but on linux that works fine, using the latest build.
Just in case you have not been able to read the previous posts, or the one you quoted, here is the gist of psychonic's post in a variety of font sizes.

Not a SourceMod Issue
Not a SourceMod Issue
Not a SourceMod Issue
Not a SourceMod Issue
Not a SourceMod Issue
Not a SourceMod Issue
Not a SourceMod Issue
Not a SourceMod Issue
__________________
asherkin is offline
BulgarPL
Member
Join Date: Dec 2015
Old 08-22-2017 , 14:36   Re: New CSGO update broke my server
Reply With Quote #348

How can i use in plugin weapon_knife after the update?

This is not workin:

Quote:
{
new String:weapon[31]
GetClientWeapon(client, weapon, sizeof(weapon));
if((GetClientButtons(client) & IN_ATTACK2) && StrEqual(weapon, "weapon_knife"))
{
Or this:

Quote:
new String:weapon[32];
GetClientWeapon(attacker, weapon, 31);
if((GetClientButtons(attacker) & IN_ATTACK2) && StrEqual(weapon, "weapon_knife") && (damagetype & DMG_SLASH))
{
damage = float(GetClientHealth(victim)) * 3.0;
return Plugin_Changed;
}
BulgarPL is offline
deville
AlliedModders Donor
Join Date: Oct 2016
Old 08-22-2017 , 14:40   Re: New CSGO update broke my server
Reply With Quote #349

Quote:
Originally Posted by asherkin View Post
Just in case you have not been able to read the previous posts, or the one you quoted, here is the gist of psychonic's post in a variety of font sizes.

Not a SourceMod Issue
Not a SourceMod Issue
Not a SourceMod Issue
Not a SourceMod Issue
Not a SourceMod Issue
Not a SourceMod Issue
Not a SourceMod Issue
Not a SourceMod Issue
Terribly sorry for trying to provide with what I thought was potentially useful information to the crashes. Now that you made it extremely clear I'll review this error from other corners.

Everyone in here is not a sourcemod dev, no need for the rude approach.

Last edited by deville; 08-22-2017 at 14:42.
deville is offline
VPPGamingNetwork
Veteran Member
Join Date: Sep 2012
Location: Japan
Old 08-22-2017 , 22:44   Re: New CSGO update broke my server
Reply With Quote #350

Quote:
Originally Posted by deville View Post
Terribly sorry for trying to provide with what I thought was potentially useful information to the crashes. Now that you made it extremely clear I'll review this error from other corners.

Everyone in here is not a sourcemod dev, no need for the rude approach.
Don't think he was trying to be rude but a lot of people are posting on here the same info over and over and they don't bother to read the entire thread first.
__________________

We provide MOTD Ads
Net 1 payments
Visit us
VPPGamingNetwork 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 09:54.


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