Domestos updated Chat Handler with a new update entry:
Bugfix
Chat Handler [Unmaintained]
Discussion in 'Plugin Support' started by Domestos, Nov 2, 2014.
-
Code:
Oxide] 1:42 AM [Error] Failed to call hook 'OnPlayerChat' on plugin 'Chat Handler' File: chathandler.lua Line: 318 invalid arguments to method call: at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0 at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Ext.Lua.Plugins.LuaPlugin.OnCallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
-
-
-
since using todays oxide update this plugin is causing double chat
-
-
nah only happened since todays oxide update
[DOUBLEPOST=1437281005][/DOUBLEPOST]a few plugins went out from the update errrors all over in a a few different ones it was perfect before i did todays oxide -
Wulf Community Admin
-
server has crashed twice now since i did steam update today and latest oxide can i post the logs in here for u
[DOUBLEPOST=1437281514][/DOUBLEPOST]my log files
[DOUBLEPOST=1437281840][/DOUBLEPOST]its only since i did the oxide update server was running perfect now its crashing constantly and heaps of plugins getting errrors
[DOUBLEPOST=1437282573][/DOUBLEPOST]it seems from the latest oxide update is causing all lua plugins to throw heaps of errors and crash the server saying theres not enough memory even though there is heaps fro lua scripts or something since latest oxide update
[DOUBLEPOST=1437283616][/DOUBLEPOST]i shut the server down again and reinstalled oxide again and it seems good again for now so far no crashing and the double chat seems to have been fixed for nowAttached Files:
-
-
Robo - see here: http://oxidemod.org/threads/lua-plugin-maxing-out-server-memory.10343/
Chat that is longer than MaxCharsPerLine is not wrapping properly for me. It's truncated in the second message.
Also there is a double full colon between the player name and their chat in /history. -
Regarding the truncated chat: there is a hardcoded limit of 128 chars, if the message is longer than that its truncated to 128.
I might change that in the future but for now thats how it is. -
Code:[Oxide] 2:13 PM [Error] Failed to call hook 'OnPlayerChat' on plugin 'Chat Handler' File: chathandler.lua Line: 318 invalid arguments to method call: at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0 at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Ext.Lua.Plugins.LuaPlugin.OnCallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
Bug in Oxide or server itself? -
Wulf Community Admin
-
-
Wulf Community Admin
-
Attached Files:
-
-
-
Wulf Community Admin
-
Code:
[7/25/2015 3:42:24 AM] [Oxide] 3:42 AM [Error] Failed to call hook 'OnPlayerChat' on plugin 'Chat Handler' File: chathandler.lua Line: 647 Object reference not set to an instance of an object: at Oxide.Core.Libraries.Permission.GetUserData (System.String userid) [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Permission.UserHasPermission (System.String userid, System.String perm) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
-
Wulf Community Admin