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

Crash with Aether II #38

Closed Robolightning closed 7 months ago

Robolightning commented 8 months ago

The game crashed whilst there was a severe problem during mod loading that has caused the game to fail Error: net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk

Minecraft: 1.12.2 Forge: 14.23.5.2860 RoughlyEnoughIDs: 2.0.8

Mixinbooter: 9.1 Aether II: 0.3.0+build411-universal

logs: crash-2024-03-06_01.04.48-client.txt latest.log debug.log launcher_log.txt

zeng-github01 commented 7 months ago

Looks like this is a compatibility issue related to Phosphor

Its source code is no longer available to the public, and I recommend you turn off support for it in The Aether II's configuration. This problem can be solved

zeng-github01 commented 7 months ago

@Robolightning I have submitted a patch, and when this patch is applied, please replace "Phosphor" with "Hesperus". This will fix compatibility with this one

jchung01 commented 7 months ago

Better yet, use this Aether II fork instead and use the lighting engine of your choosing between Hesperus or Alfheim. Although I think the OP already got the message in CleanroomMC/MixinBooter#73 for this particular issue.

zeng-github01 commented 7 months ago

Better yet, use this Aether II fork instead and use the lighting engine of your choosing between Hesperus or Alfheim. Although I think the OP already got the message in CleanroomMC/MixinBooter#73 for this particular issue.

It seems that this issue can be closed directly with the unplanned option

zeng-github01 commented 7 months ago

@jchung01 Oh, I have a mod that I want to port to 1.16.5, but I can't port it completely. Every time I try it crashes. Can you help me take a look?

Repository

The specific situation has been explained in the repository issue