Onslaught [outdated/momentarily discontinued]

Onslaught [outdated/momentarily discontinued]

198k Downloads

Special Mobs Silverfish Crash

mxnmnm opened this issue ยท 5 comments

commented

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.

commented

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

commented

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

commented

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

commented

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

commented

:/ this could also be due to another mod