FossilsArcheologyRevival / FossilsArcheology

Fossils and Archeology mod for Minecraft Forge. Forked from Flammarilva/Team July's work.
21 stars 19 forks source link

Console spam in Cauldron #360

Open Sunconure11 opened 10 years ago

Sunconure11 commented 10 years ago

This is often spammed in my console, and it slows my server to a crawl:

"Trying to add ItemStack of size 0 to Tile Inventory"

The only mod I added that has this error is this mod, it seems, from a quick google search.

Sunconure11 commented 10 years ago

Here is a log with the aforementioned spam.

http://pastebin.com/xRjuwvQc

It happens mainly during generation of new chunks.

4f6f3b commented 10 years ago

That is a result of the structure generation code in the mod. The lag is from the structures being generated on the fly, while the spam is from the randomly generated loot. Admittedly the structure gen in the 1.7 builds cause quite a bit more lag than the 1.6 builds, and I'm still undecided if it's a major issue enough to ditch the API in use.

Sunconure11 commented 10 years ago

It causes my server to slow to a crawl, like I said, and causes players inside to time out, when this happens, and the only fix is to restart the server.

4f6f3b commented 10 years ago

Hmm. Otherwise the only option at the moment is to disable "Academy"s and "Ships" generation inside the config file.