Advertisement
djddanman

MC Crash Whilst Updating Screen Events Report

Jul 21st, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.99 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  5. AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
  6. EnderCorePlugin (EnderCore-1.12.2-0.5.35.jar)
  7. BedPatch (bedpatch-2.2-1.12.2.jar)
  8. LoadingPlugin (Quark-r1.4-125.jar)
  9. Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  10. CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
  11. DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.14.jar)
  12. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.3-universal.jar)
  13. Contact their authors BEFORE contacting forge
  14.  
  15. // Who set us up the TNT?
  16.  
  17. Time: 7/21/18 7:50 PM
  18. Description: Updating screen events
  19.  
  20. java.lang.IllegalArgumentException: Cannot set property PropertyInteger{name=metadata, clazz=class java.lang.Integer, values=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]} to 12 on block fp:triebwerk, it is not an allowed value
  21. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177226_a(BlockStateContainer.java:235)
  22. at futurepack.common.block.BlockHoldingTile.func_176203_a(BlockHoldingTile.java:87)
  23. at crazypants.enderio.base.paint.PaintUtil.Block$getBlockFromItem_stack$getItem___$getStateFromMeta_stack$getMetadata___(PaintUtil.java:307)
  24. at crazypants.enderio.base.paint.PaintUtil.isValid(PaintUtil.java:47)
  25. at crazypants.enderio.base.recipe.painter.BasicPainterTemplate.isRecipe(BasicPainterTemplate.java:37)
  26. at crazypants.enderio.machines.integration.jei.PainterRegistryPlugin.getRecipeWrappers(PainterRegistryPlugin.java:170)
  27. at mezz.jei.recipes.RecipeRegistry.getRecipeWrappers(RecipeRegistry.java:610)
  28. at mezz.jei.recipes.RecipeRegistry.getRecipeCategories(RecipeRegistry.java:582)
  29. at mezz.jei.gui.recipes.RecipeGuiLogic.setFocus(RecipeGuiLogic.java:46)
  30. at mezz.jei.gui.recipes.RecipesGui.show(RecipesGui.java:388)
  31. at mezz.jei.input.InputHandler.handleMouseClickedFocus(InputHandler.java:169)
  32. at mezz.jei.input.InputHandler.handleMouseClick(InputHandler.java:117)
  33. at mezz.jei.input.InputHandler.handleMouseEvent(InputHandler.java:89)
  34. at mezz.jei.input.InputHandler.onGuiMouseEvent(InputHandler.java:78)
  35. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1018_InputHandler_onGuiMouseEvent_Pre.invoke(.dynamic)
  36. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  37. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  38. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:500)
  39. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1757)
  40. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
  41. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
  42. at net.minecraft.client.main.Main.main(SourceFile:123)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  46. at java.lang.reflect.Method.invoke(Method.java:497)
  47. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  48. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  49.  
  50.  
  51. A detailed walkthrough of the error, its code path and all known details is as follows:
  52. ---------------------------------------------------------------------------------------
  53.  
  54. -- Head --
  55. Thread: Client thread
  56. Stacktrace:
  57. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177226_a(BlockStateContainer.java:235)
  58. at futurepack.common.block.BlockHoldingTile.func_176203_a(BlockHoldingTile.java:87)
  59. at crazypants.enderio.base.paint.PaintUtil.Block$getBlockFromItem_stack$getItem___$getStateFromMeta_stack$getMetadata___(PaintUtil.java:307)
  60. at crazypants.enderio.base.paint.PaintUtil.isValid(PaintUtil.java:47)
  61. at crazypants.enderio.base.recipe.painter.BasicPainterTemplate.isRecipe(BasicPainterTemplate.java:37)
  62. at crazypants.enderio.machines.integration.jei.PainterRegistryPlugin.getRecipeWrappers(PainterRegistryPlugin.java:170)
  63. at mezz.jei.recipes.RecipeRegistry.getRecipeWrappers(RecipeRegistry.java:610)
  64. at mezz.jei.recipes.RecipeRegistry.getRecipeCategories(RecipeRegistry.java:582)
  65. at mezz.jei.gui.recipes.RecipeGuiLogic.setFocus(RecipeGuiLogic.java:46)
  66. at mezz.jei.gui.recipes.RecipesGui.show(RecipesGui.java:388)
  67. at mezz.jei.input.InputHandler.handleMouseClickedFocus(InputHandler.java:169)
  68. at mezz.jei.input.InputHandler.handleMouseClick(InputHandler.java:117)
  69. at mezz.jei.input.InputHandler.handleMouseEvent(InputHandler.java:89)
  70. at mezz.jei.input.InputHandler.onGuiMouseEvent(InputHandler.java:78)
  71. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1018_InputHandler_onGuiMouseEvent_Pre.invoke(.dynamic)
  72. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  73. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  74. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:500)
  75.  
  76. -- Affected screen --
  77. Details:
  78. Screen name: net.minecraft.client.gui.inventory.GuiInventory
  79.  
  80. -- Affected level --
  81. Details:
  82. Level name: MpServer
  83. All players: 1 total; [EntityPlayerSP['djddanman'/1889466, l='MpServer', x=-606.50, y=73.00, z=-911.50]]
  84. Chunk stats: MultiplayerChunkCache: 441, 441
  85. Level seed: 0
  86. Level generator: ID 00 - default, ver 1. Features enabled: false
  87. Level generator options:
  88. Level spawn location: World: (-212,64,-152), Chunk: (at 12,4,8 in -14,-10; contains blocks -224,0,-160 to -209,255,-145), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  89. Level time: 30830448 game time, 33892200 day time
  90. Level dimension: 0
  91. Level storage version: 0x00000 - Unknown?
  92. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  93. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  94. Forced entities: 124 total; [EntitySquid['Squid'/1889565, l='MpServer', x=-583.60, y=60.50, z=-939.40], EntityPlayerSP['djddanman'/1889466, l='MpServer', x=-606.50, y=73.00, z=-911.50], EntitySquid['Squid'/1889566, l='MpServer', x=-579.98, y=61.19, z=-948.60], EntityPigZombie['Zombie Pigman'/1838106, l='MpServer', x=-583.52, y=72.00, z=-907.41], EntityBat['Bat'/1889562, l='MpServer', x=-616.09, y=40.18, z=-954.86], EntityZombie['Zombie'/1011997, l='MpServer', x=-556.50, y=18.00, z=-924.50], EntityCreeper['Creeper'/1889796, l='MpServer', x=-557.50, y=27.00, z=-921.50], EntityZombie['Zombie'/1889542, l='MpServer', x=-528.51, y=24.00, z=-922.75], EntitySpider['Spider'/1889795, l='MpServer', x=-560.50, y=27.00, z=-920.50], EntityZombie['Zombie'/878121, l='MpServer', x=-626.50, y=17.00, z=-959.50], EntityRamFriesian['Friesian Ram'/1874985, l='MpServer', x=-566.00, y=71.00, z=-882.07], EntityZombie['Zombie'/553525, l='MpServer', x=-595.50, y=25.00, z=-945.50], EntityZombie['Zombie'/499013, l='MpServer', x=-562.50, y=38.00, z=-933.50], EntityItem['item.item.feather'/1889366, l='MpServer', x=-590.70, y=72.00, z=-919.19], EntityCreeper['Creeper'/1888321, l='MpServer', x=-612.50, y=36.00, z=-951.50], EntityMareDraftHorse['Draft Horse Mare'/1874754, l='MpServer', x=-618.62, y=72.94, z=-902.96], EntityCreeper['Creeper'/1888892, l='MpServer', x=-597.54, y=31.00, z=-932.17], EntityRamMerino['Merino Ram'/1889404, l='MpServer', x=-669.60, y=67.00, z=-914.40], EntityItem['item.item.feather'/1889149, l='MpServer', x=-591.57, y=72.00, z=-913.81], EntityRamFriesian['Friesian Ram'/1889405, l='MpServer', x=-669.60, y=66.00, z=-913.40], EntityRamFriesian['Friesian Ram'/1889407, l='MpServer', x=-660.83, y=64.00, z=-918.60], EntityZombie['Zombie'/324705, l='MpServer', x=-618.50, y=23.00, z=-913.50], EntityCreeper['Creeper'/1888889, l='MpServer', x=-552.50, y=34.00, z=-933.50], EntityCreeper['Creeper'/1888122, l='MpServer', x=-584.50, y=36.00, z=-945.50], EntitySkeleton['Skeleton'/1888123, l='MpServer', x=-584.50, y=36.00, z=-956.25], EntityBat['Bat'/1889403, l='MpServer', x=-663.37, y=28.52, z=-926.16], EntityRoosterLeghorn['Leghorn Rooster'/790654, l='MpServer', x=-591.51, y=72.00, z=-914.61], EntityHenLeghorn['Leghorn Hen'/801406, l='MpServer', x=-590.81, y=72.00, z=-918.96], EntityCreeper['Creeper'/1889640, l='MpServer', x=-616.50, y=20.00, z=-952.50], EntityCreeper['Creeper'/1889643, l='MpServer', x=-606.50, y=25.00, z=-833.50], EntityHenLeghorn['Leghorn Hen'/796278, l='MpServer', x=-589.34, y=71.81, z=-917.30], EntityBat['Bat'/1889436, l='MpServer', x=-561.76, y=26.89, z=-854.41], EntityMinecartChest['Minecart with Chest'/1889437, l='MpServer', x=-552.50, y=30.00, z=-863.21], EntityMareDraftHorse['Draft Horse Mare'/1889432, l='MpServer', x=-617.80, y=70.00, z=-863.56], EntityEweFriesian['Friesian Ewe'/133, l='MpServer', x=-596.27, y=72.00, z=-916.47], EntityMareDraftHorse['Draft Horse Mare'/1889433, l='MpServer', x=-610.44, y=69.00, z=-862.05], EntityRamFriesian['Friesian Ram'/134, l='MpServer', x=-596.17, y=72.00, z=-915.42], EntityBuckAngora['Angora Buck'/135, l='MpServer', x=-594.82, y=72.00, z=-914.49], EntityEweFriesian['Friesian Ewe'/136, l='MpServer', x=-594.92, y=72.00, z=-916.44], EntityRamFriesian['Friesian Ram'/137, l='MpServer', x=-593.60, y=72.00, z=-915.18], EntityEweFriesian['Friesian Ewe'/138, l='MpServer', x=-595.28, y=72.00, z=-916.91], EntityZombie['Zombie'/1889430, l='MpServer', x=-627.50, y=31.00, z=-986.50], EntityRamFriesian['Friesian Ram'/139, l='MpServer', x=-597.42, y=72.00, z=-916.36], EntityEweFriesian['Friesian Ewe'/140, l='MpServer', x=-593.50, y=72.00, z=-917.50], EntityEweFriesian['Friesian Ewe'/141, l='MpServer', x=-596.55, y=71.60, z=-917.48], EntityHenLeghorn['Leghorn Hen'/793729, l='MpServer', x=-589.39, y=72.00, z=-914.53], EntityRamFriesian['Friesian Ram'/142, l='MpServer', x=-596.26, y=72.00, z=-914.29], EntityEweFriesian['Friesian Ewe'/143, l='MpServer', x=-595.53, y=72.00, z=-918.81], EntityHenLeghorn['Leghorn Hen'/790403, l='MpServer', x=-590.76, y=72.00, z=-917.88], EntityRamFriesian['Friesian Ram'/144, l='MpServer', x=-597.48, y=72.00, z=-915.06], EntityZombie['Zombie'/1888396, l='MpServer', x=-563.50, y=21.00, z=-937.50], EntityEweFriesian['Friesian Ewe'/145, l='MpServer', x=-594.49, y=72.00, z=-917.90], EntityEweFriesian['Friesian Ewe'/146, l='MpServer', x=-595.03, y=72.00, z=-915.57], EntityEweFriesian['Friesian Ewe'/147, l='MpServer', x=-594.51, y=72.00, z=-918.81], EntityEweFriesian['Friesian Ewe'/148, l='MpServer', x=-595.50, y=72.00, z=-917.83], EntityRamFriesian['Friesian Ram'/149, l='MpServer', x=-593.60, y=72.00, z=-916.40], EntityLambFriesian['Friesian Lamb'/150, l='MpServer', x=-596.30, y=71.00, z=-917.30], EntityLambFriesian['Friesian Lamb'/151, l='MpServer', x=-594.49, y=72.00, z=-917.20], EntityZombie['Zombie'/1819270, l='MpServer', x=-600.50, y=37.00, z=-962.50], EntityMinecartChest['Minecart with Chest'/157, l='MpServer', x=-582.50, y=40.06, z=-941.50], EntityRamFriesian['Friesian Ram'/1889409, l='MpServer', x=-660.82, y=65.00, z=-921.11], EntityRamFriesian['Friesian Ram'/158, l='MpServer', x=-622.60, y=69.00, z=-927.60], EntityCowFriesian['Friesian Cow'/159, l='MpServer', x=-625.22, y=72.00, z=-890.69], EntityBullFriesian['Friesian Bull'/160, l='MpServer', x=-630.35, y=72.00, z=-897.39], EntityCowFriesian['Friesian Cow'/161, l='MpServer', x=-632.55, y=72.00, z=-887.70], EntityCowFriesian['Friesian Cow'/162, l='MpServer', x=-624.73, y=72.00, z=-897.44], EntityCowFriesian['Friesian Cow'/163, l='MpServer', x=-629.09, y=72.30, z=-892.02], EntityBullFriesian['Friesian Bull'/164, l='MpServer', x=-631.03, y=72.00, z=-887.80], EntityBullFriesian['Friesian Bull'/165, l='MpServer', x=-626.18, y=72.00, z=-897.45], EntityCowFriesian['Friesian Cow'/166, l='MpServer', x=-627.65, y=72.30, z=-892.52], EntityBullFriesian['Friesian Bull'/167, l='MpServer', x=-627.93, y=72.30, z=-894.34], EntityCowFriesian['Friesian Cow'/168, l='MpServer', x=-629.49, y=72.00, z=-888.52], EntityCowFriesian['Friesian Cow'/169, l='MpServer', x=-625.80, y=72.00, z=-895.97], EntityCowFriesian['Friesian Cow'/170, l='MpServer', x=-629.10, y=72.00, z=-890.63], EntityCowFriesian['Friesian Cow'/171, l='MpServer', x=-624.46, y=72.00, z=-892.15], EntityWagon['Covered Wagon'/172, l='MpServer', x=-579.68, y=72.00, z=-896.90], EntityMinecartChest['Minecart with Chest'/1889456, l='MpServer', x=-529.50, y=29.06, z=-956.89], EntityZombie['Zombie'/1889457, l='MpServer', x=-536.50, y=30.00, z=-948.50], EntityCowFriesian['Friesian Cow'/174, l='MpServer', x=-626.23, y=72.10, z=-892.18], EntityCowFriesian['Friesian Cow'/175, l='MpServer', x=-624.45, y=72.00, z=-895.17], EntityCowFriesian['Friesian Cow'/176, l='MpServer', x=-627.21, y=72.00, z=-895.88], EntityBullFriesian['Friesian Bull'/177, l='MpServer', x=-624.69, y=72.00, z=-893.69], EntityBullFriesian['Friesian Bull'/178, l='MpServer', x=-630.64, y=72.00, z=-892.87], EntityBullFriesian['Friesian Bull'/179, l='MpServer', x=-628.76, y=71.00, z=-895.92], EntityEnderman['Enderman'/1889455, l='MpServer', x=-560.50, y=40.00, z=-980.50], EntityCowFriesian['Friesian Cow'/180, l='MpServer', x=-627.62, y=72.00, z=-897.54], EntitySkeleton['Skeleton'/1889448, l='MpServer', x=-534.50, y=23.00, z=-925.50], EntityBullFriesian['Friesian Bull'/181, l='MpServer', x=-632.10, y=72.00, z=-889.48], EntityCreeper['Creeper'/1889449, l='MpServer', x=-531.50, y=38.00, z=-910.50], EntityCowFriesian['Friesian Cow'/182, l='MpServer', x=-628.09, y=72.00, z=-889.20], EntityCowFriesian['Friesian Cow'/183, l='MpServer', x=-626.21, y=72.00, z=-894.10], EntityZombie['Zombie'/1888427, l='MpServer', x=-594.50, y=18.00, z=-930.50], EntityRoosterLeghorn['Leghorn Rooster'/801204, l='MpServer', x=-591.57, y=72.00, z=-919.11], EntityMinecartChest['Minecart with Chest'/184, l='MpServer', x=-555.50, y=34.06, z=-940.51], EntitySpider['Spider'/1889444, l='MpServer', x=-629.50, y=41.00, z=-862.50], EntitySkeleton['Skeleton'/1889445, l='MpServer', x=-631.50, y=41.00, z=-863.50], EntitySpider['Spider'/1889447, l='MpServer', x=-533.50, y=23.00, z=-924.50], EntityMinecartChest['Minecart with Chest'/188, l='MpServer', x=-593.50, y=36.06, z=-896.51], EntityHenLeghorn['Leghorn Hen'/777911, l='MpServer', x=-587.52, y=72.00, z=-914.78], EntityMinecartChest['Minecart with Chest'/189, l='MpServer', x=-627.50, y=38.06, z=-922.50], EntityEweFriesian['Friesian Ewe'/1889443, l='MpServer', x=-645.50, y=68.00, z=-848.50], EntityZombie['Zombie'/1889501, l='MpServer', x=-553.50, y=39.00, z=-929.50], EntitySowYorkshire['American Yorkshire Sow'/194, l='MpServer', x=-621.55, y=69.00, z=-928.94], EntityZombie['Zombie'/1889502, l='MpServer', x=-555.50, y=39.00, z=-929.50], EntityCreeper['Creeper'/1889752, l='MpServer', x=-552.81, y=38.00, z=-903.51], EntityMinecartChest['Minecart with Chest'/197, l='MpServer', x=-553.51, y=30.00, z=-866.85], EntityItem['item.item.feather'/1884628, l='MpServer', x=-588.27, y=72.00, z=-917.99], EntityCreeper['Creeper'/1889748, l='MpServer', x=-563.50, y=35.00, z=-904.50], EntityMinecartChest['Minecart with Chest'/202, l='MpServer', x=-556.50, y=34.06, z=-900.51], EntityCreeper['Creeper'/1889750, l='MpServer', x=-563.50, y=35.00, z=-905.50], EntityCreeper['Creeper'/1889751, l='MpServer', x=-560.50, y=35.00, z=-902.50], EntityMinecartChest['Minecart with Chest'/205, l='MpServer', x=-587.50, y=24.06, z=-946.12], EntitySkeleton['Skeleton'/1889489, l='MpServer', x=-534.54, y=24.00, z=-965.75], EntityMinecartChest['Minecart with Chest'/206, l='MpServer', x=-575.50, y=29.06, z=-941.89], EntitySkeleton['Skeleton'/1889490, l='MpServer', x=-532.28, y=36.00, z=-968.49], EntityEnderman['Enderman'/1889480, l='MpServer', x=-641.50, y=39.00, z=-857.50], EntityZombie['Zombie'/1889481, l='MpServer', x=-643.50, y=39.00, z=-861.50], EntityZombie['Zombie'/1889482, l='MpServer', x=-643.50, y=39.00, z=-860.50], EntityZombie['Zombie'/1889483, l='MpServer', x=-643.50, y=39.00, z=-857.50], EntityZombie['Zombie'/1889532, l='MpServer', x=-646.50, y=17.00, z=-976.50], EntityHenLeghorn['Leghorn Hen'/802797, l='MpServer', x=-587.34, y=72.00, z=-914.31], EntitySkeleton['Skeleton'/1888504, l='MpServer', x=-635.48, y=22.00, z=-970.32], EntityBat['Bat'/1887480, l='MpServer', x=-577.13, y=36.10, z=-896.22], EntityBat['Bat'/1888743, l='MpServer', x=-561.75, y=33.10, z=-916.50]]
  95. Retry entities: 0 total; []
  96. Server brand: fml,forge
  97. Server type: Non-integrated multiplayer server
  98. Stacktrace:
  99. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
  100. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2739)
  101. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:418)
  102. at net.minecraft.client.main.Main.main(SourceFile:123)
  103. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  104. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  105. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  106. at java.lang.reflect.Method.invoke(Method.java:497)
  107. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  108. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  109.  
  110. -- System Details --
  111. Details:
  112. Minecraft Version: 1.12.2
  113. Operating System: Windows 10 (amd64) version 10.0
  114. Java Version: 1.8.0_51, Oracle Corporation
  115. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  116. Memory: 2965441296 bytes (2828 MB) / 5368709120 bytes (5120 MB) up to 5368709120 bytes (5120 MB)
  117. JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -Xms5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
  118. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  119. FML: MCP 9.42 Powered by Forge 14.23.4.2736 Optifine OptiFine_1.12.2_HD_U_E1 91 mods loaded, 91 mods active
  120. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  121.  
  122. | State | ID | Version | Source | Signature |
  123. |:------ |:--------------------------------- |:---------------------------- |:----------------------------------------------- |:---------------------------------------- |
  124. | UCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  125. | UCHIJA | mcp | 9.42 | minecraft.jar | None |
  126. | UCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2736.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  127. | UCHIJA | forge | 14.23.4.2736 | forge-1.12.2-14.23.4.2736.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  128. | UCHIJA | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
  129. | UCHIJA | quark | r1.4-125 | Quark-r1.4-125.jar | None |
  130. | UCHIJA | animania | 1.4.7 | animania-1.12.2-1.4.8.jar | None |
  131. | UCHIJA | applecore | 3.1.3 | AppleCore-mc1.12.2-3.1.3.jar | None |
  132. | UCHIJA | jei | 4.11.0.204 | jei_1.12.2-4.11.0.204.jar | None |
  133. | UCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  134. | UCHIJA | architecturecraft | @VERSION@ | architecturecraft-1.12-2.68.jar | None |
  135. | UCHIJA | autoplant | 1.12-1.0.0 | autoplant-1.12-1.0.0.jar | None |
  136. | UCHIJA | autoreglib | 1.3-18 | AutoRegLib-1.3-18.jar | None |
  137. | UCHIJA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  138. | UCHIJA | betterbuilderswands | 0.12.0 | BetterBuildersWands-1.12-0.12.0.251+d6c4d93.jar | None |
  139. | UCHIJA | buildinggadgets | 1.1.2 | BuildingGadgets-1.1.2.jar | None |
  140. | UCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  141. | UCHIJA | codechickenlib | 3.1.9.344 | CodeChickenLib-1.12.2-3.1.9.344-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  142. | UCHIJA | chickenchunks | 2.4.1.71 | ChickenChunks-1.12.2-2.4.1.71-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  143. | UCHIJA | ctm | MC1.12-0.3.0.15 | CTM-MC1.12-0.3.0.15.jar | None |
  144. | UCHIJA | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
  145. | UCHIJA | chiselsandbits | 14.19 | chiselsandbits-14.19.jar | None |
  146. | UCHIJA | clumps | 3.1.1 | Clumps-3.1.1.jar | None |
  147. | UCHIJA | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  148. | UCHIJA | cofhcore | 4.5.2 | CoFHCore-1.12.2-4.5.2.19-universal.jar | None |
  149. | UCHIJA | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  150. | UCHIJA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
  151. | UCHIJA | endercore | 1.12.2-0.5.35 | EnderCore-1.12.2-0.5.35.jar | None |
  152. | UCHIJA | thermalfoundation | 2.5.0 | ThermalFoundation-1.12.2-2.5.0.19-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  153. | UCHIJA | enderio | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  154. | UCHIJA | enderiointegrationtic | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  155. | UCHIJA | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None |
  156. | UCHIJA | conarm | 1.0.1.2 | conarm-1.12.2-1.0.1.2.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  157. | UCHIJA | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
  158. | UCHIJA | crafttweaker | 4.1.9 | CraftTweaker2-1.12-4.1.9.jar | None |
  159. | UCHIJA | cookingforblockheads | 6.4.40 | CookingForBlockheads_1.12.2-6.4.40.jar | None |
  160. | UCHIJA | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
  161. | UCHIJA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.9.jar | None |
  162. | UCHIJA | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.9.jar | None |
  163. | UCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  164. | UCHIJA | p455w0rdslib | 2.0.29 | p455w0rdslib-1.12-2.0.29.jar | None |
  165. | UCHIJA | danknull | 1.4.33 | DankNull-1.12-1.4.33.jar | None |
  166. | UCHIJA | dsurround | 3.4.9.14 | DynamicSurroundings-1.12.2-3.4.9.14.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  167. | UCHIJA | presets | 3.4.9.14 | DynamicSurroundings-1.12.2-3.4.9.14.jar | None |
  168. | UCHIJA | elevatorid | 1.3.6 | ElevatorMod-1.12.2-1.3.6.jar | None |
  169. | UCHIJA | enderiobase | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  170. | UCHIJA | enderioconduits | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  171. | UCHIJA | enderioconduitsappliedenergistics | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  172. | UCHIJA | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.7.jar | None |
  173. | UCHIJA | refinedstorage | 1.5.34 | refinedstorage-1.5.34.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  174. | UCHIJA | enderioconduitsopencomputers | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  175. | UCHIJA | enderioconduitsrefinedstorage | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  176. | UCHIJA | enderiointegrationforestry | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  177. | UCHIJA | enderiointegrationticlate | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  178. | UCHIJA | enderiomachines | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  179. | UCHIJA | enderiopowertools | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  180. | UCHIJA | enderstorage | 2.4.4.132 | EnderStorage-1.12.2-2.4.4.132-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  181. | UCHIJA | externaltweaker | 0.3 | externaltweaker-1.12-0.3.jar | None |
  182. | UCHIJA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  183. | UCHIJA | fp | 26.3.210 | Futurepack-1.12.2-26.3.210.jar | 3ad693059337b95c41b649ec9f29c4a6e8282586 |
  184. | UCHIJA | fp.api | 1.1.0 | Futurepack-1.12.2-26.3.210.jar | None |
  185. | UCHIJA | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
  186. | UCHIJA | gravestone | 1.10.1 | gravestone-1.10.1.jar | None |
  187. | UCHIJA | inventorytweaks | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  188. | UCHIJA | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
  189. | UCHIJA | ironchest | 1.12.2-7.0.44.829 | ironchest-1.12.2-7.0.44.829.jar | None |
  190. | UCHIJA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
  191. | UCHIJA | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None |
  192. | UCHIJA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  193. | UCHIJA | mcjtylib_ng | 3.0.3 | mcjtylib-1.12-3.0.3.jar | None |
  194. | UCHIJA | meecreeps | 1.2.1 | meecreeps-1.12-1.2.1.jar | None |
  195. | UCHIJA | mob_grinding_utils | 0.3.7 | MobGrindingUtils-0.3.7.jar | None |
  196. | UCHIJA | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
  197. | UCHIJA | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None |
  198. | UCHIJA | harvestcraft | 1.12.2u | Pam's+HarvestCraft+1.12.2u.jar | None |
  199. | UCHIJA | plustic | 6.5.1.0 | plustic-6.5.1.0.jar | None |
  200. | UCHIJA | ptrmodellib | 1.0.2 | PTRLib-1.0.2.jar | None |
  201. | UCHIJA | reborncore | 3.9.2.319 | RebornCore-1.12.2-3.9.2.319-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  202. | UCHIJA | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.1.0.50.jar | None |
  203. | UCHIJA | refinedstorageaddons | 0.3 | refinedstorageaddons-0.3.jar | None |
  204. | UCHIJA | rftools | 7.55 | rftools-1.12-7.55.jar | None |
  205. | UCHIJA | rftoolscontrol | 1.9.1 | rftoolsctrl-1.12-1.9.1.jar | None |
  206. | UCHIJA | rftoolspower | 1.1.1 | rftoolspower-1.12-1.1.1.jar | None |
  207. | UCHIJA | sereneseasons | 1.2.3 | SereneSeasons-1.12.2-1.2.3-universal.jar | None |
  208. | UCHIJA | spiceoflife | 1.3.12 | SpiceOfLife-mc1.12-1.3.12.jar | None |
  209. | UCHIJA | tinkertoolleveling | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar | None |
  210. | UCHIJA | veinminer | 0.38.2 | VeinMiner-1.12-0.38.2.647+b31535a.jar | None |
  211. | UCHIJA | veinminermodsupport | 0.38.2 | VeinMiner-1.12-0.38.2.647+b31535a.jar | None |
  212. | UCHIJA | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
  213. | UCHIJA | woot | 1.12.2-1.3.0 | woot-1.12.2-1.3.0.jar | None |
  214. | UCHIJA | hungeroverhaul | 1.12.2-1.3.3.jenkins148 | HungerOverhaul-1.12.2-1.3.3.jenkins148.jar | None |
  215.  
  216. Loaded coremods (and transformers):
  217. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  218.  
  219. AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
  220. squeek.applecore.asm.TransformerModuleHandler
  221. EnderCorePlugin (EnderCore-1.12.2-0.5.35.jar)
  222. com.enderio.core.common.transform.EnderCoreTransformer
  223. com.enderio.core.common.transform.SimpleMixinPatcher
  224. BedPatch (bedpatch-2.2-1.12.2.jar)
  225. com.mordenkainen.bedpatch.BedPatchASM
  226. LoadingPlugin (Quark-r1.4-125.jar)
  227. vazkii.quark.base.asm.ClassTransformer
  228. Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  229. invtweaks.forge.asm.ContainerTransformer
  230. CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
  231. team.chisel.ctm.client.asm.CTMTransformer
  232. DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.14.jar)
  233. org.blockartistry.DynSurround.asm.Transformer
  234. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.3-universal.jar)
  235. sereneseasons.asm.transformer.EntityRendererTransformer
  236. sereneseasons.asm.transformer.WorldTransformer
  237. GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 21.20.16.4821' Renderer: 'Intel(R) Iris(TM) Graphics 540'
  238. Pulsar/tconstruct loaded Pulses:
  239. - TinkerCommons (Enabled/Forced)
  240. - TinkerWorld (Enabled/Not Forced)
  241. - TinkerTools (Enabled/Not Forced)
  242. - TinkerHarvestTools (Enabled/Forced)
  243. - TinkerMeleeWeapons (Enabled/Forced)
  244. - TinkerRangedWeapons (Enabled/Forced)
  245. - TinkerModifiers (Enabled/Forced)
  246. - TinkerSmeltery (Enabled/Not Forced)
  247. - TinkerGadgets (Enabled/Not Forced)
  248. - TinkerOredict (Enabled/Forced)
  249. - TinkerIntegration (Enabled/Forced)
  250. - TinkerFluids (Enabled/Forced)
  251. - TinkerMaterials (Enabled/Forced)
  252. - TinkerModelRegister (Enabled/Forced)
  253. - chiselIntegration (Enabled/Not Forced)
  254. - chiselsandbitsIntegration (Enabled/Not Forced)
  255. - craftingtweaksIntegration (Enabled/Not Forced)
  256. - wailaIntegration (Enabled/Not Forced)
  257.  
  258. List of loaded APIs:
  259. * AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.3.jar
  260. * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
  261. * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
  262. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
  263. * ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.19.jar
  264. * cofhapi (2.5.0) from CoFHCore-1.12.2-4.5.2.19-universal.jar
  265. * CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
  266. * CSLib|API (1.0.1) from PTRLib-1.0.2.jar
  267. * ctm-api (0.1.0) from CTM-MC1.12-0.3.0.15.jar
  268. * ctm-api-events (0.1.0) from CTM-MC1.12-0.3.0.15.jar
  269. * ctm-api-models (0.1.0) from CTM-MC1.12-0.3.0.15.jar
  270. * ctm-api-textures (0.1.0) from CTM-MC1.12-0.3.0.15.jar
  271. * ctm-api-utils (0.1.0) from CTM-MC1.12-0.3.0.15.jar
  272. * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.29.jar
  273. * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.29.jar
  274. * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.29.jar
  275. * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.29.jar
  276. * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.29.jar
  277. * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.29.jar
  278. * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.29.jar
  279. * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.29.jar
  280. * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.29.jar
  281. * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
  282. * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
  283. * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
  284. * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
  285. * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
  286. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.11.0.204.jar
  287. * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
  288. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.29.jar
  289. * QuarkAPI (2) from Quark-r1.4-125.jar
  290. * reborncoreAPI (3.9.2.319) from RebornCore-1.12.2-3.9.2.319-universal.jar
  291. * reborncoreAPI|Power (3.9.2.319) from RebornCore-1.12.2-3.9.2.319-universal.jar
  292. * reborncoreAPI|Recipe (3.9.2.319) from RebornCore-1.12.2-3.9.2.319-universal.jar
  293. * reborncoreAPI|Tile (3.9.2.319) from RebornCore-1.12.2-3.9.2.319-universal.jar
  294. * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  295. * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  296. * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  297. * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  298. * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  299. * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  300. * veinminerApi (0.3) from VeinMiner-1.12-0.38.2.647+b31535a.jar
  301. * WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
  302. RebornCore:
  303. Plugin Engine: 0
  304. RebornCore Version: 3.9.2.319
  305. Runtime Debofucsation 1
  306. RenderEngine: 1
  307. Ender IO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
  308. * Optifine is installed. This is NOT supported.
  309. This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  310.  
  311. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  312. !!!You are looking at the diagnostics information, not at the crash. !!!
  313. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  314. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  315.  
  316. Launched Version: 1.12.2-forge1.12.2-14.23.4.2736
  317. LWJGL: 2.9.4
  318. OpenGL: Intel(R) Iris(TM) Graphics 540 GL version 4.4.0 - Build 21.20.16.4821, Intel
  319. GL Caps: Using GL 1.3 multitexturing.
  320. Using GL 1.3 texture combiners.
  321. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  322. Shaders are available because OpenGL 2.1 is supported.
  323. VBOs are available because OpenGL 1.5 is supported.
  324.  
  325. Using VBOs: Yes
  326. Is Modded: Definitely; Client brand changed to 'fml,forge'
  327. Type: Client (map_client.txt)
  328. Resource Packs: Vanilla Tweaks 3, Cloud Pack (incompatible)
  329. Current Language: English (US)
  330. Profiler Position: N/A (disabled)
  331. CPU: 4x Intel(R) Core(TM) i7-6560U CPU @ 2.20GHz
  332. OptiFine Version: OptiFine_1.12.2_HD_U_E1
  333. OptiFine Build: 20180628-111228
  334. Render Distance Chunks: 19
  335. Mipmaps: 4
  336. Anisotropic Filtering: 1
  337. Antialiasing: 0
  338. Multitexture: false
  339. Shaders: null
  340. OpenGlVersion: 4.4.0 - Build 21.20.16.4821
  341. OpenGlRenderer: Intel(R) Iris(TM) Graphics 540
  342. OpenGlVendor: Intel
  343. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement