Jump to content

Recommended Posts

Posted

I'm working on a modpack and every time I try to start one of my modpacks has an issue crash with a report along the lines of "registry object not present: ..." I take out that mod but then another one has the same error, I am getting a bit fed up and confused. Here's one of the crash reports.

---- Minecraft Crash Report ----
// Daisy, daisy...

Time: 9/20/21 9:25 PM
Description: Initializing game

java.lang.NullPointerException: Registry Object not present: resourcefulbees:resourceful_honeycomb_block
at java.util.Objects.requireNonNull(Objects.java:290) ~[?:1.8.0_74] {}
at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:120) ~[?:?] {re:classloading}
at com.dungeonderps.resourcefulbees.registry.ColorHandler.onBlockColors(ColorHandler.java:33) ~[?:1.15.2-0.3.8a] {re:classloading}
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.2.1-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.2.1-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.1-service.jar:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading}
at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_74] {}
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading}
at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.(Minecraft.java:419) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(SourceFile:166) ~[1.15.2.jar:?] {re:classloading}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74] {}
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.15.2-31.2.55.jar:31.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.2.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.2.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.2.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.2.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.2.jar:?] {re:classloading}

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Render thread
Stacktrace:
at java.util.Objects.requireNonNull(Objects.java:290)
at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:120)
at com.dungeonderps.resourcefulbees.registry.ColorHandler.onBlockColors(ColorHandler.java:33)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260)
at java.util.HashMap.forEach(HashMap.java:1280)
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
at net.minecraft.client.Minecraft.(Minecraft.java:419)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(SourceFile:166)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
Minecraft Version: 1.15.2
Minecraft Version ID: 1.15.2
Operating System: Mac OS X (x86_64) version 10.16
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 927524648 bytes (884 MB) / 2002255872 bytes (1909 MB) up to 3817865216 bytes (3641 MB)
CPUs: 8
JVM Flags: 4 total; -Xss1M -Xmx4096m -Xms256m -XX:PermSize=256m
ModLauncher: 5.1.2+70+master.2845bb9
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-2.2.1-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.2.55.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.2.55.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.2.55.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.2.55.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/forge-1.15.2-31.2.55.jar fml TRANSFORMATIONSERVICE
/_MixinBootstrap-1.1.0.jar mixinbootstrap TRANSFORMATIONSERVICE
FML: 31.2
Forge: net.minecraftforge:31.2.55
FML Language Providers:
javafml@31.2
minecraft@1
Mod List:
CyclopsCore-1.15.2-1.9.0.jar Cyclops Core {cyclopscore@1.9.0 CREATE_REGISTRIES}
astralsorcery-1.15.2-1.12.14.jar Astral Sorcery {astralsorcery@1.15.2-1.12.14 CREATE_REGISTRIES}
NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {netherportalfix@6.0.2 CREATE_REGISTRIES}
compact-storage-forge-4.0.3-1.15.2.jar Compact Storage {compact-storage@4.0.0 CREATE_REGISTRIES}
refinedpipes-0.4.2.jar Refined Pipes {refinedpipes@0.4.2 CREATE_REGISTRIES}
IntegratedTerminals-1.15.2-1.0.16.jar IntegratedTerminals {integratedterminals@1.0.16 CREATE_REGISTRIES, integratedterminalscompat@1.0.16 CREATE_REGISTRIES}
ExtendedCrafting-1.15.2-2.0.6.jar Extended Crafting {extendedcrafting@2.0.6 CREATE_REGISTRIES}
Uppers-0.2.12.jar Uppers {uppers@0.2.12 CREATE_REGISTRIES}
mcws-win-1.15.2-v1.0.2.jar Macaw's Windows {mcwwindows@1.0.2 CREATE_REGISTRIES}
flower-breeding-1.15.2-1.4.jar Lizzie's Flower Breeding {acmc@1.0 CREATE_REGISTRIES}
ContentTweaker-1.15-1.0.0.develop.20.jar ContentTweaker {contenttweaker@1.0.0.develop.20 CREATE_REGISTRIES}
SilentMechanisms-1.15.2-0.8.0+59.jar Silent's Mechanisms {silents_mechanisms@0.8.0+59 CREATE_REGISTRIES}
KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {kleeslabs@8.0.0 CREATE_REGISTRIES}
Neat 1.6-22.jar Neat {neat@1.6-22 CREATE_REGISTRIES}
IronJetpacks-1.15.2-3.0.3.jar Iron Jetpacks {ironjetpacks@3.0.3 CREATE_REGISTRIES}
essentials-1.15.2-2.7.4.jar Essentials {essentials@1.15.2-2.7.4 CREATE_REGISTRIES}
BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {bettercaves@1.15.2-1.0 CREATE_REGISTRIES}
ForgeEndertech-1.15.2-6.0.4.0-build.0044.jar Forge Endertech {forgeendertech@6.0.4.0 CREATE_REGISTRIES}
JRFTL [1.15.2]-1.1.jar JRFTL {jrftl@1.1 CREATE_REGISTRIES}
Controlling-6.1.5.6.jar Controlling {controlling@6.1.5.6 CREATE_REGISTRIES}
ReAuth-1.14-1.15-3.8.1 (1).jar ReAuth {reauth@3.8.1 CREATE_REGISTRIES}
Placebo-1.15.2-3.1.1.jar Placebo {placebo@3.1.1 CREATE_REGISTRIES}
[1.15.2] Elementary Staffs 1.9.jar Elementary Staffs {element@1.9 CREATE_REGISTRIES}
namepain-1.4.0 forge-1.15.2.jar Name Pain {namepain@1.4.0 CREATE_REGISTRIES}
theloader-1.15.2-1.1.0.jar The Loader {theloader@1.15.2-1.1.0 CREATE_REGISTRIES}
rangedpumps-0.7.1.jar Ranged Pumps {rangedpumps@0.7.1 CREATE_REGISTRIES}
culinaryconstruct-FORGE-1.15.2-2.0.0.3.jar Culinary Construct {culinaryconstruct@FORGE-1.15.2-2.0.0.3 CREATE_REGISTRIES}
WitherSkeletonTweaks-1.15.2-4.0.2.jar Wither Skeleton Tweaks {wstweaks@4.0.2 CREATE_REGISTRIES}
Bookshelf-1.15.2-5.6.40.jar Bookshelf {bookshelf@5.6.40 CREATE_REGISTRIES}
randompatches-1.15.2-1.22.1.1.jar RandomPatches {randompatches@1.15.2-1.22.1.1 CREATE_REGISTRIES}
DarkUtilities-1.15.2-3.1.9.jar Dark Utilities {darkutils@3.1.9 CREATE_REGISTRIES}
ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {progressivebosses@2.1.5-mc1.15.2 CREATE_REGISTRIES}
mcw-doors-1.0.3-mc1.15.2.jar Macaw's Doors {mcwdoors@1.0.3 CREATE_REGISTRIES}
ironshulkerboxes-1.15.2-4.0.1.jar Iron Shulker Boxes {ironshulkerbox@1.15.2-4.0.1 CREATE_REGISTRIES}
Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version CREATE_REGISTRIES}
MekanismGenerators-1.15.2-9.10.9.422.jar Mekanism: Generators {mekanismgenerators@9.10.9 CREATE_REGISTRIES}
Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version CREATE_REGISTRIES}
SnowRealMagic-1.15.2-1.8.0.jar Snow! Real Magic! {snowrealmagic@1.8.0 CREATE_REGISTRIES}
PattysMoreStuff-Stable-1.2.7b.jar pattysmorestuff {pattysmorestuff@1.2.7b CREATE_REGISTRIES}
customcraftingtables-3.0.0-1.15.2.jar LDShadowLady's Custom Crafting Tables {customcraftingtables@3.0.0-1.15.2 CREATE_REGISTRIES}
refinedstorage-1.8.8.jar Refined Storage {refinedstorage@1.8.8 CREATE_REGISTRIES}
mcw-bridges-1.0.6-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.6 CREATE_REGISTRIES}
industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {industrialforegoing@2.3.3 CREATE_REGISTRIES}
TipTheScales-1.15.2-2.0.1.4.jar TipTheScales {tipthescales@2.0.1.4 CREATE_REGISTRIES}
resourcefulbees-1.15.2-0.3.8a.jar Resourceful Bees {resourcefulbees@1.15.2-0.3.8a CREATE_REGISTRIES}
lizardmod-1.15.2-1.2.1-10.jar Lizard Mod {lizardmod@1.15.2-1.2.1-10 CREATE_REGISTRIES}
crocmod-1.15.2-31.1.631.5.1-11.jar Crocodile Mod {crocmod@1.15.2-31.1.631.5.1-11 CREATE_REGISTRIES}
CommonCapabilities-1.15.2-2.5.4.jar CommonCapabilities {commoncapabilities@2.5.4 CREATE_REGISTRIES}
AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {ambientsounds@3.0.3 CREATE_REGISTRIES}
phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {phosphor@0.5.2+build.4 CREATE_REGISTRIES}
MekanismAdditions-1.15.2-9.10.9.422.jar Mekanism: Additions {mekanismadditions@9.10.9 CREATE_REGISTRIES}
valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {valkyrielib@1.15.2-3.0.2.1 CREATE_REGISTRIES}
valhelsia_structures-15.0.3a.jar Valhelsia Structures {valhelsia_structures@15.0.3a CREATE_REGISTRIES}
Momos_Mod_v1.0.jar Momos Mod {momos_mod@1.0.0 CREATE_REGISTRIES}
mcw-trapdoors-1.0.2-mc1.15.2.jar Macaw's Trapdoors {mcwtrpdoors@1.0.2 CREATE_REGISTRIES}
mcw-fences-1.0.0-mc1.15.2.jar Macaw's Fences and Walls {mcwfences@1.0.0 CREATE_REGISTRIES}
mining_dimension-1.15.2-1.0.6.jar Mining World {mining_dimension@1.15.2-1.0.6 CREATE_REGISTRIES}
SilentGear-1.15.2-1.11.4+187.jar Silent Gear {silentgear@1.11.4+187 CREATE_REGISTRIES}
fairylights-3.0.15-1.15.2.jar Fairy Lights {fairylights@3.0.15 CREATE_REGISTRIES}
gaiadimension-1.15.2-1.2.4.jar The Gaia Dimension {gaiadimension@1.2.4 CREATE_REGISTRIES}
Einsteinslibrary-1.4_MC1.15.2.jar Einstein's Library {einsteins_library@1.4 CREATE_REGISTRIES}
curios-FORGE-1.15.2-2.0.2.7.jar Curios API {curios@FORGE-1.15.2-2.0.2.7 CREATE_REGISTRIES}
tetra-1.15.2-2.18.1.jar Tetra {tetra@1.15.2-2.18.1 CREATE_REGISTRIES}
Patchouli-1.15.2-1.2-35.jar Patchouli {patchouli@1.15.2-1.2-35 CREATE_REGISTRIES}
flying_things-1.8.9-1.15.2.jar The Flying Things {flying_things@1.8.9 CREATE_REGISTRIES}
extlights-2.1.jar Extended Lights {extlights@2.1 CREATE_REGISTRIES}
config-2-3.0.jar Cloth Config v2 API {cloth-config2@3.0 CREATE_REGISTRIES}
OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
IntegratedTunnels-1.15.2-1.6.14.jar IntegratedTunnels {integratedtunnels@1.6.14 CREATE_REGISTRIES, integratedtunnelscompat@1.6.14 CREATE_REGISTRIES}
elevatorid-1.15.2-1.7.1.jar Elevator Mod {elevatorid@1.15.2-1.7.1 CREATE_REGISTRIES}
tombstone-4.6.0-1.15.2.jar Corail Tombstone {tombstone@4.6.0 CREATE_REGISTRIES}
obfuscate-0.5.0-1.15.2.jar Obfuscate {obfuscate@0.5.0 CREATE_REGISTRIES}
NaturesAura-28.5.jar Nature's Aura {naturesaura@28.5 CREATE_REGISTRIES}
MekanismTools-1.15.2-9.10.9.422.jar Mekanism: Tools {mekanismtools@9.10.9 CREATE_REGISTRIES}
mcw-roofs-2.0.1-mc1.15.2.jar Macaw's Roofs {mcwroofs@2.0.1 CREATE_REGISTRIES}
furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 CREATE_REGISTRIES}
AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 CREATE_REGISTRIES}
Reeves'sFurnitureMod-3.1.1-1.15.2.jar Reeves's Furniture Mod {reevess_furniture_mod@3.1.1 CREATE_REGISTRIES}
observerlib-1.15.2-1.3.2.jar ObserverLib {observerlib@1.15.2-1.3.2 CREATE_REGISTRIES}
mcw-furniture-2.0.1-mc1.15.2.jar Macaw's Furniture {mcwfurnitures@2.0.1 CREATE_REGISTRIES}
[1.15.2]+Valtiel+s+Girl+Armor+Mod-2.9.7.jar Valtiel s Girl Armor Mod {vgirlarmor@2.9.7 CREATE_REGISTRIES}
FastLeafDecay-v22.1.jar FastLeafDecay {fastleafdecay@v22.1 CREATE_REGISTRIES}
CodeChickenLib-1.15.2-3.3.6.424-universal.jar CodeChicken Lib {codechickenlib@3.3.6.424 CREATE_REGISTRIES}
PrettyBeaches_1.15.2-4.0.1.jar Pretty Beaches {prettybeaches@4.0.1 CREATE_REGISTRIES}
BetterMineshaftsForge-1.15.2-1.3.2.jar YUNG's Better Mineshafts {bettermineshafts@1.15.2-1.3.2 CREATE_REGISTRIES}
tinyprogressions-1.15.2-4.0.8.jar Tiny Progressions {tp@4.0.8 CREATE_REGISTRIES}
Cyclic-1.15.2-0.7.2.jar Cyclic {cyclic@1.15.2-0.7.2 CREATE_REGISTRIES}
BetterAdvancements-1.15.2-0.1.0.99.jar Better Advancements {betteradvancements@0.1.0.99 CREATE_REGISTRIES}
QuarkOddities-1.15.2.jar Quark Oddities {quarkoddities@1.15.2 CREATE_REGISTRIES}
inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {inventorysorter@17.0.0 CREATE_REGISTRIES}
ClientTweaks_1.15.2-4.2.0.jar Client Tweaks {clienttweaks@4.2.0 CREATE_REGISTRIES}
AdFinders-1.15.2-4.0.5.0-build.0020.jar Advanced Finders {adfinders@4.0.5.0 CREATE_REGISTRIES}
Cucumber-1.15.2-3.0.9.jar Cucumber Library {cucumber@3.0.9 CREATE_REGISTRIES}
hatstands-1.0.1-1.15.2.jar Hat Stands {hatstands@1.0.1 CREATE_REGISTRIES}
metalbarrels-1.16.2-3.3b.jar Metal Barrels {metalbarrels@1.16.2-3.3b ERROR}
FallingTree-1.15.2-2.4.0.jar Falling Tree {falling_tree@2.4.0 CREATE_REGISTRIES}
fishtraps-forge-1.15.2-0.0.5.jar Fish Traps {fishtraps@1.14.4-0.0.4 CREATE_REGISTRIES}
Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {abnormals_core@1.0.6 CREATE_REGISTRIES}
KiwiBirds 1.3 1.15.2.jar Kiwi Birds {kiwibirds@1.2 1.15.2 CREATE_REGISTRIES}
goblintraders-1.3.1-1.15.2.jar Goblin Traders {goblintraders@1.3.1 CREATE_REGISTRIES}
Mekanism-1.15.2-9.10.9.422.jar Mekanism {mekanism@9.10.9 CREATE_REGISTRIES}
Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {upgrade_aquatic@1.7.1 CREATE_REGISTRIES}
Bloomful-1.15.2-1.4.1.jar Bloomful {bloomful@NONE CREATE_REGISTRIES}
Waystones_1.15.2-6.0.2.jar Waystones {waystones@6.0.2 CREATE_REGISTRIES}
WallpaperCraft-1.15.2-1.2.4.jar Wallpapercraft {wallpapercraft@1.2.4 CREATE_REGISTRIES}
WallpapercraftSlabs-1.15.2-1.1.0.jar Wallpapercraft - Slabs! {wallpapercraftslabs@1.1.0 CREATE_REGISTRIES}
goldenhopper-1.1.1-1.15.2.jar Golden Hopper {goldenhopper@1.1.1 CREATE_REGISTRIES}
WallpapercraftStairs-1.15.2-1.1.1.jar Wallpapercraft - Stairs {wallpapercraftstairs@1.1.1 CREATE_REGISTRIES}
mcw-paintings-1.0.2-mc1.15.2.jar Macaw's Paintings {mcwpaintings@1.0.2 CREATE_REGISTRIES}
Clumps-5.0.2.8.jar Clumps {clumps@5.0.2.8 CREATE_REGISTRIES}
mgui-1.15.2-2.1.1.jar mgui {mgui@2.1.1 CREATE_REGISTRIES}
journeymap-1.15.2-5.7.0.jar Journeymap {journeymap@5.7.0 CREATE_REGISTRIES}
comforts-FORGE-1.15.2-2.0.0.4.jar Comforts {comforts@FORGE-1.15.2-2.0.0.4 CREATE_REGISTRIES}
TravelersBackpack-1.15.2-4.0.8.jar Traveler's Backpack {travelersbackpack@4.0.8 CREATE_REGISTRIES}
NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 CREATE_REGISTRIES}
FruitTrees-1.15.2-1.7.0.jar Fruit Trees {fruittrees@1.7.0 CREATE_REGISTRIES}
Kiwi-1.15.2-2.8.5.jar Kiwi {kiwi@2.8.5 CREATE_REGISTRIES}
SimpleStorageNetwork-1.15.2-1.0.2.jar Simple Storage Network {storagenetwork@1.15.2-1.0.2 CREATE_REGISTRIES}
VanillaTweaks-1.15.2.1.5.30.jar VanillaTweaks {vanillatweaks@1.15.2.1.5.30 CREATE_REGISTRIES}
betteranimalsplus-1.15.2-10.2.0.jar Better Animals Plus {betteranimalsplus@10.2.0 CREATE_REGISTRIES}
FarmingForBlockheads_1.15.2-6.1.5.jar Farming for Blockheads {farmingforblockheads@6.1.5 CREATE_REGISTRIES}
TinyMobFarm-1.15.2-1.0.8.jar Tiny Mob Farm {tinymobfarm@1.0.8 CREATE_REGISTRIES}
mcjtylib-1.15-4.1.13.jar McJtyLib {mcjtylib@1.15-4.1.13 CREATE_REGISTRIES}
rftoolsbase-1.15-1.1.10.jar RFToolsBase {rftoolsbase@1.15-1.1.10 CREATE_REGISTRIES}
xnet-1.15-2.1.14.jar XNet {xnet@1.15-2.1.14 CREATE_REGISTRIES}
ClickMachine-1.15.2-3.0.2.jar Click Machine {clickmachine@3.0.2 CREATE_REGISTRIES}
bedspreads-FORGE-1.15.2-3.0.0.1.jar Bedspreads {bedspreads@FORGE-1.15.2-3.0.0.1 CREATE_REGISTRIES}
JEITweaker-1.15.2-1.0.1.3.jar JEI Tweaker {jeitweaker@1.0.1.3 CREATE_REGISTRIES}
inventorypets-1.15.2-2.0.15.jar Inventory Pets {inventorypets@2.0.15 CREATE_REGISTRIES}
dads-sewing-1.15.2-v2.jar Dad's Sewing {dads_sewing@1.0.0 CREATE_REGISTRIES}
EnderStorage-1.15.2-2.5.2.164-universal.jar EnderStorage {enderstorage@2.5.2.164 CREATE_REGISTRIES}
CraftTweaker-1.15.2-6.0.0.45.jar CraftTweaker {crafttweaker@6.0.0.45 CREATE_REGISTRIES}
rftoolspower-1.15-2.2.6.jar RFToolsPower {rftoolspower@1.15-2.2.6 CREATE_REGISTRIES}
UsefulSlime-1.0_MC1.15.2.jar Useful Slime {usefulslime@1.0 CREATE_REGISTRIES}
Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
forge-1.15.2-31.2.55-universal.jar Forge {forge@31.2.55 CREATE_REGISTRIES}
Waddles-1.15.2-0.8.6.jar Waddles {waddles@1.15.2-0.8.6 CREATE_REGISTRIES}
WailaHarvestability-mc1.15.2-1.1.12.jar Waila Harvestability {wailaharvestability@1.1.12 CREATE_REGISTRIES}
ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 CREATE_REGISTRIES}
IntegratedCrafting-1.15.2-1.0.10.jar IntegratedCrafting {integratedcrafting@1.0.10 CREATE_REGISTRIES}
forge-1.15.2-31.2.55-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
cofh_core-1.15.2-1.0.2.jar CoFH Core {cofh_core@1.0.2 CREATE_REGISTRIES}
thermal-1.15.2-1.0.2.jar Thermal Series {thermal@1.0.2 CREATE_REGISTRIES}
thermal_innovation-1.15.2-1.0.0.jar Thermal Innovation {thermal_innovation@1.0.0 CREATE_REGISTRIES}
The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {endergetic@1.3.2 CREATE_REGISTRIES}
turtlemod-1.15.1-1.2.0-6.jar Turtle Mod {turtlemod@1.15.1-1.2.0-6 CREATE_REGISTRIES}
EnchantmentDescriptions-1.15.2-2.0.9.jar EnchantmentDescriptions {enchdesc@2.0.9 CREATE_REGISTRIES}
swingthroughgrass-1.15.2-1.4.1.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.1 CREATE_REGISTRIES}
pandoras_creatures-1.15.2-1.0.1.jar Pandoras Creatures {pandoras_creatures@1.15.2-1.0.1 CREATE_REGISTRIES}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES}
titanium-1.15.2-2.4.2.jar Titanium {titanium@2.4.2 CREATE_REGISTRIES}
Psi+r1.2-84.jar Psi {psi@r1.2-83 CREATE_REGISTRIES}
SilentLib-1.15.2-4.6.6+59.jar Silent Lib {silentlib@4.6.6+59 CREATE_REGISTRIES}
morevanillalib-1.15.2-1.2.2.jar MoreVanillaLib {morevanillalib@1.2.2 CREATE_REGISTRIES}
baubles-1.7.1-1.15.2.jar Baubles {baubles@1.7.1 CREATE_REGISTRIES}
Craftable+Saddles+[1.15.2]-1.3.jar Craftable Saddles {craftable_saddles@1.3 CREATE_REGISTRIES}
SpartanShields-1.15.2-2.1.0.jar Spartan Shields {spartanshields@2.1.0 CREATE_REGISTRIES}
Savage-and-Ravage-1.15.2-1.1.4.jar Savage & Ravage {savageandravage@1.1.4 CREATE_REGISTRIES}
IntegratedDynamics-1.15.2-1.1.20.jar IntegratedDynamics {integrateddynamics@1.1.20 CREATE_REGISTRIES, integrateddynamicscompat@1.1.20 CREATE_REGISTRIES}
WallpapercraftWalls-1.15.2-1.1.0.jar Wallpapercraft - Walls! {wallpapercraftwalls@1.1.0 CREATE_REGISTRIES}
FastWorkbench-1.15.2-3.1.1.jar FastWorkbench {fastbench@3.1.1 CREATE_REGISTRIES}
autumnity-1.3.3-1.15.2.jar Autumnity {autumnity@1.3.3 CREATE_REGISTRIES}
polymorph-FORGE-1.15.2-0.10.jar Polymorph {polymorph@FORGE-1.15.2-0.10 CREATE_REGISTRIES}
AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 CREATE_REGISTRIES}
Quark-r2.1-245.jar Quark {quark@r2.1-245 CREATE_REGISTRIES}
dyeable_flower_pots-1.15.2-1.1.0.jar Dyeable Flower Pots {dyeable_flower_pots@1.15.2-1.1.0 CREATE_REGISTRIES}
performant-1.15-3.16m.jar Performant {performant@3.16m CREATE_REGISTRIES}
midnight-0.5.11.jar The Midnight {midnight@0.5.11 CREATE_REGISTRIES}
Statues-1.15.2-0.1.5.2.jar Statues Mod {statues@0.1.5.2 CREATE_REGISTRIES}
Skye's Bakery 2.1.1 for MC1.15.2.jar Skye's Bakery {skyes_bakery@2.1.1 CREATE_REGISTRIES}
PickleTweaks-1.15.2-4.0.4.jar Pickle Tweaks {pickletweaks@4.0.4 CREATE_REGISTRIES}
FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 CREATE_REGISTRIES}
AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {appleskin@1.0.14 CREATE_REGISTRIES}
Aquaculture-1.15.2-2.0.23.jar Aquaculture 2 {aquaculture@1.15.2-2.0.23 CREATE_REGISTRIES}
SilentGems-1.15.2-3.6.2+98.jar Silent's Gems 3 {silentgems@3.6.2+98 CREATE_REGISTRIES}
MinecraftEarthMod-2.0.1.1.jar Minecraft Earth Mod {minecraft_earth_mod@2.0.1.1 CREATE_REGISTRIES}
XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {xlfoodmod@2.2.2 CREATE_REGISTRIES}
ElementaryOres-1.15.2-1.0.0.jar Elementary Ores {elementaryores@1.15.2-1.0.0 CREATE_REGISTRIES}
refinedstorageaddons-0.6.3.jar Refined Storage Addons {refinedstorageaddons@0.6.3 CREATE_REGISTRIES}
disney-1.0.3-1.15.2.jar LDShadowLady's Disney Wish {disney@1.0.3-1.15.2 CREATE_REGISTRIES}
SolarGeneration-1.15.2-1.2.2.jar Solar Generation {solargeneration@1.2.2 CREATE_REGISTRIES}
CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.15.2-v3a CREATE_REGISTRIES}
SoundFilters-0.14_for_1.15.2.jar Sound Filters {soundfilters@0.14_for_1.15.2 CREATE_REGISTRIES}
Launched Version: forge-31.2.55
Backend library: LWJGL version 3.2.1 build 12
Backend API: Intel(R) Iris(TM) Plus Graphics 645 GL version 2.1 INTEL-16.5.2, Intel Inc.
GL Caps: Using framebuffer using ARB_framebuffer_object extension
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
CPU: 8x Intel(R) Core(TM) i5-8257U CPU @ 1.40GHz

Posted

Looks like an issue with dungeonderps

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

  • 2 weeks later...
Posted

Oh I misread... that's the mod author not the mod... it's an issue with resourceful bees

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • it worked now. but is therre n outer way to use essential and forggematica?
    • Maybe a conflict with essential - make a test without it
    • ---- Minecraft Crash Report ---- // I let you down. Sorry Time: 6/21/25 5:53 PM Description: Initializing game org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered     at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}     at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}     at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}     at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}     at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154) ~[modlauncher-8.0.9.jar:8.0.9+86+master.3cf110c] {}     at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.0.9.jar:?] {}     at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.0.9.jar:?] {}     at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.0.9.jar:?] {}     at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.0.9.jar:?] {re:classloading,re:classloading,re:classloading}     at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.0.9.jar:?] {re:classloading,re:classloading,re:classloading}     at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51] {}     at gg.essential.network.connectionmanager.ConnectionManager.<init>(ConnectionManager.java:212) ~[?:?] {re:mixin,re:classloading}     at gg.essential.Essential.<init>(Essential.java:139) ~[?:?] {re:mixin,re:classloading}     at gg.essential.Essential.getInstance(Essential.java:168) ~[?:?] {re:mixin,re:classloading}     at gg.essential.mixins.impl.client.MinecraftHook.preinit(MinecraftHook.java:39) ~[?:?] {re:mixin,re:classloading}     at net.minecraft.client.Minecraft.handler$zgd000$preinit(Minecraft.java:4603) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:forgematica.mixins.json:MixinMinecraftClient,pl:mixin:APP:mafglib.mixins.json:MixinMinecraftClient,pl:mixin:APP:mixins.essential.json:client.Mixin_IncreaseMenuFpsLimit,pl:mixin:APP:mixins.essential.json:client.Mixin_RunEssentialTasks,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_UpdateWindowTitle_AddSPSTitle,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_UpdateWindowTitle_DisplayScreen,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_UpdateWindowTitle_LoadWorld,pl:mixin:APP:mixins.essential.json:compatibility.forge.Mixin_FixInternalByteBufAccess,pl:mixin:APP:mixins.essential.json:compatibility.forge.Mixin_FixPrematureByteBufFree,pl:mixin:APP:mixins.essential.json:events.Mixin_RenderTickEvent,pl:mixin:APP:mixins.essential.json:events.Mixin_RenderTickEvent_Final,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.Minecraft.<init>(Minecraft.java:408) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:forgematica.mixins.json:MixinMinecraftClient,pl:mixin:APP:mafglib.mixins.json:MixinMinecraftClient,pl:mixin:APP:mixins.essential.json:client.Mixin_IncreaseMenuFpsLimit,pl:mixin:APP:mixins.essential.json:client.Mixin_RunEssentialTasks,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_UpdateWindowTitle_AddSPSTitle,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_UpdateWindowTitle_DisplayScreen,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_UpdateWindowTitle_LoadWorld,pl:mixin:APP:mixins.essential.json:compatibility.forge.Mixin_FixInternalByteBufAccess,pl:mixin:APP:mixins.essential.json:compatibility.forge.Mixin_FixPrematureByteBufFree,pl:mixin:APP:mixins.essential.json:events.Mixin_RenderTickEvent,pl:mixin:APP:mixins.essential.json:events.Mixin_RenderTickEvent_Final,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.main.Main.main(Main.java:149) [?:?] {re:classloading,pl:runtimedistcleaner:A}     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}     at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}     at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.5-36.2.20.jar:36.2] {}     at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$531/1174000532.call(Unknown Source) [forge-1.16.5-36.2.20.jar:36.2] {}     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}     at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}     at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {} Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [mixins.essential.json:server.integrated.MixinIntegratedServer] from phase [DEFAULT] in config [mixins.essential.json] FAILED during APPLY     at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:636) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}     at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:588) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}     at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}     ... 28 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: Conflicting type cast at offset 4 in synthetic bridge method func_212871_a_(Ljava/lang/Object;)V     at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachUniqueMethod(MixinPreProcessorStandard.java:570) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}     at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachMethods(MixinPreProcessorStandard.java:354) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}     at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:302) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}     at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:280) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}     at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1288) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {re:classloading}     at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:292) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}     at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {re:classloading}     at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {re:classloading}     at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}     ... 28 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace:     at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}     at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}     at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}     at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}     at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154) ~[modlauncher-8.0.9.jar:8.0.9+86+master.3cf110c] {}     at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.0.9.jar:?] {}     at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.0.9.jar:?] {}     at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.0.9.jar:?] {}     at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.0.9.jar:?] {re:classloading,re:classloading,re:classloading,re:classloading}     at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.0.9.jar:?] {re:classloading,re:classloading,re:classloading,re:classloading}     at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51] {}     at gg.essential.network.connectionmanager.ConnectionManager.<init>(ConnectionManager.java:212) ~[?:?] {re:mixin,re:classloading}     at gg.essential.Essential.<init>(Essential.java:139) ~[?:?] {re:mixin,re:classloading}     at gg.essential.Essential.getInstance(Essential.java:168) ~[?:?] {re:mixin,re:classloading}     at gg.essential.mixins.impl.client.MinecraftHook.preinit(MinecraftHook.java:39) ~[?:?] {re:mixin,re:classloading}     at net.minecraft.client.Minecraft.handler$zgd000$preinit(Minecraft.java:4603) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:forgematica.mixins.json:MixinMinecraftClient,pl:mixin:APP:mafglib.mixins.json:MixinMinecraftClient,pl:mixin:APP:mixins.essential.json:client.Mixin_IncreaseMenuFpsLimit,pl:mixin:APP:mixins.essential.json:client.Mixin_RunEssentialTasks,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_UpdateWindowTitle_AddSPSTitle,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_UpdateWindowTitle_DisplayScreen,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_UpdateWindowTitle_LoadWorld,pl:mixin:APP:mixins.essential.json:compatibility.forge.Mixin_FixInternalByteBufAccess,pl:mixin:APP:mixins.essential.json:compatibility.forge.Mixin_FixPrematureByteBufFree,pl:mixin:APP:mixins.essential.json:events.Mixin_RenderTickEvent,pl:mixin:APP:mixins.essential.json:events.Mixin_RenderTickEvent_Final,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.Minecraft.<init>(Minecraft.java:408) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:forgematica.mixins.json:MixinMinecraftClient,pl:mixin:APP:mafglib.mixins.json:MixinMinecraftClient,pl:mixin:APP:mixins.essential.json:client.Mixin_IncreaseMenuFpsLimit,pl:mixin:APP:mixins.essential.json:client.Mixin_RunEssentialTasks,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_UpdateWindowTitle_AddSPSTitle,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_UpdateWindowTitle_DisplayScreen,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_UpdateWindowTitle_LoadWorld,pl:mixin:APP:mixins.essential.json:compatibility.forge.Mixin_FixInternalByteBufAccess,pl:mixin:APP:mixins.essential.json:compatibility.forge.Mixin_FixPrematureByteBufFree,pl:mixin:APP:mixins.essential.json:events.Mixin_RenderTickEvent,pl:mixin:APP:mixins.essential.json:events.Mixin_RenderTickEvent_Final,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A} -- Initialization -- Details: Stacktrace:     at net.minecraft.client.main.Main.main(Main.java:149) [?:?] {re:classloading,pl:runtimedistcleaner:A}     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}     at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}     at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.5-36.2.20.jar:36.2] {}     at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$531/1174000532.call(Unknown Source) [forge-1.16.5-36.2.20.jar:36.2] {}     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}     at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}     at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {} -- System Details -- Details:     Minecraft Version: 1.16.5     Minecraft Version ID: 1.16.5     Operating System: Windows 10 (amd64) version 10.0     Java Version: 1.8.0_51, Oracle Corporation     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation     Memory: 1117332648 bytes (1065 MB) / 3684696064 bytes (3514 MB) up to 9335996416 bytes (8903 MB)     CPUs: 16     JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10016m -Xms256m     Launched Version: forge-36.2.20     Backend library: LWJGL version 3.2.2 build 10     Backend API: NO CONTEXT     GL Caps:      Using VBOs: Yes     Is Modded: Definitely; Client brand changed to 'forge'     Type: Client (map_client.txt)     CPU: <unknown>
    • Paste the link to it here
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.