JAOPCA

JAOPCA

23M Downloads

crash with ic2

Akay1500 opened this issue ยท 0 comments

commented

i am not sure but did another mod change the block of nothing to something else ? idk what wrapup has to do with it . i need help
coremods are present:
ToolProgressionPlugin (toolprogression-core-1.12.2-1.6.6.jar)
RandomPatches (randompatches-1.12.2-1.17.1.0.jar)
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
CorePlugin (SmoothFont-mc1.12.2-2.0.jar)
TLSkinCapeHookLoader (tlskincape_1.12.2-1.3.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-139-universal.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
LibrarianLib Plugin (librarianlib-1.12.2-4.19.2-release.jar)
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
SmoothWaterCore (SmoothWater-0.1.4.jar)
HCASM (HammerCore-1.12.2-2.0.5.0.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
Quark Plugin (Quark-r1.5-166.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.68-core.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.2.7.1.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.6-core.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.229.jar)
ForgelinPlugin (Forgelin-1.8.3.jar)
Plugin (NotEnoughIDs-1.5.4.4.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
MekanismCoremod (Mekanism-1.12.2-9.7.9.380.jar)
AstralCore (astralsorcery-1.12.2-1.10.19.jar)
LoadingPlugin (Reskillable-1.12.2-1.12.5.jar)
Botania Tweaks Core (botaniatweaks-1.8.6.jar)
ColytraLoadingPlugin (colytra-1.12.2-1.2.0.jar)
weaponlib (mw-1.11.7.7_mc1.12.2.jar)
TNTUtilities Core (tnt_utilities-mc1.12-1.2.3.jar)
PluginLoader (MemoryTester-0.4.2.jar)
Contact their authors BEFORE contacting forge

// Ooh. Shiny.

Time: 9/10/19 11:27 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 WrapUp (wrapup)
Caused by: java.lang.RuntimeException: The output ItemStack 1xtile.air@0 is invalid.
at ic2.core.recipe.BasicMachineRecipeManager.displayError(BasicMachineRecipeManager.java:164)
at ic2.core.recipe.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:60)
at ic2.core.recipe.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:47)
at thelm.jaopca.modules.ModuleIndustrialCraft.addCompressorRecipe(ModuleIndustrialCraft.java:120)
at thelm.jaopca.modules.ModuleTinyDust.init(ModuleTinyDust.java:105)
at thelm.jaopca.registry.RegistryCore.registerInit(RegistryCore.java:407)
at thelm.jaopca.registry.RegistryCore.init(RegistryCore.java:83)
at thelm.jaopca.utils.JAOPCAEventHandler.onInitWrapUp(JAOPCAEventHandler.java:38)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2986_JAOPCAEventHandler_onInitWrapUp_Event2.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at thelm.wrapup.WrapUp.secondMovement(WrapUp.java:63)
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:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:744)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)