DynamicTreesTeam / DynamicTrees

Minecraft Forge mod providing dynamic trees that progressively grow from seed to maturity.
MIT License
218 stars 96 forks source link

Mod loading error has occurred #724

Closed Jealguru closed 1 year ago

Jealguru commented 1 year ago

Description Dynamic Trees (dynamictrees) has failed to load correctly org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered To Reproduce 1: Launch minecraft 2: Past the initial mod setup 3: Mod crashes and refuses to elaborate further

Screenshots Captura

Rendering Glitches -OptiFine_1.16.5_HD_U_G8 -TerraForged-1.16.5-0.2.15 -chocolate-1.3.0-1.16.4 (chocolate fix) -betterbiomeblend-1.16.4-1.2.9 -RoadRunner-mc1.16.5-1.4.1 -smoothboot-forge-1.16.4-1.2.2

Additional context -Like 110 mods my bad sorry :c -Found interesting things on crash log 1: APP:architectury.mixins.json (Architectury Api ) 2: APP:abnormals_core.mixins.json (Blueprint mod) Crashes https://gist.github.com/Jealguru/6b82d9738693dce3ecf026e174daa594

Mods List On crash log I guess

Versions

Jealguru commented 1 year ago

Found the problem or something, apparently Cavebiomeapi-1.16.5-1.4.2 (https://www.curseforge.com/minecraft/mc-mods/cavebiomeapi/files) were the one causing the mod to not start Strange since on last Dynamic Trees: 1.16.5-0.10.0-Beta33 they worked fine

Enterprise12nx01 commented 1 year ago

Also having this issue

Harleyoc1 commented 1 year ago

This is the actual error: Exception message: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector cba$makeTrees(Lnet/minecraft/world/ISeedReader;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/biome/Biome; in cavebiomeapi.mixins.json:compat.DTTreeGeneratorMixin failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap cavebiomeapi.refmap.json

Cave Biomes API's using Mixin which is likely now outdated due to some change to that class or method. Please report this to them as it appears they will need to update it for beta 34.