Better Questing

Better Questing

39M Downloads

Client crash when adding an icon to a quest

ProsperCraft opened this issue · 2 comments

commented

java.lang.RuntimeException: Item "immersiverailroading:item_rolling_stock" (cam72cam.immersiverailroading.items.ItemRollingStock

https://gist.github.com/ProsperCraft/85e82a5b9b9ee5fc1a86bcb4dc2278a9

commented

Someone else also reported immersive railroading items crashing the GUI. Not particularly sure what they're doing with their items to cause that considering it also gets past the pre-checks I put into place (which would still crash but at least be more descriptive about it). I have a funny feeling they're modifying their items to be empty or zero sized mid read (I really hope not) because another mods was doing that to "disable" them. Only way to know for sure is dig through source code.

checks

Now would you look at that...

https://github.com/cam72cam/ImmersiveRailroading/blob/master/src/main/java/cam72cam/immersiverailroading/items/nbt/ItemDefinition.java#L20

commented

There's an open issue thread on Immersive Engineering about this crash so you can go there for more on this. I've added my input and it's up to them to fix it at this point.

TeamOpenIndustry/ImmersiveRailroading#442