AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Extensions (https://forums.alliedmods.net/forumdisplay.php?f=134)
-   -   [CS:GO] PTaH - V1.0.8 (https://forums.alliedmods.net/showthread.php?t=289289)

Peace-Maker 11-29-2016 14:48

Re: [CS:GO] PTaH - V1.0.1
 
Quote:

Originally Posted by komashchenko (Post 2473668)
https://github.com/komashchenko/PTaH...rwards.cpp#L75
left to fix ExecuteStringCommand
If you run DETOUR that commands sent by a player not reach the server (although before all was normal),
I've tried all the options that came to my mind but nothing helped, if anyone can help to fix this issue.

Your signature is wrong. You're referencing the wrong chunk.
Code:

\x55\x89\xE5\x83\xEC\x18\x89\x5D\xF8\x8B\x5D\x08\x89\x75\xFC\x8B\x75\x0C\x89\x1C\x24\x89\x74\x24\x04\xE8\x2A\x2A\x2A\x2A\x84\xC0\x74\x2A

komashchenko 11-29-2016 15:36

Re: [CS:GO] PTaH - V1.0.2
 
1.0.2
  • Fix after update CSGO. Thank you Peace-Maker, GoD-Tony, rom4s

sneaK 01-13-2017 16:13

Re: [CS:GO] PTaH - V1.0.2
 
Code:

L 01/13/2017 - 01:22:22: [PTaH] Invalid detour address passed - Disabling detour to prevent crashes
L 01/13/2017 - 01:22:22: [PTaH] Detour failed CDownloadListGenerator.

Using latest available version and gamedata. Am I missing something or did this just break after last night's CS:GO update? I am using it for the first time.

komashchenko 01-13-2017 17:59

Re: [CS:GO] PTaH - V1.0.2
 
Quote:

Originally Posted by blackhawk74 (Post 2486234)
Code:

L 01/13/2017 - 01:22:22: [PTaH] Invalid detour address passed - Disabling detour to prevent crashes
L 01/13/2017 - 01:22:22: [PTaH] Detour failed CDownloadListGenerator.

Using latest available version and gamedata. Am I missing something or did this just break after last night's CS:GO update? I am using it for the first time.

OS ?

sneaK 01-13-2017 19:10

Re: [CS:GO] PTaH - V1.0.2
 
Quote:

Originally Posted by komashchenko (Post 2486269)
OS ?

Apologies for not specifying earlier, Windows.

komashchenko 01-14-2017 08:06

Re: [CS:GO] PTaH - V1.0.2
 
Quote:

Originally Posted by blackhawk74 (Post 2486288)
Apologies for not specifying earlier, Windows.

I am rechecked signature it is the same as here https://github.com/komashchenko/PTaH....games.txt#L10, checked on the test server everything is fine too i dont know why you have this issue.

JAA 01-14-2017 10:09

Re: [CS:GO] PTaH - V1.0.2
 
Amazing!

sneaK 01-15-2017 01:36

Re: [CS:GO] PTaH - V1.0.2
 
Quote:

Originally Posted by komashchenko (Post 2486421)
I am rechecked signature it is the same as here https://github.com/komashchenko/PTaH....games.txt#L10, checked on the test server everything is fine too i dont know why you have this issue.

Aha, I figured out the issue. I was incredibly confused since I was using the latest build & gamedata, yet it still wasn't working.

Here is my current extensions list:

Spoiler


Note the bolded extensions. When Nav File Download Blocker is installed, that's when I get this error:

Code:

L 01/13/2017 - 01:22:22: [PTaH] Invalid detour address passed - Disabling detour to prevent crashes
L 01/13/2017 - 01:22:22: [PTaH] Detour failed CDownloadListGenerator.

When Cleaner is loaded, I get this error:
Code:

L 01/15/2017 - 00:34:24: [PTaH] Failed get signature ServerConsolePrint.
With neither of these extensions loaded, there are no errors, and no server crashes. It looks like there's some sort of conflict. For both of these extensions, neither of these exact signatures are specified in their gamedata files. Any thoughts?

asherkin 01-15-2017 05:39

Re: [CS:GO] PTaH - V1.0.2
 
Quote:

Originally Posted by asherkin (Post 2479475)
Wildcard the first 8 bytes of the signature to fix the conflict, though you might need to create a longer signature to ensure you're still matching the correct function.


sneaK 01-16-2017 13:10

Re: [CS:GO] PTaH - V1.0.2
 
Edit:

The original (working) signature for CDownloadListGenerator:

Code:

"windows"                "\x55\x8B\xEC\x81\xEC\x04\x01\x00\x00\x56\x8B\xF1\x8B\x4D\x08"
With the first 8 bytes wildcarded (I think I did this right?):

Code:

"windows"                "\x2A\x2A\x2A\x2A\x55\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x2A\x2A\xEC\x2A\x2A\x2A\x2A\x81\x2A\x2A\x2A\x2A\xEC\x2A\x2A\x2A\x2A\x04\x2A\x2A\x2A\x2A\x01\x2A\x2A\x2A\x2A\x00\x00\x56\x8B\xF1\x8B\x4D\x08"
Was still resulting in

Code:

L 01/23/2017 - 02:25:43: [PTaH] Invalid detour address passed - Disabling detour to prevent crashes
L 01/23/2017 - 02:25:43: [PTaH] Detour failed CDownloadListGenerator.

Did I even do that right? Perhaps more is needed? I'm assuming I would also need to do the same for ServerConsolePrint.[/QUOTE]


All times are GMT -4. The time now is 16:25.

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