fwdcp / CompCtrl

a Team Fortress 2 server plugin that improves competitive play handling
GNU General Public License v3.0
8 stars 3 forks source link

Extension Issue? #3

Closed alvinthechipmunk closed 9 years ago

alvinthechipmunk commented 9 years ago

I've placed the necessary files into the sourcemod folders but for some reason the plugin doesn't load correctly. I'm not sure what I could be doing incorrectly.

29 "CompCtrl Match Management" (0.3.0) by Forward Command Post Load error: Required extension "CompCtrl" file("compctrl.ext") not running

mr64bit commented 9 years ago

Make sure that compctrl.ext.2.tf2.so or compctrl.ext.2.tf2.dll are in your addons/sourcemod/extensions folder. (.so for a linux machine, .dll for windows)

alvinthechipmunk commented 9 years ago

I'm using a windows server, I've tried replacing the dll multiple times to no avail.

mr64bit commented 9 years ago

You've restarted the server? See if CompCtrl is listed in meta list and sm exts list.

alvinthechipmunk commented 9 years ago

It's not in meta list

In exts list it says: [15] file "compctrl.ext.so": /servers/epicdemics/tf/addons/sourcemod/extensions/compctrl.ext.so: cannot open shared object file: No such file or directory

Would possibly having some leftovers from the Linux BINARY be affecting it?

mr64bit commented 9 years ago

This looks like a linux server, try putting the .so file in extensions.

alvinthechipmunk commented 9 years ago

Interesting. I could've sworn they said it was a windows server. Thanks a lot, sorry for the bother.

AndKenneth commented 9 years ago

@alvinthechipmunk generally you can put both there and it will just ignore the one it can't load.

alvinthechipmunk commented 9 years ago

Nice to know. Thanks.