Skip to content
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

Open
Sunconure11 opened this issue Sep 6, 2014 · 4 comments
Open

Console spam in Cauldron #360

Sunconure11 opened this issue Sep 6, 2014 · 4 comments

Comments

@Sunconure11
Copy link

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
Copy link
Author

Here is a log with the aforementioned spam.

http://pastebin.com/xRjuwvQc

It happens mainly during generation of new chunks.

@4f6f3b
Copy link

4f6f3b commented Sep 6, 2014

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
Copy link
Author

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
Copy link

4f6f3b commented Sep 6, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants