Advertisement
Guest User

TFC Build 67 Crash on Startup

a guest
Nov 27th, 2012
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.48 KB | None | 0 0
  1. ===Simple Minecraft Error Test===
  2.  
  3. Starting Minecraft...
  4.  
  5. 2012-11-27 14:29:26 [INFO] [ForgeModLoader] Forge Mod Loader version 4.5.2.459 f
  6. or Minecraft 1.4.5 loading
  7. 2012-11-27 14:29:31 [INFO] [STDOUT] 27 achievements
  8. 2012-11-27 14:29:31 [INFO] [STDOUT] 208 recipes
  9. 2012-11-27 14:29:31 [INFO] [STDOUT] Setting user: Player585, -
  10. 2012-11-27 14:29:31 [INFO] [STDERR] Client asked for parameter: server
  11. 2012-11-27 14:29:31 [INFO] [STDOUT] LWJGL Version: 2.4.2
  12. 2012-11-27 14:29:33 [INFO] [ForgeModLoader] Attempting early MinecraftForge init
  13. ialization
  14. 2012-11-27 14:29:33 [INFO] [STDOUT] MinecraftForge v6.4.0.395 Initialized
  15. 2012-11-27 14:29:33 [INFO] [ForgeModLoader] MinecraftForge v6.4.0.395 Initialize
  16. d
  17. 2012-11-27 14:29:33 [INFO] [ForgeModLoader] Completed early MinecraftForge initi
  18. alization
  19. 2012-11-27 14:29:33 [INFO] [ForgeModLoader] Searching C:\Users\SoldierBoy\AppDat
  20. a\Roaming\.minecraft\mods for mods
  21. 2012-11-27 14:29:34 [INFO] [ForgeModLoader] Forge Mod Loader has identified 4 mo
  22. ds to load
  23. 2012-11-27 14:29:35 [INFO] [ForgeModLoader] Configured a dormant chunk cache siz
  24. e of 0
  25. 2012-11-27 14:29:35 [INFO] [STDOUT] [TFC] Loading Blocks
  26. 2012-11-27 14:29:35 [INFO] [STDOUT] [TFC] Loading Settings
  27. 2012-11-27 14:29:36 [SEVERE] [ForgeModLoader] Fatal errors were detected during
  28. the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
  29.  
  30. 2012-11-27 14:29:36 [SEVERE] [ForgeModLoader]
  31. mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-in
  32. itialized
  33. FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
  34.  
  35. Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialize
  36. d
  37. TerraFirmaCraft [TerraFirmaCraft] (TFCraft-Universal-Core-B2-Build67.zip
  38. ) Unloaded->Constructed->Errored
  39. 2012-11-27 14:29:36 [SEVERE] [ForgeModLoader] The following problems were captur
  40. ed during this phase
  41. 2012-11-27 14:29:36 [SEVERE] [ForgeModLoader] Caught exception from TerraFirmaCr
  42. aft
  43. java.lang.IllegalAccessError: tried to access field ut.c from class net.minecraf
  44. tforge.common.ForgeHooks
  45. at net.minecraftforge.common.ForgeHooks.initTools(ForgeHooks.java:161)
  46. at net.minecraftforge.common.ForgeHooks.<clinit>(ForgeHooks.java:232)
  47. at net.minecraftforge.common.MinecraftForge.setBlockHarvestLevel(Minecra
  48. ftForge.java:125)
  49. at TFC.TFCBlocks.LoadBlocks(TFCBlocks.java:461)
  50. at TFC.TerraFirmaCraft.preInit(TerraFirmaCraft.java:86)
  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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContain
  56. er.java:440)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  59. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  60. at java.lang.reflect.Method.invoke(Unknown Source)
  61. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java
  62. :69)
  63. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(Synch
  64. ronizedEventHandler.java:45)
  65. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  66. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav
  67. a:300)
  68. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  69. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadControll
  70. er.java:140)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  73. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  74. at java.lang.reflect.Method.invoke(Unknown Source)
  75. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java
  76. :69)
  77. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(Synch
  78. ronizedEventHandler.java:45)
  79. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  80. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav
  81. a:300)
  82. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  83. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadControl
  84. ler.java:83)
  85. at cpw.mods.fml.common.Loader.loadMods(Loader.java:480)
  86. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientH
  87. andler.java:151)
  88. at net.minecraft.client.Minecraft.a(Minecraft.java:424)
  89. at net.minecraft.client.Minecraft.run(Minecraft.java:756)
  90. at java.lang.Thread.run(Unknown Source)
  91. 2012-11-27 14:29:46 [INFO] [STDERR] cpw.mods.fml.common.LoaderException: java.la
  92. ng.IllegalAccessError: tried to access field ut.c from class net.minecraftforge.
  93. common.ForgeHooks
  94. 2012-11-27 14:29:46 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.tr
  95. ansition(LoadController.java:117)
  96. 2012-11-27 14:29:46 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(L
  97. oader.java:481)
  98. 2012-11-27 14:29:46 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.
  99. beginMinecraftLoading(FMLClientHandler.java:151)
  100. 2012-11-27 14:29:46 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Mine
  101. craft.java:424)
  102. 2012-11-27 14:29:46 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Mi
  103. necraft.java:756)
  104. 2012-11-27 14:29:46 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
  105. 2012-11-27 14:29:46 [INFO] [STDERR] Caused by: java.lang.IllegalAccessError: tri
  106. ed to access field ut.c from class net.minecraftforge.common.ForgeHooks
  107. 2012-11-27 14:29:46 [INFO] [STDERR] at net.minecraftforge.common.ForgeHooks.
  108. initTools(ForgeHooks.java:161)
  109. 2012-11-27 14:29:46 [INFO] [STDERR] at net.minecraftforge.common.ForgeHooks.
  110. <clinit>(ForgeHooks.java:232)
  111. 2012-11-27 14:29:46 [INFO] [STDERR] at net.minecraftforge.common.MinecraftFo
  112. rge.setBlockHarvestLevel(MinecraftForge.java:125)
  113. 2012-11-27 14:29:46 [INFO] [STDERR] at TFC.TFCBlocks.LoadBlocks(TFCBlocks.ja
  114. va:461)
  115. 2012-11-27 14:29:46 [INFO] [STDERR] at TFC.TerraFirmaCraft.preInit(TerraFirm
  116. aCraft.java:86)
  117. 2012-11-27 14:29:46 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.
  118. invoke0(Native Method)
  119. 2012-11-27 14:29:46 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.
  120. invoke(Unknown Source)
  121. 2012-11-27 14:29:46 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorI
  122. mpl.invoke(Unknown Source)
  123. 2012-11-27 14:29:46 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unkno
  124. wn Source)
  125. 2012-11-27 14:29:46 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.h
  126. andleModStateEvent(FMLModContainer.java:440)
  127. 2012-11-27 14:29:46 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.
  128. invoke0(Native Method)
  129. 2012-11-27 14:29:46 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.
  130. invoke(Unknown Source)
  131. 2012-11-27 14:29:46 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorI
  132. mpl.invoke(Unknown Source)
  133. 2012-11-27 14:29:46 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unkno
  134. wn Source)
  135. 2012-11-27 14:29:46 [INFO] [STDERR] at com.google.common.eventbus.EventHandl
  136. er.handleEvent(EventHandler.java:69)
  137. 2012-11-27 14:29:46 [INFO] [STDERR] at com.google.common.eventbus.Synchroniz
  138. edEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  139. 2012-11-27 14:29:46 [INFO] [STDERR] at com.google.common.eventbus.EventBus.d
  140. ispatch(EventBus.java:317)
  141. 2012-11-27 14:29:46 [INFO] [STDERR] at com.google.common.eventbus.EventBus.d
  142. ispatchQueuedEvents(EventBus.java:300)
  143. 2012-11-27 14:29:46 [INFO] [STDERR] at com.google.common.eventbus.EventBus.p
  144. ost(EventBus.java:268)
  145. 2012-11-27 14:29:46 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.pr
  146. opogateStateMessage(LoadController.java:140)
  147. 2012-11-27 14:29:46 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.
  148. invoke0(Native Method)
  149. 2012-11-27 14:29:46 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.
  150. invoke(Unknown Source)
  151. 2012-11-27 14:29:46 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorI
  152. mpl.invoke(Unknown Source)
  153. 2012-11-27 14:29:46 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unkno
  154. wn Source)
  155. 2012-11-27 14:29:46 [INFO] [STDERR] at com.google.common.eventbus.EventHandl
  156. er.handleEvent(EventHandler.java:69)
  157. 2012-11-27 14:29:46 [INFO] [STDERR] at com.google.common.eventbus.Synchroniz
  158. edEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  159. 2012-11-27 14:29:46 [INFO] [STDERR] at com.google.common.eventbus.EventBus.d
  160. ispatch(EventBus.java:317)
  161. 2012-11-27 14:29:46 [INFO] [STDERR] at com.google.common.eventbus.EventBus.d
  162. ispatchQueuedEvents(EventBus.java:300)
  163. 2012-11-27 14:29:46 [INFO] [STDERR] at com.google.common.eventbus.EventBus.p
  164. ost(EventBus.java:268)
  165. 2012-11-27 14:29:46 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.di
  166. stributeStateMessage(LoadController.java:83)
  167. 2012-11-27 14:29:46 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(L
  168. oader.java:480)
  169. 2012-11-27 14:29:46 [INFO] [STDERR] ... 4 more
  170. 2012-11-27 14:29:46 [INFO] [STDERR] Exception in thread "AWT-EventQueue-0" java.
  171. lang.NullPointerException: component argument pData
  172. 2012-11-27 14:29:46 [INFO] [STDERR] at sun.java2d.windows.GDIWindowSurfaceDa
  173. ta.initOps(Native Method)
  174. 2012-11-27 14:29:46 [INFO] [STDERR] at sun.java2d.windows.GDIWindowSurfaceDa
  175. ta.<init>(Unknown Source)
  176. 2012-11-27 14:29:46 [INFO] [STDERR] at sun.java2d.windows.GDIWindowSurfaceDa
  177. ta.createData(Unknown Source)
  178. 2012-11-27 14:29:46 [INFO] [STDERR] at sun.java2d.d3d.D3DScreenUpdateManager
  179. .getGdiSurface(Unknown Source)
  180. 2012-11-27 14:29:46 [INFO] [STDERR] at sun.java2d.d3d.D3DScreenUpdateManager
  181. .createGraphics(Unknown Source)
  182. 2012-11-27 14:29:46 [INFO] [STDERR] at sun.awt.windows.WComponentPeer.getGra
  183. phics(Unknown Source)
  184. 2012-11-27 14:29:46 [INFO] [STDERR] at java.awt.Component.getGraphics(Unknow
  185. n Source)
  186. 2012-11-27 14:29:46 [INFO] [STDERR] at sun.awt.RepaintArea.paint(Unknown Sou
  187. rce)
  188. 2012-11-27 14:29:46 [INFO] [STDERR] at sun.awt.windows.WComponentPeer.handle
  189. Event(Unknown Source)
  190. 2012-11-27 14:29:46 [INFO] [STDERR] at java.awt.Component.dispatchEventImpl(
  191. Unknown Source)
  192. 2012-11-27 14:29:46 [INFO] [STDERR] at java.awt.Component.dispatchEvent(Unkn
  193. own Source)
  194. 2012-11-27 14:29:46 [INFO] [STDERR] at java.awt.EventQueue.dispatchEventImpl
  195. (Unknown Source)
  196. 2012-11-27 14:29:46 [INFO] [STDERR] at java.awt.EventQueue.access$000(Unknow
  197. n Source)
  198. 2012-11-27 14:29:46 [INFO] [STDERR] at java.awt.EventQueue$3.run(Unknown Sou
  199. rce)
  200. 2012-11-27 14:29:46 [INFO] [STDERR] at java.awt.EventQueue$3.run(Unknown Sou
  201. rce)
  202. 2012-11-27 14:29:46 [INFO] [STDERR] at java.security.AccessController.doPriv
  203. ileged(Native Method)
  204. 2012-11-27 14:29:46 [INFO] [STDERR] at java.security.ProtectionDomain$1.doIn
  205. tersectionPrivilege(Unknown Source)
  206. 2012-11-27 14:29:46 [INFO] [STDERR] at java.security.ProtectionDomain$1.doIn
  207. tersectionPrivilege(Unknown Source)
  208. 2012-11-27 14:29:46 [INFO] [STDERR] at java.awt.EventQueue$4.run(Unknown Sou
  209. rce)
  210. 2012-11-27 14:29:46 [INFO] [STDERR] at java.awt.EventQueue$4.run(Unknown Sou
  211. rce)
  212. 2012-11-27 14:29:46 [INFO] [STDERR] at java.security.AccessController.doPriv
  213. ileged(Native Method)
  214. 2012-11-27 14:29:46 [INFO] [STDERR] at java.security.ProtectionDomain$1.doIn
  215. tersectionPrivilege(Unknown Source)
  216. 2012-11-27 14:29:46 [INFO] [STDERR] at java.awt.EventQueue.dispatchEvent(Unk
  217. nown Source)
  218. 2012-11-27 14:29:46 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpOneE
  219. ventForFilters(Unknown Source)
  220. 2012-11-27 14:29:46 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpEven
  221. tsForFilter(Unknown Source)
  222. 2012-11-27 14:29:46 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpEven
  223. tsForHierarchy(Unknown Source)
  224. 2012-11-27 14:29:46 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpEven
  225. ts(Unknown Source)
  226. 2012-11-27 14:29:46 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpEven
  227. ts(Unknown Source)
  228. 2012-11-27 14:29:46 [INFO] [STDERR] at java.awt.EventDispatchThread.run(Unkn
  229. own Source)
  230. 2012-11-27 14:29:55 [INFO] [STDERR] Someone is closing me!
  231.  
  232. Finished session
  233.  
  234.  
  235. Right click, Select all,
  236. Press Enter (This will copy the output to your clipboard).
  237. Then paste the result on http://www.pastebin.com
  238.  
  239. ===========#Risucraft===========
  240.  
  241. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement