1. Hello,

    I have several problems with my Rust server.
    Floods console :/

    Some players are kicked from the server (EAC disconnected, Steam Auth Timeout).
    There are also many lags.

    I would like to know if these problems come from my server, game or plugins Oxide.

    P.S : My plugins are all up to date.
    Sorry for my writing, I'm French.

    Attached: screenshot of errors + my plugins
     

    Attached Files:

  2. Wulf

    Wulf Community Admin

    "EAC disconnected, Steam Auth Timeout" means just that, that EAC was disconnected and Steam authentication timed out. This can happen because of networking issues, server issues, etc.

    "Entity is NULL but is still in saveList" is coming from invalid items being in your Rust .sav.

    "Couldn't get the latest version of plugin" is because those Rust:IO isn't a plugin, and also that Notifier is no longer available.

    "Couldn't check for updates of the following plugins as they have no ResourceID set" is literally what it is saying; report it to the plugin authors.
     
  3. Thank you for your prompt response.
    How can I solve these problems?
     
  4. Wulf

    Wulf Community Admin

    1. May not be something you can solve, but you can test to see when it occurs and how frequently.
    2. Your .sav would need to be wiped most likely, unless you can find a plugin to remove those invalid entities.
    3. Report the Rust:IO part in the Updater plugin's support thread, the Notifier one you can't fix.
    4. Report the ResourceID ones to each plugin author in the message.
     
  5. Where can I find this rust.sav file?
     
  6. Wulf

    Wulf Community Admin

    server/yourserveridentity/MAPNAME.sav
     
  7. Deleting the map (proceduralmap.4000.****.141.sav) will not delete the server map?
     
  8. Wulf

    Wulf Community Admin

    That is the map, it will delete it.
     
  9. I will not delete the map, I have the players on the server every day.
    I also have this error:
     

    Attached Files:

  10. Wulf

    Wulf Community Admin

    Update Rust:IO to resolve those errors.