View Issue Details

IDProjectCategoryView StatusLast Update
0002362Industrial-Craft²general / otherpublic2018-04-14 17:27
ReporterAsuraNico Assigned ToChocohead  
PriorityurgentSeveritycrashReproducibilityalways
Status resolvedResolutionduplicate 
Fixed in VersionBuilds for MC 1.12.x 
Summary0002362: IC2 Loading Crash
DescriptionEvery time i try to start minecraft with IC2, i get this error:

Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from IndustrialCraft 2 (ic2)
Caused by: ic2.core.util.Config$ParseException: generic parse error at line 99 (Fluid:water = minecraft:snow).
    at ic2.core.init.Rezepte.loadMachineRecipe(Rezepte.java:561)
    at ic2.core.init.Rezepte.loadMachineRecipes(Rezepte.java:473)
    at ic2.core.init.Rezepte.loadRecipes(Rezepte.java:121)
    at ic2.core.init.Rezepte.registerRecipes(Rezepte.java:740)
    at ic2.core.IC2.init(IC2.java:314)
    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:483)
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    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:278)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256)
    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:483)
    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:148)
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:751)
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
    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:483)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NullPointerException
    at net.minecraftforge.fluids.capability.wrappers.FluidBucketWrapper.getCapability(FluidBucketWrapper.java:192)
    at net.minecraftforge.common.capabilities.CapabilityDispatcher.getCapability(CapabilityDispatcher.java:108)
    at net.minecraft.item.ItemStack.getCapability(ItemStack.java:1169)
    at net.minecraftforge.fluids.FluidUtil.getFluidHandler(FluidUtil.java:489)
    at ic2.core.recipe.RecipeInputFluidContainer.getFluidContainer(RecipeInputFluidContainer.java:78)
    at ic2.core.recipe.RecipeInputFluidContainer.getInputs(RecipeInputFluidContainer.java:54)
    at ic2.core.recipe.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:60)
    at ic2.core.recipe.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:22)
    at ic2.core.init.Rezepte.loadMachineRecipe(Rezepte.java:553)
    ... 44 more
Additional InformationIC2 Version: 2-2.8.75-ex112
Forge Version: 14.23.3.2657
Tags1.12.2
Minecraft Version1.12.2

Relationships

duplicate of 0002361 resolvedChocohead Crash on startup during Mod Initialization - Phase 2 stage 

Activities

Chocohead

2018-04-14 17:27

developer   ~0005648

Update Forge to at least 14.23.3.2659, some serious bugs were introduced in the previous versions.

Issue History

Date Modified Username Field Change
2018-04-14 16:41 AsuraNico New Issue
2018-04-14 16:41 AsuraNico Tag Attached: 1.12.2
2018-04-14 17:26 Chocohead Relationship added duplicate of 0002361
2018-04-14 17:27 Chocohead Assigned To => Chocohead
2018-04-14 17:27 Chocohead Status new => resolved
2018-04-14 17:27 Chocohead Resolution open => duplicate
2018-04-14 17:27 Chocohead Fixed in Version => Builds for MC 1.12.x
2018-04-14 17:27 Chocohead Note Added: 0005648