Jump to content

Having this spmmaed in console [DropStopper] Server deleted before it could be saved!

Fixed 1.1.3 1.1.5

SlayersRust
SlayersRust

Posted

[DropStopper] Server deleted  before it could be saved!

Having this spammed in console is it normal?

Vergbergler

Posted

Hmm, no this is not normal. Do you have a custom server? Are there items being spawned and deleted quickly? Have you edited the config file? 

Please be verbose as possible when describing things.

 

SlayersRust

Posted

21 minutes ago, Vergbergler said:

Hmm, no this is not normal. Do you have a custom server? Are there items being spawned and deleted quickly? Have you edited the config file? 

Please be verbose as possible when describing things.

 

Yes we have 240+ Plugins from Codefling, Lone Design, Umod, Chaos Code, Game 4 Freak and more put together over the last 8 years. We have many events plugins etc. 

We use Raidable Bases which utilizes copy paste plugin to spawn large bases with a lot of loot etc. Events like Convoy, Cargo Convoy, Trainyard Event, Airfield Event etc.

Our plugins config is default like this|

{
  "Display item location on screen: (Default=true)": true
}

Vergbergler

Posted

I'm working on an update that will make this console warning more useful. Hang tight.

Vergbergler

Posted (edited)

@SlayersRust I've updated DropStopper with better logging in this situation. Could you let me know what it says now?

I am connected with other server admins that have purchased DropStopper; and I have not heard anyone else getting this warning. It is possible that another one of your installed plugins may be creating and deleting items quickly. If you would like, I could add a config option to suppress this warning in your console. However, I think it is more important that we figure out what is deleting items on your server so quickly for performance sake.

I'm very interested to know what is causing this and want to get it fixed for you asap.

Edited by Vergbergler
SlayersRust

Posted

7 hours ago, Vergbergler said:

@SlayersRust I've updated DropStopper with better logging in this situation. Could you let me know what it says now?

I am connected with other server admins that have purchased DropStopper; and I have not heard anyone else getting this warning. It is possible that another one of your installed plugins may be creating and deleting items quickly. If you would like, I could add a config option to suppress this warning in your console. However, I think it is more important that we figure out what is deleting items on your server so quickly for performance sake.

I'm very interested to know what is causing this and want to get it fixed for you asap.

Okay as soon as I get home tonight or tomorrow I’ll test the new update I’m currently traveling 

  • Like 1
SlayersRust

Posted

[DropStopper] Server deleted Item.tool.instant_camerax1.94110128 at (-167.26, 10.28, 295.27) before it could be saved!
[DropStopper] Server deleted Item.torch.torch.skullx1.94110126 at (-167.26, 10.28, 295.27) before it could be saved!
[DropStopper] Server deleted Item.pickaxex1.94110132 at (-167.26, 10.28, 295.27) before it could be saved!
Zombie[6012397] was killed by HeyZeus[76561198015710019] at (-1403.38, 20.18, -619.35)
[DropStopper] Server deleted Item.hatchetx1.94110134 at (-167.26, 10.28, 295.27) before it could be saved!
[DropStopper] Server deleted Item.pistol.revolverx1.94110158 at (-167.26, 10.28, 295.27) before it could be saved!
[DropStopper] Server deleted Item.bow.huntingx1.94110163 at (-167.26, 10.28, 295.27) before it could be saved!
[DropStopper] Server deleted Item.crossbowx1.94110144 at (-167.26, 10.28, 295.27) before it could be saved!

I'm seeing lots like this now but I teleport to the areas and don't see anything out of the ordinary. I noticed one time it was a player in a cave throwing stuff on the ground. But other than that seems to happen anywhere. I use "Kits" Plugin for Rust.

Here is a wooden shack where the items were just thrown on the floor and it got a dropstopper console msg.|

We use a plugin called DespawnConfig that removes items dropped much faster than usual I think this could be why so many msges

https://umod.org/plugins/despawn-config

Here is DespawnConfigs config its a free plugin if you want to do some testing 

After I unloaded DespawnConfig Plugin I was still getting spammed these messages and turns out it was at one of Nivexs Raidable Bases. So not sure what its doing but Nivex replies often if you need to msg him

[DropStopper] Server deleted Item.pumpkinx20.94178652 at (-185.39, 7.14, 305.00) before it could be saved!
[DropStopper] Server deleted Item.torch.torch.skullx1.94178656 at (-192.22, 7.42, 304.02) before it could be saved!
[DropStopper] Server deleted Item.tool.instant_camerax1.94178658 at (-192.97, 7.57, 303.40) before it could be saved!
[DropStopper] Server deleted Item.pickaxex1.94178662 at (-195.89, 8.09, 300.95) before it could be saved!
[DropStopper] Server deleted Item.hatchetx1.94178664 at (-207.37, 9.37, 282.53) before it could be saved!
[DropStopper] Server deleted Item.pistol.revolverx1.94178688 at (-207.37, 9.37, 282.53) before it could be saved!
[DropStopper] Server deleted Item.bow.huntingx1.94178693 at (-207.37, 9.37, 282.53) before it could be saved!
[DropStopper] Server deleted Item.crossbowx1.94178674 at (-207.37, 9.37, 282.53) before it could be saved!

The last image just on the beach is related to this spam

[DropStopper] Server deleted Item.water.catcher.smallx1.94046703 at (-498.21, 2.46, 1403.40) before it could be saved!

Hope some of this helps

Screenshot 2025-03-24 223802.png

Screenshot 2025-03-24 223241.png

Screenshot 2025-03-24 224955.png

Screenshot 2025-03-24 225002.png

Screenshot 2025-03-24 230846.png

DespawnConfig.json

Vergbergler

Posted

@SlayersRust
Looks like the DespwnConfig would be the problem. DropStopper cannot track items if they get deleted prematurely.

For instance:
"hat.wolf": 1.0,

If the Wolf Hat has fallen through the ground and gets deleted by DespawnConfig after 1 second. There's no point in attempting to save it from being despawned by the server in the underground "kill zone" created by Facepunch.

DespawnConfig & DropStopper aren't doing anything wrong. It's just server preference really.

I will create an option in the config to suppress this warning. DropStopper would still safely lose track of deleted items, but wouldn't complain about it.

Would this be acceptable?

SlayersRust

Posted

2 hours ago, Vergbergler said:

@SlayersRust
Looks like the DespwnConfig would be the problem. DropStopper cannot track items if they get deleted prematurely.

For instance:
"hat.wolf": 1.0,

If the Wolf Hat has fallen through the ground and gets deleted by DespawnConfig after 1 second. There's no point in attempting to save it from being despawned by the server in the underground "kill zone" created by Facepunch.

DespawnConfig & DropStopper aren't doing anything wrong. It's just server preference really.

I will create an option in the config to suppress this warning. DropStopper would still safely lose track of deleted items, but wouldn't complain about it.

Would this be acceptable?

Yes that would work. But I even tested without DespawnConfig Plugin loaded and I was still seeing the dropstopper spam from players in caves, raidable bases and even in normal areas of the map for some reason. It happened less often with despawnconfig unloaded but still happening sometimes. So unsure the cause of this

Vergbergler

Posted

I'm going to mark as completed, please feel free to message here if you continue to have this issue.

Vergbergler

Posted

Changed Status from Pending to Fixed

Changed Fixed In to 1.1.5

1.7m

Downloads

Total number of downloads.

7.8k

Customers

Total customers served.

117.5k

Files Sold

Total number of files sold.

2.4m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.