Advertisement
Guest User

empyr

a guest
Mar 30th, 2020
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.73 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Shall we play a game?
  3.  
  4. Time: 3/30/20 9:20 PM
  5. Description: Updating screen events
  6.  
  7. java.lang.ArrayIndexOutOfBoundsException: 4
  8. at crazypants.enderio.item.darksteel.upgrade.EnergyUpgrade.getAbsorptionRatio(EnergyUpgrade.java:260)
  9. at crazypants.enderio.item.darksteel.upgrade.EnergyUpgrade.addDetailedEntries(EnergyUpgrade.java:222)
  10. at crazypants.enderio.item.darksteel.DarkSteelRecipeManager.addAdvancedTooltipEntries(DarkSteelRecipeManager.java:199)
  11. at crazypants.enderio.item.darksteel.ItemDarkSteelArmor.addDetailedEntries(ItemDarkSteelArmor.java:194)
  12. at com.enderio.core.client.handlers.SpecialTooltipHandler.hasDetailedTooltip(SpecialTooltipHandler.java:136)
  13. at com.enderio.core.client.handlers.SpecialTooltipHandler.addInformation(SpecialTooltipHandler.java:119)
  14. at com.enderio.core.client.handlers.SpecialTooltipHandler.addTooltip(SpecialTooltipHandler.java:62)
  15. at cpw.mods.fml.common.eventhandler.ASMEventHandler_414_SpecialTooltipHandler_addTooltip_ItemTooltipEvent.invoke(.dynamic)
  16. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  17. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  18. at net.minecraftforge.event.ForgeEventFactory.onItemTooltip(ForgeEventFactory.java:169)
  19. at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:626)
  20. at net.minecraft.client.gui.inventory.GuiContainerCreative.updateFilteredItems(GuiContainerCreative.java:378)
  21. at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147053_i(GuiContainerCreative.java:350)
  22. at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:550)
  23. at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:456)
  24. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
  25. at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
  26. at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:566)
  27. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
  28. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1721)
  29. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1029)
  30. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:951)
  31. at net.minecraft.client.main.Main.main(SourceFile:148)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  35. at java.lang.reflect.Method.invoke(Method.java:498)
  36. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  37. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  38. at launcher.lOlkEKchebureK.LoLkeKChEbUREk(SourceFile:321)
  39. at launcher.lOlkEKchebureK.main(SourceFile:204)
  40.  
  41.  
  42. A detailed walkthrough of the error, its code path and all known details is as follows:
  43. ---------------------------------------------------------------------------------------
  44.  
  45. -- Head --
  46. Stacktrace:
  47. at crazypants.enderio.item.darksteel.upgrade.EnergyUpgrade.getAbsorptionRatio(EnergyUpgrade.java:260)
  48. at crazypants.enderio.item.darksteel.upgrade.EnergyUpgrade.addDetailedEntries(EnergyUpgrade.java:222)
  49. at crazypants.enderio.item.darksteel.DarkSteelRecipeManager.addAdvancedTooltipEntries(DarkSteelRecipeManager.java:199)
  50. at crazypants.enderio.item.darksteel.ItemDarkSteelArmor.addDetailedEntries(ItemDarkSteelArmor.java:194)
  51. at com.enderio.core.client.handlers.SpecialTooltipHandler.hasDetailedTooltip(SpecialTooltipHandler.java:136)
  52. at com.enderio.core.client.handlers.SpecialTooltipHandler.addInformation(SpecialTooltipHandler.java:119)
  53. at com.enderio.core.client.handlers.SpecialTooltipHandler.addTooltip(SpecialTooltipHandler.java:62)
  54. at cpw.mods.fml.common.eventhandler.ASMEventHandler_414_SpecialTooltipHandler_addTooltip_ItemTooltipEvent.invoke(.dynamic)
  55. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  56. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  57. at net.minecraftforge.event.ForgeEventFactory.onItemTooltip(ForgeEventFactory.java:169)
  58. at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:626)
  59. at net.minecraft.client.gui.inventory.GuiContainerCreative.updateFilteredItems(GuiContainerCreative.java:378)
  60. at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147053_i(GuiContainerCreative.java:350)
  61. at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:550)
  62. at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:456)
  63. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
  64. at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
  65. at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:566)
  66. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
  67.  
  68. -- Affected screen --
  69. Details:
  70. Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative
  71.  
  72. -- Affected level --
  73. Details:
  74. Level name: MpServer
  75. All players: 1 total; [EntityClientPlayerMP['Empyr111'/537113, l='MpServer', x=-5493.70, y=79.62, z=-1374.59]]
  76. Chunk stats: MultiplayerChunkCache: 81, 81
  77. Level seed: 0
  78. Level generator: ID 00 - default, ver 1. Features enabled: false
  79. Level generator options:
  80. Level spawn location: World: (2216,84,6103), Chunk: (at 8,5,7 in 138,381; contains blocks 2208,0,6096 to 2223,255,6111), Region: (4,11; contains chunks 128,352 to 159,383, blocks 2048,0,5632 to 2559,255,6143)
  81. Level time: 13630801 game time, 13630801 day time
  82. Level dimension: 0
  83. Level storage version: 0x00000 - Unknown?
  84. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  85. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  86. Forced entities: 8 total; [EntitySheep['Овца'/537325, l='MpServer', x=-5509.47, y=69.00, z=-1350.34], EntityCartChest['entity.MinecartChest.name'/537326, l='MpServer', x=-5531.50, y=6.50, z=-1359.50], EntityClientPlayerMP['Empyr111'/537113, l='MpServer', x=-5493.70, y=79.62, z=-1374.59], EntityCaveSpider['Пещерный паук'/1614, l='MpServer', x=-5.30, y=-48.62, z=12.59], EntityCow['Корова'/537328, l='MpServer', x=-5536.75, y=67.00, z=-1350.38], EntityChicken['Курица'/537329, l='MpServer', x=-5487.41, y=68.00, z=-1340.59], EntityZombie['Зомби'/541076, l='MpServer', x=-5516.50, y=5.00, z=-1353.50], EntityZombie['Зомби'/541077, l='MpServer', x=-5517.50, y=5.00, z=-1354.50]]
  87. Retry entities: 0 total; []
  88. Server brand: kcauldron,cauldron,craftbukkit,mcpc,fml,forge
  89. Server type: Non-integrated multiplayer server
  90. Stacktrace:
  91. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:425)
  92. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2556)
  93. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:972)
  94. at net.minecraft.client.main.Main.main(SourceFile:148)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  96. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  97. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  98. at java.lang.reflect.Method.invoke(Method.java:498)
  99. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  100. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  101. at launcher.lOlkEKchebureK.LoLkeKChEbUREk(SourceFile:321)
  102. at launcher.lOlkEKchebureK.main(SourceFile:204)
  103.  
  104. -- System Details --
  105. Details:
  106. Minecraft Version: 1.7.10
  107. Operating System: Windows 10 (amd64) version 10.0
  108. Java Version: 1.8.0_131, Oracle Corporation
  109. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  110. Memory: 1886114808 bytes (1798 MB) / 2670985216 bytes (2547 MB) up to 2670985216 bytes (2547 MB)
  111. JVM Flags: 8 total; -XX:HeapDumpPath=ThisTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2560M -Xmx2560M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -XX:+DisableAttachMechanism
  112. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  113. IntCache: cache: 0, tcache: 0, allocated: 17, tallocated: 98
  114. FML: MCP v9.05 FML v7.10.99.99 Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_E7 100 mods loaded, 100 mods active
  115. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  116. UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  117. UCHIJA FML{7.10.99.99} [Forge Mod Loader] (f.jar)
  118. UCHIJA Forge{10.13.4.1614} [Minecraft Forge] (f.jar)
  119. UCHIJA appliedenergistics2-core{rv3-beta-27} [Applied Energistics 2 Core] (minecraft.jar)
  120. UCHIJA Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
  121. UCHIJA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  122. UCHIJA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  123. UCHIJA PlayerAPI{1.4} [Player API] (minecraft.jar)
  124. UCHIJA world-tooltips-core{1.2.3} [World-Tooltips Core] (minecraft.jar)
  125. UCHIJA ClientFixer{1.0} [ClientFixer] (minecraft.jar)
  126. UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  127. UCHIJA PacketUnlimiter{1.1} [PacketUnlimiter] (minecraft.jar)
  128. UCHIJA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
  129. UCHIJA CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar)
  130. UCHIJA BuildCraft|Core{7.1.23} [BuildCraft] (buildcraft-7.1.23-client.jar)
  131. UCHIJA BuildCraft|Transport{7.1.23} [BC Transport] (buildcraft-7.1.23-client.jar)
  132. UCHIJA BuildCraft|Factory{7.1.23} [BC Factory] (buildcraft-7.1.23-client.jar)
  133. UCHIJA BuildCraft|Silicon{7.1.23} [BC Silicon] (buildcraft-7.1.23-client.jar)
  134. UCHIJA additionalpipes{4.7.0} [Additional Pipes] (AdditionalPipes.jar)
  135. UCHIJA IC2{2.2.827-experimental} [IndustrialCraft 2] (industrialcraft.jar)
  136. UCHIJA AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (AdvancedSolarPanel-1.7.10-3.5.1.jar)
  137. UCHIJA appliedenergistics2{rv3-beta-27} [Applied Energistics 2] (appliedenergistics2-rv3-beta-27.jar)
  138. UCHIJA bdlib{1.9.4.109} [BD Lib] (bdlib.jar)
  139. UCHIJA ae2stuff{0.5.1.9} [AE2 Stuff] (ae2stuff.jar)
  140. UCHIJA AFSU{1.2.3a-Freeza} [AFSU Mod] (AFSU-1.2.3a-Freeza.jar)
  141. UCHIJA anchors{1.0beta} [Anchors] (anchors-1_7_10-1_0.jar)
  142. UCHIJA ArmorStatusHUD{1.28} [ArmorStatusHUD] (ArmorStatusHUD.jar)
  143. UCHIJA armourersWorkshop{1.7.10-0.48.3} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.48.3.jar)
  144. UCHIJA Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
  145. UCHIJA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar)
  146. UCHIJA HardcoreEnderExpansion{1.8.6} [Hardcore Ender Expansion] (HardcoreEnderExpansion_MC-1_7_10_v1_8_6.jar)
  147. UCHIJA Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
  148. UCHIJA beebetteratbees{0.2} [BeeBetterAtBees] (BeeBetterAtBees-0.3.jar)
  149. UCHIJA BinnieCore{2.0.28} [Binnie Core] (binnie-mods-1.7.10-gtnh-2.0.28.jar)
  150. UCHIJA Botany{2.0.28} [Botany] (binnie-mods-1.7.10-gtnh-2.0.28.jar)
  151. UCHIJA ExtraBees{2.0.28} [Extra Bees] (binnie-mods-1.7.10-gtnh-2.0.28.jar)
  152. UCHIJA ExtraTrees{2.0.28} [Extra Trees] (binnie-mods-1.7.10-gtnh-2.0.28.jar)
  153. UCHIJA Genetics{2.0.28} [Genetics] (binnie-mods-1.7.10-gtnh-2.0.28.jar)
  154. UCHIJA BuildCraft|Robotics{7.1.23} [BC Robotics] (buildcraft-7.1.23-client.jar)
  155. UCHIJA BuildCraft|Energy{7.1.23} [BC Energy] (buildcraft-7.1.23-client.jar)
  156. UCHIJA BuildCraft|Builders{7.1.23} [BC Builders] (buildcraft-7.1.23-client.jar)
  157. UCHIJA ForgeMultipart{1.2.0.347} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
  158. UCHIJA Railcraft{9.12.2.0} [Railcraft] (Railcraft-1.7.10-9.12.2.0-client.jar)
  159. UCHIJA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
  160. UCHIJA CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenters-Blocks-3.3.8.1.jar)
  161. UCHIJA MineTweaker3{3.1.0} [MineTweaker 3] (CraftTweaker-1.7.10-3.1.0-legacy.jar)
  162. UCHIJA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs.jar)
  163. UCHIJA DamageIndicatorsMod{3.2.3} [Damage Indicators] (DamageIndicators.jar)
  164. UCHIJA endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
  165. UCHIJA Waila{1.5.10} [Waila] (Waila.jar)
  166. UCHIJA EnderIO{1.7.10-2.3.1.2_beta.1} [Ender IO] (EnderIO-1.7.10-2.3.1.2_beta.1.jar)
  167. UCHIJA waterhooks{1.2.1} [Water Hooks] (waterhooks-1.2.1.jar)
  168. UCHIJA enderioaddons{0.10.13} [Ender IO Addons] (EnderIOAddons-1.7.10-2.3.0.427_beta-0.10.13.56_beta.jar)
  169. UCHIJA enhancedbiomes{2.4.1 for MC 1.7.10} [Enhanced Biomes] (Enhanced Biomes 2.5 for MC 1.7.10.jar)
  170. UCHIJA etfuturum{1.5.5} [Et Futurum] (Et+Futurum-1.5.5.jar)
  171. UCHIJA extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b200.jar)
  172. UCHIJA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
  173. UCHIJA ForgeMicroblock{1.2.0.347} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
  174. UCHIJA McMultipart{1.2.0.347} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
  175. UCHIJA gendustry{1.6.4.135} [GenDustry] (gendustry-1.6.4.135-mc1.7.10.jar)
  176. UCHIJA GraviSuite{2.5.0b1} [Gravitation Suite Mifort Edition] (GraviSuite.jar)
  177. UCHIJA Highlands{2.2.3} [Highlands] (Highlands-1.7.2-v-2.2.3.jar)
  178. UCHIJA IC2CA{1.14.5.06} [IndustrialCraft 2 Combo Armors] (ic2ca.jar)
  179. UCHIJA IC2NuclearControl{2.4.3a} [Nuclear Control 2] (IC2NuclearControl-2.4.3a.jar)
  180. UCHIJA InvisibLights{2.3-7} [InvisibLights] (InvisibLights-2.3-7.jar)
  181. UCHIJA IronChest{6.0.62.742} [Iron Chest] (ironchest.jar)
  182. UCHIJA itlt{0.0.8} [It's the little things] (itlt-1.7.10-1.0.2.jar)
  183. UCHIJA journeymap{5.1.4p2} [JourneyMap] (journeymap-1.7.10-5.1.4p2-unlimited.jar)
  184. UCHIJA minetuner{1.7.10-1.2} [MineTuner] (MineTuner-1.7.10-1.2.jar)
  185. UCHIJA modtweaker2{0.9.6} [Mod Tweaker 2] (ModTweaker2.jar)
  186. UCHIJA numina{1.7.10} [Numina] (Numina.jar)
  187. UCHIJA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33-universal.jar)
  188. UCHIJA ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRedBase.jar)
  189. UCHIJA powersuits{1.7.10-0.11.1.114} [MachineMuse's Modular Powersuits] (ModularPowersuits.jar)
  190. UCHIJA mwdc{1.0} [MW Discord Hook] (MWDC.jar)
  191. UCHIJA mwex{1.7.10-R1} [mwEx] (mwEx.jar)
  192. UCHIJA mwutilities{1.7.10-R5} [MW-Utils] (MWUv6.0.jar)
  193. UCHIJA Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat+1.0-1.jar)
  194. UCHIJA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
  195. UCHIJA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
  196. UCHIJA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
  197. UCHIJA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
  198. UCHIJA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
  199. UCHIJA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
  200. UCHIJA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
  201. UCHIJA neiintegration{1.1.2} [NEI Integration] (NEIIntegration.jar)
  202. UCHIJA neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-128.jar)
  203. UCHIJA NuclearCraft{1.9g} [NuclearCraft] (NuclearCraft.jar)
  204. UCHIJA PowerUtils{1.7.10-1.0.4} [PowerUtils] (PowerUtils-1.7.10-1.0.4.jar)
  205. UCHIJA ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRedIntegration.jar)
  206. UCHIJA ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRedIntegration.jar)
  207. UCHIJA ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (ProjectRedLighting.jar)
  208. UCHIJA QuarryPlus{2.1.0} [QuarryPlus] (QuarryPlus-1.7.10-2.1.0.jar)
  209. UCHIJA supersolarpanel{1.7.10-1.1.1-release} [Super Solar Panel] (SSP-1.1.2-NEW-Photonic_Solar_Panel_1.7.10.jar)
  210. UCHIJA vending{1.2.3} [vending] (vending-v1.2.3.jar)
  211. UCHIJA wailaplugins{MC1.7.10-0.2.0-25} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-25.jar)
  212. UCHIJA wawla{1.3.1} [What Are We Looking At] (Wawla.jar)
  213. UCHIJA CEhacks-Sasay{1.0} [CEhacks-Sasay] (Wawla.jar)
  214. UCHIJA world-tooltips{1.2.3} [World-Tooltips] (World-Tooltips-1_7_10-1_2_3-79.jar)
  215. UCHIJA UniDict{1.7.10-2.9.2} [UniDict] (UniDict.jar)
  216. CoFHCore: -[1.7.10]3.1.4-329
  217. AE2 Version: beta rv3-beta-27 for Forge 10.13.4.1614
  218. List of loaded APIs:
  219. * apAPI (2) from AdditionalPipes.jar
  220. * appliedenergistics2|API (rv3) from appliedenergistics2-rv3-beta-27.jar
  221. * armourersWorkshopAPI (1.7.10-10.13.4.1448-1.7.10) from Armourers-Workshop-1.7.10-0.48.3.jar
  222. * BuildCraftAPI|blocks (1.0) from Railcraft-1.7.10-9.12.2.0-client.jar
  223. * BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.23-client.jar
  224. * BuildCraftAPI|boards (2.0) from buildcraft-7.1.23-client.jar
  225. * BuildCraftAPI|core (2.0) from buildcraft-7.1.23-client.jar
  226. * BuildCraftAPI|crops (1.1) from buildcraft-7.1.23-client.jar
  227. * BuildCraftAPI|events (2.0) from buildcraft-7.1.23-client.jar
  228. * BuildCraftAPI|facades (1.1) from buildcraft-7.1.23-client.jar
  229. * BuildCraftAPI|filler (4.0) from buildcraft-7.1.23-client.jar
  230. * BuildCraftAPI|fuels (2.0) from buildcraft-7.1.23-client.jar
  231. * BuildCraftAPI|gates (4.1) from buildcraft-7.1.23-client.jar
  232. * BuildCraftAPI|items (1.1) from Railcraft-1.7.10-9.12.2.0-client.jar
  233. * BuildCraftAPI|library (2.0) from Railcraft-1.7.10-9.12.2.0-client.jar
  234. * BuildCraftAPI|lists (1.0) from Railcraft-1.7.10-9.12.2.0-client.jar
  235. * BuildCraftAPI|power (1.3) from buildcraft-7.1.23-client.jar
  236. * BuildCraftAPI|recipes (3.1) from buildcraft-7.1.23-client.jar
  237. * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.23-client.jar
  238. * BuildCraftAPI|statements (1.1) from buildcraft-7.1.23-client.jar
  239. * BuildCraftAPI|tablet (1.0) from buildcraft-7.1.23-client.jar
  240. * BuildCraftAPI|tiles (1.2) from Railcraft-1.7.10-9.12.2.0-client.jar
  241. * BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
  242. * BuildCraftAPI|transport (4.1) from buildcraft-7.1.23-client.jar
  243. * CarpentersBlocks|API (3.3.7) from Carpenters-Blocks-3.3.8.1.jar
  244. * ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar
  245. * ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar
  246. * ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar
  247. * CoFHAPI (1.7.10R1.0.2) from forestry_1.7.10-4.2.16.64.jar
  248. * CoFHAPI|block (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  249. * CoFHAPI|core (1.7.10R1.1.0) from NuclearCraft.jar
  250. * CoFHAPI|energy (1.7.10R1.1.0) from NuclearCraft.jar
  251. * CoFHAPI|fluid (1.7.10R1.1.0) from NuclearCraft.jar
  252. * CoFHAPI|inventory (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.1.2_beta.1.jar
  253. * CoFHAPI|item (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  254. * CoFHAPI|modhelpers (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  255. * CoFHAPI|tileentity (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  256. * CoFHAPI|transport (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.1.2_beta.1.jar
  257. * CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  258. * CoFHLib (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  259. * CoFHLib|audio (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  260. * CoFHLib|gui (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  261. * CoFHLib|gui|container (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  262. * CoFHLib|gui|element (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  263. * CoFHLib|gui|element|listbox (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  264. * CoFHLib|gui|slot (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  265. * CoFHLib|inventory (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  266. * CoFHLib|render (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  267. * CoFHLib|render|particle (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  268. * CoFHLib|util (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  269. * CoFHLib|util|helpers (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  270. * CoFHLib|util|position (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  271. * CoFHLib|world (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  272. * CoFHLib|world|feature (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  273. * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.1.2_beta.1.jar
  274. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.1.2_beta.1.jar
  275. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.1.2_beta.1.jar
  276. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.1.2_beta.1.jar
  277. * ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.16.64.jar
  278. * ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.16.64.jar
  279. * ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.16.64.jar
  280. * ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.16.64.jar
  281. * ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.16.64.jar
  282. * ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.16.64.jar
  283. * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.16.64.jar
  284. * ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.16.64.jar
  285. * ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.16.64.jar
  286. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.16.64.jar
  287. * ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.16.64.jar
  288. * ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.16.64.jar
  289. * ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.16.64.jar
  290. * ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.16.64.jar
  291. * ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.16.64.jar
  292. * gendustryAPI (2.3.0) from gendustry-1.6.4.135-mc1.7.10.jar
  293. * IC2API (1.0) from industrialcraft.jar
  294. * McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
  295. * MekanismAPI|core (9.0.0) from NuclearCraft.jar
  296. * MekanismAPI|energy (9.0.0) from NuclearCraft.jar
  297. * MekanismAPI|gas (9.0.0) from NuclearCraft.jar
  298. * MekanismAPI|infuse (9.0.0) from NuclearCraft.jar
  299. * MekanismAPI|laser (9.0.0) from NuclearCraft.jar
  300. * MekanismAPI|reactor (9.0.0) from NuclearCraft.jar
  301. * MekanismAPI|recipe (9.0.0) from NuclearCraft.jar
  302. * MekanismAPI|transmitter (9.0.0) from NuclearCraft.jar
  303. * MekanismAPI|util (9.0.0) from NuclearCraft.jar
  304. * neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0-128.jar
  305. * NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.3a.jar
  306. * RailcraftAPI|bore (1.0.0) from Railcraft-1.7.10-9.12.2.0-client.jar
  307. * RailcraftAPI|carts (1.6.0) from Railcraft-1.7.10-9.12.2.0-client.jar
  308. * RailcraftAPI|core (1.5.0) from Railcraft-1.7.10-9.12.2.0-client.jar
  309. * RailcraftAPI|crafting (1.0.0) from Railcraft-1.7.10-9.12.2.0-client.jar
  310. * RailcraftAPI|electricity (2.0.0) from Railcraft-1.7.10-9.12.2.0-client.jar
  311. * RailcraftAPI|events (1.0.0) from Railcraft-1.7.10-9.12.2.0-client.jar
  312. * RailcraftAPI|fuel (1.0.0) from Railcraft-1.7.10-9.12.2.0-client.jar
  313. * RailcraftAPI|helpers (1.1.0) from Railcraft-1.7.10-9.12.2.0-client.jar
  314. * RailcraftAPI|items (1.0.0) from Railcraft-1.7.10-9.12.2.0-client.jar
  315. * RailcraftAPI|locomotive (1.1.0) from Railcraft-1.7.10-9.12.2.0-client.jar
  316. * RailcraftAPI|signals (2.3.0) from Railcraft-1.7.10-9.12.2.0-client.jar
  317. * RailcraftAPI|tracks (2.3.0) from Railcraft-1.7.10-9.12.2.0-client.jar
  318. * Thaumcraft|API (4.2.2.0) from Railcraft-1.7.10-9.12.2.0-client.jar
  319. * WailaAPI (1.2) from Waila.jar
  320. * waterhooks|API (1.0) from waterhooks-1.2.1.jar
  321. Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
  322. EnderIO: Found the following problem(s) with your installation:
  323. * Optifine is installed. This is NOT supported.
  324. * An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-27.jar).
  325. Ender IO was build against API version rv2 and may or may not work with a newer version.
  326. * The RF API that is being used (1.7.10R1.3.1 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.1.0 from NuclearCraft.jar).
  327. It is a supported version, but that difference may lead to problems.
  328. This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  329. Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
  330. Optifine
  331. These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
  332. Info: The following plugins have been disabled in the config: mail, storage
  333. AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:OFF
  334. Armourer's Workshop:
  335. Render Type: MODEL_ATTACHMENT
  336. Texture Render: false
  337. Baking Queue: 0
  338. Request Queue: 0
  339. Texture Painting: false
  340. Multipass Skin Rendering: true
  341. Launched Version: 1.7.10
  342. LWJGL: 2.9.1
  343. OpenGL: GeForce GTX 960/PCIe/SSE2 GL version 4.6.0 NVIDIA 436.48, NVIDIA Corporation
  344. GL Caps: Using GL 1.3 multitexturing.
  345. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  346. Anisotropic filtering is supported and maximum anisotropy is 16.
  347. Shaders are available because OpenGL 2.1 is supported.
  348.  
  349. Is Modded: Definitely; Client brand changed to 'fml,forge'
  350. Type: Client (map_client.txt)
  351. Resource Packs: []
  352. Current Language: Русский (Россия)
  353. Profiler Position: N/A (disabled)
  354. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  355. Anisotropic Filtering: Off (1)
  356. OptiFine Version: OptiFine_1.7.10_HD_U_E7
  357. Render Distance Chunks: 32
  358. Mipmaps: 0
  359. Anisotropic Filtering: 1
  360. Antialiasing: 0
  361. Multitexture: false
  362. Shaders: null
  363. OpenGlVersion: 4.6.0 NVIDIA 436.48
  364. OpenGlRenderer: GeForce GTX 960/PCIe/SSE2
  365. OpenGlVendor: NVIDIA Corporation
  366. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement