Начинающий
-
Автор темы
- #1
My tree model changer is giving error after new update. it was perfectly fine before this update.
"Exception thrown at 0x00007FFFDAB56196 (client.dll) in dota2.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF."
Signature:
I found it in IDA and it seems to function correctly.
SetModelString(tree, model.data());
And I checked both parameters (tree and model) are valid.
Any idea?
thanks
"Exception thrown at 0x00007FFFDAB56196 (client.dll) in dota2.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF."
Signature:
C++:
Memory::ParseCombo("40 55 53 56 57 41 56 48 8D 6C 24 ? 48 81 EC ? ? ? ? 4C 8B F2", Address, Mask);
SetModelString(tree, model.data());
And I checked both parameters (tree and model) are valid.
Any idea?
thanks