Advertisement
Guest User

problem minecraft

a guest
Dec 7th, 2019
1,065
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.83 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 07/12/19 21:18
  5. Description: Initializing game
  6.  
  7. java.lang.RuntimeException: No more entity indicies left
  8. at cpw.mods.fml.common.registry.EntityRegistry.findGlobalUniqueEntityId(EntityRegistry.java:322)
  9. at net.minecraft.theTitans.RenderTheTitans.createEntityWithEgg(RenderTheTitans.java:91)
  10. at net.minecraft.theTitans.RenderTheTitans.registerEntity(RenderTheTitans.java:47)
  11. at net.minecraft.theTitans.CommonProxy.preInit(CommonProxy.java:160)
  12. at net.minecraft.theTitans.ClientProxy.preInit(ClientProxy.java:30)
  13. at net.minecraft.theTitans.TheTitans.preInit(TheTitans.java:179)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  17. at java.lang.reflect.Method.invoke(Method.java:497)
  18. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  19. at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21. at java.lang.reflect.Method.invoke(Method.java:497)
  22. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  23. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  24. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  25. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  26. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  27. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  28. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  32. at java.lang.reflect.Method.invoke(Method.java:497)
  33. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  34. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  35. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  36. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  37. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  38. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  39. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  40. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  41. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  42. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  43. at net.minecraft.client.main.Main.main(SourceFile:148)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  47. at java.lang.reflect.Method.invoke(Method.java:497)
  48. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  49. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  50.  
  51.  
  52. A detailed walkthrough of the error, its code path and all known details is as follows:
  53. ---------------------------------------------------------------------------------------
  54.  
  55. -- Head --
  56. Stacktrace:
  57. at cpw.mods.fml.common.registry.EntityRegistry.findGlobalUniqueEntityId(EntityRegistry.java:322)
  58. at net.minecraft.theTitans.RenderTheTitans.createEntityWithEgg(RenderTheTitans.java:91)
  59. at net.minecraft.theTitans.RenderTheTitans.registerEntity(RenderTheTitans.java:47)
  60. at net.minecraft.theTitans.CommonProxy.preInit(CommonProxy.java:160)
  61. at net.minecraft.theTitans.ClientProxy.preInit(ClientProxy.java:30)
  62. at net.minecraft.theTitans.TheTitans.preInit(TheTitans.java:179)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  66. at java.lang.reflect.Method.invoke(Method.java:497)
  67. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  68. at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  70. at java.lang.reflect.Method.invoke(Method.java:497)
  71. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  72. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  73. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  74. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  75. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  76. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  77. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  78. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  79. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  80. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  81. at java.lang.reflect.Method.invoke(Method.java:497)
  82. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  83. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  84. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  85. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  86. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  87. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  88. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  89. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  90. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  91.  
  92. -- Initialization --
  93. Details:
  94. Stacktrace:
  95. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  96. at net.minecraft.client.main.Main.main(SourceFile:148)
  97. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  98. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  99. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  100. at java.lang.reflect.Method.invoke(Method.java:497)
  101. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  102. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  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_51, Oracle Corporation
  109. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  110. Memory: 544506256 bytes (519 MB) / 1073741824 bytes (1024 MB) up to 5368709120 bytes (5120 MB)
  111. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  112. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  113. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  114. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 66 mods loaded, 66 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. UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  117. UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
  118. UCH Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
  119. UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  120. UCH Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
  121. UCH NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  122. UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  123. UCH battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10_MB_Battlegear2_Bullseye_1.0.8.3.jar)
  124. UCH CraftableAnimals{2.4.3.0} [Craftable Animals] ([1.7.10]CraftableAnimals+v2.4.3.0.jar)
  125. UCH AdvancedTools{1.0.0} [AdvancedTools] (AdvancerdTools[1.7.10][V.1.0.0].zip)
  126. UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
  127. UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10 (1).jar)
  128. UCH Botania{r1.8-249} [Botania] (Botania+r1.8-249 (1).jar)
  129. UCH Avaritia{1.11} [Avaritia] (Avaritia-1.11.jar)
  130. UCH avaritiaddons{1.0d} [Avaritiaddons] (Avaritiaddons-1.0d.jar)
  131. UCH FLabsBF{4.3} [Better Furnaces] (Better-Furnaces-Mod-1.7.10.jar)
  132. UCH betterstorage{0.9.2.107} [BetterStorage] (Better-Storage-Mod-1.7.10.jar)
  133. UCH BiblioCraft{1.11.6} [BiblioCraft] (BiblioCraft-Mod-1.7.10.jar)
  134. UCH qmunitylib{1.0} [QmunityLib] (QmunityLib-1.7.10-0.1.114-universal.jar)
  135. UCH bluepower{0.2.962} [Blue Power] (BluePower-1.7.10-0.2.962-universal.jar)
  136. UCH CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFH-Core-1.7.10 (1).jar)
  137. UCH BuildCraft|Core{7.1.23} [BuildCraft] (buildcraft-7.1.23.jar)
  138. UCH BuildCraft|Transport{7.1.23} [BC Transport] (buildcraft-7.1.23.jar)
  139. UCH BuildCraft|Factory{7.1.23} [BC Factory] (buildcraft-7.1.23.jar)
  140. UCH BuildCraft|Silicon{7.1.23} [BC Silicon] (buildcraft-7.1.23.jar)
  141. UCH BuildCraft|Robotics{7.1.23} [BC Robotics] (buildcraft-7.1.23.jar)
  142. UCH BuildCraft|Energy{7.1.23} [BC Energy] (buildcraft-7.1.23.jar)
  143. UCH BuildCraft|Builders{7.1.23} [BC Builders] (buildcraft-7.1.23.jar)
  144. UCH customnpcs{1.7.10d} [CustomNpcs] (Custom-NPCs-Mod-1.7.10.jar)
  145. UCH DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
  146. UCH ThermalFoundation{1.7.10R1.2.6} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.6-118.jar)
  147. UCH ThermalExpansion{1.7.10R4.1.5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.5-248.jar)
  148. UCH DraconicEvolution{1.0.1c} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.1c.jar)
  149. UCH emeraldmod{3.5.1} [EmeraldMod] (Emerald-Mod-1.7.10.jar)
  150. UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
  151. UCH endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
  152. UCH Waila{1.5.10} [Waila] (Waila-Mod-1.7.10.jar)
  153. UCH EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
  154. UCH EE3{0.3.0.547} [Equivalent Exchange 3] (Equivalent-Exchange-3-Mod-1.7.10.jar)
  155. UCH golems{1.20} [Extra Golems] (Extra-Golems[1.7.10]-1.20.jar)
  156. UCH ExtraUtilities{1.2.12} [Extra Utilities] (Extra-Utilities-Mod-1.7.10.jar)
  157. UCH GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.504.jar)
  158. UCH GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.504.jar)
  159. UCH heart{2.0.1} [Heart Health] (Gods-Sacred-Items-Mod-1.7.10 (1).jar)
  160. UCH godzillamod{1.6.6} [Godzilla Mod] (Godzilla Mod-1.7.10-1.6.6.jar)
  161. UCH GollumCoreLib{2.0.0} [Gollum Core Lib] (Gollum-Core-Lib-1.7.10.jar)
  162. UCH iChunUtil{4.2.3} [iChunUtil] (iChun-Util-Mod-1.7.10.jar)
  163. UCH infinitygauntlet{0.1.0b} [Infinity Gauntlet] (Infinity-Gauntlet-Mod-1.7.10.jar)
  164. UCH ironbackpacks{1.7.10-1.2.18} [Iron Backpacks] (IronBackpacks-1.7.10-1.2.18.jar)
  165. UCH IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
  166. UCH LogisticsPipes{0.9.3.132} [Logistics Pipes] (Logistics-Pipes-Mod-1.7.10.jar)
  167. UCH lucky{5.1.0} [Lucky Block] (Lucky-Block-Mod-1.7.10.jar)
  168. UCH MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
  169. UCH OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3.zip)
  170. UCH PortalGun{4.0.0-beta-6} [PortalGun] (Portal-Gun-Mod-1.7.10.jar)
  171. UCH ProjectE{1.7.10-PE1.9.5} [ProjectE] (ProjectE-1.7.10-PE1.9.5.jar)
  172. UCH rivalrebels{1.7.10Z1} [Rival Rebels] (rivalrebels-yo-1.7.10Z1.jar)
  173. UCH rftl{1.7.10} [Rotten Flesh to Leather] (Rotten-Flesh-to-Leather-Mod-1.7.10.jar)
  174. UCH SolarFlux{1.7.10-0.8b} [Solar Flux] (Solar-Flux-Mod-1.7.10.jar)
  175. UCH telepads{1.6.4 v5} [Teleportation Pads] (TelePads-Mod-1.7.10.jar)
  176. UCH dna948{1.35} [The Last Sword You Will Ever Need Mod] (The-Last-Sword-You-Will-Ever-Need-Mod-1.7.10.jar)
  177. UCE thetitans{0.425} [The Titans Mod] (The-Titans-Mod-1.7.10.jar)
  178. UCH TitansAnimationAPI{1.2.4} [TitansAnimationAPI] (The-Titans-Mod-1.7.10.jar)
  179. UCH Mjolnir{1.0.0} [Mjolnir] (Thor-Mod-1.7.10.jar)
  180. UCH TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
  181. UCH xaerominimap{1.15.9} [Xaero's Minimap] (Xaeros_Minimap_1.15.9_Forge_1.7.10.jar)
  182. GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 25.20.100.6373' Renderer: 'Intel(R) HD Graphics 530'
  183. CoFHCore: -[1.7.10]3.1.4-329
  184. ThermalFoundation: -[1.7.10]1.2.6-118
  185. ThermalExpansion: -[1.7.10]4.1.5-248
  186. EnderIO: Found the following problem(s) with your installation:
  187. * 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.0.2 from buildcraft-7.1.23.jar).
  188. It is a supported version, but that difference may lead to problems.
  189. This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  190. Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
  191. LWJGL: 2.9.1
  192. OpenGL: Intel(R) HD Graphics 530 GL version 4.5.0 - Build 25.20.100.6373, Intel
  193. GL Caps: Using GL 1.3 multitexturing.
  194. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  195. Anisotropic filtering is supported and maximum anisotropy is 16.
  196. Shaders are available because OpenGL 2.1 is supported.
  197.  
  198. Is Modded: Definitely; Client brand changed to 'fml,forge'
  199. Type: Client (map_client.txt)
  200. Resource Packs: []
  201. Current Language: English (US)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement