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

[1.15.2] Ticking entity crash when paired with Aquaculture. #24

Closed
DenneyLewis opened this issue Oct 1, 2020 · 9 comments
Closed

[1.15.2] Ticking entity crash when paired with Aquaculture. #24

DenneyLewis opened this issue Oct 1, 2020 · 9 comments

Comments

@DenneyLewis
Copy link

Describe the bug
Suffering crashing issues with Aquaculture. This is happening because a ticking entity. I began to scale my mods back, and found that this is happening with just base vanilla too. For some reason Performant doesn't like fish very much. 👍
To Reproduce
Steps to reproduce the behavior:
It's very random, but it seems like the more you're around fish, the more likely the crash can occur.

Expected behavior
Performant should not crash Minecraft.

Screenshots
N/A

** Mod version **
1.15-3.11

** Logs **
Crash log from the modded server (i don't have the vanilla one. :( )
crash-2020-10-01_01.19.47-server.txt

@ghost
Copy link

ghost commented Oct 7, 2020

i get the same ticking entity but for vanilla dolphins

forge 31.2.45
Performant 1.15-3.11m

crashlog.txt

@DenneyLewis
Copy link
Author

DenneyLewis commented Oct 8, 2020

Server crashed 2 times today because of Ticking Entity. Having 2-3 crashes per day now. Somedays as many as 4-5 server crashes caused by this issue.
crash-2020-10-07_20.47.19-server.txt
crash-2020-10-07_22.19.08-server.txt

I understand this may be a complex issue that will require debugging and time, but is there any confirmation that this issue is being investigated? I do really like the performant mod, as it's helping out a lot, but I cant keep having these server crashes for ticking entities.

@GoldenAlpharex
Copy link

To add on this issue, it doesn't happen solely with Aquaculture fishes. I disabled Aquaculture fishes spawning and it still crashes with Vanilla fishes. I do have to say that it is very game-breaking and super annoying, losing progress every time it crashes and having to spend five or so minutes waiting for the game to load back up again.

@DenneyLewis
Copy link
Author

DenneyLewis commented Oct 12, 2020

It's getting out of hand. Having 8+ server crashes daily. Mod maker has been radio silent on any GitHub issue lately, so I don't think this is going to be getting fixed. I guess I'm just going to have to remove performant, my players are getting tired of the server crashing so frequently. :(

@tomato3017
Copy link

Also having this issue multiple times daily on our server.

@cronix91
Copy link

cronix91 commented Nov 2, 2020

Having the same issue, crashing every 10-30 min. Hope it can get fixed soon..

@ghost
Copy link

ghost commented Nov 6, 2020

I had this issue too... In my case I've solved my crashes by using the config from this mod to forbid the mob wich was causing the crashes from spawning.

Go to the mod's config file,find this line:
forbiddenMobs = []
Should be the last line.. add the name of the entity to remove ( search"Entity being ticked" in your crash report)
In my case was the salmon from vanilla,so thats how it reads in my config:
forbiddenMobs = ["minecraft:salmon"]

@someaddons
Copy link
Owner

should be fixed in v3.12m

@Blue0Dwarf
Copy link

Experienced the same crash using v3.12m for Minecraft 1.15.2

crash-2020-11-18_21.01.45-server.txt

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

6 participants