Advertisement
Guest User

Untitled

a guest
Jul 10th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.36 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I feel sad now :(
  3.  
  4. Time: 11.07.13 04:39
  5. Description: Initializing game
  6.  
  7. java.lang.VerifyError: (class: kris91268/lbd/ModLBD, method: preInit signature: (Lcpw/mods/fml/common/event/FMLPreInitializationEvent;)V) Bad type in putfield/putstatic
  8. at java.lang.Class.forName0(Native Method)
  9. at java.lang.Class.forName(Unknown Source)
  10. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:457)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  14. at java.lang.reflect.Method.invoke(Unknown Source)
  15. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  16. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  17. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  18. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  19. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  20. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)
  21. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  25. at java.lang.reflect.Method.invoke(Unknown Source)
  26. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  27. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  28. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  29. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  30. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  31. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)
  32. at cpw.mods.fml.common.Loader.loadMods(Loader.java:510)
  33. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:172)
  34. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
  35. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
  36. at net.minecraft.client.main.Main.main(SourceFile:101)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  40. at java.lang.reflect.Method.invoke(Unknown Source)
  41. at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
  42. at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  46. at java.lang.reflect.Method.invoke(Unknown Source)
  47. at magic.launcher.Launcher.main(Unknown Source)
  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 java.lang.Class.forName0(Native Method)
  56. at java.lang.Class.forName(Unknown Source)
  57. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:457)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  59. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  60. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  61. at java.lang.reflect.Method.invoke(Unknown Source)
  62. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  63. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  64. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  65. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  66. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  67. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)
  68. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  71. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  72. at java.lang.reflect.Method.invoke(Unknown Source)
  73. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  74. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  75. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  76. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  77. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  78. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)
  79. at cpw.mods.fml.common.Loader.loadMods(Loader.java:510)
  80. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:172)
  81. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
  82.  
  83. -- Initialization --
  84. Details:
  85. Stacktrace:
  86. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
  87. at net.minecraft.client.main.Main.main(SourceFile:101)
  88. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  89. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  90. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  91. at java.lang.reflect.Method.invoke(Unknown Source)
  92. at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
  93. at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  96. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  97. at java.lang.reflect.Method.invoke(Unknown Source)
  98. at magic.launcher.Launcher.main(Unknown Source)
  99.  
  100. -- System Details --
  101. Details:
  102. Minecraft Version: 1.6.2
  103. Operating System: Windows 7 (amd64) version 6.1
  104. Java Version: 1.7.0_25, Oracle Corporation
  105. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  106. Memory: 776390112 bytes (740 MB) / 1029046272 bytes (981 MB) up to 1029046272 bytes (981 MB)
  107. JVM Flags: 2 total; -Xms1024m -Xmx1024m
  108. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  109. Suspicious classes: FML and Forge are installed
  110. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  111. FML: MCP v8.04 FML v6.2.19.789 Minecraft Forge 9.10.0.789 Optifine OptiFine_1.6.2_HD_U_A3 4 mods loaded, 4 mods active
  112. mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  113. FML{6.2.19.789} [Forge Mod Loader] (coremods) Unloaded->Constructed
  114. Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed
  115. LightBridgesAndDoors{0.1.4} [kris91268's Light Bridges and Doors] (Light Bridges and Doors V1.3 (Place me in mods folder).zip) Unloaded
  116. Launched Version: 1.6.2-Forge9.10.0.789
  117. LWJGL: 2.9.0
  118. OpenGL: AMD Radeon HD 7800 Series GL version 4.2.12217 Compatibility Profile Context 12.104.0.0, ATI Technologies Inc.
  119. Is Modded: Definitely; Client brand changed to 'fml,forge'
  120. Type: Client (map_client.txt)
  121. Resource Pack: Sphax PureBDcraft 128x MC16.zip
  122. Current Language: Deutsch (Deutschland)
  123. Profiler Position: N/A (disabled)
  124. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement