Ars Omega

Ars Omega

554k Downloads

[1.19.2] Ritual of Shaping Crashes

RikuTheKiller opened this issue ยท 37 comments

commented

I've made a temporary fix for this in the form of a CraftTweaker script that replaces the ritual of shaping:

<recipetype:arsomega:sigil>.removeAll();
craftingTable.addShapeless("sigil_water_active", <item:arsomega:sigil_water_active>, [<item:arsomega:ritual_shaping>, <item:ars_nouveau:water_essence>, <item:arsomega:chalk>]);
craftingTable.addShapeless("sigil_fire_active", <item:arsomega:sigil_fire_active>, [<item:arsomega:ritual_shaping>, <item:ars_nouveau:fire_essence>, <item:arsomega:chalk>]);
craftingTable.addShapeless("sigil_earth_active", <item:arsomega:sigil_earth_active>, [<item:arsomega:ritual_shaping>, <item:ars_nouveau:earth_essence>, <item:arsomega:chalk>]);
craftingTable.addShapeless("sigil_air_active", <item:arsomega:sigil_air_active>, [<item:arsomega:ritual_shaping>, <item:ars_nouveau:air_essence>, <item:arsomega:chalk>]);
craftingTable.addShapeless("sigil_binding_active", <item:arsomega:sigil_binding_active>, [<item:arsomega:ritual_shaping>, <item:arsomega:demonic_essence>, <item:arsomega:chalk>]);
craftingTable.addShapeless("sigil_alchemy_active", <item:arsomega:sigil_alchemy_active>, [<item:arsomega:ritual_shaping>, <item:arsomega:alchemy_essence>, <item:arsomega:chalk>]);
craftingTable.addShapeless("sigil_life_active", <item:arsomega:sigil_life_active>, [<item:arsomega:ritual_shaping>, <item:arsomega:life_essence>, <item:arsomega:chalk>]);
craftingTable.addShapeless("sigil_nature_active", <item:arsomega:sigil_nature_active>, [<item:arsomega:ritual_shaping>, <item:arsomega:nature_essence>, <item:arsomega:chalk>]);

To add it, simply put it in a ZenScript file of your choice.

commented

do you have any other useful information? can you reproduce it without all the other mods?

commented

that crash just means something froze, and a single tick took a whole minute. I have no way of knowing what caused it or even if it was caused by the ritual of shaping.

commented

It happened immediately after I put down the last chalk for sigil of alchemy.

commented

I don't think I can use spark for this, so sad.

commented

might not be able to I guess, if it's completely stuck

commented

I'll try reproducing it again, however it's 4:31 AM and I don't feel like messing with my files atm.

commented

huh, can you test if it happens in a new world?

commented

I can test that, but first, second try on the server.

commented

Seems... the bug has locked me out of my server.

commented

Joining immediately loads the bugged ritual which crashes the server.

commented

figured, something seems stuck in an infinite loop. I'll look and see if I can find it, but see if it happens on a new creative world.

commented

oh wait this is on 1.19... huh

commented

Yeah... the latest alpha release.

commented

It's not like I didn't expect bugs (cough cough worn notebook titles) but uh, this one is quite bad.

commented

oh, can you create a separate github issue saying witch worn notebook title is broken?

commented

Which? Every.

commented

I wouldn't be surprised if I goofed up something on the 1.19 version lol, it is probably an omega issue then

commented

Almost every single omega one is goofed.

commented

Which? Every.

lol, ok, that's funky

commented

For example, patterns.

commented

Hmm, didn't happen on the fresh world.

commented

Yeah, it seems to only happen on the server.

commented

This may be an incompatibility with a server-side mod.

commented

I'm going to try without the performance mods rn.

commented

Question is... which one?

commented

oh, it could be, which of those do you have?

commented

Chunky
Connectivity
FerriteCore
Radium
Spark
Starlight

These are the only ones I could see causing a problem.

commented

Spark would be a weird one, though.

commented

Right, you can also see the mod list. I have a mod for more advanced crash reports.

commented

Oh, I have a great idea. Spark.

commented

yea use spark to find the problem if possible, sometimes it helps lol

commented

if you get a chance tomorrow, it's also worth checking if removing the performance mods fixes the problem or if it's still there without them.

commented

Crashed.

commented

For context, the ritual was in a running state and the game crashed the moment I put the last chalk in for the sigil of alchemy.

commented

still same crash report? server watchdog?

commented

Yes.

commented

I haven't heard anyone else have issues and I have no idea what caused this.