AlmostReliable / summoningrituals

A Minecraft mod to create custom summoning rituals for items and mobs.
https://www.curseforge.com/minecraft/mc-mods/summoningrituals
GNU Lesser General Public License v3.0
10 stars 5 forks source link

Crash when right-clicking any block #3

Closed aaronhowser1 closed 2 years ago

aaronhowser1 commented 2 years ago

Version

summoningrituals-1.18.2-1.1.0

Describe the bug!

Some items, when used, cause the game to crash to desktop.

These items aren't from this mod. The Emperor's Chalice from Reliquary, as well as the Fridge from Cooking for Blockheads, resulted in the crash.

The crash report mentions the industrictible altar, which has not been placed anywhere.

Crash report 1 Crash report 2 Crash report 3

Crash Report

Above

Log

https://gist.github.com/9fbb0647561ea893a28d1617f4117178

Additional Context

Yes

Modifications

Too many to list

Did the issue happen in singleplayer or on a server?

Server

aaronhowser1 commented 2 years ago

Looks like it happens when I right click any block?

rlnt commented 2 years ago

I can not reproduce this. According to this line in your logs:

[net.minecraftforge.network.NetworkHooks/]: Connected to a modded server.

it looks like you are playing on a dedicated server. If so, my only guess would be that your server still has an older mod version that doesn't have the Indestructible Altar yet while your client is using the current version.

The main issue according to your logs is:

Registry Object not present: summoningrituals:indestructible_altar

which is quite interesting since it's able to find the normal altar without any issues.

aaronhowser1 commented 2 years ago

Turns out the server hadn't updated the mod. I haven't had the chance to test since it has, but that's probably the issue

rlnt commented 2 years ago

I am going to close this since there was no further report and the mod seems to work really well in the recently released FTB Inferno pack. If you are still having issues, let me know.