Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.64 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 04/04/20 01:50
  5. Description: Initializing game
  6.  
  7. java.lang.IllegalArgumentException: Attempted to register a entity with invalid ID: 1000 Name: CrabShell Class: class net.salty.mod.entity.items.EntityCrabShell
  8. at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:87)
  9. at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:199)
  10. at net.salty.mod.Salty.Init(Salty.java:1865)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  14. at java.lang.reflect.Method.invoke(Method.java:497)
  15. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:497)
  20. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  21. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  22. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  23. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  24. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  25. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  26. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. at java.lang.reflect.Method.invoke(Method.java:497)
  31. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  32. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  33. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  34. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  35. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  36. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  37. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
  38. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  39. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  40. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  41. at net.minecraft.client.main.Main.main(SourceFile:148)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  45. at java.lang.reflect.Method.invoke(Method.java:497)
  46. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  47. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  48.  
  49.  
  50. A detailed walkthrough of the error, its code path and all known details is as follows:
  51. ---------------------------------------------------------------------------------------
  52.  
  53. -- Head --
  54. Stacktrace:
  55. at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:87)
  56. at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:199)
  57. at net.salty.mod.Salty.Init(Salty.java:1865)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  59. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  60. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  61. at java.lang.reflect.Method.invoke(Method.java:497)
  62. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  68. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  69. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  70. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  71. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  72. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  73. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  76. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  77. at java.lang.reflect.Method.invoke(Method.java:497)
  78. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  79. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  80. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  81. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  82. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  83. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  84. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
  85. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  86. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  87.  
  88. -- Initialization --
  89. Details:
  90. Stacktrace:
  91. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  92. at net.minecraft.client.main.Main.main(SourceFile:148)
  93. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  95. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  96. at java.lang.reflect.Method.invoke(Method.java:497)
  97. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  98. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  99.  
  100. -- System Details --
  101. Details:
  102. Minecraft Version: 1.7.10
  103. Operating System: Windows 10 (amd64) version 10.0
  104. Java Version: 1.8.0_51, Oracle Corporation
  105. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  106. Memory: 138329888 bytes (131 MB) / 301989888 bytes (288 MB) up to 3221225472 bytes (3072 MB)
  107. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  108. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  109. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  110. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 6 mods loaded, 6 mods active
  111. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  112. UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  113. UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
  114. UCHI Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
  115. UCHI antiidconflict{1.3.5} [Anti Id Conflict] (AntiIdConflict-1.3.5-1.7.10.jar)
  116. UCHI notenoughIDs{1.4.3.4} [NotEnoughIDs] (NotEnoughIDs-1.4.3.4.jar)
  117. UCHE salty{v1.1} [salty] (salty-v1.2-1.7.jar)
  118. GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 25.20.100.6576' Renderer: 'Intel(R) HD Graphics 620'
  119. Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
  120. LWJGL: 2.9.1
  121. OpenGL: Intel(R) HD Graphics 620 GL version 4.5.0 - Build 25.20.100.6576, Intel
  122. GL Caps: Using GL 1.3 multitexturing.
  123. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  124. Anisotropic filtering is supported and maximum anisotropy is 16.
  125. Shaders are available because OpenGL 2.1 is supported.
  126.  
  127. Is Modded: Definitely; Client brand changed to 'fml,forge'
  128. Type: Client (map_client.txt)
  129. Resource Packs: [jujupicssigns.zip]
  130. Current Language: English (US)
  131. Profiler Position: N/A (disabled)
  132. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  133. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement