DeathMSG

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,065
4,488
113
At your house.
github.com
DreTaX submitted a new resource:

DeathMSG - DeathMSG with configurable messages

INI:
[Settings]
SysName=Equinox DeathMSG ; DeathMSG name
SuicideMsgs=1 ; Display Suicide msgs
KillMessage=victim was killed by killer , Damage Caused: dmg , Distance: dist ; Kill messages, Victim = Victim's name | killer = Killer's name | dmg = Damage | dist = Distance
Read more about this resource...
 

RedDevil6193

New Member
Member
Oct 11, 2014
20
2
3
38
Code:
[10/14/2014 3:51:24 AM] [Exception] [ Plugin->Invoke | Plugin->OnPlayerDied | <>c__DisplayClass46-><InstallHooks>b__24 | AnonymousObserver`1->Next | AbstractObserver`1->OnNext | Subject`1->OnNext | Hooks->PlayerDied | BasePlayer->Die | BasePlayer->CheckDeathCondition | Hooks->PlayerHurt | BasePlayer->OnAttacked | Component->SendMessage | AttackBehaviour->TickAttackTargetAction | BTRustT8->TickAgent | BTRustT0->Tick4 | BTRustT0->Tick2 | BTRustT0->Tick6 | BTRustT0->Tick0 | BTRustT0->Tick | BTRustT8->Tick3 | BTRustT8->Tick2 | BTRustT8->Tick0 | BTRustT8->Tick | Tree->ForceTick | Tree->Tick | WolfController->Think | WolfController->Tick | AIHandler->Update | ]
System.MissingMemberException: 'NoneType' object has no attribute 'displayName'
  at Microsoft.Scripting.Interpreter.ThrowInstruction.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
  at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0

I m having that in my logs time to time but i dont get it may be you will, or it might be harmless idk.
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,065
4,488
113
At your house.
github.com
Code:
[10/14/2014 3:51:24 AM] [Exception] [ Plugin->Invoke | Plugin->OnPlayerDied | <>c__DisplayClass46-><InstallHooks>b__24 | AnonymousObserver`1->Next | AbstractObserver`1->OnNext | Subject`1->OnNext | Hooks->PlayerDied | BasePlayer->Die | BasePlayer->CheckDeathCondition | Hooks->PlayerHurt | BasePlayer->OnAttacked | Component->SendMessage | AttackBehaviour->TickAttackTargetAction | BTRustT8->TickAgent | BTRustT0->Tick4 | BTRustT0->Tick2 | BTRustT0->Tick6 | BTRustT0->Tick0 | BTRustT0->Tick | BTRustT8->Tick3 | BTRustT8->Tick2 | BTRustT8->Tick0 | BTRustT8->Tick | Tree->ForceTick | Tree->Tick | WolfController->Think | WolfController->Tick | AIHandler->Update | ]
System.MissingMemberException: 'NoneType' object has no attribute 'displayName'
  at Microsoft.Scripting.Interpreter.ThrowInstruction.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
  at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0

I m having that in my logs time to time but i dont get it may be you will, or it might be harmless idk.
I will fix it soon.
 

Jakkee

Plugin Developer
Plugin Developer
Contributor
Jul 28, 2014
1,465
925
113
Australia
Looks like there might be some Oxide knock offs of your plugins.
 

Jakkee

Plugin Developer
Plugin Developer
Contributor
Jul 28, 2014
1,465
925
113
Australia
I'v been following your GitHub and I noticed that 2 people had forked it.
the other guy seems to be inactive.

EDIT: Not sure who he is, But im sure he is a developer in Oxide. (As he is capable of compiling Oxide. (Assuming he can since he forked it)).
 
  • Informative
Reactions: DreTaX

RedDevil6193

New Member
Member
Oct 11, 2014
20
2
3
38
Code:
[10/19/2014 8:47:31 PM] [Exception] [ Plugin->Invoke | Plugin->OnPlayerDied | <InstallHooks>c__AnonStorey2-><>m__1C | AnonymousObserver`1->Next | AbstractObserver`1->OnNext | Subject`1->OnNext | Hooks->PlayerDied | BasePlayer->Die | BasePlayer->CheckDeathCondition | Hooks->PlayerHurt | BasePlayer->OnAttacked | Component->SendMessage | BasePlayer->DoAttackShared | BasePlayer->OnAttack | Node->Call | Router->Route | Server->ReceivedMessage | Server->Cycle | ServerMgr->Update | ]
System.TypeInitializationException: An exception was thrown by the type initializer for CodecsInfo ---> System.NotSupportedException: CodePage 37 not supported
  at System.Text.Encoding.GetEncoding (Int32 codepage) [0x00000] in <filename unknown>:0
  at System.Text.EncodingInfo.GetEncoding () [0x00000] in <filename unknown>:0
  at System.Text.EncodingInfo.get_Name () [0x00000] in <filename unknown>:0
  at IronPython.Runtime.Operations.StringOps+CodecsInfo.MakeCodecsDict () [0x00000] in <filename unknown>:0
  at IronPython.Runtime.Operations.StringOps+CodecsInfo..cctor () [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
at IronPython.Runtime.Operations.StringOps.RawDecode (IronPython.Runtime.CodeContext,string,object,string) <0x002c4>
at IronPython.Runtime.Operations.StringOps.decode (IronPython.Runtime.CodeContext,string,object,string) <0x00034>
at IronPython.Runtime.Operations.StringOps.__new__ (IronPython.Runtime.CodeContext,IronPython.Runtime.Types.PythonType,object,string,string) <0x000c8>
at IronPython.Runtime.Operations.StringOps.CheckAsciiString (IronPython.Runtime.CodeContext,string) <0x0007f>
at IronPython.Runtime.Operations.StringOps.__new__ (IronPython.Runtime.CodeContext,IronPython.Runtime.Types.PythonType,string) <0x00045>
at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,IronPython.Runtime.CodeContext,object,object) <0x00117>
at (wrapper dynamic-method) object.On_PlayerDied$20 (System.Runtime.CompilerServices.Closure,IronPython.Runtime.PythonFunction,object,object) <0x00696>