Craftoria

Craftoria

816k Downloads

[Bug Report]: Crashing out of the blue

SoloBucket51167 opened this issue ยท 5 comments

commented

Modpack Version

1.11.0

Describe your issue.

Been Running a server for a day or two and it crashes out of the blue. So i was wondering if anyone can help me out on fixing it, so it doesn't crash anymore.

Crash Report

https://gist.github.com/SoloBucket51167/b0fd529bbd2862a97dd7d7fad5190f26

Latest Log

No response

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Server

Discord Username

No response

commented

The crash is caused when an Elite mob (not boss) from the Apotheosis mod tries to spawn naturally; it is a known bug with Apotheosis in the version used by Craftoria 1.11.0.

For those still needing to work around this crash, please update Apotheosis to the latest version.
If that is not possible or causes instability, please instead apply the changes in this commit to your server files: 19cde2c
In other words, copy the following to a new script file in the KubeJS server_scripts folder and restart the server:

ServerEvents.generateData('after_mods', (e) => {
  ['overworld/craig', 'overworld/honeyed_archer', 'overworld/undead_knight', 'the_nether/withering_archer'].forEach((id) => {
    e.json(`apotheosis:apothic_elites/${id}`, {});
  });
});
commented

sweet much appreciated. I'll apply it and see if it crashes any more, i'll report back if it doesn't crash in a few hours.

commented

Better option would be to update apotheosis tbh

commented

Though, I don't know if it's compatible with older clients, so, might have to use the script afterall.

commented

Fixed in 1.12.0