Raised This Month: $ Target: $400
 0% 

[CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)


Post New Thread Reply   
 
Thread Tools Display Modes
murrvg
Member
Join Date: Mar 2015
Old 10-11-2016 , 15:39   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2781

[16] <FAILED> file "steamtools.ext.so": libvstdlib_srv.so: cannot open shared object file: No such file or directory

I tried to find a plugin, which required this extension. I found .sp file gamedescription.sp . It checks for steamtools as I understood. I have already installed steamtools, but it doesn't work correctly, same error. Can I somehow remove this part of code to solve the problem?

Quote:
// check for SteamTools
if (GetFeatureStatus(FeatureType_Native, "SteamWorks_SetGameDescription") == FeatureStatus_Available)
{
g_bSTAvailable = true;
}
}
murrvg is offline
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 10-11-2016 , 19:17   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2782

Have you tried setting
PHP Code:
#define    MODULE_GAMEDESCRIPTION                1 
to 0 in sm_hosties.sp and recompiling?
__________________
databomb is offline
condolent
AlliedModders Donor
Join Date: Jan 2016
Location: gc_sLocation;
Old 10-14-2016 , 09:41   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2783

Anyone else experiencing server crashes after the recent csgo-update?
Not sure if it's this plugin that's causing it on my jailbreak-server, though
condolent is offline
whtevrwt
AlliedModders Donor
Join Date: Apr 2015
Old 10-14-2016 , 16:50   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2784

Quote:
Originally Posted by condolent View Post
Anyone else experiencing server crashes after the recent csgo-update?
Not sure if it's this plugin that's causing it on my jailbreak-server, though
Also getting the same thing.
__________________
whtevrwt is offline
condolent
AlliedModders Donor
Join Date: Jan 2016
Location: gc_sLocation;
Old 10-14-2016 , 16:52   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2785

Quote:
Originally Posted by whtevrwt View Post
Also getting the same thing.
Hot tip; solved it by downloading the latest dev build of sourcemod, also updated metamod in case I missed doing it before. Now it all works just fine!
condolent is offline
whtevrwt
AlliedModders Donor
Join Date: Apr 2015
Old 10-15-2016 , 14:24   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2786

Quote:
Originally Posted by condolent View Post
Hot tip; solved it by downloading the latest dev build of sourcemod, also updated metamod in case I missed doing it before. Now it all works just fine!
Indeed this fixed the crashing for me. Thanks for this.
__________________
whtevrwt is offline
murrvg
Member
Join Date: Mar 2015
Old 10-23-2016 , 04:43   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2787

https://crash.limetech.org/b2nmf5stsqvg "This crash has been associated with SM-Hosties. If you are using that plugin, try setting sm_hosties_lr_damage to 1." Nothing changed after I did this. Still server crashes
murrvg is offline
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 10-23-2016 , 14:27   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2788

murrvg, we have thoroughly looked over the code and not found the cause. It seems the people who are having this crash all run pirated servers. I don't feel much sympathy. If someone provided me a step-by-step procedure on how to mimic this crash in the game then that would be enough for us to fix it.
__________________
databomb is offline
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 10-24-2016 , 01:10   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2789

Quote:
Originally Posted by databomb View Post
murrvg, we have thoroughly looked over the code and not found the cause. It seems the people who are having this crash all run pirated servers. I don't feel much sympathy. If someone provided me a step-by-step procedure on how to mimic this crash in the game then that would be enough for us to fix it.
I was asked about this a few months ago in a PM, maybe this helps? In a follow up he said he runs a weapon cleaner plugin which might have been the issue. Didn't hear anything since then.

Quote:
Originally Posted by Peace-Maker
A quick look seems to point the crash to this line in CCSGOPlayerAnimState:oAnimationEvent(CCSGOP layerAnimState *this, PlayerAnimEvent_t event)

PHP Code:
if ( (*(int (__cdecl **)(_DWORD))(**((_DWORD **)this 21) +  1776))(*((_DWORD *)this 21)) == 
which translates to something like
PHP Code:
if (this->activeweapon->GetWeaponType() == 5
without the actual crash dump, i'm unable to tell you more, but it seems like the player doesn't have an active weapon out of a sudden when he should?

Throttle says
Quote:
This crash has been associated with SM-Hosties. If you are using that plugin, try setting sm_hosties_lr_damage to 1.
I don't know how changing that convar helps, because it just skips an early exit and executes more logic in a OnTakeDamage hook.

Do you run any other plugins which mess with weapons in csgo? The active weapon in that object is set every player spawn and in CCSPlayer:ostThink. Maybe something changes the weapon after PostThink has run which leads to this crash, if the player had no weapon before?

Quote:
Originally Posted by Aymeric VII
I have most my plugins the same other then the core gamemode modules, and my awp rpg server crashes 3+ a day and only thing i can think of is your sm rpg plugin, maybe the ice stab or something. Heres my crash logs
https://crash.limetech.org/rciss2ynglr6

also another owner had the same issue
https://crash.limetech.org/3ueohsd5ysk7

please let me know if it could possibly be the rpg or not, thank you!
__________________
Peace-Maker is offline
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 10-24-2016 , 09:19   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2790

Interesting how this is happening on servers without hosties at all. Maybe it points more to a common practice that is just a nuance in CSGO. So back when CSGO came out and Hosties was being re-written to support CSGO there were these crashes whenever LR contestants attacked inside/outside the LR. Never entirely figured out why and I don't remember the stack trace but it was papered over with sm_hosties_lr_damage 1.
__________________
databomb 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 00:33.


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