Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug report] #106

Open
blakpsykozz27 opened this issue Jul 28, 2024 · 0 comments
Open

[Bug report] #106

blakpsykozz27 opened this issue Jul 28, 2024 · 0 comments

Comments

@blakpsykozz27
Copy link

Versions

Multiblocked version:

multiblocked-0.8.7

Forge version:

14.23.5.2860

Singleplayer or Multiplayer:

Singleplayer

Installed mods:

!configanytime-3.0,!mixinbooter-9.1,_MixinBootstrap-1.1.0,ae2-uel-extended-v0.55.24-0.3.3.1-rv6-stable-7,Baubles-1.12-1.5.2,CraftTweaker2-1.12-4.1.20.678,HadEnoughItems_1.12.2-4.25.5,ModularMachinery-CE-2.0.0-pre6,RoughlyEnoughIDs-2.0.5,Thaumcraft-1.12.2-6.1.BETA26.-.fixed,ThaumcraftFix-1.12.2-1.0.0,ThaumcraftFix-1.12.2-1.0.0

Link to full crash-report or log

---- Minecraft Crash Report ----

WARNING: coremods are present:
Thaumcraft Fix Core Plugin (ThaumcraftFix-1.12.2-1.0.0.jar)
UniversalTweaksCore (UniversalTweaks-1.12.2-1.12.0.jar)
MultiblockedLoadingPlugin (multiblocked-0.8.7.jar)
JustEnoughIDs Extension Plugin (RoughlyEnoughIDs-2.0.5.jar)
ConfigAnytimePlugin (!configanytime-3.0.jar)
MMCEEarlyMixinLoader (ModularMachinery-CE-2.0.0-pre6.jar)
MixinBooter (!mixinbooter-9.1.jar)
AE2ELCore (ae2-uel-extended-v0.55.24-0.3.3.1-rv6-stable-7.jar)
Contact their authors BEFORE contacting forge

// My bad.

Time: 7/28/24 10:24 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Had Enough Items (jei)
Caused by: java.lang.IllegalArgumentException: Multiple entries with same key: class thaumcraft.api.aspects.AspectList=mezz.jei.startup.ModIngredientRegistration$$Lambda$1001/0x00000007c0b55428@4a6f93e7 and class thaumcraft.api.aspects.AspectList=com.cleanroommc.multiblocked.jei.ingredient.AspectListIngredient@48ae6bef
at com.google.common.collect.ImmutableMap.checkNoConflict(ImmutableMap.java:186)
at com.google.common.collect.RegularImmutableMap.checkNoConflictInKeyBucket(RegularImmutableMap.java:102)
at com.google.common.collect.RegularImmutableMap.fromEntryArray(RegularImmutableMap.java:88)
at com.google.common.collect.ImmutableMap$Builder.build(ImmutableMap.java:359)
at mezz.jei.ingredients.IngredientRegistry.(IngredientRegistry.java:66)
at mezz.jei.startup.ModIngredientRegistration.createIngredientRegistry(ModIngredientRegistration.java:55)
at mezz.jei.startup.JeiStarter.start(JeiStarter.java:62)
at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:129)
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:54)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:757)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)

Description of the problem

How to reproduce:

1.crash during the loading time with modular machinery, multiblocked and had enought item
by removing one of the two mods (mutiblocked or modular machiner) it does not crash anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant