Advertisement
Guest User

Untitled

a guest
May 28th, 2014
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.17 KB | None | 0 0
  1. [18:20:39] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  2. [18:20:39] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  3. [18:20:39] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
  4. [18:20:39] [main/INFO] [FML]: Forge Mod Loader version 7.2.196.1085 for Minecraft 1.7.2 loading
  5. [18:20:39] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_05, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre8
  6. [18:20:39] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
  7. [18:20:39] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  8. [18:20:39] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  9. [18:20:39] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  10. [18:20:39] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  11. [18:20:39] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  12. [18:20:39] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
  13. [18:20:39] [main/ERROR] [FML]: The minecraft jar file:/C:/Users/Administrator/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.1.1085/forgeSrc-1.7.2-10.12.1.1085.jar!/net/minecraft/client/ClientBrandRetriever.class appears to be corrupt! There has been CRITICAL TAMPERING WITH MINECRAFT, it is highly unlikely minecraft will work! STOP NOW, get a clean copy and try again!
  14. [18:20:39] [main/ERROR] [FML]: FML has been ordered to ignore the invalid or missing minecraft certificate. This is very likely to cause a problem!
  15. [18:20:39] [main/ERROR] [FML]: Technical information: ClientBrandRetriever was at jar:file:/C:/Users/Administrator/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.1.1085/forgeSrc-1.7.2-10.12.1.1085.jar!/net/minecraft/client/ClientBrandRetriever.class, there were 0 certificates for it
  16. [18:20:39] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
  17. [18:20:39] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  18. [18:20:39] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  19. [18:20:40] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
  20. [18:20:40] [main/INFO]: Setting user: Player371
  21. [18:20:41] [Client thread/INFO]: LWJGL Version: 2.9.0
  22. [18:20:42] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
  23. [18:20:42] [Client thread/INFO] [FML]: MinecraftForge v10.12.1.1085 Initialized
  24. [18:20:42] [Client thread/INFO] [FML]: Replaced 141 ore recipies
  25. [18:20:42] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
  26. [18:20:42] [Client thread/INFO] [FML]: Searching C:\Users\Administrator\Desktop\Forge\eclipse\mods for mods
  27. [18:20:42] [Client thread/INFO] [CaveBiomes]: Mod CaveBiomes is missing the required element 'name'. Substituting CaveBiomes
  28. [18:20:42] [Client thread/ERROR] [FML]: FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.FMLRenderAccessLibrary. This is generally a severe programming error. There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
  29. [18:20:43] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
  30. [18:20:44] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Example Mod, FMLFileResourcePack:CaveBiomes
  31. ---- Minecraft Crash Report ----
  32. // My bad.
  33.  
  34. Time: 5/28/14 6:20 PM
  35. Description: Initializing game
  36.  
  37. java.lang.ExceptionInInitializerError
  38. at java.lang.Class.forName0(Native Method)
  39. at java.lang.Class.forName(Unknown Source)
  40. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  44. at java.lang.reflect.Method.invoke(Unknown Source)
  45. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  46. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
  47. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  48. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  49. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  50. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  51. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  53. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  54. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  55. at java.lang.reflect.Method.invoke(Unknown Source)
  56. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  57. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
  58. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  59. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  60. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  61. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  62. at cpw.mods.fml.common.Loader.loadMods(Loader.java:490)
  63. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
  64. at net.minecraft.client.Minecraft.startGame(Minecraft.java:522)
  65. at net.minecraft.client.Minecraft.run(Minecraft.java:892)
  66. at net.minecraft.client.main.Main.main(Main.java:112)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  70. at java.lang.reflect.Method.invoke(Unknown Source)
  71. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
  72. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  73. Caused by: java.lang.RuntimeException: java.lang.NoSuchFieldException: field_151622_e
  74. at com.google.common.base.Throwables.propagate(Throwables.java:160)
  75. at net.CaveBiomes.main.CaveBiomes.<clinit>(CaveBiomes.java:80)
  76. ... 35 more
  77. Caused by: java.lang.NoSuchFieldException: field_151622_e
  78. at java.lang.Class.getDeclaredField(Unknown Source)
  79. at net.CaveBiomes.main.CaveBiomes.<clinit>(CaveBiomes.java:73)
  80. ... 35 more
  81.  
  82.  
  83. A detailed walkthrough of the error, its code path and all known details is as follows:
  84. ---------------------------------------------------------------------------------------
  85.  
  86. -- Head --
  87. Stacktrace:
  88. at java.lang.Class.forName0(Native Method)
  89. at java.lang.Class.forName(Unknown Source)
  90. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
  91. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  92. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  93. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  94. at java.lang.reflect.Method.invoke(Unknown Source)
  95. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  96. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
  97. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  98. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  99. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  100. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  101. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  102. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  103. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  104. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  105. at java.lang.reflect.Method.invoke(Unknown Source)
  106. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  107. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
  108. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  109. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  110. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  111. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  112. at cpw.mods.fml.common.Loader.loadMods(Loader.java:490)
  113. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
  114. at net.minecraft.client.Minecraft.startGame(Minecraft.java:522)
  115.  
  116. -- Initialization --
  117. Details:
  118. Stacktrace:
  119. at net.minecraft.client.Minecraft.run(Minecraft.java:892)
  120. at net.minecraft.client.main.Main.main(Main.java:112)
  121. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  122. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  123. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  124. at java.lang.reflect.Method.invoke(Unknown Source)
  125. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
  126. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  127.  
  128. -- System Details --
  129. Details:
  130. Minecraft Version: 1.7.2
  131. Operating System: Windows 7 (amd64) version 6.1
  132. Java Version: 1.8.0_05, Oracle Corporation
  133. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  134. Memory: 855863264 bytes (816 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
  135. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  136. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  137. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  138. FML: MCP v9.03 FML v7.2.196.1085 Minecraft Forge 10.12.1.1085 5 mods loaded, 5 mods active
  139. mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  140. FML{7.2.196.1085} [Forge Mod Loader] (forgeSrc-1.7.2-10.12.1.1085.jar) Unloaded->Constructed
  141. Forge{10.12.1.1085} [Minecraft Forge] (forgeSrc-1.7.2-10.12.1.1085.jar) Unloaded->Constructed
  142. examplemod{1.0} [Example Mod] (bin) Unloaded->Constructed
  143. CaveBiomes{1.7.2} [CaveBiomes] (bin) Unloaded
  144. Launched Version: 1.6
  145. LWJGL: 2.9.0
  146. OpenGL: GeForce GTX 560 Ti/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
  147. Is Modded: Definitely; Client brand changed to 'fml,forge'
  148. Type: Client (map_client.txt)
  149. Resource Packs: []
  150. Current Language: English (US)
  151. Profiler Position: N/A (disabled)
  152. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
  153. Anisotropic Filtering: Off (1)
  154. #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Administrator\Desktop\Forge\eclipse\.\crash-reports\crash-2014-05-28_18.20.44-client.txt
  155. Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement