MixinBootstrap

MixinBootstrap

15M Downloads

ReEntrantTransformerError: Re-entrance error after installing with FancyMenu [FORGE]

Falcion opened this issue ยท 3 comments

commented

Environment

MixinBootstrap: 1.1.0;
Forge version: 14.23.5.2855;
Minecraft version: 1.12.2;
Java version: jre1.8.0_301;

List of mods: 186.
  • /dank/null
  • AI Improvements
  • Actually Additions
  • Actually Computers
  • Actually Recycling
  • Additional Banners
  • AppleCore
  • AppleSkin
  • AttributeFix
  • AutoRegLib
  • B.A.S.E
  • Bad Wither No Cookie - Reloaded
  • BdLib
  • Bed Patch
  • Better Burning
  • Better Ping Display
  • Better Placement
  • Better than Mending
  • BetterFPS
  • Biomes O' Plenty
  • Bookshelf
  • Brandon's Core
  • COFH Core
  • COFH World
  • Carry On
  • Ceramics
  • Chameleon
  • Chisel
  • Chunk-Pregenerator
  • Clumps
  • CodeChicken Lib 1.8.+
  • Comforts (Forge)
  • Common Capabilities
  • Configurable Cane
  • ConnectedTexturesMod
  • Construct's Armory
  • ContainerFix
  • ContentTweaker
  • Controlling
  • CraftTweaker
  • Crafting Tweaks
  • Cucumber Library
  • CustomSkinLoader
  • Cyclops Core
  • Default Options
  • Dimension Stages
  • Draconic Evolution
  • Dynamic Surroundings
  • Ender Core
  • Ender IO
  • Ender Tweaker
  • Erdbeerbaer's GUI Library
  • Expanded Equivalence
  • Extended Crafting
  • Extra Utilities
  • Extreme Reactors
  • FPS Reducer
  • FTB Backups
  • FTB Library (Forge) (Legacy)
  • FTB Money
  • FTB Quests
  • Factory Tech
  • FancyMenu [Forge]
  • Fast Furnace
  • Fast Leaf Decay
  • Fast Workbench
  • FoamFix
  • Forestry
  • Future MC
  • Game Stages
  • Gendustry
  • Guide-API
  • GunpowderLib
  • Hammer (Lib) Core
  • Illagers+
  • Immersive Cables
  • Immersive Engineering
  • Immersive Petroleum
  • Immersive Tech
  • Industrial Foregoing
  • Integrated Dynamics
  • Integrated Tunnels
  • Integration Foregoing
  • Inventory Tweaks
  • Iron Backpacks
  • Iron Chest
  • It's the little things
  • Item Blacklist
  • Item Filters (Forge)
  • Item Stages
  • JEI
  • JEI Bees
  • JEI Villagers
  • JEIDs
  • JER
  • JourneyMap
  • LibraryEx
  • MTLib
  • Magneticraft
  • Mantle
  • McJtyLib
  • Mekanism
  • Mekanism Generators
  • Mekanism Tools
  • Mod Name Tooltip
  • Mod Tweaker
  • ModelLoader
  • Modpack Configuration Checker
  • Morpheus
  • Mouse Tweaks
  • Nature's Compass
  • Nether Portal Fix
  • NetherEx
  • No Mobs Spawning on Trees
  • NuclearCraft
  • OpenBlocks
  • OpenComputers
  • OpenModsLib
  • Ore Excavation
  • Ore Excavation Integration
  • OreLib
  • Phosphor
  • Placebo
  • PlusTiC
  • PneumaticCraft: Repressurized
  • ProjectE
  • Quark
  • RFTools
  • RFTools Control
  • RFTools Dimension
  • Railcraft
  • RandomPatches
  • RandomTweaks
  • Reborn Core
  • Reborn Storage
  • Recipe Stages
  • Redstone Flux
  • Refined Storage
  • Refined Storage Addons
  • Resource Loader
  • Resource Reloader
  • Shadowfacts' Forgelin
  • Silent Gear
  • Silent Gems
  • Silent Gems - TiC Support
  • Silent Gems: Extra Parts
  • Silent Lib
  • Smooth Font
  • Storage Drawers
  • Surge
  • TOP Addons
  • Tech Reborn
  • Tesla Core Lib
  • TexFix
  • The One Probe
  • The Spice of Life
  • Thermal Cultivation
  • Thermal Dynamics
  • Thermal Expansion
  • Thermal Foundation
  • Thermal Innovation
  • Thermal Tinkering
  • Tinker I/O
  • Tinker's Stages
  • Tinkers Complement
  • Tinkers Construct
  • Tinkers JEI
  • Tinkers Tool Leveling
  • Toast Control
  • VanillaFix
  • VanillaTweaks
  • Villager Names
  • WorldEdit
  • WorldEditCUI Forge Edition 3
  • XNet
  • YUNG's Better Caves (Forge)
  • YUNG's Better Mineshafts (Forge)
  • ZenStages
  • ZeroCore
  • p455w0rd's Library
  • Issue Description
    Minecraft application does not open, not even a millisecond of the working window: but the process of JVM and Minecraft Launcher is active.

    latest.log
    debug.log

    commented

    Tried changing patchMinecraftClass to false in the randompatches.cfg.
    Still error, but different, now Minecraft appears and crashes immediately with new error: java.lang.IllegalAccessError: tried to access class org.spongepowered.asm.mixin.transformer.MixinProcessor from class net.minecraftforge.fml.common.Loader

    latest.log
    debug.log.

    commented

    I was able to reproduce the issue with just FancyMenu and RandomPatches, The root cause of the crash appears to be due to [randompatches]: Failed to transform class: net.minecraft.client.Minecraft, This is most likely a conflict between FancyMenu and RandomPatches.

    Please try setting patchMinecraftClass to false in the randompatches.cfg

    commented