1. Wow, just not watching this thread LoL :D
    I haven't this errors, but will look into it:
     
  2. think we need a update for it getting similar errors
    Code:
    ile: AutoDoorCloser.lua Line: 58 Object does not match target type.:
      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: Feb 19, 2015
  3. Do u have latest version of oxide? Becouse i have not this errors and all work fine for me
     
  4. yes i do still getting errors with the new version it was since the rust update
    Code:
    [Error] Failed to run a timer.
    File: AutoDoorCloser.lua Line: 58 Object does not match target type.:
      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
    [Oxide] 1:44 PM [Error] Failed to run a timer.
    File: AutoDoorCloser.lua Line: 58 Object does not match target type.:
      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: Feb 19, 2015
  5. i have the same error as Robo229, and i have the latest oxide. the plugin is working fine, im just getting that error sometimes
     
  6. same +1
     
  7. works perfect for me
     
  8. Oh, i found the problem - Storages with Locks (and plugin try to close them :D), will fix it.
     
    Last edited by a moderator: Feb 19, 2015
  9. I found another problem which is related with autodoor closer or not I am not sure;
    When you destroy doorway, door still stand with lock on it and can not destroyed!
     
  10. it's not autodoor
     
  11. thx alot man! no errors now :)
     
  12. Code:
    File: AutoDoorCloser.lua Line: 59 :
      at (wrapper managed-to-native) UnityEngine.Component:get_gameObject ()
      at BuildingBlock.UpdateLayer () [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 
    after last rust update :)
     
  13. getting these errors in my logs after last few updates
    Code:
    5:21 AM [Error] Failed to run a timer.
    File: AutoDoorCloser.lua Line: 58 Object does not match target type.:
      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
    5:23 AM [Error] Failed to run a timer.
    File: AutoDoorCloser.lua Line: 58 Object does not match target type.:
      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: Mar 1, 2015
  14. Do u have 1.3.0 version?
     
  15. [DOUBLEPOST=1428740198,1428606886][/DOUBLEPOST]Small HotFix (CanOpenDoor to CanUseDoor) i think this is right
     

    Attached Files:

  16. Is it fixing below error?
    [Oxide] 5:43 PM [Warning] AutoDoorCloser plugin is using deprecated hook: CanOpenDoor