PDA

View Full Version : Failed to find?


SteamingBullet
02-06-2014, 17:32
I am currently trying to make a server with custom weapons. From getting steamcmd to work, to metamod, to sourcemod, so far everything has caused some sort of trouble, but I eventually was able to find a way to fix it. I'm currently trying to install tf2items but I can't seem to figure out the problem.

] sm plugins list
[SM] Listing 21 plugins:
01 "Admin File Reader" (1.6.0-dev+4227) by AlliedModders LLC
02 "Admin Help" (1.6.0-dev+4227) by AlliedModders LLC
03 "Admin Menu" (1.6.0-dev+4227) by AlliedModders LLC
04 "Anti-Flood" (1.6.0-dev+4227) by AlliedModders LLC
05 "Basic Ban Commands" (1.6.0-dev+4227) by AlliedModders LLC
06 "Basic Chat" (1.6.0-dev+4227) by AlliedModders LLC
07 "Basic Comm Control" (1.6.0-dev+4227) by AlliedModders LLC
08 "Basic Commands" (1.6.0-dev+4227) by AlliedModders LLC
09 "Basic Info Triggers" (1.6.0-dev+4227) by AlliedModders LLC
10 "Basic Votes" (1.6.0-dev+4227) by AlliedModders LLC
11 "Client Preferences" (1.6.0-dev+4227) by AlliedModders LLC
12 "Fun Commands" (1.6.0-dev+4227) by AlliedModders LLC
13 "Fun Votes" (1.6.0-dev+4227) by AlliedModders LLC
14 <Error> "Nextmap" (1.6.0-dev+4227) by AlliedModders LLC
15 "Player Commands" (1.6.0-dev+4227) by AlliedModders LLC
16 "Reserved Slots" (1.6.0-dev+4227) by AlliedModders LLC
17 "Sound Commands" (1.6.0-dev+4227) by AlliedModders LLC
18 <Failed> "[TF2Items] Give Weapon" (3.14159) by FlaminSarge (orig by asherkin)
19 <Failed> "[TF2Items] Manager" (1.4.1) by Damizean & Asherkin
Load Errors:
Nextmap: Mapcycle Not FoundThis keeps on happening, and I am unaware why. When I try to load the plugin manually I get this. ] sm plugins load tf2items_manager
[SM] Plugin tf2items_manager.smx failed to load: Required extension "TF2Items" file("tf2items.ext.2.ep2v") not running.
I have seen similar problems, but they are either fixed by doings things I have already done, or something that has no effect. It states TF2Items is not running, yet I make sure to run the extension with "sm exts load tf2items" before doing anything, and it claims to have loaded successfully. Anyone have a solution?

Wliu
02-06-2014, 18:34
Is tf2items.autoload in the /extensions/ folder? (I believe that's the name of the file, not 100% sure).

SteamingBullet
02-06-2014, 19:37
Is tf2items.autoload in the /extensions/ folder? (I believe that's the name of the file, not 100% sure).
It is in the extensions folder where it should be.

asherkin
02-06-2014, 22:32
Look at 'sm exts list' and 'sm exts info <number next to tf2items>'

SteamingBullet
02-07-2014, 21:55
Look at 'sm exts list' and 'sm exts info <number next to tf2items>'
Upon doing both actions I received the following.
] sm exts list
[SM] Displaying 10 extensions:
[01] Automatic Updater (1.6.0-dev+4227): Updates SourceMod gamedata files
[02] Webternet (1.6.0-dev+4227): Extension for interacting with URLs
[03] <FAILED> file "tf2items.ext.dll": The specified module could not be found.

[04] <FAILED> file "game.tf2.ext.dll": The specified module could not be found.

[05] Top Menus (1.6.0-dev+4227): Creates sorted nested menus
[06] SDK Tools (1.6.0-dev+4227): Source SDK Tools
[07] BinTools (1.6.0-dev+4227): Low-level C/C++ Calling API
[08] Client Preferences (1.6.0-dev+4227): Saves client preference settings
[09] SQLite (1.6.0-dev+4227): SQLite Driver
[10] <FAILED> file "steamtools.ext.dll": The specified module could not be found.

] sm exts info 03
File: tf2items.ext.dll
Loaded: No (The specified module could not be found.
)
It says it is unable to find the extension file, along with game.tf2.ext.dll and steamtools, but the first two are in there properly. Steamtools, however, is not present. I have also loaded tf2items beforehand, so why it says it is not loaded is unknown.

SteamingBullet
02-17-2014, 15:37
Bump

MaloModo
03-06-2014, 14:10
I just put up a windows test server as I ususally run linux...and renaming those 2 files worked for me just now.

IDK why though...exactly.