1. I am running into this error. I have updated the server and oxide, but when it gets to the point where it would load entities it gives me the error loading save message.

    The file 'archive:/CAB-e2446ae3835fd7310524e3e713bd9b72/CAB-e2446ae3835fd7310524e3e713bd9b72' is corrupted! Remove it and launch unity again!
    [Position out of bounds!]

    A script behaviour (probably PlantProperties?) has a different serialization layout when loading. (Read 732 bytes but expected 868 bytes)
    Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?

    ...

    [01/26/2017 23:40:37] Error loading save (server/Factions/proceduralmap.3500.777.140.sav): Field 'ProtoBuf.PlantEntity.water' not found.
     
  2. Wulf

    Wulf Community Admin

    That error means your server is not fully updated. Make sure to update Rust as well as get the latest Oxide build from today.
     
  3. Ok, I have run the Update script for rust and it is giving me this http://i.imgur.com/DwBpnP4.png

    And I have cleared my cache and used incognito mode in chrome to download your lastest oxide.zip. However I am still running into this issue.
     
  4. Wulf

    Wulf Community Admin

    Which issue? The error when updating with SteamCMD or the Unity errors from the outdated DLL?
     
  5. The unity errors. I do apologize. I have never had either of these issues before.
     
  6. Wulf

    Wulf Community Admin

    If the server starts up fine without Oxide, then you're somehow getting and old Oxide build still. Download the zip again and check the date of it. It should be January 26th or 27th.
     
  7. Ok. I have the build from 1/26/17 at 10.58PM. Updating rust and oxide again.
    [DOUBLEPOST=1485476857][/DOUBLEPOST]Finally, its working. Thank you for all the help Wulf.
     
  8. what is this? and how to fix?
     
  9. Wulf

    Wulf Community Admin

    Your server is not entirely updated, and you're likely using mismatched Rust DLLs. This is common when you either do not update Rust and update Oxide to a build meant for a newer Rust version, or you update Rust and use an old Oxide build with old Rust DLLs from a previous update.
     
  10. c:
    cd c:\rust
    steamcmd.exe +login anonymous +app_update 258550 -beta experimental +quit
     
  11. Wulf

    Wulf Community Admin

    Remove -beta experimental and add validate. Also make sure that you are getting an Oxide build dated from today, not a week ago.
     
  12. It happened after the last update.
     

    Attached Files:

  13. Wulf

    Wulf Community Admin

    Your server is outdated, make sure you are updating Rust first then using a compatible Oxide build.