Raised This Month: $ Target: $400
 0% 

EXT issues since the last DoD:S Update


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Cerobug
Member
Join Date: Jun 2008
Old 09-01-2013 , 13:32   EXT issues since the last DoD:S Update
Reply With Quote #1

Ever since the last DoD:S update that made me update sourcemod I have been receiving these errors every map change. I do not use any plugins that i know of that use any of those extensions so I am not sure why I have been receiving these errors.

Code:
L 09/01/2013 - 05:01:15: SourceMod error session started
L 09/01/2013 - 05:01:15: Info (map "dod_donner") (file "errors_20130901.log")
L 09/01/2013 - 05:01:15: [SM] Unable to load extension "connect.ext": The specified module could not be found.


L 09/01/2013 - 05:01:15: [SM] Unable to load extension "smrcon.ext": The specified module could not be found.


L 09/01/2013 - 05:01:15: [SM] Unable to load extension "steamtools.ext": The specified module could not be found.


L 09/01/2013 - 05:01:15: [SM] Unable to load extension "curl.ext": The specified module could not be found.
Code:
13:33:55 [SM] Displaying 15 extensions:
         [01] Automatic Updater (1.6.0-dev+3945): Updates SourceMod gamedata files
         [02] Webternet (1.6.0-dev+3945): Extension for interacting with URLs
         [03] SDK Tools (1.6.0-dev+3945): Source SDK Tools
         [04] BinTools (1.6.0-dev+3945): Low-level C/C++ Calling API
         [05] Top Menus (1.6.0-dev+3945): Creates sorted nested menus
         [06] Client Preferences (1.6.0-dev+3945): Saves client preference settings
         [07] SQLite (1.6.0-dev+3945): SQLite Driver
         [08] SDK Hooks (1.6.0-dev+3945): Source SDK Hooks
         [09] Socket (3.0.1): Socket extension for SourceMod
         [10] <FAILED> file "smbz2.ext.dll": The specified module could not be found.
         
         [11] <FAILED> file "connect.ext.dll": The specified module could not be found.
         
         [12] <FAILED> file "smrcon.ext.dll": The specified module could not be found.
         
         [13] <FAILED> file "steamtools.ext.dll": The specified module could not be found.
         
         [14] <FAILED> file "curl.ext.dll": The specified module could not be found.
         
         [15] MySQL-DBI (1.6.0-dev+3945): MySQL driver implementation for DBI

Last edited by Cerobug; 09-01-2013 at 13:34.
Cerobug is offline
Root_
Veteran Member
Join Date: Jan 2012
Location: ryssland
Old 09-01-2013 , 13:36   Re: EXT issues since the last DoD:S Update
Reply With Quote #2

Remove files connect.ext.autoload, smrcon.ext.autoload, steamtools.ext.autoload and curl.ext.autoload within extension folder if exists. Those files automatically loads those extensions even if no plugins are using it.
__________________


dodsplugins.com - Plugins and Resources for Day of Defeat
http://twitch.tv/zadroot
Root_ is offline
Cerobug
Member
Join Date: Jun 2008
Old 09-01-2013 , 13:44   Re: EXT issues since the last DoD:S Update
Reply With Quote #3

There is nothing but the standard .dll files in the extension folder. Here is all that is inside the ext folder

addons/sourcemod/extensions/bintools.ext.dll
addons/sourcemod/extensions/clientprefs.ext.dll
addons/sourcemod/extensions/dbi.mysql.ext.dll
addons/sourcemod/extensions/dbi.sqlite.ext.dll
addons/sourcemod/extensions/game.cstrike.ext.2.csgo.dll
addons/sourcemod/extensions/game.cstrike.ext.2.css.dll
addons/sourcemod/extensions/game.cstrike.ext.2.ep2v.dll
addons/sourcemod/extensions/game.tf2.ext.2.ep2v.dll
addons/sourcemod/extensions/geoip.ext.dll
addons/sourcemod/extensions/regex.ext.dll
addons/sourcemod/extensions/sdkhooks.ext.1.ep1.dll
addons/sourcemod/extensions/sdkhooks.ext.2.bgt.dll
addons/sourcemod/extensions/sdkhooks.ext.2.csgo.dll
addons/sourcemod/extensions/sdkhooks.ext.2.css.dll
addons/sourcemod/extensions/sdkhooks.ext.2.darkm.dll
addons/sourcemod/extensions/sdkhooks.ext.2.dota.dll
addons/sourcemod/extensions/sdkhooks.ext.2.ep2.dll
addons/sourcemod/extensions/sdkhooks.ext.2.ep2v.dll
addons/sourcemod/extensions/sdkhooks.ext.2.eye.dll
addons/sourcemod/extensions/sdkhooks.ext.2.l4d.dll
addons/sourcemod/extensions/sdkhooks.ext.2.l4d2.dll
addons/sourcemod/extensions/sdkhooks.ext.2.swarm.dll
addons/sourcemod/extensions/sdktools.ext.1.ep1.dll
addons/sourcemod/extensions/sdktools.ext.2.bgt.dll
addons/sourcemod/extensions/sdktools.ext.2.csgo.dll
addons/sourcemod/extensions/sdktools.ext.2.css.dll
addons/sourcemod/extensions/sdktools.ext.2.darkm.dll
addons/sourcemod/extensions/sdktools.ext.2.dota.dll
addons/sourcemod/extensions/sdktools.ext.2.ep2.dll
addons/sourcemod/extensions/sdktools.ext.2.ep2v.dll
addons/sourcemod/extensions/sdktools.ext.2.eye.dll
addons/sourcemod/extensions/sdktools.ext.2.l4d.dll
addons/sourcemod/extensions/sdktools.ext.2.l4d2.dll
addons/sourcemod/extensions/sdktools.ext.2.swarm.dll
addons/sourcemod/extensions/socket.ext.dll
addons/sourcemod/extensions/topmenus.ext.dll
addons/sourcemod/extensions/updater.ext.dll
addons/sourcemod/extensions/webternet.ext.dll

Last edited by Cerobug; 09-01-2013 at 13:48.
Cerobug is offline
Root_
Veteran Member
Join Date: Jan 2012
Location: ryssland
Old 09-01-2013 , 14:12   Re: EXT issues since the last DoD:S Update
Reply With Quote #4

Then you are running plugins that requires those extensions... also dont use SM 1.6.0, use SM 1.5.0 stable instead.
__________________


dodsplugins.com - Plugins and Resources for Day of Defeat
http://twitch.tv/zadroot
Root_ is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 09-01-2013 , 14:13   Re: EXT issues since the last DoD:S Update
Reply With Quote #5

paste the output of sm plugins list
Dr!fter is offline
Cerobug
Member
Join Date: Jun 2008
Old 09-01-2013 , 14:16   Re: EXT issues since the last DoD:S Update
Reply With Quote #6

Code:
14:15:26 [SM] Listing 38 plugins:
           01 "[DoD TMS] Addon - High Ping Kicker" (1.2) by FeuerSturm
           02 "[DoD TMS] Addon - Secret Spectate" (1.2) by FeuerSturm
           03 "[DoD TMS] Addon - TK Revenge" (1.2) by FeuerSturm
           04 "Admin File Reader" (1.6.0-dev+3945) by AlliedModders LLC
           05 "Admin Help" (1.6.0-dev+3945) by AlliedModders LLC
           06 "Admin Menu" (1.6.0-dev+3945) by AlliedModders LLC
           07 "Advertisements" (0.5.5) by Tsunami
           08 "AFK Manager" (3.4.3) by Rothgar
           09 "Anti-Flood" (1.6.0-dev+3945) by AlliedModders LLC
           10 "Basic Chat" (1.6.0-dev+3945) by AlliedModders LLC
           11 "Basic Comm Control" (1.6.0-dev+3945) by AlliedModders LLC
           12 "Basic Commands" (1.6.0-dev+3945) by AlliedModders LLC
           13 "Basic Info Triggers" (1.6.0-dev+3945) by AlliedModders LLC
           14 "Basic Votes" (1.6.0-dev+3945) by AlliedModders LLC
           15 "Client Preferences" (1.6.0-dev+3945) by AlliedModders LLC
           16 "[DoD TMS] Base  - DoD TeamManager Source" (1.2) by FeuerSturm
           17 "DoD WeaponDamageMultiplier" (1.0) by FeuerSturm
           18 "FireLoopFix" (1.0.0) by Daedilus
           19 "Fix SourceTV Name" (1.0) by FeuerSturm
           20 "gameME Plugin" (4.3) by TTS Oetzel & Goerz GmbH
           21 "Nextmap" (1.6.0-dev+3945) by AlliedModders LLC
           22 "Observe Client" (1.2.4) by WhiteWolf, puopjik, psychonic, RedSword
           23 "Player Commands" (1.6.0-dev+3945) by AlliedModders LLC
           24 "ScheduledShutdown" (1.0) by BR5DY
           25 "SourceMod Anti-Cheat" (0.8.4.0) by SMAC Development Team
           26 "SMAC Aimbot Detector" (0.8.4.0) by SMAC Development Team
           27 "[ANY] SMAC AutoDemo" (1.2.0) by Dr. McKay
           28 "SMAC Client Protection" (0.8.4.0) by SMAC Development Team
           29 "SMAC ConVar Checker" (0.8.4.1) by SMAC Development Team
           30 "SMAC Eye Angle Test" (0.8.4.0) by SMAC Development Team
           31 "SMAC Rcon Locker" (0.8.4.0) by SMAC Development Team
           32 "DoD Pistols" (1.0.102) by <eVa>Dog
           33 "sm_dod_realism" (1.0.202) by <eVa>Dog
           34 "DoD:S Equipment" (0.0.7) by Lis and Lebson506th
           35 "Sound Commands" (1.6.0-dev+3945) by AlliedModders LLC
           36 "SourceBans" (1.4.10) by SourceBans Development Team
           37 "Spray Tracer" (5.8) by Nican132, CptMoore, Lebson506th
           38 "Updater" (1.1.5) by GoD-Tony
Cerobug is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 09-01-2013 , 14:19   Re: EXT issues since the last DoD:S Update
Reply With Quote #7

They are optional extensions for SMAC, its nothing to worry about and can be ignored.
Dr!fter is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 09-01-2013 , 14:19   Re: EXT issues since the last DoD:S Update
Reply With Quote #8

SMAC and Updater optionally uses those extensions, the output is normal.
__________________
asherkin is offline
Cerobug
Member
Join Date: Jun 2008
Old 09-01-2013 , 14:40   Re: EXT issues since the last DoD:S Update
Reply With Quote #9

Just seems weird that i never got the errors before but after that update i started getting them every map change.
Cerobug is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:56.


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