Advertisement
Guest User

Untitled

a guest
Oct 9th, 2016
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.18 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Oh - I know what I did wrong!
  3.  
  4. Time: 10/9/16 1:43 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Initializing game
  8. at net.blay09.mods.eiramoticons.addon.pack.TwitchTurboPack.<init>(TwitchTurboPack.java:54)
  9. at net.blay09.mods.eiramoticons.ClientProxy.reloadEmoticons(ClientProxy.java:98)
  10. at cpw.mods.fml.common.eventhandler.ASMEventHandler_456_ClientProxy_reloadEmoticons_ReloadEmoticons.invoke(.dynamic)
  11. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  12. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  13. at net.blay09.mods.eiramoticons.ClientProxy.postInit(ClientProxy.java:66)
  14. at net.blay09.mods.eiramoticons.EiraMoticons.postInit(EiraMoticons.java:37)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  18. at java.lang.reflect.Method.invoke(Unknown Source)
  19. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  20. at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  22. at java.lang.reflect.Method.invoke(Unknown Source)
  23. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  24. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  25. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  26. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  27. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  28. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  29. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  33. at java.lang.reflect.Method.invoke(Unknown Source)
  34. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  35. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  36. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  37. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  38. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  39. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  40. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
  41. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  42. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:658)
  43. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:1004)
  44. at net.minecraft.client.main.Main.main(SourceFile:148)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  48. at java.lang.reflect.Method.invoke(Unknown Source)
  49. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  50. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  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 ru.ffgs.launcher.components.H.run(ru/ffgs/launcher/components/H)
  56. at java.lang.Thread.run(Unknown Source)
  57.  
  58.  
  59. A detailed walkthrough of the error, its code path and all known details is as follows:
  60. ---------------------------------------------------------------------------------------
  61.  
  62. -- Head --
  63. Stacktrace:
  64. at net.blay09.mods.eiramoticons.addon.pack.TwitchTurboPack.<init>(TwitchTurboPack.java:54)
  65. at net.blay09.mods.eiramoticons.ClientProxy.reloadEmoticons(ClientProxy.java:98)
  66. at cpw.mods.fml.common.eventhandler.ASMEventHandler_456_ClientProxy_reloadEmoticons_ReloadEmoticons.invoke(.dynamic)
  67. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  68. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  69. at net.blay09.mods.eiramoticons.ClientProxy.postInit(ClientProxy.java:66)
  70. at net.blay09.mods.eiramoticons.EiraMoticons.postInit(EiraMoticons.java:37)
  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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  76. at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  77. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  78. at java.lang.reflect.Method.invoke(Unknown Source)
  79. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  80. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  81. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  82. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  83. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  84. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  85. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  91. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  92. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  93. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  94. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  95. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  96. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
  97. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  98. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:658)
  99. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:1004)
  100.  
  101. -- Initialization --
  102. Details:
  103. Stacktrace:
  104. at net.minecraft.client.main.Main.main(SourceFile:148)
  105. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  106. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  107. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  108. at java.lang.reflect.Method.invoke(Unknown Source)
  109. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  110. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  111. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  112. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  113. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  114. at java.lang.reflect.Method.invoke(Unknown Source)
  115. at ru.ffgs.launcher.components.H.run(ru/ffgs/launcher/components/H)
  116. at java.lang.Thread.run(Unknown Source)
  117.  
  118. -- System Details --
  119. Details:
  120. Minecraft Version: 1.7.10
  121. Operating System: Windows 7 (amd64) version 6.1
  122. Java Version: 1.8.0_101, Oracle Corporation
  123. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  124. Memory: 237243344 bytes (226 MB) / 1230503936 bytes (1173 MB) up to 1908932608 bytes (1820 MB)
  125. JVM Flags: 1 total; -Xmx2048m
  126. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  127. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  128. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D1 74 mods loaded, 74 mods active
  129. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  130. UCHIJ mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  131. UCHIJ FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  132. UCHIJ Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  133. UCHIJ appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
  134. UCHIJ CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  135. UCHIJ Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
  136. UCHIJ NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.0.5.120.jar)
  137. UCHIJ OpenComputers|Core{1.6.0.7-rc.1} [OpenComputers (Core)] (minecraft.jar)
  138. UCHIJ MobiusCore{1.3.1-MAPLESS_1.7.10} [MobiusCore] (minecraft.jar)
  139. UCHIJ OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
  140. UCHIJ <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  141. UCHIJ FastCraft{1.23} [FastCraft] (FastCraft-1.23.jar)
  142. UCHIJ antiqueatlas{1.7.10-4.2.10} [Antique Atlas] (antiqueatlas-1.7.10-4.2.10.jar)
  143. UCHIJ appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6-client.jar)
  144. UCHIJ IC2{2.2.822-experimental} [IndustrialCraft 2] (IC2-2.2.822-experimental.jar)
  145. UCHIJ CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-3.1.3.jar)
  146. UCHIJ Forestry{4.2.15.63} [Forestry for Minecraft] (Forestry-4.2.15.63.jar)
  147. UCHIJ GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.462.jar)
  148. UCHIJ GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.462.jar)
  149. UCHIJ Railcraft{9.12.2.0} [Railcraft] (Railcraft-9.12.2.0.jar)
  150. UCHIJ gregtech{MC1710} [GregTech] (GregTech-5.09.23.jar)
  151. UCHIJ asielib{0.4.5} [asielib] (AsieLib-0.4.5.jar)
  152. UCHIJ BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft-1.11.5.jar)
  153. UCHIJ bspkrsCore{6.16} [bspkrsCore] (bspkrsCore-6.16.jar)
  154. UCHIJ ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.2.0.345.jar)
  155. UCHIJ chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
  156. UCHIJ CarpentersBlocks{3.3.8.1_dev_r1} [Carpenter's Blocks] (CarpentersBlocks-3.3.8.1-r1.jar)
  157. UCHIJ MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33.jar)
  158. UCHIJ ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-Base-4.7.0pre12.95.jar)
  159. UCHIJ ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-Integration-4.7.0pre12.95.jar)
  160. UCHIJ OpenComputers{1.6.0.7-rc.1} [OpenComputers] (OpenComputers-1.6.0.7-rc1.jar)
  161. UCHIJ Waila{1.5.10} [Waila] (waila-1.5.10_1.7.10.jar)
  162. UCHIJ computronics{1.6.0} [Computronics] (Computronics-1.6.0.jar)
  163. UCHIJ MineTweaker3{3.0.10} [MineTweaker 3] (CraftTweaker-1.7.10-3.0.10.jar)
  164. UCHIJ CustomStuff2{0.11.29} [Custom Stuff 2] (CustomStuff2-0.11.29.jar)
  165. UCHIJ cuttingedge{0.1.0-4} [Cutting Edge] (CuttingEdge-0.1.0-5.jar)
  166. UCHIJ dsurround{1.0.5.6} [Dynamic Surroundings] (DynamicSurroundings-1.0.5.6.jar)
  167. UCHIE eiramoticons{1.2.84} [EiraMoticons] (EiraMoticons-1.2.84.jar)
  168. UCHIJ extracells{2.2.73} [Extra Cells 2] (ExtraCells-2.2.73.jar)
  169. UCHIJ IC2BackpackHUD{3.0} [IC2 Backpack HUD] (IC2BackpackHUD-3.0.jar)
  170. UCHIJ GraviSuite{2.0.3} [Gravitation Suite] (GraviSuite-2.0.3.jar)
  171. UCHIJ ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-1.2.5.jar)
  172. UCHIJ ffgs_utils{1.0.0} [FFGS Utils] (ffgs_utils-1.12.zip)
  173. UCHIJ GTTweaker{1.4.1} [GTTweaker] (GTTweaker-1.4.2.jar)
  174. UCHIJ IC2NuclearControl{2.4.1a} [Nuclear Control 2] (IC2NuclearControl-2.4.1a.jar)
  175. UCHIJ inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
  176. UCHIJ IronChest{6.0.62.742} [Iron Chest] (IronChest-6.0.62.742.jar)
  177. UCHIJ MTRM{1.0} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.7.10-1.1.0.11.jar)
  178. UCHIJ modtweaker2{0.9.6} [Mod Tweaker 2] (ModTweaker2-0.9.6.jar)
  179. UCHIJ NEIAddons{1.12.15.41} [NEI Addons] (NEIAddons-1.12.15.41.jar)
  180. UCHIJ NEIAddons|Developer{1.12.15.41} [NEI Addons: Developer Tools] (NEIAddons-1.12.15.41.jar)
  181. UCHIJ NEIAddons|AppEng{1.12.15.41} [NEI Addons: Applied Energistics 2] (NEIAddons-1.12.15.41.jar)
  182. UCHIJ NEIAddons|Botany{1.12.15.41} [NEI Addons: Botany] (NEIAddons-1.12.15.41.jar)
  183. UCHIJ NEIAddons|Forestry{1.12.15.41} [NEI Addons: Forestry] (NEIAddons-1.12.15.41.jar)
  184. UCHIJ NEIAddons|CraftingTables{1.12.15.41} [NEI Addons: Crafting Tables] (NEIAddons-1.12.15.41.jar)
  185. UCHIJ NEIAddons|ExNihilo{1.12.15.41} [NEI Addons: Ex Nihilo] (NEIAddons-1.12.15.41.jar)
  186. UCHIJ neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
  187. UCHIJ OpenMods{0.9.1} [OpenMods] (OpenModsLib-0.9.1.jar)
  188. UCHIJ OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.5.1.jar)
  189. UCHIJ ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-Compat-4.7.0pre12.95.jar)
  190. UCHIJ ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-Integration-4.7.0pre12.95.jar)
  191. UCHIJ ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-Lighting-4.7.0pre12.95.jar)
  192. UCHIJ ReiMinimap{1.7.10} [Rei's Minimap] (ReiMinimap-3.6.jar)
  193. UCHIJ RWG{Alpha 1.3.2} [Realistic World Gen Alpha] (RWG-alpha-1.3.2.jar)
  194. UCHIJ StorageDrawers{1.7.10-1.10.1} [Storage Drawers] (StorageDrawers-1.10.1.jar)
  195. UCHIJ ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-1.2.0.jar)
  196. UCHIJ Treecapitator{1.7.10} [Treecapitator] (Treeсapitator-2.0.4.jar)
  197. UCHIJ WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
  198. UCHIJ worldedit-cui{1.0} [WorldEdit Client User Interface] (WorldEditCUI-1.7.10-1.0.0.jar)
  199. UCHIJ YeOldeTanks{1.4.5} [Ye Olde Tanks] (YeOldeTanks-1.7.10-1.4.5.jar)
  200. UCHIJ ztech{0.0.3} [Ztech] (ztech1.7.10-0.0.3.jar)
  201. UCHIJ McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.2.0.345.jar)
  202. UCHIJ Opis{1.3.1-MAPLESS_1.7.10} [Opis] (Opis-1.3.1.jar)
  203. UCHIJ ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.2.0.345.jar)
  204. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.06' Renderer: 'GeForce GTX 560 SE/PCIe/SSE2'
  205. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  206. Class transformer null safety: all safe
  207. AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
  208. CoFHCore: -[1.7.10]3.1.3-327
  209. ThermalFoundation: -[1.7.10]1.2.5-115
  210. ThermalDynamics: -[1.7.10]1.2.0-171
  211. Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
  212. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  213. Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
  214. Optifine
  215. These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
  216. Info: The following plugins have been disabled in the config: energy, factory, mail, buildcraft.fuels, buildcraft.recipes, buildcraft.statements, buildcraft.transport, agricraft, biomesoplenty, enderio, erebus, extrautilities, growthcraft, harvestcraft, immersiveengineering, industrialcraft, magicalcrops, minefactoryreloaded, natura, plantmegapack, rotarycraft, witchery
  217. AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BuildCraftCore:OFF, BuildCraftTransport:OFF, BuildCraftBuilder:OFF, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:ON, PneumaticCraft:OFF
  218. Launched Version: 1.7.10
  219. LWJGL: 2.9.1
  220. OpenGL: GeForce GTX 560 SE/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.06, NVIDIA Corporation
  221. GL Caps: Using GL 1.3 multitexturing.
  222. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  223. Anisotropic filtering is supported and maximum anisotropy is 16.
  224. Shaders are available because OpenGL 2.1 is supported.
  225.  
  226. Is Modded: Definitely; Client brand changed to 'fml,forge'
  227. Type: Client (map_client.txt)
  228. Resource Packs: []
  229. Current Language: Русский (Россия)
  230. Profiler Position: N/A (disabled)
  231. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  232. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement