1. Wulf

    Wulf Community Admin

    Yeah, that's the error I've been noticing as well; will have to look into that more.
     
  2. I kinda have the same problem but i dont get any oxide errors it's just repeating
    Code:
    13:48 [Info] Loading Oxide Core v2.0.3606...
    13:48 [Info] Loading extensions...
    13:48 [Info] Latest compiler MD5: 8ce6d27e7718e3d164766bba8833537a
    13:48 [Info] Local compiler MD5: 0
    13:48 [Info] Compiler hashes did not match, downloading latest
    13:48 [Info] Downloading CSharpCompiler.x86_x64 for .cs (C#) plugin compilation
    13:48 [Info] Download of CSharpCompiler.x86_x64 completed successfully
    13:48 [Info] Loaded extension CSharp v2.0.3606 by Oxide and Contributors
    13:48 [Info] Loaded extension Hurtworld v2.0.3606 by Oxide and Contributors
    13:48 [Info] Loaded extension MySql v2.0.3606 by Oxide and Contributors
    13:48 [Info] Loaded extension SQLite v2.0.3606 by Oxide and Contributors
    13:48 [Info] Loaded extension Unity v2.0.3606 by Oxide and Contributors
    13:48 [Info] Using Covalence provider for game 'Hurtworld'
    13:48 [Info] Loading plugins...
    13:48 [Info] Loaded plugin Hurtworld v2.0.3606 by Oxide and Contributors
    13:48 [Info] Loaded plugin Unity v2.0.3606 by Oxide and Contributors
    13:50 [Info] Loading Oxide Core v2.0.3606...
    13:50 [Info] Loading extensions...
    13:50 [Info] Latest compiler MD5: 8ce6d27e7718e3d164766bba8833537a
    13:50 [Info] Local compiler MD5: 8ce6d27e7718e3d164766bba8833537a
    13:50 [Info] Loaded extension CSharp v2.0.3606 by Oxide and Contributors
    13:50 [Info] Loaded extension Hurtworld v2.0.3606 by Oxide and Contributors
    13:50 [Info] Loaded extension MySql v2.0.3606 by Oxide and Contributors
    13:50 [Info] Loaded extension SQLite v2.0.3606 by Oxide and Contributors
    13:50 [Info] Loaded extension Unity v2.0.3606 by Oxide and Contributors
    13:50 [Info] Using Covalence provider for game 'Hurtworld'
    13:50 [Info] Loading plugins...
    13:50 [Info] Loaded plugin Hurtworld v2.0.3606 by Oxide and Contributors
    13:50 [Info] Loaded plugin Unity v2.0.3606 by Oxide and Contributors
    and then my output.txt that is huge

    sublime_text_2017-10-22_18-15-42.png
     
  3. Wulf

    Wulf Community Admin

    3606 is an old snapshot, use the latest build.
     
  4. well tested with both and the same happens ^^'
    just tested 3606 again cause it worked for the other person
     
  5. Wulf

    Wulf Community Admin

    Ah, I see why now. A couple DLLs missing that aren't being bundled. Fixed and a build will be up shortly. :)
     
  6. hope it's working then :D gj
     
  7. @Wulf server is now in a loop i guess, where it just spams
    Code:
    TypeLoadException: Could not load type 'PlayerSession' from assembly 'Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
      at System.Collections.Generic.Dictionary`2[uLink.NetworkPlayer,PlayerSession].Init (Int32 capacity, IEqualityComparer`1 hcp) [0x00000] in <filename unknown>:0 
      at System.Collections.Generic.Dictionary`2[uLink.NetworkPlayer,PlayerSession]..ctor () [0x00000] in <filename unknown>:0 
      at GameManager.Awake () [0x00000] in <filename unknown>:0 (Filename:  Line: -1)TypeLoadException: Could not load type 'PlayerSession' from assembly 'Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.(Filename:  Line: -1)TypeLoadException: Could not load type 'PlayerSession' from assembly 'Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
      at UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) [0x00000] in <filename unknown>:0 
    UnityEngine.MonoBehaviour:StartCoroutine_Auto_Internal(IEnumerator)
    UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
    MapManagerServer:Start()(Filename:  Line: -1)NullReferenceException: Object reference not set to an instance of an object
      at LoadBalancer.RunFrame () [0x00000] in <filename unknown>:0 
      at LoadBalancer.Update () [0x00000] in <filename unknown>:0 (Filename:  Line: -1)NullReferenceException: Object reference not set to an instance of an object
      at LoadBalancer.RunFrame () [0x00000] in <filename unknown>:0 
      at LoadBalancer.Update () [0x00000] in <filename unknown>:0 (Filename:  Line: -1)NullReferenceException: Object reference not set to an instance of an object
      at LoadBalancer.RunFrame () [0x00000] in <filename unknown>:0 
      at LoadBalancer.Update () [0x00000] in <filename unknown>:0 
    
     
  8. Wulf

    Wulf Community Admin

    Loop with what? You updated to something? I'd need details.
     
  9. nvm found the issue i guess xD
     
  10. Wulf

    Wulf Community Admin

    3606 is not the latest, 3608 is the latest release and 3611 is the latest snapshot. Don't download from old links.
     
  11. Problem was i forgot to remove the Oxide folder, my fault
    [DOUBLEPOST=1508697466][/DOUBLEPOST]@Wulf Server crashing and spamming this in console
    Code:
    Could not load file or assembly 'Mono.Data.Tds, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies.
    The class SqlMonitorSocket could not be loaded, used in System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    The class ColumnInfo could not be loaded, used in System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    The class ReservedWords could not be loaded, used in System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    The class MetaDataCollections could not be loaded, used in System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    The class DataSourceInformation could not be loaded, used in System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    The class DataTypes could not be loaded, used in System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    The class Restrictions could not be loaded, used in System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    Could not load file or assembly 'Mono.Data.Tds, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies.
    Could not load file or assembly 'Mono.Data.Tds, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies.
    The class System.Data.SqlClient.SqlConnection could not be loaded, used in System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    The class System.Data.SqlClient.SqlConnection could not be loaded, used in System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
    Setting breakpad minidump AppID = 393420
    Oxide just this:
    Code:
    20:28 [Info] Loading Oxide Core v2.0.3610...
    20:28 [Info] Loading extensions...
    20:28 [Info] Latest compiler MD5: 8ce6d27e7718e3d164766bba8833537a
    20:28 [Info] Local compiler MD5: 0
    20:28 [Info] Compiler hashes did not match, downloading latest
    20:28 [Info] Downloading CSharpCompiler.x86_x64 for .cs (C#) plugin compilation
    20:28 [Info] Download of CSharpCompiler.x86_x64 completed successfully
    20:28 [Info] Loaded extension CSharp v2.0.3610 by Oxide and Contributors
    20:28 [Info] Loaded extension Hurtworld v2.0.3610 by Oxide and Contributors
    20:28 [Info] Loaded extension MySql v2.0.3610 by Oxide and Contributors
    20:28 [Info] Loaded extension SQLite v2.0.3610 by Oxide and Contributors
    20:28 [Info] Loaded extension Unity v2.0.3610 by Oxide and Contributors
    20:28 [Info] Using Covalence provider for game 'Hurtworld'
    20:28 [Info] Loading plugins...
    20:28 [Info] Loaded plugin Hurtworld v2.0.3610 by Oxide and Contributors
    20:28 [Info] Loaded plugin Unity v2.0.3610 by Oxide and Contributors
    
    just saw you uploaded a build that should fix it...
     
    Last edited by a moderator: Oct 22, 2017
  12. Wulf

    Wulf Community Admin

    3611 is the build that has the fix.
     
  13. has that something to do with oxide? cause my server is crashing from that
    Code:
    Loading savegame failed
    Could not load file or assembly 'Ionic.ZLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
      at GameSerializer.LoadServer (System.String filename) [0x00000] in <filename unknown>:0 
     
  14. Wulf

    Wulf Community Admin

    Doesn't look like it, nothing we use depends on that. Looks like your Hurtworld install is missing some files.
     
  15. hmm ok... weird
    [DOUBLEPOST=1508698676][/DOUBLEPOST]@Wulf i'm not sure, it's working now. But i'm not sure if oxide is loaded right... cause the groups file is missing, what're default commands that i can test?
     
  16. Wulf

    Wulf Community Admin

    If you see the console, Oxide is installed and working.
     
  17. Sry but how can i set myself admin when i dont have a console on my host? xD
    and no autoexec file is there, also cant change startparameter, is there some file i can change my group?
     
  18. Wulf

    Wulf Community Admin

    Groups are handled by commands and plugins. There is a list of those commands under our Docs link at the top. You can check your oxide/logs to see if things are loading properly.
     
  19. there should be an autoexec.cfg file if it isn't then create a brend new one,
    just call it autoexec.cfg
    open it and place inside of there addadmin steam64id <........
    [DOUBLEPOST=1508702391][/DOUBLEPOST]@Wulf should i just download oxide for itemv2 at here AppVeyor
    or just through the download menu because you updated oxide branch but I'm not sure if this is working to with itemv2 it self ?
     
  20. Wulf

    Wulf Community Admin

    The itemv2 builds can be found on AppVeyor or GitHub with the -itemv2 in the filename.