Theta-Dev / ConstructionWand

Minecraft Mod - Construction Wands make building easier!
https://www.curseforge.com/minecraft/mc-mods/construction-wand
MIT License
12 stars 14 forks source link

Crash on block preview #64

Closed ivanirucho closed 8 months ago

ivanirucho commented 1 year ago

minecraft crashes when rendering ANY block preview

crash-2022-12-24_15.05.47-client.txt

Theta-Dev commented 1 year ago

Could you tell me what Reliquary item(s) you had in your inventory when the crash occurred? Reliquary has a couple of items that act as item containers, such as the Void Tear.

I have tested it and could not reproduce the crash, though. The log suggests that Reliquary returned a higher number of slots than the container actually has, resulting in an OutOfBounds error when querying them.

ivanirucho commented 1 year ago

i ended up finding what caused it, it was the harvest rod

El dom, 12 feb 2023 a las 16:27, ThetaDev @.***>) escribió:

Could you tell me what Reliquary item(s) you had in your inventory when the crash occurred? Reliquary has a couple of items that act as item containers, such as the Void Tear.

I have tested it and could not reproduce the crash, though. The log suggests that Reliquary returned a higher number of slots than the container actually has, resulting in an OutOfBounds error when querying them.

— Reply to this email directly, view it on GitHub https://github.com/Theta-Dev/ConstructionWand/issues/64#issuecomment-1427060455, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4ENIYXAXOB5PME77HY7IELWXD6OFANCNFSM6AAAAAATIPDTP4 . You are receiving this because you authored the thread.Message ID: @.***>

Theta-Dev commented 1 year ago

This looks like an issue with the Reliquary mod and likely also occurs with other modded items that can extract items from containers (Forge has a standardized interface for this).

I have reported the issue, hopefully they can fix it quickly.

Theta-Dev commented 8 months ago

closing, since it got fixed by Reliquary