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

Anyone else face problems today? 01/11/11


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
sinblaster
Grim Reaper
Join Date: Feb 2010
Location: Australia
Old 11-01-2011 , 01:42   Anyone else face problems today? 01/11/11
Reply With Quote #1

I've made no changes in the past few days yet all of a sudden I get a load of errors. maybe something updated online? SM maybe, regardless I got this, I have no idea why.


Quote:
New errorlog in: errors_20111101.log

L 11/01/2011 - 16:23:03: Info (map "de_dust2_unlimited") (file "errors_20111101.log") L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":
L 11/01/2011 - 16:23:03: [SM] [0] Line 257, dm_basics.sp::OnPlayerRunCmd()
L 11/01/2011 - 16:23:03: [SM] Native "GetEntProp" reported: Property "m_iClip1" not found (entity 96/hegrenade_projectile) L 11/01/2011 - 16:23:03: [SM] Displaying call stack trace for plugin "cssdm\dm_basics.smx":


There are still more errors in the logs. Go check them out!

Sent by SM:Error Mail.
My win server is using Peace-makers dm_basics.smx
__________________
Happy Happy Joy Joy


Last edited by sinblaster; 11-01-2011 at 01:43.
sinblaster is offline
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 11-01-2011 , 11:10   Re: Anyone else face problems today? 01/11/11
Reply With Quote #2

That's a strange error. I didn't expect a projectile as active weapon - since it isn't a weapon. weapon_hegrenade would be the correct entity..

Add this in line 256 to fix it quickly.
PHP Code:
    decl String:sClassname[32];
    
GetEdictClassname(entitysClassnamesizeof(sClassname));
    if(
StrContains(sClassname"weapon_") != 0)
        return 
Plugin_Continue
__________________
Peace-Maker is offline
sinblaster
Grim Reaper
Join Date: Feb 2010
Location: Australia
Old 11-04-2011 , 16:20   Re: Anyone else face problems today? 01/11/11
Reply With Quote #3

Sorry totally forgot about this, the error stopped as quick as it started. Ill add the lines anyway, thanks mate.

On line 256 of dm_basics I have
// He's out of ammo -> reloading
__________________
Happy Happy Joy Joy


Last edited by sinblaster; 11-04-2011 at 16:26.
sinblaster is offline
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 11-06-2011 , 16:49   Re: Anyone else face problems today? 01/11/11
Reply With Quote #4

Yes, before that line.
__________________
Peace-Maker 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:20.


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