View Issue Details

IDProjectCategoryView StatusLast Update
0002371Industrial-Craft²crossmod-compatibility / submodules / APIpublic2018-05-21 21:29
Reporter34486 Assigned ToChocohead  
PriorityhighSeveritycrashReproducibilityalways
Status resolvedResolutionno change required 
PlatformMicrosoftOSWindows 10OS Version10.0.16299.371
Fixed in VersionBuilds for MC 1.12.x 
Summary0002371: (Fluid:water = minecraft:snow)
DescriptionI have a mod conflict, I am running the Forge Version 1.12.2 - 14.23.3.2655 (2655) (Recommended) and I just installed EnderIO, with its core mods, and IC2 now causes a crash, when I remove IC2 it loads.
Steps To ReproduceNot sure, not sure which mods it conflicts with, though I did add enderio and its coremods, then the issue developed, and now I run it with just ic2 and the enderio mods and it has no problem running....?
Additional InformationSame issue is on client side.

Thanks!
TagsNo tags attached.
Minecraft Version1.12.2

Activities

34486

2018-05-21 20:30

reporter  

report.txt (25,498 bytes)   
---- Minecraft Crash Report ----

WARNING: coremods are present:
  ForgelinPlugin (Forgelin-1.6.0.jar)
  HammerCoreCore (HammerCore-1.12.2-1.9.5.7.jar)
  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.164.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  SFRCore (SolarFluxReborn_1.12.2-3.42r.jar)
  TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
  AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
  OTGASMPlugin (OTG-Core.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.22.jar)
Contact their authors BEFORE contacting forge

// Hey, that tickles! Hehehe!

Time: 5/21/18 3:50 PM
Description: Exception in server tick loop

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:313)
	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:600)
	at sun.reflect.GeneratedMethodAccessor8.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:278)
	at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256)
	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:148)
	at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:720)
	at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
	at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:337)
	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalArgumentException: Cannot create a fluidstack from a null fluid
	at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:50)
	at xreliquary.items.util.fluid.FluidHandlerHeroMedallion.drain(FluidHandlerHeroMedallion.java:72)
	at ic2.core.recipe.RecipeInputFluidContainer.getFluidContainer(RecipeInputFluidContainer.java:81)
	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)
	... 39 more


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

-- System Details --
Details:
	Minecraft Version: 1.12.2
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_171, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 1655890280 bytes (1579 MB) / 3004170240 bytes (2865 MB) up to 3004170240 bytes (2865 MB)
	JVM Flags: 2 total; -Xmx3064m -Xms3064m
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: MCP 9.42 Powered by Forge 14.23.3.2655 107 mods loaded, 106 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

	| State | ID                         | Version                | Source                                          | Signature                                |
	|:----- |:-------------------------- |:---------------------- |:----------------------------------------------- |:---------------------------------------- |
	| UCHI  | minecraft                  | 1.12.2                 | minecraft.jar                                   | None                                     |
	| UCHI  | mcp                        | 9.42                   | minecraft.jar                                   | None                                     |
	| UCHI  | FML                        | 8.0.99.99              | Forge.jar                                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| UCHI  | forge                      | 14.23.3.2655           | Forge.jar                                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| UCHI  | micdoodlecore              |                        | minecraft.jar                                   | None                                     |
	| UCHI  | otgcore                    | 1.12                   | minecraft.jar                                   | None                                     |
	| UCHI  | openmodscore               | 0.11.5                 | minecraft.jar                                   | None                                     |
	| UCHI  | opencomputers|core         | 1.7.2.67               | minecraft.jar                                   | None                                     |
	| UCHI  | applecore                  | 3.1.1                  | AppleCore-mc1.12.2-3.1.1.jar                    | None                                     |
	| UCHI  | jei                        | 4.9.1.187              | jei_1.12.2-4.9.1.187.jar                        | None                                     |
	| UCHI  | appleskin                  | 1.0.9                  | AppleSkin-mc1.12-1.0.9.jar                      | None                                     |
	| UCHI  | appliedenergistics2        | rv5-stable-11          | appliedenergistics2-rv5-stable-11.jar           | None                                     |
	| UCHI  | baubles                    | 1.5.2                  | Baubles-1.12-1.5.2.jar                          | None                                     |
	| UCHI  | bibliocraft                | 2.4.3                  | BiblioCraft.jar                                 | None                                     |
	| UCHI  | openterraingenerator       | v6                     | OpenTerrainGenerator-1.12.2+-+v6.jar            | e9f7847a78c5342af5b0a9e04e5abc0b554d69e0 |
	| UCHI  | biomebundle                | 5.1                    | Biome_Bundle-1.12.2-v6.1.jar                    | None                                     |
	| UCHI  | bookshelf                  | 2.3.511                | Bookshelf-1.12.2-2.3.511.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
	| UCHI  | botania                    | r1.10-352              | Botania r1.10-352.jar                           | None                                     |
	| UCHI  | codechickenlib             | 3.1.6.339              | CodeChickenLib-1.12.2-3.1.6.339-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| UCHI  | redstoneflux               | 2.0.1                  | RedstoneFlux-1.12-2.0.1.2-universal.jar         | d4f1503fbacd9b9fb767720420c5395104239ec9 |
	| UCHI  | brandonscore               | 2.3.4                  | BrandonsCore-1.12-2.3.4.134-universal.jar       | None                                     |
	| UCHI  | chameleon                  | 1.12-4.1.3             | Chameleon-1.12-4.1.3.jar                        | None                                     |
	| UCHI  | chickenchunks              | 2.4.1.71               | ChickenChunks-1.12.2-2.4.1.71-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| UCHI  | chisel                     | MC1.12-0.1.0.23        | Chisel-MC1.12-0.1.0.23.jar                      | None                                     |
	| UCHI  | cnoapm                     | 1.0 by Dot_Silver      | cnoapm-mcv1.12-nojson.jar                       | None                                     |
	| UCHI  | cofhcore                   | 4.3.10                 | CoFHCore-1.12.2-4.3.10.5-universal.jar          | None                                     |
	| UCHI  | cofhworld                  | 1.1.1                  | CoFHWorld-1.12.2-1.1.1.12-universal.jar         | None                                     |
	| UCHI  | cucumber                   | 1.0.3                  | cucumber-1.12-1.0.3.jar                         | None                                     |
	| UCHI  | waila                      | 1.8.23                 | Hwyla-1.8.23-B38_1.12.jar                       | None                                     |
	| UCHI  | darkutils                  | 1.7.181                | DarkUtils-1.12.2-1.7.181.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
	| UCHI  | densemetals                | 1.1.0                  | DenseMetals-1.12-1.1.0.7.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
	| UCHI  | thermalfoundation          | 2.3.10                 | ThermalFoundation-1.12.2-2.3.10.6-universal.jar | None                                     |
	| UCHI  | draconicevolution          | 2.3.5                  | Draconic-Evolution-1.12-2.3.5.269-universal.jar | None                                     |
	| UCHI  | endercore                  | 1.12.2-0.5.22          | EnderCore-1.12.2-0.5.22.jar                     | None                                     |
	| UCHI  | enderio                    | 5.0.24                 | EnderIO-1.12.2-5.0.24.jar                       | None                                     |
	| UCHI  | enderiointegrationtic      | 5.0.24                 | EnderIO-1.12.2-5.0.24.jar                       | None                                     |
	| UCHI  | enderiobase                | 5.0.24                 | EnderIO-1.12.2-5.0.24.jar                       | None                                     |
	| UCHI  | enderioconduits            | 5.0.24                 | EnderIO-1.12.2-5.0.24.jar                       | None                                     |
	| UCHE  | ic2                        | 2.8.76-ex112           | industrialcraft-2-2.8.76-ex112.jar              | de041f9f6187debbc77034a344134053277aa3b0 |
	| UCHI  | mantle                     | 1.12-1.3.2.24          | Mantle-1.12-1.3.2.24.jar                        | None                                     |
	| UCHI  | natura                     | 1.12-4.3.0.23          | natura-1.12-4.3.0.23.jar                        | None                                     |
	| UCHI  | forestry                   | 5.8.0.291              | forestry_1.12.2-5.8.0.291.jar                   | None                                     |
	| UCHI  | enderiointegrationforestry | 5.0.24                 | EnderIO-1.12.2-5.0.24.jar                       | None                                     |
	| UCHI  | tconstruct                 | 1.12.2-2.10.0.81       | TConstruct-1.12.2-2.10.0.81.jar                 | None                                     |
	| UCHI  | enderiointegrationticlate  | 5.0.24                 | EnderIO-1.12.2-5.0.24.jar                       | None                                     |
	| UCHI  | enderiomachines            | 5.0.24                 | EnderIO-1.12.2-5.0.24.jar                       | None                                     |
	| UCHI  | enderiopowertools          | 5.0.24                 | EnderIO-1.12.2-5.0.24.jar                       | None                                     |
	| UCHI  | enderstorage               | 2.4.2.126              | EnderStorage-1.12.2-2.4.2.126-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| UCHI  | energyconverters           | 1.0.1.2                | energyconverters_1.12.1-1.0.1.2.jar             | None                                     |
	| UCHI  | extracells                 | 2.5.10                 | ExtraCells-1.12.2-2.5.10a47.jar                 | None                                     |
	| UCHI  | galacticraftcore           | 4.0.1.164              | GalacticraftCore-1.12.2-4.0.1.164.jar           | None                                     |
	| UCHI  | galacticraftplanets        | 4.0.1.164              | Galacticraft-Planets-1.12.2-4.0.1.164.jar       | None                                     |
	| UCHI  | mjrlegendslib              | 1.12.2-1.1.3           | MJRLegendsLib-1.12.2-1.1.3.jar                  | b02331787272ec3515ebe63ecdeea0d746653468 |
	| UCHI  | extraplanets               | 1.12.2-0.3.0           | ExtraPlanets-1.12.2-0.3.0.jar                   | b02331787272ec3515ebe63ecdeea0d746653468 |
	| UCHI  | extrautils2                | 1.0                    | extrautils2-1.12-1.7.5.jar                      | None                                     |
	| UCHI  | zerocore                   | 1.12-0.1.1.0           | zerocore-1.12-0.1.1.0.jar                       | None                                     |
	| UCHI  | bigreactors                | 1.12.2-0.4.5.46        | ExtremeReactors-1.12.2-0.4.5.46.jar             | None                                     |
	| UCHI  | fastleafdecay              | v14                    | FastLeafDecay-v14.jar                           | None                                     |
	| UCHI  | flatcoloredblocks          | mc1.12-6.6             | flatcoloredblocks-mc1.12-6.6.jar                | None                                     |
	| UCHI  | mekanism                   | 1.12.2-9.4.3.330       | Mekanism-1.12.2-9.4.3.330.jar                   | None                                     |
	| UCHI  | sonarcore                  | 5.0.4                  | sonarcore-1.12.2-5.0.4.jar                      | None                                     |
	| UCHI  | fluxnetworks               | 3.0.2                  | fluxnetworks-1.12.2-3.0.2.jar                   | None                                     |
	| UCHI  | forgelin                   | 1.6.0                  | Forgelin-1.6.0.jar                              | None                                     |
	| UCHI  | forgemultipartcbe          | 2.4.0.55               | ForgeMultipart-1.12.2-2.4.0.55-universal.jar    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| UCHI  | microblockcbe              | 2.4.0.55               | ForgeMultipart-1.12.2-2.4.0.55-universal.jar    | None                                     |
	| UCHI  | minecraftmultipartcbe      | 2.4.0.55               | ForgeMultipart-1.12.2-2.4.0.55-universal.jar    | None                                     |
	| UCHI  | gravestone                 | 1.10.0                 | gravestone-1.10.0.jar                           | None                                     |
	| UCHI  | guideapi                   | 1.12-2.1.4-57          | Guide-API-1.12-2.1.4-57.jar                     | None                                     |
	| UCHI  | hammercore                 | 1.9.5.7                | HammerCore-1.12.2-1.9.5.7.jar                   | None                                     |
	| UCHI  | tesla                      | 1.0.63                 | Tesla-1.12.2-1.0.63.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
	| UCHI  | teslacorelib               | 1.0.12                 | tesla-core-lib-1.12-1.0.12.jar                  | None                                     |
	| UCHI  | industrialforegoing        | 1.12.2-1.12.2          | industrialforegoing-1.12.2-1.8.5-127.jar        | None                                     |
	| UCHI  | ironchest                  | 1.12.2-7.0.34.820      | ironchest-1.12.2-7.0.34.820.jar                 | None                                     |
	| UCHI  | journeymap                 | 1.12.2-5.5.2           | journeymap-1.12.2-5.5.2.jar                     | None                                     |
	| UCHI  | mcjtylib_ng                | 2.6.7                  | mcjtylib-1.12-2.6.7.jar                         | None                                     |
	| UCHI  | mysticalagriculture        | 1.6.7                  | mysticalagriculture-1.12-1.6.7.jar              | None                                     |
	| UCHI  | netherportalfix            | 5.3.13                 | NetherPortalFix_1.12.1-5.3.13.jar               | None                                     |
	| UCHI  | nei                        | 2.4.1                  | NotEnoughItems-1.12.2-2.4.1.233-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| UCHI  | nuclearcraft               | 2.7a                   | NuclearCraft-2.7a--1.12.2.jar                   | None                                     |
	| UCHI  | openmods                   | 0.11.5                 | OpenModsLib-1.12.2-0.11.5.jar                   | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
	| UCHI  | openblocks                 | 1.7.6                  | OpenBlocks-1.12.2-1.7.6.jar                     | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
	| UCHI  | opencomputers              | 1.7.2.67               | OpenComputers-MC1.12.2-1.7.2.67.jar             | None                                     |
	| UCHI  | orespawn                   | 3.2.2                  | OreSpawn-1.12-3.2.2.113.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
	| UCHI  | p455w0rdslib               | 2.0.29                 | p455w0rdslib-1.12-2.0.29.jar                    | None                                     |
	| UCHI  | harvestcraft               | 1.12.2r                | Pam's+HarvestCraft+1.12.2r.jar                  | None                                     |
	| UCHI  | planetprogression          | 1.12.2-0.1.8           | PlanetProgression-1.12.2-0.1.8.jar              | b02331787272ec3515ebe63ecdeea0d746653468 |
	| UCHI  | reborncore                 | 3.5.3.174              | RebornCore-1.12.2-3.5.3.174-universal.jar       | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
	| UCHI  | thermalexpansion           | 5.3.10                 | ThermalExpansion-1.12.2-5.3.10.15-universal.jar | None                                     |
	| UCHI  | redstonearsenal            | 2.3.10                 | RedstoneArsenal-1.12.2-2.3.10.4-universal.jar   | None                                     |
	| UCHI  | xreliquary                 | 1.12.2-1.3.4.719       | Reliquary-1.12.2-1.3.4.719.jar                  | None                                     |
	| UCHI  | rftools                    | 7.31                   | rftools-1.12-7.31.jar                           | None                                     |
	| UCHI  | rftoolsdim                 | 5.52                   | rftoolsdim-1.12-5.52.jar                        | None                                     |
	| UCHI  | solarfluxreborn            | 3.42r                  | SolarFluxReborn_1.12.2-3.42r.jar                | None                                     |
	| UCHI  | stevescarts                | ${version}             | StevesCarts-1.12.2-2.4.12.62.jar                | None                                     |
	| UCHI  | storagedrawers             | 1.12-5.2.5             | StorageDrawers-1.12.2-5.3.5.jar                 | None                                     |
	| UCHI  | theoneprobe                | 1.4.19                 | theoneprobe-1.12-1.4.19.jar                     | None                                     |
	| UCHI  | thermalcultivation         | 0.1.5                  | ThermalCultivation-1.12.2-0.1.5.3-universal.jar | None                                     |
	| UCHI  | thermaldynamics            | 2.3.10                 | ThermalDynamics-1.12.2-2.3.10.4-universal.jar   | None                                     |
	| UCHI  | tinkertoolleveling         | 1.12-1.0.3.DEV.56fac4f | TinkerToolLeveling-1.12-1.0.3.jar               | None                                     |
	| UCHI  | torchmaster                | 1.6.1.53               | torchmaster_1.12.2-1.6.1.53.jar                 | 5e9a436b366831c8f54a7e80b015784da69278c6 |
	| UCHI  | twilightforest             | 3.5.263                | twilightforest-1.12.2-3.5.263-universal.jar     | None                                     |
	| UCHI  | wct                        | 3.9.62                 | WirelessCraftingTerminal-1.12.2-3.9.62.jar      | None                                     |
	| UCHI  | woot                       | 1.12.2-1.0.1           | woot-1.12.2-1.0.1.jar                           | None                                     |
	| UCHI  | wrcbe                      | 2.3.0                  | WR-CBE-1.12.2-2.3.0.27-universal.jar            | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| UCHI  | xtones                     | 1.12-1.0.7-10          | Xtones-1.12-1.0.7-10.jar                        | None                                     |
	| UCHI  | teslacorelib_registries    | 1.0.12                 | tesla-core-lib-1.12-1.0.12.jar                  | None                                     |
	| UD    | solarfluxreborncore        | 3.42r                  | minecraft.jar                                   | None                                     |

	Loaded coremods (and transformers): 
ForgelinPlugin (Forgelin-1.6.0.jar)
  
HammerCoreCore (HammerCore-1.12.2-1.9.5.7.jar)
  com.pengu.hammercore.asm.HammerCoreTransformer
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.164.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  openmods.core.OpenModsClassTransformer
SFRCore (SolarFluxReborn_1.12.2-3.42r.jar)
  com.pengu.solarfluxreborn.core.SFRSerializedTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
  li.cil.oc.common.asm.ClassTransformer
AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  squeek.applecore.asm.TransformerModuleHandler
CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
  team.chisel.ctm.client.asm.CTMTransformer
OTGASMPlugin (OTG-Core.jar)
  com.pg85.otg.forge.asm.OTGClassTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.22.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
	OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
	AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
	Pulsar/natura loaded Pulses: 
		- NaturaCommons (Enabled/Forced)
		- NaturaOverworld (Enabled/Not Forced)
		- NaturaNether (Enabled/Not Forced)
		- NaturaDecorative (Enabled/Not Forced)
		- NaturaTools (Enabled/Not Forced)
		- NaturaEntities (Enabled/Not Forced)
		- NaturaOredict (Enabled/Forced)
		- NaturaWorld (Enabled/Not Forced)

	Pulsar/tconstruct loaded Pulses: 
		- TinkerCommons (Enabled/Forced)
		- TinkerWorld (Enabled/Not Forced)
		- TinkerTools (Enabled/Not Forced)
		- TinkerHarvestTools (Enabled/Forced)
		- TinkerMeleeWeapons (Enabled/Forced)
		- TinkerRangedWeapons (Enabled/Forced)
		- TinkerModifiers (Enabled/Forced)
		- TinkerSmeltery (Enabled/Not Forced)
		- TinkerGadgets (Enabled/Not Forced)
		- TinkerOredict (Enabled/Forced)
		- TinkerIntegration (Enabled/Forced)
		- TinkerFluids (Enabled/Forced)
		- TinkerMaterials (Enabled/Forced)
		- TinkerModelRegister (Enabled/Forced)
		- chiselIntegration (Enabled/Not Forced)
		- wailaIntegration (Enabled/Not Forced)
		- theoneprobeIntegration (Enabled/Not Forced)

	RebornCore: 
		Plugin Engine: 0
		RebornCore Version: 3.5.3.174
		Runtime Debofucsation 1
	Ender IO: No known problems detected.

	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
	!!!You are looking at the diagnostics information, not at the crash.       !!!
	!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

	Profiler Position: N/A (disabled)
	Is Modded: Definitely; Server brand changed to 'fml,forge'
	Type: Dedicated Server (map_server.txt)
report.txt (25,498 bytes)   

34486

2018-05-21 20:32

reporter   ~0005664

Hold this report for a second, Just saw a report just like this, (which I searched for earlier and my bad eyes didn't see) and I see it now, I will drop down to that forge version! Be right back to update you! Thanks!

34486

2018-05-21 21:06

reporter   ~0005665

Ok, No, running Forge version 2654 didn't fix the issue for me, I get the exact same issue. What is the problem here, and is there a solution???

Chocohead

2018-05-21 21:29

developer   ~0005666

It is a bug in reliquary (https://github.com/P3pp3rF1y/Reliquary/issues/291), if you update that everything should be fine again.

Issue History

Date Modified Username Field Change
2018-05-21 20:30 34486 New Issue
2018-05-21 20:30 34486 File Added: report.txt
2018-05-21 20:32 34486 Note Added: 0005664
2018-05-21 21:06 34486 Note Added: 0005665
2018-05-21 21:29 Chocohead Assigned To => Chocohead
2018-05-21 21:29 Chocohead Status new => resolved
2018-05-21 21:29 Chocohead Resolution open => no change required
2018-05-21 21:29 Chocohead Fixed in Version => Builds for MC 1.12.x
2018-05-21 21:29 Chocohead Note Added: 0005666