1. I am having trouble after this update. I cannot start my server, it says "The class named 'Decay' is abstract. The script class can't be abstract!"
    Any ideas how I can solve this? Thank you in advance!
     
  2. Wulf

    Wulf Community Admin

    Did you update Rust beforehand? What version does it show you are using? It's likely that you aren't updated with Rust, else you are using an old Oxide.
     
  3. Thank you for your response Wulf. I did try to do the update process 2-3 times. It shows on the console I am running Oxide 2.0.1925 for 883.78 (1375), which I believe is the latest of both rust and oxide.
     
  4. Wulf

    Wulf Community Admin

    That would mean Oxide is updated and using the latest modded Rust Assembly-CSharp.dll, but it doesn't meant the rest of the Rust files are updated completely. When you see missing classes and such like that, it generally implies that Rust is not fully updated.
     
  5. What do you suggest I do? I have updated as I always do login anonymous force_install_dir, then "c:\rustserver\" then
    app_update 258550, then quit once its done.
     
  6. Wulf

    Wulf Community Admin

    You should add validate after the appid.
     
  7. Thanks Wulf. I reinstalled rust uppdate like you suggested it and it works now. Thanks for your help! :)
     
  8. I took my server down for update when rust updated, updated it as i have many times before with my update script and a fresh version of oxide and i get this at the end of my output

    Code:
    Running server/my_server/cfg/users.cfg
    The class named 'Decay' is abstract. The script class can't be abstract!
    Loading Items Took: 2.599 seconds
    Building Items Took: 2.625 seconds / Items: 269 / Blueprints: 188
    The class named 'Decay' is abstract. The script class can't be abstract!
    NullReferenceException: Object reference not set to an instance of an object
    at the bottom it shows "not connected" and no players or sleepers!

    i tried many things like removing the decay scale from my launch options, creating a new server using the example run script, removing all plugins and updating everything 2-3 times and i get the same thing every time

    any ideas?
     
  9. Wulf

    Wulf Community Admin

    This is from Rust, and not related to Oxide or plugins. It would imply that your Rust files are not completely updated.
     
  10. problem i was having was RDS was running in the background for some reason and it was not updating fully
    thanks