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

SourceMod 1.4.1 Released


Post New Thread Closed Thread   
 
Thread Tools Display Modes
psychonic

BAFFLED
Join Date: May 2008
Old 12-29-2011 , 12:04   Re: SourceMod 1.4.1 Released
#21

Quote:
Originally Posted by disawar1 View Post
somthing wrong with linux stable branch 1.4.2-hg3452
That's an issue with a plugin that you are running. CreateEntityByName can now only be called in or after OnMapStart and in or before OnMapEnd.

Using the function between maps comes with risk of crashing the server. This causes that error in a very small number of plugins that used that function in OnPluginStart (which would normally be called right after the server started the first map, and not have an issue).

Contact the author of the plugin named as the error source.
psychonic is offline
disawar1
AlliedModders Donor
Join Date: Aug 2011
Location: Russian
Old 12-29-2011 , 13:58   Re: SourceMod 1.4.1 Released
#22

thank you, yep plugin is old, sry sry sry.. for panic
__________________
disawar1 is offline
jungjunghoo
Senior Member
Join Date: Sep 2009
Old 01-07-2012 , 22:12   Re: SourceMod 1.4.1 Released
#23

I have this problem

http://forums.alliedmods.net/showthread.php?t=171683

help me plz
(I tried change sourcemod version but still problem exist. I don't know what's this but I tried all things)
jungjunghoo is offline
zapf
New Member
Join Date: Dec 2011
Old 01-09-2012 , 00:29   Re: SourceMod 1.4.1 Released
#24

i downloaded sourcemod 1.4.1 a few weeks ago when i was setting up a server. tonight, my COMODO defense+ tool alerted me that it had detected a malicious file. the file was c:\....\sourcemod-1.4.1-windows\addons\sourcemod\extensions\webternet .ext.dll
I'm hoping that either this was COMODO getting a false positive or that this file is something not included in the sourcemod package, but rather placed there at a later time. i'm kind of paranoid about this sort of thing, so i deleted it (and the whole sourcemod folder) nearly instantly. can anyone confirm that this file is supposed to be there?
zapf is offline
Mavrick4283
Veteran Member
Join Date: Apr 2010
Location: 127.0.0.1@root
Old 01-09-2012 , 00:49   Re: SourceMod 1.4.1 Released
#25

Yes it is and it is a know false positive.


https://forums.alliedmods.net/showth...ternet.ext.dll
__________________

Last edited by Mavrick4283; 01-09-2012 at 00:50.
Mavrick4283 is offline
DontWannaName
Veteran Member
Join Date: Jun 2007
Location: VALVe Land, WA
Old 01-10-2012 , 17:33   Re: SourceMod 1.4.1 Released
#26

Quote:
Originally Posted by zapf View Post
i downloaded sourcemod 1.4.1 a few weeks ago when i was setting up a server. tonight, my COMODO defense+ tool alerted me that it had detected a malicious file. the file was c:\....\sourcemod-1.4.1-windows\addons\sourcemod\extensions\webternet .ext.dll
I'm hoping that either this was COMODO getting a false positive or that this file is something not included in the sourcemod package, but rather placed there at a later time. i'm kind of paranoid about this sort of thing, so i deleted it (and the whole sourcemod folder) nearly instantly. can anyone confirm that this file is supposed to be there?
SM is a hack, anti viruses think hacks are bad and therefore detect them as a virus trying to hack you.
__________________

DontWannaName is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 03-09-2012 , 16:04   Re: SourceMod 1.4.1 Released
#27

I can't stress enough that people need to upgrade their translation files when they upgrade versions. While this doesn't necessarily apply to 1.4.0 to 1.4.1, it turns out that 1.3.8 had some buggy phrases in translations/da/core.phrases.txt, which in turn caused strange translation failure errors to be logged by core or BuiltinVotes if sm_vote_progress_hintbox is set to 1.

Edit: The Swedish translation in 1.4.0 has a similar bug and was fixed in 1.4.1.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 03-09-2012 at 16:38.
Powerlord is offline
Visual77
Veteran Member
Join Date: Jan 2009
Old 03-31-2012 , 03:30   Re: SourceMod 1.4.1 Released
#28

SM 1.4.1 stable error on basevotes.smx. if it is to any help, console was iniating a kick vote against a player that was in game, then map was changed
by one of our admins, from console too I believe.

Quote:
L 03/31/2012 - 03:18:28: SourceMod error session started
L 03/31/2012 - 03:18:28: Info (map "c4m3_sugarmill_b") (file "errors_20120331.log")
L 03/31/2012 - 03:18:28: [SM] Native "LogAction" reported: Client index 2 is invalid
L 03/31/2012 - 03:18:28: [SM] Displaying call stack trace for plugin "basevotes.smx":
L 03/31/2012 - 03:18:28: [SM] [0] Line 346, C:\builds\build-sourcemod\win32-1.4\build\plugins\basevotes.sp::Handler_VoteC allback()
L 03/31/2012 - 03:18:29: Error log file session closed.
here's the sourcemod log file just to give a clear picture.

Code:
L 03/31/2012 - 03:17:54: -------- Mapchange to c4m3_sugarmill_b --------
L 03/31/2012 - 03:17:55: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "mp_gamemode") (value "versus")
L 03/31/2012 - 03:17:55: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "z_difficulty") (value "Normal")
L 03/31/2012 - 03:17:55: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "allow_all_bot_survivor_team") (value "1")
L 03/31/2012 - 03:17:55: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sb_all_bot_game") (value "1")
L 03/31/2012 - 03:18:17: [basevotes.smx] "Console<0><Console><Console>" initiated a kick vote against "blueman<578><STEAM_1:1:16xxxxxx><>"
L 03/31/2012 - 03:18:29: -------- Mapchange to c2m1_highway --------

Last edited by Visual77; 03-31-2012 at 20:10.
Visual77 is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 03-31-2012 , 16:14   Re: SourceMod 1.4.1 Released
#29

Quote:
Originally Posted by Visual77 View Post
SM 1.4.1 stable error on basevotes.smx. if it is to any help, console was iniating a kick vote against a player that was in game, just 10 seconds before map change though.
Please file a bug.
__________________
asherkin is offline
Visual77
Veteran Member
Join Date: Jan 2009
Old 03-31-2012 , 18:32   Re: SourceMod 1.4.1 Released
#30

as it only happend once in the 3 months I've been using 1.4.1, I'm gonna pass on that. I only wanted to know why it happend + I've never seen a client index 2 error before

Last edited by Visual77; 03-31-2012 at 18:40.
Visual77 is offline
Closed Thread


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


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