1. Wulf

    Wulf Community Admin

    Those have been required for those specific features.
     
  2. Now I am currently getting this error:
    Code:
    [Oxide] 3:29 PM [Info] Unloaded plugin Teleportation System v1.4.17 by Mughisi
    [Oxide] 3:29 PM [Error] Failed to load plugin m-Teleportation (IOException: Sharing violation on path c:\games\8_2_121_32_28016\1239463\ruste\server\1239463\oxide\plugins\m-Teleportation.lua)
    [Oxide] 3:29 PM [Debug]   at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0
      at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
      at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
      at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown>:0
      at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00000] in <filename unknown>:0
      at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
      at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string,System.Text.Encoding)
      at System.IO.File.ReadAllText (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
      at System.IO.File.ReadAllText (System.String path) [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Plugins.LuaPlugin.Load () [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Plugins.LuaPluginLoader.Load (System.String directory, System.String name) [0x00000] in <filename unknown>:0
      at Oxide.Core.OxideMod.LoadPlugin (System.String name) [0x00000] in <filename unknown>:0
    [Oxide] 3:29 PM [Info] Loaded plugin Teleportation System v1.4.18 by Mughisi
    
     
  3. Thanks!
    -SUE, RustieShack
     
  4. i'm getting this error ;/
    Code:
    [Oxide] 8:03 PM [Info] Loaded plugin Teleportation System v1.4.18 by Mughisi
    [Oxide] 8:03 PM [Error] Failed to initialize plugin 'm-Teleportation v1.4.18'
    File: m-Teleportation.lua Line: 574 Object reference not set to an instance of an object:
      at Oxide.Core.Configuration.DynamicConfigFile.GetEnumerator () [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Utility.TableFromConfig (Oxide.Core.Configuration.DynamicConfigFile config, NLua.Lua lua) [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Libraries.LuaDatafile.GetDataTable (System.String name) [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
    TimeWarning: BasePlayer.ServerCycle took 0.26 seconds (259ms)
     
  5. Wulf

    Wulf Community Admin

    Whenever you see an error with "DynamicConfigFile", it usually means your config file is somehow not right. Did you make any changes to it?
     
  6. As wulf said above, recheck your config, and make to to fix any changes you made to it, a simple dot or quotation mark can mess it up.
     
  7. I have not changed anything in the last days =/, yesterday was perfectly. strange

    is the server config or plugin?
     
  8. Wulf

    Wulf Community Admin

    The plugin's config, m-Teleportation.json under oxide/config. If you can upload it here, we can take a look if you're unsure.
     
  9. thanks :)
     
  10. so if any player is near a cupboard when they tpr/tpa this happens.
    Code:
    [Oxide] 12:34 AM [Error] Failed to run a 10.00 timer (ExecutionEngineException: SIGILL)
    [Oxide] 12:34 AM [Debug]   at (wrapper managed-to-native) KeraLua.NativeMethods:LuaNetPCall (intptr,int,int,int)
      at KeraLua.Lua.LuaNetPCall (IntPtr luaState, Int32 nArgs, Int32 nResults, Int32 errfunc) [0x00000] in <filename unknown>:0
      at NLua.LuaLib.LuaPCall (LuaState luaState, Int32 nArgs, Int32 nResults, Int32 errfunc) [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.LuaFunction.Call (System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at NLua.Method.LuaDelegate.CallFunction (System.Object[] args, System.Object[] inArgs, System.Int32[] outArgs) [0x00000] in <filename unknown>:0
      at LuaGeneratedClass1.CallFunction () [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Timer+TimerInstance.Update () [0x00000] in <filename unknown>:0
    STILL... 2 months later...

    and tpn doesnt work either.
    Code:
    [Oxide] 12:55 AM [Error] Failed to call hook 'cmdTeleportNear' on plugin 'm-Teleportation v1.4.18' (ExecutionEngineException: SIGILL)
    [Oxide] 12:55 AM [Debug]   at (wrapper managed-to-native) KeraLua.NativeMethods:LuaNetPCall (intptr,int,int,int)
      at KeraLua.Lua.LuaNetPCall (IntPtr luaState, Int32 nArgs, Int32 nResults, Int32 errfunc) [0x00000] in <filename unknown>:0
      at NLua.LuaLib.LuaPCall (LuaState luaState, Int32 nArgs, Int32 nResults, Int32 errfunc) [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
    please when can we get this fixed?!!!!!!!!
     
    Last edited by a moderator: Sep 21, 2015
  11. I cant even set home
    Code:
    [Oxide] 2:41 PM [Error] Failed to call hook 'cmdSetHome' on plugin 'm-Teleportation v1.4.17'
    File: m-Teleportation.lua Line: 1338 parameters do not match signature:
      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
      at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [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
     
    Last edited by a moderator: Sep 21, 2015
  12. old version. update
     
  13. Not caused by the plugin but the Lua engine so can't do anything about it, some never experience this error, some experience it in this plugin and some in other plugins :(
     
  14. Old version of plugin or server?
     
  15. Make sure to have your sever completely updated and your plugin updated as well.
    [DOUBLEPOST=1442779394][/DOUBLEPOST]If you're still getting the same error, then it probably has something to do with the configs
     
  16. I have it hosted through gameservers.com and i ran the updates before adding any plugins. and i think i have the newest version of the plugin already
     
  17. Error states plugin version 1.4.17, latest version is 1.4.18 :)
     
  18. Will this change with the c# version perhaps? I don't have this problem now, I had it with one host where I seemed to have a problem with a few lua plugins and so reverted back to my old host where it has never happened as it was becoming a very big problem for us.
     
  19. thank you for the reply. will the new version fix this? if so any eta? its the one thing that bugs everybody on the server..... they can always tpr/tpa when not near a cupboard.... which is weird.
     
  20. Works great now thank you for the help. Anyone know how to give players startup items I tried the one plugin but it spawned you with nothing at all