Dynamic Surroundings: SoundControl

Dynamic Surroundings: SoundControl

221k Downloads

1.15.2 Crash with EnderStorage

Klaaf opened this issue ยท 3 comments

commented

Hello! I'm not sure this is coming from this mod or not.
The game crashes when trying to render ender chest or ender tank tile entities.

Game version: 1.15.2
Forge Version: 31.2.45
Environ Version: 1.0.0
MobEffects: 1.0.0
SoundControl; 1.0.0.1
Enderstorage: 2.5.0.151

Crash log: https://gist.github.com/Klaaf/f31d02a66a60c7274dd18d03424d0267

Btw thank you for your work, I'm happy to see your mods on newer versions!

commented

Hey! I guess since you were able to duplicate you already know but from what I have:

  • Ender Tank crashes even as a item (while in JEI)
  • Ender Chest crashes when placed
  • Nothing special for the ender pouch

Does this have something to do with the crystal thingy that emanates from the chest / is visible in the ender tank?

Anyway good luck! Thank you

P.S: In the meantime, do you think there's something I could do to use both mods in my modpack, without choosing between them? Any config from your mod I could tweak? Or a texture/model from EnderStorage I could modify?

commented

:) Are these chests/tanks placed in the world, or sitting on the ground as an item entity?

EDIT: I was able to duplicate it. Looks like it is doing something that is invalid for the event contract. Will have to patch my way around it. :\

commented

Moved the issue to the right tracker. I posted a fix to CurseForge (1.15.2-1.0.0.2). The problem was the entity passed into the attach capability event had a null world, which based on the API contract should not happen.