Not an Issue Error with outdated build

Discussion in 'Rust Discussion' started by RedRiverBandit, Feb 1, 2015.

  1. I reinstalled the server I rented, install oxide, it wont run. I'm not good at this, and I have noe clue what I am doing. This is the oxide log. Anyone care to help out a noob?
    Code:
    5:29 PM [Info] Loading Oxide core...
    5:29 PM [Info] Loading extensions...
    5:29 PM [Info] Loaded extension JavaScript version 1.0.0 by Nogrod
    5:29 PM [Error] Failed to load extension Oxide.Ext.Lua (ReflectionTypeLoadException: The classes in the module cannot be loaded.)
    5:29 PM [Debug]   at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
      at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0
      at Oxide.Lua.LuaExtension.<InitialiseLua>m__0 (System.Reflection.Assembly a) [0x00000] in <filename unknown>:0
      at System.Linq.Enumerable+<CreateSelectManyIterator>c__Iterator12`2[System.Reflection.Assembly,System.Type].MoveNext () [0x00000] in <filename unknown>:0
      at System.Linq.Enumerable+<CreateWhereIterator>c__Iterator1D`1[System.Type].MoveNext () [0x00000] in <filename unknown>:0
      at Oxide.Lua.LuaExtension.InitialiseLua () [0x00000] in <filename unknown>:0
      at Oxide.Lua.LuaExtension.Load () [0x00000] in <filename unknown>:0
      at Oxide.Core.Extensions.ExtensionManager.LoadExtension (System.String filename) [0x00000] in <filename unknown>:0
    5:29 PM [Error] Failed to load extension Oxide.Ext.Python (TypeLoadException: Could not load type 'LiveGameView' from assembly 'Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.)
    5:29 PM [Debug]   at (wrapper managed-to-native) System.Reflection.Module:InternalGetTypes ()
      at System.Reflection.Module.GetTypes () [0x00000] in <filename unknown>:0
      at Microsoft.Scripting.Utils.ReflectionUtils+<GetAllTypesFromAssembly>d__3e.MoveNext () [0x00000] in <filename unknown>:0
      at System.Linq.Enumerable+<CreateWhereIterator>c__Iterator1D`1[System.Type].MoveNext () [0x00000] in <filename unknown>:0
      at Microsoft.Scripting.Actions.TopNamespaceTracker.PublishComTypes (System.Reflection.Assembly interopAssembly) [0x00000] in <filename unknown>:0
      at IronPython.Runtime.Binding.PythonBinder.DomainManager_AssemblyLoaded (System.Object sender, Microsoft.Scripting.AssemblyLoadedEventArgs e) [0x00000] in <filename unknown>:0
      at (wrapper delegate-invoke) System.EventHandler`1<Microsoft.Scripting.AssemblyLoadedEventArgs>:invoke_void__this___object_AssemblyLoadedEventArgs (object,Microsoft.Scripting.AssemblyLoadedEventArgs)
      at Microsoft.Scripting.Runtime.ScriptDomainManager.LoadAssembly (System.Reflection.Assembly assembly) [0x00000] in <filename unknown>:0
      at Microsoft.Scripting.Hosting.ScriptRuntime.LoadAssembly (System.Reflection.Assembly assembly) [0x00000] in <filename unknown>:0
      at (wrapper remoting-invoke-with-check) Microsoft.Scripting.Hosting.ScriptRuntime:LoadAssembly (System.Reflection.Assembly)
      at Oxide.Ext.Python.PythonExtension.InitialisePython () [0x00000] in <filename unknown>:0
      at Oxide.Ext.Python.PythonExtension.Load () [0x00000] in <filename unknown>:0
      at Oxide.Core.Extensions.ExtensionManager.LoadExtension (System.String filename) [0x00000] in <filename unknown>:0
    5:29 PM [Info] Loaded extension Rust version 1.0.0 by Oxide Team
    5:29 PM [Info] Loaded extension Unity version 1.0.0 by Oxide Team
     
    Last edited by a moderator: Feb 1, 2015
  2. Wulf

    Wulf Community Admin

    Do you have Visual C++ 2012 x64 installed?
     
  3. We were running the server perfectly fine until the update, it starts without oxide. As soon as we install it, it wont start.
     
  4. oxide requires visual C++ 2012 x64 to work.
     
  5. I guess the server host isn't up with the latest updates.
     
  6. Wulf

    Wulf Community Admin

    That doesn't really answer my question. Do you have Visual C++ 2012 x64 installed? This has always been a requirement for Oxide 2. Did you have Oxide 2 installed before, or is this your first time?
     
  7. I'm not sure if you're asking if I have it installed on my computer or on the server.

    It is installed on my computer, I wouldn't see that making a difference since we're renting the server using TCA. But of course, I dont have a clue.
    And if you mean the server, is there a way for me to check it? It was installed before, after update wouldnt work.
     
  8. Wulf

    Wulf Community Admin

    Oxide is a server mod, so it'd need to be installed on your server's machine. You'd need to check with your host to verify. It shouldn't have stopped working from an Oxide update either, but there shouldn't have been any errors from the update either.

    I'd suggest making sure you have the latest build of Oxide installed, as most likely you are outdated.
     
    Last edited: Feb 1, 2015