Skip to content

[Gamedata Issue] Incorrect linux signature for CGameClient::FileReceived #2

@saxybois

Description

@saxybois

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions