Advertisement
Guest User

Untitled

a guest
Jan 8th, 2015
504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.54 KB | None | 0 0
  1. [18:23:54] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, BioWarfare] at SERVER
  2. [18:23:54] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:BioWarfare
  3. [18:23:54] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:568]: ---- Minecraft Crash Report ----
  4. // Why is it breaking :(
  5.  
  6. Time: 08/01/15 18:23
  7. Description: Initializing game
  8.  
  9. java.lang.ExceptionInInitializerError
  10. at java.lang.Class.forName0(Native Method)
  11. at java.lang.Class.forName(Class.java:266)
  12. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:60)
  13. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:494)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  17. at java.lang.reflect.Method.invoke(Method.java:601)
  18. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  19. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  20. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  21. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  22. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  23. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  24. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  28. at java.lang.reflect.Method.invoke(Method.java:601)
  29. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  30. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  31. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  32. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  33. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  34. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  35. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:492)
  36. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
  37. at net.minecraft.client.Minecraft.startGame(Minecraft.java:412)
  38. at net.minecraft.client.Minecraft.run(Minecraft.java:325)
  39. at net.minecraft.client.main.Main.main(Main.java:117)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  43. at java.lang.reflect.Method.invoke(Method.java:601)
  44. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  45. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  46. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:78)
  47. at GradleStart.main(GradleStart.java:45)
  48. Caused by: net.minecraftforge.fml.relauncher.ReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: field_74516_a
  49. at net.minecraftforge.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:90)
  50. at com.Looke81.BioWarfare.proxy.ClientProxy.<clinit>(ClientProxy.java:31)
  51. ... 38 more
  52. Caused by: java.lang.NoSuchFieldException: field_74516_a
  53. at java.lang.Class.getDeclaredField(Class.java:1901)
  54. at net.minecraftforge.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:81)
  55. ... 39 more
  56.  
  57.  
  58. A detailed walkthrough of the error, its code path and all known details is as follows:
  59. ---------------------------------------------------------------------------------------
  60.  
  61. -- Head --
  62. Stacktrace:
  63. at java.lang.Class.forName0(Native Method)
  64. at java.lang.Class.forName(Class.java:266)
  65. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:60)
  66. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:494)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  70. at java.lang.reflect.Method.invoke(Method.java:601)
  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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  77. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  78. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  79. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  80. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  81. at java.lang.reflect.Method.invoke(Method.java:601)
  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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  88. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:492)
  89. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
  90. at net.minecraft.client.Minecraft.startGame(Minecraft.java:412)
  91.  
  92. -- Initialization --
  93. Details:
  94. Stacktrace:
  95. at net.minecraft.client.Minecraft.run(Minecraft.java:325)
  96. at net.minecraft.client.main.Main.main(Main.java:117)
  97. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  98. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  99. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  100. at java.lang.reflect.Method.invoke(Method.java:601)
  101. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  102. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  103. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:78)
  104. at GradleStart.main(GradleStart.java:45)
  105.  
  106. -- System Details --
  107. Details:
  108. Minecraft Version: 1.8
  109. Operating System: Windows 7 (amd64) version 6.1
  110. Java Version: 1.7.0_21, Oracle Corporation
  111. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  112. Memory: 885662136 bytes (844 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
  113. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  114. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  115. FML: MCP v9.10 FML v8.0.13.1269 Minecraft Forge 11.14.0.1269 4 mods loaded, 4 mods active
  116. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  117. FML{8.0.13.1269} [Forge Mod Loader] (forgeSrc-1.8-11.14.0.1269-1.8.jar) Unloaded->Constructed
  118. Forge{11.14.0.1269} [Minecraft Forge] (forgeSrc-1.8-11.14.0.1269-1.8.jar) Unloaded->Constructed
  119. BioWarfare{0.0.1 Alpha} [BioWarfare] (bin) Unloaded
  120. Launched Version: 1.8
  121. LWJGL: 2.9.1
  122. OpenGL: Intel(R) HD Graphics 2000 GL version 3.1.0 - Build 9.17.10.3517, Intel
  123. GL Caps: Using GL 1.3 multitexturing.
  124. Using GL 1.3 texture combiners.
  125. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  126. Shaders are available because OpenGL 2.1 is supported.
  127. VBOs are available because OpenGL 1.5 is supported.
  128.  
  129. Using VBOs: No
  130. Is Modded: Definitely; Client brand changed to 'fml,forge'
  131. Type: Client (map_client.txt)
  132. Resource Packs: []
  133. Current Language: English (US)
  134. Profiler Position: N/A (disabled)
  135. [18:23:54] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:568]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Daniel\Desktop\1.8 modding\eclipse\.\crash-reports\crash-2015-01-08_18.23.54-client.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement