AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Coding MM:S Plugins & SM Extensions (https://forums.alliedmods.net/forumdisplay.php?f=75)
-   -   Solved Could not find interface: ISourceMod (https://forums.alliedmods.net/showthread.php?t=313411)

kadet.89 01-08-2019 15:10

Could not find interface: ISourceMod
 
I've just updated the SDK and sourcemod and rebuilt an extension.
When I load the extension, I get this error:
"Could not find interface: ISourceMod"

Here are the parameters from the sourcemod sources:
#define SMINTERFACE_SOURCEMOD_NAME "ISourceMod"
#define SMINTERFACE_SOURCEMOD_VERSION 14

The sourcemod version, that I have the problem with is:
SourceMod v1.9.0.6260

Does it mean the interface is too old, or to new or it's something else?

psychonic 01-08-2019 17:14

Re: Could not find interface: ISourceMod
 
You likely compiled the extension against the master branch, which has a higher ISourceMod interface version. Recompile after switching to the 1.9-dev branch, or upgrade to SM 1.10.x.


All times are GMT -4. The time now is 11:47.

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