Raised This Month: $12 Target: $400
 3% 

[Linux] Virtual functions are null pointers


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Ghosted
Veteran Member
Join Date: Apr 2015
Location: Georgia
Old 11-10-2018 , 13:24   [Linux] Virtual functions are null pointers
Reply With Quote #1

I'm creating support for linux of my module and retrieving virtual private functions by offsets returns 0. How i'm doing is shown here:

Code:
edict_t *Entity = CREATE_ENTITY(...);
CALL_GAME_ENTITY(...);
void **VTable = *(void ***)(Entity->pvPrivateData);
return VTable[Offset];
This perfectly working on windows but on linux not. any help?


EDIT:
I have compared edict entvars to privatedata and they matched
__________________

[MOD] CS Weapon Mod V1.7.1
[MM] MetaMod-C V1.0
[MOD] CS NPC Mod (5%)


Probably Left AM

Last edited by Ghosted; 11-11-2018 at 07:34.
Ghosted is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 11-16-2018 , 06:18   Re: [Linux] Virtual functions are null pointers
Reply With Quote #2

The base is likely different. Though, it should be the same if you are using the latest game version.
It's hardcoded in hamdata.ini (base key), or recently in gamedata (https://github.com/alliedmodders/amx...common.txt#L25)

You can take a look in Hamsandiwch (RegisterHam).
__________________
Arkshine is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:38.


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