Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.46 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // On the bright side, I bought you a teddy bear!
  3.  
  4. Time: 5/22/19 2:13 PM
  5. Description: Initializing game
  6.  
  7. toast.blockProperties.BlockPropertyException: Missing or invalid item! at J:\MultiMC\instances\Sandy Battle Dome\.minecraft\config\BlockProperties\minecraft\sand.json\drops\entry_342(add)
  8. at toast.blockProperties.FileHelper.readItem(FileHelper.java:799)
  9. at toast.blockProperties.FileHelper.readItem(FileHelper.java:778)
  10. at toast.blockProperties.FileHelper.readItem(FileHelper.java:773)
  11. at toast.blockProperties.entry.drops.EntryDropsAdd.<init>(EntryDropsAdd.java:24)
  12. at toast.blockProperties.BlockDrops.readLine(BlockDrops.java:122)
  13. at toast.blockProperties.BlockDrops.<init>(BlockDrops.java:33)
  14. at toast.blockProperties.BlockProperties.<init>(BlockProperties.java:80)
  15. at toast.blockProperties.BlockProperties.load(BlockProperties.java:59)
  16. at toast.blockProperties.FileHelper.loadDirectory(FileHelper.java:285)
  17. at toast.blockProperties.FileHelper.loadDirectory(FileHelper.java:289)
  18. at toast.blockProperties.FileHelper.load(FileHelper.java:274)
  19. at toast.blockProperties._BlockPropertiesMod.postInit(_BlockPropertiesMod.java:54)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  23. at java.lang.reflect.Method.invoke(Unknown Source)
  24. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  25. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  27. at java.lang.reflect.Method.invoke(Unknown Source)
  28. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  29. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  30. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  31. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  32. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  33. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  34. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  38. at java.lang.reflect.Method.invoke(Unknown Source)
  39. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  40. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  41. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  42. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  43. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  44. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  45. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
  46. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  47. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  48. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  49. at net.minecraft.client.main.Main.main(SourceFile:148)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  52. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  53. at java.lang.reflect.Method.invoke(Unknown Source)
  54. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  55. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  56. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  58. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  59. at java.lang.reflect.Method.invoke(Unknown Source)
  60. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
  61. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
  62. at org.multimc.EntryPoint.listen(EntryPoint.java:143)
  63. at org.multimc.EntryPoint.main(EntryPoint.java:34)
  64.  
  65.  
  66. A detailed walkthrough of the error, its code path and all known details is as follows:
  67. ---------------------------------------------------------------------------------------
  68.  
  69. -- Head --
  70. Stacktrace:
  71. at toast.blockProperties.FileHelper.readItem(FileHelper.java:799)
  72. at toast.blockProperties.FileHelper.readItem(FileHelper.java:778)
  73. at toast.blockProperties.FileHelper.readItem(FileHelper.java:773)
  74. at toast.blockProperties.entry.drops.EntryDropsAdd.<init>(EntryDropsAdd.java:24)
  75. at toast.blockProperties.BlockDrops.readLine(BlockDrops.java:122)
  76. at toast.blockProperties.BlockDrops.<init>(BlockDrops.java:33)
  77. at toast.blockProperties.BlockProperties.<init>(BlockProperties.java:80)
  78. at toast.blockProperties.BlockProperties.load(BlockProperties.java:59)
  79. at toast.blockProperties.FileHelper.loadDirectory(FileHelper.java:285)
  80. at toast.blockProperties.FileHelper.loadDirectory(FileHelper.java:289)
  81. at toast.blockProperties.FileHelper.load(FileHelper.java:274)
  82. at toast.blockProperties._BlockPropertiesMod.postInit(_BlockPropertiesMod.java:54)
  83. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  84. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  85. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  86. at java.lang.reflect.Method.invoke(Unknown Source)
  87. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  88. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  89. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  90. at java.lang.reflect.Method.invoke(Unknown Source)
  91. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  92. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  93. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  94. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  95. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  96. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  97. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  98. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  99. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  100. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  101. at java.lang.reflect.Method.invoke(Unknown Source)
  102. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  103. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  104. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  105. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  106. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  107. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  108. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
  109. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  110. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  111.  
  112. -- Initialization --
  113. Details:
  114. Stacktrace:
  115. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  116. at net.minecraft.client.main.Main.main(SourceFile:148)
  117. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  118. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  119. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  120. at java.lang.reflect.Method.invoke(Unknown Source)
  121. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  122. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  123. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  124. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  125. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  126. at java.lang.reflect.Method.invoke(Unknown Source)
  127. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
  128. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
  129. at org.multimc.EntryPoint.listen(EntryPoint.java:143)
  130. at org.multimc.EntryPoint.main(EntryPoint.java:34)
  131.  
  132. -- System Details --
  133. Details:
  134. Minecraft Version: 1.7.10
  135. Operating System: Windows 10 (amd64) version 10.0
  136. Java Version: 1.8.0_211, Oracle Corporation
  137. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  138. Memory: 8596584832 bytes (8198 MB) / 10563354624 bytes (10074 MB) up to 10563354624 bytes (10074 MB)
  139. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms10512m -Xmx10512m
  140. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  141. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  142. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 21 mods loaded, 21 mods active
  143. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  144. UCHIJ mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  145. UCHIJ FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  146. UCHIJ Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  147. UCHIJ CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  148. UCHIJ <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  149. UCHIE BlockProperties{0.1.5} [Block Properties] (BlockProperties-1.7.10-0.1.5.jar)
  150. UCHIJ CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar)
  151. UCHIJ customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(29oct17).jar)
  152. UCHIJ eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
  153. UCHIJ endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
  154. UCHIJ EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
  155. UCHIJ ForgeEssentials{1.4.5} [Forge Essentials] (forgeessentials-1.7.10-1.4.6.1341-server.jar)
  156. UCHIJ legends{1.8.3} [Legends Mod] (Legends Core-1.8.3.jar)
  157. UCHIJ LucraftWorld{1.7.10-1.0.1} [Lucraft: World] (LucraftWorld-1.7.10-1.0.1.jar)
  158. UCHIJ oreexcavation{1.1.115} [OreExcavation] (OreExcavation-1.1.115.jar)
  159. UCHIJ potioncore{@VERSION@} [Potion Core] (PotionCore-1.2_beta_for_1.7.10.jar)
  160. UCHIJ ProjectE{1.7.10-PE1.10.1} [ProjectE] (ProjectE-1.7.10-PE1.10.1.jar)
  161. UCHIJ sum{5.0.7} [Superheroes Unlimited Mod] (Superheroes Unlimited-1.7.10-5.0 Alpha 4.2.jar)
  162. UCHIJ ThermalFoundation{1.7.10R1.2.6} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.6-118.jar)
  163. UCHIJ ThermalExpansion{1.7.10R4.1.5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.5-248.jar)
  164. UCHIJ worldedit{6.1.1} [WorldEdit] (worldedit-forge-mc1.7.10-6.1.1-dist.jar)
  165. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 417.71' Renderer: 'GeForce GTX 1080/PCIe/SSE2'
  166. CoFHCore: -[1.7.10]3.1.4-329
  167. ForgeEssentials: Running ForgeEssentials 1.4.5.1341 (03a4404). Modules loaded: Afterlife, Backups, Chat, Commands, Economy, JScripting, Multiworld, Permissions, PlayerLogger, Protection, Remote, SignTools, Teleport, Tickets, WEIntegrationTools, WorldBorder, factions, mapper
  168. ThermalFoundation: -[1.7.10]1.2.6-118
  169. ThermalExpansion: -[1.7.10]4.1.5-248
  170. EnderIO: Found the following problem(s) with your installation:
  171. * 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.13 from EnderIO-1.7.10-2.3.0.429_beta.jar).
  172. It is a supported version, but that difference may lead to problems.
  173. This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  174. Launched Version: MultiMC5
  175. LWJGL: 2.9.1
  176. OpenGL: GeForce GTX 1080/PCIe/SSE2 GL version 4.6.0 NVIDIA 417.71, NVIDIA Corporation
  177. GL Caps: Using GL 1.3 multitexturing.
  178. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  179. Anisotropic filtering is supported and maximum anisotropy is 16.
  180. Shaders are available because OpenGL 2.1 is supported.
  181.  
  182. Is Modded: Definitely; Client brand changed to 'fml,forge'
  183. Type: Client (map_client.txt)
  184. Resource Packs: []
  185. Current Language: English (US)
  186. Profiler Position: N/A (disabled)
  187. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  188. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement