AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   SteamTools (https://forums.alliedmods.net/forumdisplay.php?f=147)
-   -   Not loading? (https://forums.alliedmods.net/showthread.php?t=259788)

FlyingAnonymoose 03-12-2015 22:18

Not loading?
 
I'm trying to load this extension onto the newest build of Sourcemod (1.7.0) but for some reason it won't recognize it.

Log:
Code:

meta load /home/steam/tf2/tf/addons/sourcemod/extensions/steamtools.ext.2.ep2v.so
Failed to load plugin /home/steam/tf2/tf/addons/sourcemod/extensions/steamtools.ext.2.ep2v.so (File not found: /home/steam/tf2/tf/addons/sourcemod/extensions/steamtools.ext.2.ep2v.so).


WildCard65 03-13-2015 06:55

Re: Not loading?
 
you don't meta load it. You sm exts load steamtools it

FlyingAnonymoose 03-13-2015 10:52

Re: Not loading?
 
My bad on that, but even when I try to use sm exts load it says it cannot find the file.
Code:

sm exts load /home/steam/tf2/tf/addons/sourcemod/extensions/steamtools.ext.2.ep2v.so
[SM] Extension /home/steam/tf2/tf/addons/sourcemod/extensions/steamtools.ext.2.ep2v.so failed to load: /home/steam/tf2/tf/addons/sourcemod/extensions//home/steam/tf2/tf/addons/sourcemod/extensions/steamtools.ext.2.ep2v.so: cannot open shared object file: No such file or directory

Does it maybe have to do with file permissions?

WildCard65 03-13-2015 10:59

Re: Not loading?
 
just run: sm exts load steamtools
The command sm exts load takes a path RELATIVE to the extension folder, what you supplied wasn't a relative path(/home/steam/tf2/tf/addons/sourcemod/extensions//home/steam/tf2/tf/addons/sourcemod/extensions/steamtools.ext.2.ep2v.so)

FlyingAnonymoose 03-13-2015 11:04

Re: Not loading?
 
Oh man, I feel so dumb. Thank you, that worked!


All times are GMT -4. The time now is 20:33.

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