TerraFirmaCraft-The-Final-Frontier / RoughlyEnoughIDs

Fork of JustEnoughIDs. Minecraft 1.13+ chunk format in 1.12.2, removing the block, item, & biome ID limits.
https://www.curseforge.com/minecraft/mc-mods/reid
MIT License
10 stars 11 forks source link

2.0.8 packet mixins break baubles #35

Open brisingraerowing opened 6 months ago

brisingraerowing commented 6 months ago

Game output log

This error results in not being able to load a world, and kicks you back to the multiplayer screen, even if in singleplayer. 2.0.7 works correctly.

Exsolutus commented 5 months ago

Is this occurring in all worlds, or only when loading a world saved prior to updating REID to 2.0.8?

I have so far been unable to replicate this issue.

brisingraerowing commented 5 months ago

All worlds for me.

Exsolutus commented 5 months ago

It doesn't necessarily look like it's an issue in Baubles itself, but perhaps with another mod that interacts with Baubles. Finding a minimum mod list to produce this issue would be helpful. If you can narrow it down and send us the minimal modlist, that would be helpful.

brisingraerowing commented 5 months ago

I'll see what I can find.

EDIT: I'm down to a list of 100 mods that has the crash. On to the final filtering!

brisingraerowing commented 5 months ago

I've found the culprit: Subaquatic!

ETA: That mod is a major part of my pack (tons of worldgen), so I'll downgrade REID for now.

Exsolutus commented 5 months ago

I added Subaquatic and its dependencies to my testing profile and have no issue. It may yet be something else.

brisingraerowing commented 5 months ago

Hm. Will investigate further later.