Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.66 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad. I'll do better next time, I promise!
  3.  
  4. Time: 22/07/17 16:49
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Initializing game
  8. at com.pixelmonmod.pixelmon.sounds.Sounds.clearMusic(Sounds.java:90)
  9. at com.pixelmonmod.pixelmon.sounds.Sounds.func_110549_a(Sounds.java:60)
  10. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SourceFile:99)
  11. at com.pixelmonmod.pixelmon.client.ClientProxy.registerSounds(ClientProxy.java:510)
  12. at com.pixelmonmod.pixelmon.Pixelmon.postInit(Pixelmon.java:177)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  15. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  16. at java.lang.reflect.Method.invoke(Unknown Source)
  17. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
  18. at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  20. at java.lang.reflect.Method.invoke(Unknown Source)
  21. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  22. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  23. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  24. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  25. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  26. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  27. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  31. at java.lang.reflect.Method.invoke(Unknown Source)
  32. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  33. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  34. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  35. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  36. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  37. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  38. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
  39. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
  40. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
  41. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  42. at net.minecraft.client.main.Main.main(SourceFile:148)
  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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  48. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  49.  
  50.  
  51. A detailed walkthrough of the error, its code path and all known details is as follows:
  52. ---------------------------------------------------------------------------------------
  53.  
  54. -- Head --
  55. Stacktrace:
  56. at com.pixelmonmod.pixelmon.sounds.Sounds.clearMusic(Sounds.java:90)
  57. at com.pixelmonmod.pixelmon.sounds.Sounds.func_110549_a(Sounds.java:60)
  58. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SourceFile:99)
  59. at com.pixelmonmod.pixelmon.client.ClientProxy.registerSounds(ClientProxy.java:510)
  60. at com.pixelmonmod.pixelmon.Pixelmon.postInit(Pixelmon.java:177)
  61. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  62. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  63. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  64. at java.lang.reflect.Method.invoke(Unknown Source)
  65. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
  66. at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  67. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  68. at java.lang.reflect.Method.invoke(Unknown Source)
  69. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  70. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  71. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  72. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  73. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  74. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  75. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  76. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  77. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  78. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  79. at java.lang.reflect.Method.invoke(Unknown Source)
  80. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  81. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  82. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  83. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  84. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  85. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  86. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
  87. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
  88. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
  89.  
  90. -- Initialization --
  91. Details:
  92. Stacktrace:
  93. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  94. at net.minecraft.client.main.Main.main(SourceFile:148)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  96. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  97. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  98. at java.lang.reflect.Method.invoke(Unknown Source)
  99. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  100. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  101.  
  102. -- System Details --
  103. Details:
  104. Minecraft Version: 1.7.10
  105. Operating System: Windows 10 (amd64) version 10.0
  106. Java Version: 1.8.0_141, Oracle Corporation
  107. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  108. Memory: 298235064 bytes (284 MB) / 852086784 bytes (812 MB) up to 2134114304 bytes (2035 MB)
  109. JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Xmx2G
  110. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  111. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  112. FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 8 mods loaded, 8 mods active
  113. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  114. FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  115. Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  116. BiblioCraft{1.8.2} [BiblioCraft] (BiblioCraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  117. pixelmon{3.5.0} [Pixelmon] (Pixelmon-1.7.10-3.5.1-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  118. guilib{1.0.7.2} [GUI Library] (quest.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  119. quest{1.0.0} [Quest] (quest.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  120. vcraft{1.0.0} [vcraft] (vcraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  121. Launched Version: 1.7.10-Forge10.13.2.1230
  122. LWJGL: 2.9.1
  123. OpenGL: GeForce GTX 780/PCIe/SSE2 GL version 4.5.0 NVIDIA 384.76, NVIDIA Corporation
  124. GL Caps: Using GL 1.3 multitexturing.
  125. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  126. Anisotropic filtering is supported and maximum anisotropy is 16.
  127. Shaders are available because OpenGL 2.1 is supported.
  128.  
  129. Is Modded: Definitely; Client brand changed to 'fml,forge'
  130. Type: Client (map_client.txt)
  131. Resource Packs: []
  132. Current Language: Français (France)
  133. Profiler Position: N/A (disabled)
  134. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  135. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement