-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Console spam in Cauldron #360
Comments
Here is a log with the aforementioned spam. It happens mainly during generation of new chunks. |
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. |
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. |
Hmm. Otherwise the only option at the moment is to disable "Academy"s and "Ships" generation inside the config file. |
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.
The text was updated successfully, but these errors were encountered: