1. Hello. Does anyone have a similar problem? Or does he know what plug it might be?
    I have a lot of plugins, I do not know how to check which causes it.

    Code:
    disconnecting: NullReferenceException: Object reference not set to an instance of an object
    BuildingManager+Building.RemoveBuildingPrivilege (.BuildingPrivlidge ent)
    BuildingManager+Building.Remove (.DecayEntity ent)
    BuildingManager.Remove (.DecayEntity ent)
    DecayEntity.AttachToBuilding (UInt32 id)
    DecayEntity.Load (LoadInfo info)
    BuildingPrivlidge.Load (LoadInfo info)
    BaseNetworkable.ClientInit (ProtoBuf.Entity info)
    BaseEntity.ClientInit (ProtoBuf.Entity info)
    BaseCombatEntity.ClientInit (ProtoBuf.Entity info)
    DecayEntity.ClientInit (ProtoBuf.Entity info)
    BaseNetworkable.ClientSpawn (ProtoBuf.Entity info)
    Client.CreateOrUpdateEntity (ProtoBuf.Entity info, Int64 size)
    Client.OnEntities (Network.Message packet)
    Client.OnNetworkMessage (Network.Message packet)
    Facepunch.Network.Raknet.Client.HandleMessage ()
    UnityEngine.Debug:LogException(Exception)
    Facepunch.Network.Raknet.Client:HandleMessage()
    Facepunch.Network.Raknet.Client:Cycle()
    Client:Update()
    Version: 25523
    Oxide.Rust 2.0.3829
     
  2. Wulf

    Wulf Community Admin

    I'd start with the ones that deal with buildings and structures.
     
  3. An interesting fact is that players get disconnected without being at home. For example, it collects boxes, barrels. He runs. It does not use commands at this time.
     
  4. Wulf

    Wulf Community Admin

    Do you have any plugins that deal with decay?
     
  5. No. Only commands: decay.upkeep_period_minutes 25000
    [DOUBLEPOST=1518900430][/DOUBLEPOST]
    Code:
    04:00 [Info] AntiRaidTower, AutoDoors, AutoFuel, AutoPurge, Backpacks, BetterChat, BetterChatIgnore, BetterChatMute, BetterSay, BlueprintManager, BotSpawn, Build, BuildingBlocker, BuildingGrades, BuildingOwners, CarCommanderLite, ChatCleaner, Clans, ComponentBlocker, ConnectionInfo, ConnectMessages, ConsoleMessages, CopyPaste, CountryBlock, DeathNotes, EasyChatCommands, EasyVote, EasyVoteHighestvoter, Economics, EnhancedHammer, EntityOwner, FancyDrop, Finder, Friends, FurnaceSplitter, GatherControl, Give, Godmode, GUIAnnouncements, HeliControl, Ignore, ImageLibrary, InfoPanel, InventoryViewer, KillFeed, Kits, LimitRCON, LoadingMessages, MasterKey, NameFix, NameManager, NightLantern, NoGiveNotices, NoobMessages, NoWorkbench, NTeleportation, OnScreenLogo, PermissionsManager, PlayerChallenges, PlayerDatabase, PlayerInformations, PlayerList, PopupNotifications, PrivateMessage, PrivilegeDeploy, Prod, QuickSort, RealtimeWipeInfo, RecycleManager, RemoverTool, Rename, Rewards, RulesGUI, SaveAnnouncer, ServerInfo, ServerRewards, SignArtist, Skins, SleeperGuard, SmartChatBot, StackSizeController, StartupCommands, StorageCleaner, SuicideKill, TimedExecute, TimedPermissions, TimeOfDay, TruePVE, TsunHorse, UniversalUI, Vanish, VisualCupboard, WaterDisconnect, WheresMyCorpse, Whisper and ZoneManager were compiled successfully in 3714ms
     
  6. Wulf

    Wulf Community Admin

    Could you search your plugins to see if you find any references to "RemoveBuildingPrivilege"? Notepad++ works great for this.
     
  7. I checked each plugin twice. The phrase does not appear: RemoveBuildingPrivilege

    EDIT
    Any ideas Wulf? If you do not help me, it's probably no one;)
     
    Last edited by a moderator: Feb 17, 2018
  8. Wulf

    Wulf Community Admin

    I'd start by removing any plugins that deal with building or structures.
     
  9. I understand. So I will. Thank you Wulf