Skip to content

Instantly share code, notes, and snippets.

@vico93
Created October 10, 2016 01:15
Show Gist options
  • Save vico93/0352ff43eb9c6ab58a8fe4358b63ac06 to your computer and use it in GitHub Desktop.
Save vico93/0352ff43eb9c6ab58a8fe4358b63ac06 to your computer and use it in GitHub Desktop.
Railcraft crash when Factory module is disabled
---- Minecraft Crash Report ----
WARNING: coremods are present:
offlineskins (OfflineSkins-1.10.2-v1a.jar)
CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
BetterFontsCore (TTFR-1.10.2-1.5.2.jar)
MalisisCorePlugin (malisiscore-1.10.2-4.2.5.jar)
CCCDeobfPlugin (unknown)
CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.58-universal.jar)
CodeChickenCorePlugin (CodeChickenCore-1.10.2-2.1.8.79-universal.jar)
OFMDepLoader (OpenFM-1.9.4-0.1.0.13.jar)
Contact their authors BEFORE contacting forge
// Quite honestly, I wouldn't worry myself about that.
Time: 09/10/16 22:13
Description: Initializing game
java.lang.RuntimeException: Invalid Loot
at mods.railcraft.common.plugins.forge.LootPlugin.addLoot(LootPlugin.java:53)
at mods.railcraft.common.plugins.forge.LootPlugin.addLoot(LootPlugin.java:68)
at mods.railcraft.common.modules.ModuleResources$1.preInit(ModuleResources.java:70)
at mods.railcraft.common.modules.RailcraftModulePayload$BaseModuleEventHandler.preInit(RailcraftModulePayload.java:72)
at mods.railcraft.common.modules.RailcraftModuleManager$Stage$2.passToModule(RailcraftModuleManager.java:266)
at mods.railcraft.common.modules.RailcraftModuleManager.processStage(RailcraftModuleManager.java:223)
at mods.railcraft.common.modules.RailcraftModuleManager.preInit(RailcraftModuleManager.java:173)
at mods.railcraft.common.core.Railcraft.preInit(Railcraft.java:169)
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:597)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:609)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:257)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at mods.railcraft.common.plugins.forge.LootPlugin.addLoot(LootPlugin.java:53)
at mods.railcraft.common.plugins.forge.LootPlugin.addLoot(LootPlugin.java:68)
at mods.railcraft.common.modules.ModuleResources$1.preInit(ModuleResources.java:70)
at mods.railcraft.common.modules.RailcraftModulePayload$BaseModuleEventHandler.preInit(RailcraftModulePayload.java:72)
at mods.railcraft.common.modules.RailcraftModuleManager$Stage$2.passToModule(RailcraftModuleManager.java:266)
at mods.railcraft.common.modules.RailcraftModuleManager.processStage(RailcraftModuleManager.java:223)
at mods.railcraft.common.modules.RailcraftModuleManager.preInit(RailcraftModuleManager.java:173)
at mods.railcraft.common.core.Railcraft.preInit(Railcraft.java:169)
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:597)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:609)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:257)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
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)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 199946872 bytes (190 MB) / 525279232 bytes (500 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.2.2099 Optifine OptiFine_1.10.2_HD_U_C3 48 mods loaded, 48 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.2.2099.jar)
UCH Forge{12.18.2.2099} [Minecraft Forge] (forge-1.10.2-12.18.2.2099.jar)
UCH CodeChickenCore{2.1.8.79} [CodeChicken Core] (minecraft.jar)
UCH BetterFonts{1.5.2} [BetterFonts] (minecraft.jar)
UCH bspkrsCore{7.3} [bspkrsCore] (1.10.2.bspkrsCore-universal-7.3.jar)
UCH Treecapitator{1.10.2.1} [Treecapitator] (1.10.2.Treecapitator-universal-1.10.2.1.jar)
UCH ambidextrous{1.0} [Ambidextrous] (ambidextrous-1.0.jar)
UCH JEI{3.12.6.304} [Just Enough Items] (jei_1.10.2-3.12.6.304.jar)
UCH blockdrops{1.0.9} [Block Drops] (BlockDrops-1.10.2-1.0.9.jar)
UCH ChestTransporter{2.5.2} [Chest Transporter] (ChestTransporter-1.10.2-2.5.2.jar)
UCH ChickenChunks{2.1.3.36} [ChickenChunks] (ChickenChunks-1.10.2-2.1.3.36-universal.jar)
UCH ComputerCraft{1.80pr0} [ComputerCraft] (ComputerCraft1.80pr0.jar)
UCH excore{1.6.2} [EXCore] (Excore-1.6.2-1.10.2.jar)
UCH creeperawareness{2.0.2} [Creeper Awareness] (CreeperAwareness-2.0.2-1.10.2.jar)
UCH creeperconfetti{1.3} [Creeper Confetti] (creeperconfetti-1.2.1.jar)
UCH cxlibrary{1.2.2} [CXLibrary] (cxlibrary-1.10.2-1.2.2.jar)
UCH DragonMounts{r46-1.10.2} [Dragon Mounts] (DragonMounts-r46-1.10.2.jar)
UCH glass_shards{1.6.2} [Glass Shards] (glass_shards_mc1.9.4-1.6.2.jar)
UCH GlobalGameRules{1.0} [Global GameRules] (GlobalGameRules-1.10.2-1.0.jar)
UCH gobackpacks{1.0.0} [Good Old Backpacks] (GoodOldBackpacks-1.10.2-1.0.0.jar)
UCH hopperducts{1.4.8} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.jar)
UCH inventory_x{1.10-1.0.1} [Inventory X] (inventory_x-1.10-1.0.1.jar)
UCH inventorysorter{0.10.0+42} [Simple Inventory sorting] (inventorysorter-1.10-0.10.0+42.jar)
UCH ironchest{1.10.2-7.0.9.796} [Iron Chest] (ironchest-1.10.2-7.0.9.796.jar)
UCH jeresources{0.4.6.42} [Just Enough Resources] (JustEnoughResources-1.10.2-0.4.6.42.jar)
UCH malisiscore{1.10.2-4.2.5} [MalisisCore] (malisiscore-1.10.2-4.2.5.jar)
UCH malisisblocks{1.10.2-4.1.1} [Malisis Blocks] (malisisblocks-1.10.2-4.1.1.jar)
UCH malisisdoors{1.10.2-5.1.3} [MalisisDoors] (malisisdoors-1.10.2-5.1.3.jar)
UCH MoreFurnaces{1.8.2} [More Furnaces] (MoreFurnaces-1.10.2-1.8.2.jar)
UCH MultiPageChest{1.7.0} [Multi Page Chest] (MultiPageChest-1.10-1.7.0.jar)
UCH mychunkloader{1.9.4-1.10.2-03} [My Chunk Loader] (Mychunkloader-1.9.4-1.10.2-03.jar)
UCH NBTEdit{1.10.2-2.0.0} [In-game NBTEdit] (NBTEdit-1.10.2-2.0.0.jar)
UCH netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
UCH offlineskins{1.10.2-v1a} [OfflineSkins] (OfflineSkins-1.10.2-v1a.jar)
UCH openfm{0.1.0.13} [OpenFM] (OpenFM-1.9.4-0.1.0.13.jar)
UCH orespawn{2.0.0} [OreSpawn] (orespawn-2.0.0.5-1.10.2.jar)
UCH simplerecipes{1.9.4-1.10.2a} [Pam's Simple Recipes] (Pam's Simple Recipes 1.9.4-1.10.2a.jar)
UCH Quartzly{0.3} [Quartzly] (Quartzly0.3.jar)
UCE railcraft{10.0.0-beta-2} [Railcraft] (Railcraft_1.10.2-10.0.0-beta-2.jar)
UCH reptilemod{3.5.2} [Reptile Mod] (reptilemod-1.10.2-3.5.2-58.jar)
UCH AS_Ruins{16.2} [Ruins Spawning System] (Ruins-1.10.2.jar)
UCH seeddrop{1.0.0-1.10} [SeedDrop] (SeedDrop-1.0.0-1.10.jar)
UCH sensorcraft{0.4.0} [SensorCraft] (sensorcraft-1.10-0.4.0.jar)
UCH simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
UCH earth{1.1.0} [The Earth Mod] (TheEarth-1.1.0.jar)
UCH waterstrainer{1.3.0} [Water Strainer] (WaterStrainer-1.9.4-1.3.0.jar)
UCH XaeroMinimap{1.10.9} [Xaero's Minimap] (Xaeros_Minimap_1.10.9_Forge_1.10.2.jar)
Loaded coremods (and transformers):
offlineskins (OfflineSkins-1.10.2-v1a.jar)
lain.mods.skins.asm.ASMTransformer
CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
cubex2.cxlibrary.CoreModTransformer
BetterFontsCore (TTFR-1.10.2-1.5.2.jar)
cubex2.ttfr.BFClassTransformer
MalisisCorePlugin (malisiscore-1.10.2-4.2.5.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
CCCDeobfPlugin (unknown)
CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.58-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
CodeChickenCorePlugin (CodeChickenCore-1.10.2-2.1.8.79-universal.jar)
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
OFMDepLoader (OpenFM-1.9.4-0.1.0.13.jar)
GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 10.18.15.4279' Renderer: 'Intel(R) HD Graphics 5500'
CodeChickenCore: ignoreInvalidMCVersion state: false
Launched Version: 1.10.2-forge1.10.2-12.18.2.2099
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 5500 GL version 4.4.0 - Build 10.18.15.4279, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: traducoes_vicocraft, Default Improved.zip, Roses for Poppies.zip, ColorCorrectedClay.zip, BetterStones.zip
Current Language: Português (Brasil)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment