1. I am getting made server lag after wipe. and a flood of these errors

    (17:16:43) | SpawnPopulation.Spawn: Couldn't create prefab as entity - assets/rust.ai/agents/zombie/zombie.prefab

    (17:16:43) | The referenced script on this Behaviour is missing!

    (17:16:43) | The referenced script on this Behaviour (Game Object 'Zombie') is missing!

    (17:16:43) | The referenced script on this Behaviour (Game Object 'Zombie') is missing!

    (17:16:43) | Failed to create agent because there is no valid NavMesh

    (17:16:43) | CreateEntity called on a prefab that isn't an entity! assets/rust.ai/agents/zombie/zombie.prefab

    (17:16:43) | No AI context provider was found.

    (17:16:43) | SpawnPopulation.Spawn: Couldn't create prefab as entity - assets/rust.ai/agents/zombie/zombie.prefab

    (17:16:43) | The referenced script on this Behaviour is missing!

    (17:16:43) | The referenced script on this Behaviour (Game Object 'Zombie') is missing!

    (17:16:43) | The referenced script on this Behaviour (Game Object 'Zombie') is missing!

    (17:16:43) | Failed to create agent because there is no valid NavMesh
     
  2. Wulf

    Wulf Community Admin

    Errors like that are generally an indication that you are using mixed versions of Rust on your server, likely from installing an older Oxide build.
     
  3. Hey Wulf. Seeing this?

    The referenced script on this Behaviour is missing!
    The referenced script on this Behaviour (Game Object 'mailbox.deployed') is missing!
     
  4. Wulf

    Wulf Community Admin

    Sounds like you used an old Oxide build before it was updated for the newer Rust release. Make sure you've downloaded the latest compatible release of Oxide.
     
  5. nope.. new version... I'm not that silly :)
     
  6. Wulf

    Wulf Community Admin

    Did you update Rust today fully? The error basically means you have mixed versions of Rust and one thing can't find something else that it expects to exist.
     
  7. Yeah, re validated and copied across. All good. Cheers mate.
     
  8. StringPool.GetNumber - no number for string assets/prefabs/building core/pillar/pillar.prefab
    server.headerimage: "https://i.imgur.com/HOo7aYj.jpg"
    server.url: "http://www.blacklagoongaming.com/"
    Server Config Loaded
    Loading Items Took: 2.8187361 seconds
    Building Items Took: 2.8672178 seconds / Items: 375 / Blueprints: 243
    The referenced script on this Behaviour is missing!
    The referenced script on this Behaviour (Game Object 'waterwellstatic') is missing!
    NullReferenceException: Object reference not set to an instance of an object
    [DOUBLEPOST=1517523063][/DOUBLEPOST]Server Not Booting up even after i fully reinstalled the server from clean scrath i keep getting this error
     
  9. Wulf

    Wulf Community Admin

    You are mixing Rust versions.
     
  10. i did a clean rust install and got this error wulf haha in bit confused
    [DOUBLEPOST=1517524790][/DOUBLEPOST]Seems to have solved after 4x updating the server -_-
     
  11. hello all

    anyone an idea why i get this error ? after i wipe my server ?

    The Server dont start, he stop with this messages in console:


    (11:04:35) | The referenced script on this Behaviour is missing!

    (11:04:35) | The referenced script on this Behaviour is missing!

    (11:04:35) | The referenced script on this Behaviour (Game Object 'junkpile_a') is missing!

    (11:04:35) | The referenced script on this Behaviour (Game Object '') is missing!

    (11:04:35) | The referenced script on this Behaviour is missing!

    (11:04:35) | The referenced script on this Behaviour is missing!

    (11:04:35) | The referenced script on this Behaviour (Game Object 'junkpile_g') is missing!

    (11:04:35) | The referenced script on this Behaviour (Game Object '') is missing!

    (11:04:35) | The referenced script on this Behaviour is missing!

    (11:04:35) | The referenced script on this Behaviour is missing!

    (11:04:35) | The referenced script on this Behaviour (Game Object 'junkpile_g') is missing!

    (11:04:35) | The referenced script on this Behaviour (Game Object 'junkpile_g') is missing!

    (11:04:35) | The referenced script on this Behaviour (Game Object 'ScientistSpawner') is missing!

    (11:04:35) | The referenced script on this Behaviour (Game Object 'ScientistSpawner') is missing!

    (11:04:35) | NullReferenceException: Object reference not set to an instance of an object
     
  12. got the same. without oxide it works. But when u download oxide an copy/paste it on the clean rust that happens
     
  13. @Wulf
    can you help us out quick ?
     
  14. I doubt anyone is on to update Oxide. Can't expect them to remain on alert for FacePunch to release their random ass late night updates.
     
  15. what we can do ? any idea ?
     
  16. Revert back to a backup if you got it. My servers run fine on the latest update, it just spams my console to hell.

    If you have to, disable resource spawning until the server is at least online and then reenable it.
    Code:
    spawn.respawn_groups false
    spawn.respawn_populations false
     
  17. was there a server update out this night ?

    this what you write in server.cfg ?
     
  18. Rust on Twitter

    Yes, you can put those values in the server.cfg or in console on startup
     
  19. and then the server starts normaly ?

    i test it
    [DOUBLEPOST=1520248144][/DOUBLEPOST]

    this works !
     
  20. Had the same problem, updated again and installed the newest Oxide fixed it.