PDA

View Full Version : Error loading extension


dietcoke
01-30-2021, 08:33
I am trying to load an extension I compiled on Ubuntu 16.04 and am getting this error:

undefined symbol: _ZN14CDetourManager4InitEPN10SourcePawn17ISou rcePawnEngineEPN9SourceMod11IGameConfigE

I am running the latest Sourcemod build and tried downgrading to several different versions. It's a vanilla server. Any ideas? Thanks.

CryWolf
02-01-2021, 01:51
What extension ? it could be old and outdated, and in need of recompilation against the latest hl2sdk.

You cand try to force load the extension by adding a empty file in extensions with extension name plus .autoload eg: sdktools.autoload

Im missing somenthing from that error, i think you try to load a metamod plugin as Source Mod Extension.