SilentChaos512 / SilentGems

A Minecraft mod mostly about tools and colorful building blocks.
MIT License
47 stars 21 forks source link

silents-gems-1.17.1-4.1.0 Minecraft crashes during startup after world render phase #545

Closed randallboggs closed 3 years ago

randallboggs commented 3 years ago

Versions

Expected Behavior

(Description here)

Actual Behavior

Game starts and allows world choice. Choose existing or create new world. World render starts and runs to 100%, then game crashes out with java exception.

Excerpt from log: "Caused by: java.lang.NoSuchFieldException: backgroundColor" I'm somewhere between noob and expert, but it looks like it might be as simple as adding a default field value named backgroundColor? ...or maybe the field is there but the name is different?

Links/Images

Crash log here: https://boggshouse.com/latest.log

Steps to Reproduce the Problem

  1. Using CurseForge modloader
  2. Create a custom modpack version 1.17.1 and include SilentGems
  3. Try to load the game and enter a world
SilentChaos512 commented 3 years ago

It has to do with how soul gems take their colors from spawn eggs. Not sure why it doesn't crash in dev, but I have an idea of how to fix it at least.

randallboggs commented 3 years ago

Cool. Thanks for creating these mods. My family and I really enjoy the content they bring to the game.

SilentChaos512 commented 3 years ago

Fixed in version 4.1.2. Be sure to update Forge to 37.0.31 or higher too.