laurirasanen / groundfix

A Sourcemod plugin for preventing various movement bugs related to hitting the ground.
The Unlicense
11 stars 4 forks source link

Can't load plugin: Failed to get CreateInterface #10

Closed CaptainZidgel closed 4 years ago

CaptainZidgel commented 4 years ago

Tried to install on server (with latest Dhooks compiled for SM 1.10)

] rcon sm plugins load groundfix
L 04/05/2020 - 20:36:43: [SM] Exception reported: Failed to get CreateInterface
L 04/05/2020 - 20:36:43: [SM] Blaming: groundfix.smx
L 04/05/2020 - 20:36:43: [SM] Call stack trace:
L 04/05/2020 - 20:36:43: [SM]   [0] SetFailState
L 04/05/2020 - 20:36:43: [SM]   [1] Line 41, D:\Programming Projects\sourcemod\groundfix\scripting\groundfix.sp::OnPluginStart
[SM] Plugin groundfix.smx failed to load: Error detected in plugin startup (see error logs).

Dhooks included in the optional release with dhooks installed were not usable for 1.10 so I downloaded a release from here https://forums.alliedmods.net/showthread.php?t=320129 and dragged out the extension folder included, if that matters at all.

laurirasanen commented 4 years ago

The release version is compiled for 1.9, you'll need to compile from source with 1.10 compiler and includes.

CaptainZidgel commented 4 years ago

Great, thanks