Raised This Month: $12 Target: $400
 3% 

Tf2 Crashing with sourcemod


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Dagunchi
Member
Join Date: Sep 2009
Old 10-04-2010 , 21:16   Tf2 Crashing with sourcemod
Reply With Quote #1

Hello,
What can i do or what to disable or what to update for tf2? I can't play if sourcemod loaded, i try all sourcemod versions available and get this error in error logs:
Code:
L 10/05/2010 - 04:03:58: SourceMod error session started
L 10/05/2010 - 04:03:58: Info (map "pl_upward") (file "errors_20101005.log")
L 10/05/2010 - 04:03:58: [SM] Unable to load extension "game.tf2.ext": Cannot Load TF2 Extension on mods other than TF2
L 10/05/2010 - 04:03:59: [SM] Unable to load plugin "sm_class_unlock.smx": Required extension "TF2 Tools" file("game.tf2.ext") not running
L 10/05/2010 - 04:03:59: [SM] Unable to load plugin "superlogs-tf2.smx": Required extension "TF2 Tools" file("game.tf2.ext") not running
L 10/05/2010 - 04:03:59: [SM] Unable to load plugin "TF2_Respawn.smx": Required extension "TF2 Tools" file("game.tf2.ext") not running
And when i join the server, after 30 seconds tf2 crash!
I try only sourcemod and metamod still same problem, i try clean sourcemod without thirdparty plugins still same problem! I try -verify_all and still same problem!
Mani admin plugin and d-fens work perfect when loaded and in cs source and dods all work perfekt when sourcemod loaded!

My system is windows 2k3

Sorry, for my bad english!


[SOLVED
]

Last edited by Dagunchi; 10-16-2010 at 09:15. Reason: SOLVED
Dagunchi is offline
Dravu
Senior Member
Join Date: May 2010
Old 10-05-2010 , 22:54   Re: Tf2 Crashing with sourcemod
Reply With Quote #2

When you download sourcemod, make sure to copy over the "/addons/sourcemod/extensions" directory to your server as well.
Dravu is offline
Dagunchi
Member
Join Date: Sep 2009
Old 10-07-2010 , 16:26   Re: Tf2 Crashing with sourcemod
Reply With Quote #3

Quote:
Originally Posted by Dravu View Post
When you download sourcemod, make sure to copy over the "/addons/sourcemod/extensions" directory to your server as well.
All installed in right place, this is not first time when i manage servers with sourcemod and other mods, i know where it need to be!
It not load this extension: orangebox\tf\addons\sourcemod\extensions\game .tf2.ext.2.ep2v.dll, i don't know why!
I have these extensions in extension directory:
bintools.ext.2.swarm.dll
bintools.ext.dll
clientprefs.ext.dll
dbi.mysql.ext.dll
dbi.sqlite.ext.dll
game.cstrike.ext.1.ep1.dll
game.cstrike.ext.2.ep2v.dll
game.tf2.ext.2.ep2v.dll
geoip.ext.dll
regex.ext.dll
sdktools.ext.1.ep1.dll
sdktools.ext.2.darkm.dll
sdktools.ext.2.ep2.dll
sdktools.ext.2.ep2v.dll
sdktools.ext.2.l4d2.dll
sdktools.ext.2.l4d.dll
sdktools.ext.2.swarm.dll
topmenus.ext.dll
updater.ext.dll
webternet.ext.dll
bintools.ext.1.ep1.dll
bintools.ext.2.darkm.dll
bintools.ext.2.ep2.dll
bintools.ext.2.ep2v.dll
bintools.ext.2.l4d2.dll
bintools.ext.2.l4d.dll
Dagunchi is offline
Sniper214
SourceMod Donor
Join Date: Jul 2008
Location: Canby, OR USA
Old 10-08-2010 , 04:09   Re: Tf2 Crashing with sourcemod
Reply With Quote #4

Which version of SM are you using?
Sniper214 is offline
Dagunchi
Member
Join Date: Sep 2009
Old 10-09-2010 , 12:11   Re: Tf2 Crashing with sourcemod
Reply With Quote #5

Quote:
Originally Posted by Sniper214 View Post
Which version of SM are you using?
latest snapshot of 1.3.5 and try all others too, nothing helped!
I try 1.4 and same problem!
Dagunchi is offline
Sniper214
SourceMod Donor
Join Date: Jul 2008
Location: Canby, OR USA
Old 10-09-2010 , 22:59   Re: Tf2 Crashing with sourcemod
Reply With Quote #6

In console type sm exts list and paste here.
Sniper214 is offline
Dagunchi
Member
Join Date: Sep 2009
Old 10-10-2010 , 12:16   Re: Tf2 Crashing with sourcemod
Reply With Quote #7

Quote:
Originally Posted by Sniper214 View Post
In console type sm exts list and paste here.
SourceMod 1.3.5-dev, by AlliedModders LLC
To see running plugins, type "sm plugins"
To see credits, type "sm credits"
Visit http://www.sourcemod.net/
]
Dagunchi is offline
Sniper214
SourceMod Donor
Join Date: Jul 2008
Location: Canby, OR USA
Old 10-10-2010 , 16:56   Re: Tf2 Crashing with sourcemod
Reply With Quote #8

Are you logged in console? Enter console>type rcon_password yourpassword>type rcon sm exts list. whoops forgot the rcon

Last edited by Sniper214; 10-10-2010 at 17:01.
Sniper214 is offline
Dagunchi
Member
Join Date: Sep 2009
Old 10-12-2010 , 19:02   Re: Tf2 Crashing with sourcemod
Reply With Quote #9

Quote:
Originally Posted by Sniper214 View Post
Are you logged in console? Enter console>type rcon_password yourpassword>type rcon sm exts list. whoops forgot the rcon
ah ok, nvm!

Ok, there it is:

Code:
02:01:46 sm exts list
02:01:46 [SM] Displaying 9 extensions:
         [01] Automatic Updater (1.3.5-dev): Updates SourceMod gamedata files
         [02] Webternet (1.3.5-dev): Extension for interacting with URLs
         [03] <FAILED> file "game.tf2.ext.2.ep2v.dll": Cannot Load TF2 Extension on mods other than TF2
         [04] Top Menus (1.3.5-dev): Creates sorted nested menus
         [05] Client Preferences (1.3.5-dev): Saves client preference settings
         [06] SQLite (1.3.5-dev): SQLite Driver
         [07] SDK Tools (1.3.5-dev): Source SDK Tools
         [08] BinTools (1.3.5-dev): Low-level C/C++ Calling API
         [09] MySQL-DBI (1.3.5-dev): MySQL driver implementation for DBI
Dagunchi is offline
Sniper214
SourceMod Donor
Join Date: Jul 2008
Location: Canby, OR USA
Old 10-12-2010 , 19:05   Re: Tf2 Crashing with sourcemod
Reply With Quote #10

ok go here and follow these steps I laid out for someone else.

http://forums.alliedmods.net/showpos...21&postcount=6
Sniper214 is offline
Reply


Thread Tools
Display Modes

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 02:33.


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