AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   Fix for random(?) crash on CSGO Update 02/06/2019 (https://forums.alliedmods.net/showthread.php?t=314194)

PerfectLaugh 02-07-2019 16:33

Fix for random(?) crash on CSGO Update 02/06/2019
 
1 Attachment(s)
DEPRECATED: JUST UPDATE YOUR SERVER

Hey guys.
Maybe you have noticed that your server has some random(?) crashes since the latest update (02/08/2019 in UTC+8 )
I have disassembled a bit of dll and have some findings.
There's apparently an unchecked null-pointer usage on CCSPlayerInventory::GetItemInLoadout that trying to use an InventoryItem(?) (idk that classname).
Possibly related to this thread on Github
https://github.com/ValveSoftware/csg...ux/issues/1979
Anyway here's the plugin.
I have also included the linux plugin support. But without any guarantee :(

PS: And BTW. This plugin requires dhooks with detour support https://forums.alliedmods.net/showpo...&postcount=589

_GamerX 02-07-2019 19:16

Re: Fix for random(?) crash on CSGO Update 02/06/2019
 
hmmm i will test on linux

Bad Cold Man 02-08-2019 00:54

Re: Fix for random(?) crash on CSGO Update 02/06/2019
 
Quote:

Originally Posted by PerfectLaugh (Post 2638604)
Hey guys.
Maybe you have noticed that your server has some random(?) crashes since the latest update (02/08/2019 in UTC+8 )
I have disassembled a bit of dll and have some findings.
There's apparently an unchecked null-pointer usage on CCSPlayerInventory::GetItemInLoadout that trying to use an InventoryItem(?) (idk that classname).
Possibly related to this thread on Github
https://github.com/ValveSoftware/csg...ux/issues/1979
Anyway here's the plugin.
I have also included the linux plugin support. But without any guarantee :(

PS: And BTW. This plugin requires dhooks with detour support https://forums.alliedmods.net/showpo...&postcount=589



Hi.

What is wrong?

Errors:
crashfix_getiteminloadout.smx (Crashfix GetItemInLoadout): Native "DHookCreateDetour" was not found
dhooks-test.smx: Native "DHookGetParamObjectPtrString" was not found

I've installed all but doesn't works.

PerfectLaugh 02-08-2019 00:56

Re: Fix for random(?) crash on CSGO Update 02/06/2019
 
Quote:

Originally Posted by Bad Cold Man (Post 2638641)
Hi.

What is wrong?

Errors:
crashfix_getiteminloadout.smx (Crashfix GetItemInLoadout): Native "DHookCreateDetour" was not found
dhooks-test.smx: Native "DHookGetParamObjectPtrString" was not found

I've installed all but doesn't works.

PS: And BTW. This plugin requires dhooks with detour support https://forums.alliedmods.net/showpo...&postcount=589
You installed the dhooks without detour support

Bad Cold Man 02-08-2019 01:12

Re: Fix for random(?) crash on CSGO Update 02/06/2019
 
Quote:

Originally Posted by PerfectLaugh (Post 2638642)
PS: And BTW. This plugin requires dhooks with detour support https://forums.alliedmods.net/showpo...&postcount=589
You installed the dhooks without detour support

Quote:

Originally Posted by Bad Cold Man (Post 2638641)
Hi.

What is wrong?

Errors:
crashfix_getiteminloadout.smx (Crashfix GetItemInLoadout): Native "DHookCreateDetour" was not found
dhooks-test.smx: Native "DHookGetParamObjectPtrString" was not found

I've installed all but doesn't works.


PerfectLaugh 02-08-2019 01:16

Re: Fix for random(?) crash on CSGO Update 02/06/2019
 
You've probably installed the normal dhooks version.
"DHooks with detour support" is on the link I just posted.
There are two dhooks version. Please make sure you installed it.
Or may you post the "sm exts list" to me?

Bad Cold Man 02-08-2019 01:27

Re: Fix for random(?) crash on CSGO Update 02/06/2019
 
Quote:

Originally Posted by PerfectLaugh (Post 2638644)
You've probably installed the normal dhooks version.
"DHooks with detour support" is on the link I just posted.
There are two dhooks version. Please make sure you installed it.
Or may you post the "sm exts list" to me?

I think need to wait feedback from other people (on linux) if they have not problem that is my bad.

[SM] Displaying 18 extensions:
[01] Accelerator (2.3.3): SRCDS Crash Handler
[02] Webternet (1.9.0.6275): Extension for interacting with URLs
[03] Blank Map Fix (1.0): Fixes server query showing a blank map when using hibernation + GOTV
[04] BanId Fix (1.0): Correcting 'Ghost players' error
[05] SDK Tools (1.9.0.6275): Source SDK Tools
[06] BinTools (1.9.0.6275): Low-level C/C++ Calling API
[07] CS Tools (1.9.0.6275): CS extended functionality
[08] SDK Hooks (1.9.0.6275): Source SDK Hooks
[09] Top Menus (1.9.0.6275): Creates sorted nested menus
[10] DHooks (1.0.13-alpha): Allows basic dynamic hooks
[11] Regex (1.9.0.6275): Provides regex natives for plugins
[12] SteamWorks Extension (1.2.2): Exposes SteamWorks functions to Developers
[13] PTaH (P Tools and Hooks) (1.0.9): Expanding sdkhooks and sdktools
[14] Client Preferences (1.9.0.6275): Saves client preference settings
[15] SQLite (1.9.0.6275): SQLite Driver
[16] Socket (3.0.1): Socket extension for SourceMod
[17] TAU LIB (1.4):
[18] MySQL-DBI (1.9.0.6275): MySQL driver implementation for DBI

Anyway thank you for support.

SHUFEN 02-08-2019 05:35

Re: Fix for random(?) crash on CSGO Update 02/06/2019
 
This is not DHooks with "Detour supported edition"
Code:

[10] DHooks (1.0.13-alpha): Allows basic dynamic hooks
You need download an specific version from this link: https://forums.alliedmods.net/showpo...&postcount=589
And hit this attached file:
https://i.imgur.com/D21gdrS.png


Quote:

Originally Posted by Bad Cold Man (Post 2638645)
I think need to wait feedback from other people (on linux) if they have not problem that is my bad.

[SM] Displaying 18 extensions:
[01] Accelerator (2.3.3): SRCDS Crash Handler
[02] Webternet (1.9.0.6275): Extension for interacting with URLs
[03] Blank Map Fix (1.0): Fixes server query showing a blank map when using hibernation + GOTV
[04] BanId Fix (1.0): Correcting 'Ghost players' error
[05] SDK Tools (1.9.0.6275): Source SDK Tools
[06] BinTools (1.9.0.6275): Low-level C/C++ Calling API
[07] CS Tools (1.9.0.6275): CS extended functionality
[08] SDK Hooks (1.9.0.6275): Source SDK Hooks
[09] Top Menus (1.9.0.6275): Creates sorted nested menus
[10] DHooks (1.0.13-alpha): Allows basic dynamic hooks
[11] Regex (1.9.0.6275): Provides regex natives for plugins
[12] SteamWorks Extension (1.2.2): Exposes SteamWorks functions to Developers
[13] PTaH (P Tools and Hooks) (1.0.9): Expanding sdkhooks and sdktools
[14] Client Preferences (1.9.0.6275): Saves client preference settings
[15] SQLite (1.9.0.6275): SQLite Driver
[16] Socket (3.0.1): Socket extension for SourceMod
[17] TAU LIB (1.4):
[18] MySQL-DBI (1.9.0.6275): MySQL driver implementation for DBI

Anyway thank you for support.


Bad Cold Man 02-08-2019 07:34

Re: Fix for random(?) crash on CSGO Update 02/06/2019
 
Quote:

Originally Posted by SHUFEN.jp (Post 2638657)
This is not DHooks with "Detour supported edition"
Code:

[10] DHooks (1.0.13-alpha): Allows basic dynamic hooks
You need download an specific version from this link: https://forums.alliedmods.net/showpo...&postcount=589
And hit this attached file:
https://i.imgur.com/D21gdrS.png

Thank you. I aready did it:



Quote:

Originally Posted by Bad Cold Man (Post 2638641)
Hi.

What is wrong?

Errors:
crashfix_getiteminloadout.smx (Crashfix GetItemInLoadout): Native "DHookCreateDetour" was not found
dhooks-test.smx: Native "DHookGetParamObjectPtrString" was not found

I've installed all but doesn't works.

Also I've install that on my test windows server and there I have same problem.

PerfectLaugh 02-08-2019 08:04

Re: Fix for random(?) crash on CSGO Update 02/06/2019
 
Quote:

Originally Posted by Bad Cold Man (Post 2638670)
Thank you. I aready did it:





Also I've install that on my test windows server and there I have same problem.

...


All times are GMT -4. The time now is 17:35.

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