1. I use version from rustoxide.com and compiled independently, result identical:
    Code:
    10:37 PM [Info] Loading Oxide core... 10:37 PM [Info] Loading extensions... 10:37 PM [Info] Loaded extension JavaScript version 1.0.0 by Nogrod 10:37 PM [Error] Failed to load extension Oxide.Ext.Lua (DllNotFoundException: lua52) 10:37 PM [Debug]   at (wrapper managed-to-native) KeraLua.NativeMethods:LuaLNewState ()   at KeraLua.Lua.LuaLNewState () [0x00000] in <filename unknown>:0    at NLua.LuaLib.LuaLNewState () [0x00000] in <filename unknown>:0    at NLua.Lua..ctor () [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  
    Server version: 1179
    lua51.dll and lua52.dll exists in root directory
     
  2. You need visual c++ 2013
     
  3. My server on hosting, how I can fix it?
     
  4. Wulf

    Wulf Community Admin

    That should only be needed for an older build. Newer builds should work without it.

    Make sure your host has the latest Oxide 2 build.
     
  5. visual c++ 2013 installed,
    I tried Oxide 2 latest build from Github and from this site.
     
  6. Wulf

    Wulf Community Admin

    Which build? The issue should be fixed if the first is properly installed, or you are on a later build.
     
  7. oxide-2.0.127-20150117
    oxide-2.0.126-20150120-b639
    I compiled independently from master branch.

    Visual C++ 2012, 2013 x64 installed.
    OS: Windows 2012 R2
     
  8. Wulf

    Wulf Community Admin

    I don't know what else to say, but those would be the only reason why you'd get that error, aside from the obvious of the lua51, lua52 DLLs possibly missing.