Advertisement
Guest User

Health Crash

a guest
Jul 18th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.85 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad, have a hug! <3
  3.  
  4. Time: 7/19/19 12:33 AM
  5. Description: Unexpected error
  6.  
  7. java.lang.NullPointerException: Unexpected error
  8. at com.javisel.aog.main.Utilities.levelUp(Utilities.java:261)
  9. at com.javisel.aog.champions.SoulStone.ChampionForge(SoulStone.java:39)
  10. at com.javisel.aog.champions.Pyro.PyroSoulStone.onItemRightClick(PyroSoulStone.java:33)
  11. at net.minecraft.item.ItemStack.useItemRightClick(ItemStack.java:234)
  12. at net.minecraft.client.multiplayer.PlayerControllerMP.processRightClick(PlayerControllerMP.java:543)
  13. at net.minecraft.client.Minecraft.rightClickMouse(Minecraft.java:1712)
  14. at net.minecraft.client.Minecraft.processKeyBinds(Minecraft.java:2381)
  15. at net.minecraft.client.Minecraft.runTickKeyboard(Minecraft.java:2147)
  16. at net.minecraft.client.Minecraft.runTick(Minecraft.java:1935)
  17. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1188)
  18. at net.minecraft.client.Minecraft.run(Minecraft.java:442)
  19. at net.minecraft.client.main.Main.main(Main.java:118)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23. at java.lang.reflect.Method.invoke(Method.java:498)
  24. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  25. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  29. at java.lang.reflect.Method.invoke(Method.java:498)
  30. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  31. at GradleStart.main(GradleStart.java:25)
  32.  
  33.  
  34. A detailed walkthrough of the error, its code path and all known details is as follows:
  35. ---------------------------------------------------------------------------------------
  36.  
  37. -- Head --
  38. Thread: Client thread
  39. Stacktrace:
  40. at com.javisel.aog.main.Utilities.levelUp(Utilities.java:261)
  41. at com.javisel.aog.champions.SoulStone.ChampionForge(SoulStone.java:39)
  42. at com.javisel.aog.champions.Pyro.PyroSoulStone.onItemRightClick(PyroSoulStone.java:33)
  43. at net.minecraft.item.ItemStack.useItemRightClick(ItemStack.java:234)
  44. at net.minecraft.client.multiplayer.PlayerControllerMP.processRightClick(PlayerControllerMP.java:543)
  45. at net.minecraft.client.Minecraft.rightClickMouse(Minecraft.java:1712)
  46. at net.minecraft.client.Minecraft.processKeyBinds(Minecraft.java:2381)
  47. at net.minecraft.client.Minecraft.runTickKeyboard(Minecraft.java:2147)
  48.  
  49. -- Affected level --
  50. Details:
  51. Level name: MpServer
  52. All players: 1 total; [EntityPlayerSP['Javisel'/0, l='MpServer', x=730.50, y=56.00, z=1333.50]]
  53. Chunk stats: MultiplayerChunkCache: 534, 534
  54. Level seed: 0
  55. Level generator: ID 01 - flat, ver 0. Features enabled: false
  56. Level generator options:
  57. Level spawn location: World: (726,4,1331), Chunk: (at 6,0,3 in 45,83; contains blocks 720,0,1328 to 735,255,1343), Region: (1,2; contains chunks 32,64 to 63,95, blocks 512,0,1024 to 1023,255,1535)
  58. Level time: 585 game time, 585 day time
  59. Level dimension: 0
  60. Level storage version: 0x00000 - Unknown?
  61. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  62. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  63. Forced entities: 1 total; [EntityPlayerSP['Javisel'/0, l='MpServer', x=730.50, y=56.00, z=1333.50]]
  64. Retry entities: 0 total; []
  65. Server brand: fml,forge
  66. Server type: Integrated singleplayer server
  67. Stacktrace:
  68. at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:461)
  69. at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2889)
  70. at net.minecraft.client.Minecraft.run(Minecraft.java:471)
  71. at net.minecraft.client.main.Main.main(Main.java:118)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  73. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  74. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  75. at java.lang.reflect.Method.invoke(Method.java:498)
  76. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  77. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  78. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  79. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  80. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  81. at java.lang.reflect.Method.invoke(Method.java:498)
  82. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  83. at GradleStart.main(GradleStart.java:25)
  84.  
  85. -- System Details --
  86. Details:
  87. Minecraft Version: 1.12.2
  88. Operating System: Windows 10 (amd64) version 10.0
  89. Java Version: 1.8.0_112, Oracle Corporation
  90. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  91. Memory: 264197488 bytes (251 MB) / 1153957888 bytes (1100 MB) up to 3810525184 bytes (3634 MB)
  92. JVM Flags: 0 total;
  93. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  94. FML: MCP 9.42 Powered by Forge 14.23.5.2838 5 mods loaded, 5 mods active
  95. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  96.  
  97. | State | ID | Version | Source | Signature |
  98. |:------ |:------------------ |:------------ |:-------------------------------- |:--------- |
  99. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  100. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  101. | LCHIJA | FML | 8.0.99.99 | forgeSrc-1.12.2-14.23.5.2838.jar | None |
  102. | LCHIJA | forge | 14.23.5.2838 | forgeSrc-1.12.2-14.23.5.2838.jar | None |
  103. | LCHIJA | advent_of_the_gods | 1.3.1 | Advent_of_the_Gods.main | None |
  104.  
  105. Loaded coremods (and transformers):
  106. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 425.31' Renderer: 'GeForce GTX 1050/PCIe/SSE2'
  107. Launched Version: 1.12.2
  108. LWJGL: 2.9.4
  109. OpenGL: GeForce GTX 1050/PCIe/SSE2 GL version 4.6.0 NVIDIA 425.31, NVIDIA Corporation
  110. GL Caps: Using GL 1.3 multitexturing.
  111. Using GL 1.3 texture combiners.
  112. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  113. Shaders are available because OpenGL 2.1 is supported.
  114. VBOs are available because OpenGL 1.5 is supported.
  115.  
  116. Using VBOs: Yes
  117. Is Modded: Definitely; Client brand changed to 'fml,forge'
  118. Type: Client (map_client.txt)
  119. Resource Packs:
  120. Current Language: English (US)
  121. Profiler Position: N/A (disabled)
  122. CPU: 4x Intel(R) Pentium(R) CPU G4560 @ 3.50GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement