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

Special Mobs Silverfish Crash #31

Open
mxnmnm opened this issue Oct 3, 2021 · 5 comments
Open

Special Mobs Silverfish Crash #31

mxnmnm opened this issue Oct 3, 2021 · 5 comments

Comments

@mxnmnm
Copy link

mxnmnm commented Oct 3, 2021

For some reason silverfish can randomly cause crashes when they are inserted inside of a raid. It isn't easy to replicate, and it causes you to crash every time you load into the world. The only way to fix it is to either kill all of the silverfish using commands or to stop the raid before you crash again.

Here is the crash report:
https://gist.github.com/mxnmnm/0cb306040f78b9a9efc4ad348ea39eda

If you need more info let me know.

@democat3457
Copy link
Member

for (EntityAITasks.EntityAITaskEntry taskEntry : tasks.taskEntries) {
for (Class<?> aClass : this.toRemove) {
if (aClass.isAssignableFrom(taskEntry.action.getClass())) {
tasksToRemove.add(taskEntry.action);
}
}
}

probably related to this section concurrently modifying the ai task list

@mxnmnm
Copy link
Author

mxnmnm commented Oct 6, 2021

So is there anything I can do? Or will I have to wait for a fix?

@mxnmnm
Copy link
Author

mxnmnm commented Oct 16, 2021

After some testing the issue seems to be the silverfish using the teleport ai.

@mxnmnm
Copy link
Author

mxnmnm commented Nov 27, 2021

Uhhhhh I tried new version and this happened
https://gist.github.com/mxnmnm/178c96f531bafafe7c43b48d106f1c72

@democat3457 democat3457 reopened this Nov 27, 2021
@democat3457
Copy link
Member

:/ this could also be due to another mod

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