Hi! Every time I tried to load plugin, it gave me error "[Gamedata] Could not find CGameClient::FileReceived". Found out that problem was in linux signature
|
"linux" "@_ZZN11CGameClient12FileReceivedEPKcj" |
I was looking for the correct signature in IDA and found it: _ZN11CGameClient12FileReceivedEPKcj (maybe you accidentally typed another Z)
After changing it to the found one plugin started working without any problems.
Hi! Every time I tried to load plugin, it gave me error "[Gamedata] Could not find CGameClient::FileReceived". Found out that problem was in linux signature
File-Network/gamedata/filenetwork.txt
Line 60 in 8e8b385
I was looking for the correct signature in IDA and found it: _ZN11CGameClient12FileReceivedEPKcj (maybe you accidentally typed another Z)
After changing it to the found one plugin started working without any problems.