1. I'm don't have logs right now, but i just can say that i also got few times this issue even with latest oxide (tested before last rust update). It happens for me when CSharp plugin trying to do something really wrong and compilation fail with crashing oxide csharp loader or so. Wait, i found some logs:

    Code:
    [4/12/2015 12:57:01 PM] [Oxide] 12:57 PM [Info] TestCore was compiled successfully in 1307ms
    [4/12/2015 12:57:01 PM] [Oxide] 12:57 PM [Info] Unloaded plugin Test Core v0.0.1 by AlexALX
    [4/12/2015 12:57:01 PM] [Oxide] 12:57 PM [Debug] ExType: TargetInvocationException
    [4/12/2015 12:57:01 PM] [Oxide] 12:57 PM [Debug]   at System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.Dictionary`2[System.String,System.String]].get_Item (System.String key) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.TestCore..ctor () [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
    [4/12/2015 12:57:41 PM] [Oxide] 12:57 PM [Debug] Plugin is already being loaded: TestCore
    [4/12/2015 12:57:50 PM] [Oxide] 12:57 PM [Debug] Plugin is already being loaded: TestCore
    Code:
    [4/12/2015 12:51:38 PM] [Oxide] 12:51 PM [Error] Plugin failed to compile: TestCore (leaving previous version loaded)
    [4/12/2015 12:51:38 PM] [Oxide] 12:51 PM [Error] TestCore plugin failed to compile! Exit code: 1
    [4/12/2015 12:57:01 PM] [Oxide] 12:57 PM [Error] Exception while calling NextTick callback (KeyNotFoundException: The given key was not present in the dictionary.)
    [4/12/2015 12:58:10 PM] [Oxide] 12:58 PM [Error] Failed to load plugin 'TestCore' (no source found)
    But not really remember why this happens, i restarted server and continued coding.
     
  2. Wulf

    Wulf Community Admin

    Sorry for the delay on this. Are you still having issues with this after updating to the latest build/commits?