Advertisement
Guest User

Untitled

a guest
Jan 4th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.91 KB | None | 0 0
  1. 2014-01-04 14:40:05 [Advertencia] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
  2. 2014-01-04 14:40:05 [Advertencia] [Mo'Ores Mod] Mod Mo'Ores Mod is missing a pack.mcmeta file, things may not work well
  3. 2014-01-04 14:40:05 [Información] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Mo'Ores Mod
  4. 2014-01-04 14:40:05 [Información] [ForgeModLoader] Registering Forge Packet Handler
  5. 2014-01-04 14:40:05 [Información] [ForgeModLoader] Succeeded registering Forge Packet Handler
  6. 2014-01-04 14:40:05 [Advertencia] [ForgeModLoader] The mod id MOREORES attempted to register channels without specifying a packet handler
  7. 2014-01-04 14:40:05 [Información] [ForgeModLoader] Configured a dormant chunk cache size of 0
  8. 2014-01-04 14:40:05 [Grave] [ForgeModLoader] Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
  9. 2014-01-04 14:40:05 [Grave] [ForgeModLoader]
  10. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  11. FML{6.4.49.965} [Forge Mod Loader] (bin) Unloaded->Constructed->Pre-initialized
  12. Forge{9.11.1.965} [Minecraft Forge] (bin) Unloaded->Constructed->Pre-initialized
  13. MOREORES{0.1} [Mo'Ores Mod] (bin) Unloaded->Constructed->Errored
  14. 2014-01-04 14:40:05 [Grave] [ForgeModLoader] The following problems were captured during this phase
  15. 2014-01-04 14:40:05 [Grave] [ForgeModLoader] Caught exception from MOREORES
  16. java.lang.NullPointerException
  17. at net.minecraft.item.ItemStack.<init>(ItemStack.java:82)
  18. at moreores.lib.Recipes.init(Recipes.java:17)
  19. at moreores.MoreOres.preInit(MoreOres.java:34)
  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:545)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  28. at java.lang.reflect.Method.invoke(Unknown Source)
  29. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  30. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  31. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  32. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  33. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  34. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  35. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  39. at java.lang.reflect.Method.invoke(Unknown Source)
  40. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  41. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  42. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  43. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  44. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  45. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  46. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  47. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  48. at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
  49. at net.minecraft.client.Minecraft.run(Minecraft.java:808)
  50. at net.minecraft.client.main.Main.main(Main.java:93)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  53. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  54. at java.lang.reflect.Method.invoke(Unknown Source)
  55. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  56. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  57. 2014-01-04 14:40:05 [Información] [STDOUT] ---- Minecraft Crash Report ----
  58. 2014-01-04 14:40:05 [Información] [STDOUT] // I bet Cylons wouldn't have this problem.
  59. 2014-01-04 14:40:05 [Información] [STDOUT]
  60. 2014-01-04 14:40:05 [Información] [STDOUT] Time: 4/01/14 14:40
  61. 2014-01-04 14:40:05 [Información] [STDOUT] Description: Initializing game
  62. 2014-01-04 14:40:05 [Información] [STDOUT]
  63. 2014-01-04 14:40:05 [Información] [STDOUT] java.lang.NullPointerException
  64. 2014-01-04 14:40:05 [Información] [STDOUT] at net.minecraft.item.ItemStack.<init>(ItemStack.java:82)
  65. 2014-01-04 14:40:05 [Información] [STDOUT] at moreores.lib.Recipes.init(Recipes.java:17)
  66. 2014-01-04 14:40:05 [Información] [STDOUT] at moreores.MoreOres.preInit(MoreOres.java:34)
  67. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  69. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  70. 2014-01-04 14:40:05 [Información] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
  71. 2014-01-04 14:40:05 [Información] [STDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  72. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  73. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  74. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  75. 2014-01-04 14:40:05 [Información] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
  76. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  77. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  78. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  79. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  80. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  81. 2014-01-04 14:40:05 [Información] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  82. 2014-01-04 14:40:05 [Información] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  83. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  84. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  85. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  86. 2014-01-04 14:40:05 [Información] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
  87. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  88. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  89. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  90. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  91. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  92. 2014-01-04 14:40:05 [Información] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  93. 2014-01-04 14:40:05 [Información] [STDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  94. 2014-01-04 14:40:05 [Información] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  95. 2014-01-04 14:40:05 [Información] [STDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
  96. 2014-01-04 14:40:05 [Información] [STDOUT] at net.minecraft.client.Minecraft.run(Minecraft.java:808)
  97. 2014-01-04 14:40:05 [Información] [STDOUT] at net.minecraft.client.main.Main.main(Main.java:93)
  98. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  99. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  100. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  101. 2014-01-04 14:40:05 [Información] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
  102. 2014-01-04 14:40:05 [Información] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  103. 2014-01-04 14:40:05 [Información] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  104. 2014-01-04 14:40:05 [Información] [STDOUT]
  105. 2014-01-04 14:40:05 [Información] [STDOUT]
  106. 2014-01-04 14:40:05 [Información] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
  107. 2014-01-04 14:40:05 [Información] [STDOUT] ---------------------------------------------------------------------------------------
  108. 2014-01-04 14:40:05 [Información] [STDOUT]
  109. 2014-01-04 14:40:05 [Información] [STDOUT] -- Head --
  110. 2014-01-04 14:40:05 [Información] [STDOUT] Stacktrace:
  111. 2014-01-04 14:40:05 [Información] [STDOUT] at net.minecraft.item.ItemStack.<init>(ItemStack.java:82)
  112. 2014-01-04 14:40:05 [Información] [STDOUT] at moreores.lib.Recipes.init(Recipes.java:17)
  113. 2014-01-04 14:40:05 [Información] [STDOUT] at moreores.MoreOres.preInit(MoreOres.java:34)
  114. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  115. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  116. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  117. 2014-01-04 14:40:05 [Información] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
  118. 2014-01-04 14:40:05 [Información] [STDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  119. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  120. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  121. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  122. 2014-01-04 14:40:05 [Información] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
  123. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  124. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  125. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  126. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  127. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  128. 2014-01-04 14:40:05 [Información] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  129. 2014-01-04 14:40:05 [Información] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  130. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  131. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  132. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  133. 2014-01-04 14:40:05 [Información] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
  134. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  135. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  136. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  137. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  138. 2014-01-04 14:40:05 [Información] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  139. 2014-01-04 14:40:05 [Información] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  140. 2014-01-04 14:40:05 [Información] [STDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  141. 2014-01-04 14:40:05 [Información] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  142. 2014-01-04 14:40:05 [Información] [STDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
  143. 2014-01-04 14:40:05 [Información] [STDOUT]
  144. 2014-01-04 14:40:05 [Información] [STDOUT] -- Initialization --
  145. 2014-01-04 14:40:05 [Información] [STDOUT] Details:
  146. 2014-01-04 14:40:05 [Información] [STDOUT] Stacktrace:
  147. 2014-01-04 14:40:05 [Información] [STDOUT] at net.minecraft.client.Minecraft.run(Minecraft.java:808)
  148. 2014-01-04 14:40:05 [Información] [STDOUT] at net.minecraft.client.main.Main.main(Main.java:93)
  149. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  150. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  151. 2014-01-04 14:40:05 [Información] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  152. 2014-01-04 14:40:05 [Información] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
  153. 2014-01-04 14:40:05 [Información] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  154. 2014-01-04 14:40:05 [Información] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  155. 2014-01-04 14:40:05 [Información] [STDOUT]
  156. 2014-01-04 14:40:05 [Información] [STDOUT] -- System Details --
  157. 2014-01-04 14:40:05 [Información] [STDOUT] Details:
  158. 2014-01-04 14:40:05 [Información] [STDOUT] Minecraft Version: 1.6.4
  159. 2014-01-04 14:40:05 [Información] [STDOUT] Operating System: Windows 8 (amd64) version 6.2
  160. 2014-01-04 14:40:05 [Información] [STDOUT] Java Version: 1.7.0_45, Oracle Corporation
  161. 2014-01-04 14:40:05 [Información] [STDOUT] Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  162. 2014-01-04 14:40:05 [Información] [STDOUT] Memory: 964321240 bytes (919 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
  163. 2014-01-04 14:40:05 [Información] [STDOUT] JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  164. 2014-01-04 14:40:05 [Información] [STDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  165. 2014-01-04 14:40:05 [Información] [STDOUT] Suspicious classes: FML and Forge are installed
  166. 2014-01-04 14:40:05 [Información] [STDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  167. 2014-01-04 14:40:05 [Información] [STDOUT] FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 4 mods loaded, 4 mods active
  168. 2014-01-04 14:40:05 [Información] [STDOUT] mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  169. 2014-01-04 14:40:05 [Información] [STDOUT] FML{6.4.49.965} [Forge Mod Loader] (bin) Unloaded->Constructed->Pre-initialized
  170. 2014-01-04 14:40:05 [Información] [STDOUT] Forge{9.11.1.965} [Minecraft Forge] (bin) Unloaded->Constructed->Pre-initialized
  171. 2014-01-04 14:40:05 [Información] [STDOUT] MOREORES{0.1} [Mo'Ores Mod] (bin) Unloaded->Constructed->Errored
  172. 2014-01-04 14:40:05 [Información] [STDOUT] Launched Version: 1.6
  173. 2014-01-04 14:40:05 [Información] [STDOUT] LWJGL: 2.9.0
  174. 2014-01-04 14:40:05 [Información] [STDOUT] OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 9.17.10.3040, Intel
  175. 2014-01-04 14:40:05 [Información] [STDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge'
  176. 2014-01-04 14:40:05 [Información] [STDOUT] Type: Client (map_client.txt)
  177. 2014-01-04 14:40:05 [Información] [STDOUT] Resource Pack: Default
  178. 2014-01-04 14:40:05 [Información] [STDOUT] Current Language: English (US)
  179. 2014-01-04 14:40:05 [Información] [STDOUT] Profiler Position: N/A (disabled)
  180. 2014-01-04 14:40:05 [Información] [STDOUT] Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
  181. 2014-01-04 14:40:05 [Información] [STDOUT] #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Rodrigo\AppData\Roaming\ForgeMCP\mcp\jars\.\crash-reports\crash-2014-01-04_14.40.05-client.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement