1. Wulf

    Wulf Community Admin

    We're trying to figure out why some users are having issues. I can't reproduce them locally, so it's making it difficult.
     
  2. I get about 15 lines of this "Fallback handler could not load library" in my server log.
     
  3. well, do you have windows server 2012 on the test ? I only tested it on 2008 so far

    @ShadoGazer same here
     
  4. This is the crap we deal with gameservers.com
    so by the time the next rust portal call is released they will have this one updated to 1179
    always
    one step behind...


    [​IMG]
     
  5. No, I have Windows 8.1...up until today I was running my local server fine. But it seems others are having issues like mine so I will wait for a fix :)
     
  6. What i saw is that these errors first appeared in the new hooks of 16.01.2014 - Update 5 , @Wulf are you sure that there is no new program to install like the change from oxide 1.0 to 2.0 needed a newer vcredist_x64 ?
     
  7. Wulf

    Wulf Community Admin

    Mmmm, that is a good question. Try installing Visual C++ 2013 x64 as well. I believe the DLLs from the changes by @Nogrod were compiled in 2013. I'll verify and work on getting a fix out for it.
     
  8. I grabbed a fresh install of the 1179 server from steam loaded in the "latest" Oxide and this is what i get in logs.
    Running 2008 btw
    Code:
    10:41 AM [Info] Loading Oxide core...
    10:41 AM [Info] Loading extensions...
    10:41 AM [Info] Loaded extension JavaScript version 1.0.0 by Nogrod
    10:41 AM [Error] Failed to load extension Oxide.Ext.Lua (DllNotFoundException: lua52)
    10:41 AM [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
    10:41 AM [Info] Loaded extension Python version 1.0.0 by Nogrod
    10:41 AM [Info] Loaded extension Rust version 1.0.0 by Oxide Team
    10:41 AM [Info] Loaded extension Unity version 1.0.0 by Oxide Team
     
  9. @Wulf you come up with that sooo early :D #Works with 2013 x64 !

    Edit: Road to update more than 100 dedicated machines here we go ... :eek::(

    That user with 2013, was it "nogrod"? Got that error on the oxidelog before installing 2013

    Code:
    4:29 PM [Info] Loaded extension JavaScript version 1.0.0 by Nogrod
    4:29 PM [Error] Failed to load extension Oxide.Ext.Lua (EntryPointNotFoundException: luanet_pushwstring)
    4:29 PM [Debug]   at (wrapper managed-to-native) KeraLua.NativeMethods:LuaPushString (intptr,string)
      at KeraLua.Lua.LuaPushString (IntPtr luaState, System.String str) [0x00000] in <filename unknown>:0
      at NLua.LuaLib.LuaPushString (LuaState luaState, System.String str) [0x00000] in <filename unknown>:0
      at NLua.Lua.Init () [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
     
  10. Wulf

    Wulf Community Admin

    Sorry! I'll work on getting them compiled with one version or the other. Good to know it works though. :)
    [DOUBLEPOST=1421509741][/DOUBLEPOST]
    See the above replies and try that please.
     
  11. Grabbed Visual C++ 2013 x64 after my post and that fixed it.


    /edit lol I'm slow :D
     
  12. Wulf

    Wulf Community Admin

    Nogrod is Nogrod.
     
  13. Do you keep up moving the latest.zip in the root directory of the github link ? Then i can link it and doesn't need to link it every time myself :)
     
  14. Can confirm this fixed it for me too
     
  15. Wulf

    Wulf Community Admin

    The builds are automated, as is that step. ;)
     
  16. If I use the latest build and then try to launch my server he won't start? Any information about that?

    Thank you :)
     
  17. go one page back, and install vcredist 2013 x64 then try again
     
  18. Confirmed, this fixed my problem as well.
     
  19. well sonofabitch thats why oxide wasn't working he compiled it in a vi 2013. think gameservers might need this info i guess unless you release one thats newer
    everyone needs to throw a monkey wrench in i guess,,
     
  20. Wulf

    Wulf Community Admin

    Hopefully going to get the modified DLLs compiled with 2012 so this won't be an issue. He mentioned it, but I think I forgot to get that changed.