View Single Post
Addie
Junior Member
Join Date: Nov 2018
Old 11-09-2018 , 05:40   Re: Crash on DHook detouring (dhooks.ext.dll + 0xc3e0)
Reply With Quote #3

Thank you, I've fixed that together with a wrong offset calculation (now 244 instead of 228)

Unfortunately, it's still crashing, now on sourcemod.logic.dll!CGameConfig::GetAddress instead:
https://crash.limetech.org/hhvmep4pdgdl

I'm not sure what's up with that. The offset is definitely correct this time:



PHP Code:
"CEventQueue::Clear"
{
    
"windows"
    
{
        
"signature" "CNMRiH_GameRules::CleanAndResetMap"    
        "read" "244"
    
}
    
//"linux"{}
    
"read" "0"

(page also added "offset" "4" so I tried with that as well)

Last edited by Addie; 11-09-2018 at 05:46.
Addie is offline