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

[CS:S/CS:GO] LagCompensation / 0 Ping


Post New Thread Reply   
 
Thread Tools Display Modes
BotoX
Junior Member
Join Date: Sep 2015
Old 03-07-2020 , 17:54   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #31

Quote:
Originally Posted by PyPKjE20 View Post
...
Fixed this already in 1.0.3 but forgot to push the updated .smx here, woops.

Quote:
Originally Posted by Zeddy_god View Post
Maps like ze_evernight_a3_4 in CSGO straight up crash at round start with this plugin, need to disable it to make the map work. Any fix for this?
Crash dump?

Last edited by BotoX; 03-07-2020 at 17:54.
BotoX is offline
Zeddy_god
Senior Member
Join Date: May 2015
Location: Mumbai, India
Old 04-17-2020 , 09:18   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #32

Is it possible to make the plugin only affect PHYSbox's [Seen it on GFL] with a cvar? Or would I have to edit it myself
__________________
Zeddy_god is offline
foxsay
AlliedModders Donor
Join Date: Sep 2013
Old 06-20-2020 , 17:39   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #33

L 06/21/2020 - 007:19: [SM] Exception reported: PrepSDKCall_SetFromConf(hGameConf, SDKConf_Signature, "RunNullCommand" failed!
L 06/21/2020 - 007:19: [SM] Blaming: AntiLagSwitch.smx

What is this error?
foxsay is offline
qNiGHT
AlliedModders Donor
Join Date: Mar 2019
Location: Romania
Old 06-28-2020 , 21:25   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #34

Quote:
Originally Posted by foxsay View Post
L 06/21/2020 - 007:19: [SM] Exception reported: PrepSDKCall_SetFromConf(hGameConf, SDKConf_Signature, "RunNullCommand" failed!
L 06/21/2020 - 007:19: [SM] Blaming: AntiLagSwitch.smx

What is this error?
"CS:GO seems to have a fix for this in built. For CS:S I've included a plugin AntiLagSwitch which forces player simulation with empty packets after the server didn't hear from them for 16 ticks."
qNiGHT is offline
kratoss1812
Senior Member
Join Date: May 2018
Location: Romānia
Old 12-04-2020 , 10:33   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #35

PHP Code:
L 12/04/2020 17:28:04: [SMException reportedFailed to setup detour for CCSGameRules__RestartRound
L 12
/04/2020 17:28:04: [SMBlamingLagCompensation.smx
L 12
/04/2020 17:28:04: [SMCall stack trace:
L 12/04/2020 17:28:04: [SM]   [0SetFailState
L 12
/04/2020 17:28:04: [SM]   [1Line 201C:\Users\adibu\OneDrive\Desktop\Sourcemod\Bullet Hit Fix\LagCompensation.sp::OnPluginStart
L 12
/04/2020 17:28:04: [SMUnable to load plugin "LagCompensation.smx"Error detected in plugin startup (see error logs
PHP Code:
sm version
SourceMod Version Information
:
SourceMod Version1.11.0.6647
SourcePawn Engine
1.11.0.6647jit-x86 (build 1.11.0.6647)
SourcePawn APIv1 5v2 13
Compiled on
Dec 3 2020 16:12:13
Built from
https://github.com/alliedmodders/sourcemod/commit/15d912d
Build ID6647:15d912d
http
://www.sourcemod.net/ 
__________________
kratoss1812 is offline
Tenchuu1987
Member
Join Date: Sep 2019
Old 12-06-2020 , 05:19   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #36

Can you fix your DHooks stuff inside please?

Quote:
L 12/06/2020 - 10:29:29: [DHOOKS] FATAL: Failed to find return address of original function. Check the arguments and return type of your detour setup.
Thank You

The issue is assigned if you knife.

Edit :

Talked to BotoX The pattern has been changed : New Pattern :

Quote:
"CCSGameRules::RestartRound"
{
"library" "server"
"linux" "\x55\x89\xE5\x57\x56\x53\x81\xEC\x3C\x03\x00 \x00"
"windows" "\x55\x8B\xEC\x83\xE4\xF8\x81\xEC\xD8\x04\x00 \x00
}

Last edited by Tenchuu1987; 12-06-2020 at 06:02.
Tenchuu1987 is offline
BotoX
Junior Member
Join Date: Sep 2015
Old 12-06-2020 , 06:02   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #37

Quote:
Originally Posted by Tenchuu1987 View Post
Can you fix your DHooks stuff inside please?



Thank You

The issue is assigned if you knife.
Updated the windows signature for CCSGameRules::RestartRound
Thanks to Vauff
BotoX is offline
BotoX
Junior Member
Join Date: Sep 2015
Old 12-29-2020 , 20:31   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #38

Also updated the CS:GO linux signature for CCSGameRules::RestartRound since that also broke.
Thanks to Scag https://discord.com/channels/3352909...48622956707870
Was apparently the wrong one, verified it myself now. Thanks to Vauff for the hint.

Code:
			"CCSGameRules::RestartRound"
			{
				"library"		"server"
				"linux"			"\x55\x89\xE5\x57\x56\x53\x81\xEC\x4C\x03\x00\x00\x8B\x5D\x08"
				"windows"		"\x55\x8B\xEC\x83\xE4\xF8\x81\xEC\xD8\x04\x00\x00"
			}

Last edited by BotoX; 12-30-2020 at 15:42.
BotoX is offline
Et3rnity
Member
Join Date: Sep 2018
Location: Romania
Old 02-26-2021 , 12:51   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #39

Code:
L 02/26/2021 - 05:35:06: [SM] Exception reported: Failed to setup detour for CCSGameRules__RestartRound
L 02/26/2021 - 05:35:06: [SM] Blaming: LagCompensation.smx
L 02/26/2021 - 05:35:06: [SM] Call stack trace:
L 02/26/2021 - 05:35:06: [SM]   [0] SetFailState
L 02/26/2021 - 05:35:06: [SM]   [1] Line 208, LagCompensation.sp::OnPluginStart
L 02/26/2021 - 05:35:06: [SM] Unable to load plugin "LagCompensation.smx": Error detected in plugin startup (see error logs)
Et3rnity is offline
vijayar
Senior Member
Join Date: Sep 2020
Old 02-28-2021 , 01:13   Re: [CS:S/CS:GO] LagCompensation / 0 Ping
Reply With Quote #40

Quote:
Originally Posted by Et3rnity View Post
Code:
L 02/26/2021 - 05:35:06: [SM] Exception reported: Failed to setup detour for CCSGameRules__RestartRound
L 02/26/2021 - 05:35:06: [SM] Blaming: LagCompensation.smx
L 02/26/2021 - 05:35:06: [SM] Call stack trace:
L 02/26/2021 - 05:35:06: [SM]   [0] SetFailState
L 02/26/2021 - 05:35:06: [SM]   [1] Line 208, LagCompensation.sp::OnPluginStart
L 02/26/2021 - 05:35:06: [SM] Unable to load plugin "LagCompensation.smx": Error detected in plugin startup (see error logs)
Solved. Revert to the older game data value for linux, mentioned in post no.36.

Open LagCompensation.games.txt file, find this -

PHP Code:
linux"            "\x55\x89\xE5\x57\x56\x53\x81\xEC\x4C\x03\x00\x00\x8B\x5D\x08
replace with this -

PHP Code:
"linux"            "\x55\x89\xE5\x57\x56\x53\x81\xEC\x4C\x03\x00\x00" 

Last edited by vijayar; 02-28-2021 at 01:23.
vijayar is offline
Reply


Thread Tools
Display Modes

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:39.


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