Advertisement
Guest User

log 2

a guest
Jul 12th, 2016
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.78 KB | None | 0 0
  1. + Time: 13.07.16 0:55
  2. + Description: Initializing game
  3. +
  4. + java.lang.NullPointerException: Initializing game
  5. + at gregtech.loaders.preload.GT_Loader_Item_Block_And_Fluid.run(GT_Loader_Item_Block_And_Fluid.java:359)
  6. + at gregtech.GT_Mod.onPreLoad(GT_Mod.java:306)
  7. + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  8. + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  9. + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  10. + at java.lang.reflect.Method.invoke(Unknown Source)
  11. + at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  12. + at sun.reflect.GeneratedMethodAccessor3.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.EventSubscriber.handleEvent(EventSubscriber.java:74)
  16. + at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  17. + at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  18. + at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  19. + at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  20. + at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  21. + at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  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.EventSubscriber.handleEvent(EventSubscriber.java:74)
  27. + at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  28. + at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  29. + at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  30. + at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  31. + at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  32. + at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  33. + at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  34. + at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  35. + at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  36. + at net.minecraft.client.main.Main.main(SourceFile:148)
  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:135)
  42. + at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  43. +
  44. +
  45. + A detailed walkthrough of the error, its code path and all known details is as follows:
  46. + ---------------------------------------------------------------------------------------
  47. +
  48. + -- Head --
  49. + Stacktrace:
  50. + at gregtech.loaders.preload.GT_Loader_Item_Block_And_Fluid.run(GT_Loader_Item_Block_And_Fluid.java:359)
  51. + at gregtech.GT_Mod.onPreLoad(GT_Mod.java:306)
  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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  57. + at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  58. + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  59. + at java.lang.reflect.Method.invoke(Unknown Source)
  60. + at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  61. + at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  62. + at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  63. + at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  64. + at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  65. + at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  66. + at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  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 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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  77. + at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  78. + at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  79. + at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  80. +
  81. + -- Initialization --
  82. + Details:
  83. + Stacktrace:
  84. + at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  85. + at net.minecraft.client.main.Main.main(SourceFile:148)
  86. + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  87. + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  88. + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  89. + at java.lang.reflect.Method.invoke(Unknown Source)
  90. + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  91. + at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  92. +
  93. + -- System Details --
  94. + Details:
  95. + Minecraft Version: 1.7.10
  96. + Operating System: Windows 7 (amd64) version 6.1
  97. + Java Version: 1.8.0_45, Oracle Corporation
  98. + Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  99. + Memory: 79579648 bytes (75 MB) / 268435456 bytes (256 MB) up to 3221225472 bytes (3072 MB)
  100. + JVM Flags: 5 total; -XX:HeapDumpPath=ThisTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072M -Xms256M -XX:+UseG1GC -XX:ConcGCThreads=4
  101. + AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  102. + IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  103. + FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 12 mods loaded, 12 mods active
  104. + States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  105. + UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  106. + UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
  107. + UCH Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
  108. + UCH BuildCraft|Core{6.0.17} [BuildCraft] (buildcraft-for-1.7.10.jar)
  109. + UCH BuildCraft|Builders{6.0.17} [BC Builders] (buildcraft-for-1.7.10.jar)
  110. + UCH BuildCraft|Energy{6.0.17} [BC Energy] (buildcraft-for-1.7.10.jar)
  111. + UCH BuildCraft|Factory{6.0.17} [BC Factory] (buildcraft-for-1.7.10.jar)
  112. + UCH BuildCraft|Transport{6.0.17} [BC Transport] (buildcraft-for-1.7.10.jar)
  113. + UCH BuildCraft|Silicon{6.0.17} [BC Silicon] (buildcraft-for-1.7.10.jar)
  114. + UCH craftguide{1.6.8.1} [CraftGuide] (CraftGuide-Mod-1.7.10.zip)
  115. + UCH IC2{2.2.485-experimental} [IndustrialCraft 2] (Industrial-Craft-2-Mod-Experimental-1.7.10.jar)
  116. + UCE gregtech{MC1710} [GregTech] (gregtech-5.09.22.jar)
  117. + GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13440 Compatibility Profile Context 16.200.1010.0' Renderer: 'AMD Radeon (TM) R9 380 Series'
  118. + Launched Version: 1.7.10-Forge10.13.4.1566-1.7.10
  119. + LWJGL: 2.9.1
  120. + OpenGL: AMD Radeon (TM) R9 380 Series GL version 4.5.13440 Compatibility Profile Context 16.200.1010.0, ATI Technologies Inc.
  121. + GL Caps: Using GL 1.3 multitexturing.
  122. + Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  123. + Anisotropic filtering is supported and maximum anisotropy is 16.
  124. + Shaders are available because OpenGL 2.1 is supported.
  125. +
  126. + Is Modded: Definitely; Client brand changed to 'fml,forge'
  127. + Type: Client (map_client.txt)
  128. + Resource Packs: [John Smith Legacy JSC v1.0.28.zip]
  129. + Current Language: Русский (Россия)
  130. + Profiler Position: N/A (disabled)
  131. + Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  132. + Anisotropic Filtering: Off (1)
  133. >> [Launcher] ++++++++++++++++++++++++++++++++++
  134. >> [Launcher] Trying to retrieve DxDiag report...
  135. >> [Launcher] <DXDiag>
  136. >> [Launcher] </DXDiag>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement