Advertisement
McPlayerThaun

Untitled

Apr 9th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.55 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. MicdoodlePlugin (MicdoodleCore-1.11.2-4.0.0.58-BETA.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // Ouch. That hurt :(
  8.  
  9. Time: 4/9/17 11:37 PM
  10. Description: Ticking player
  11.  
  12. java.lang.NullPointerException: The validated object is null
  13. at org.apache.commons.lang3.Validate.notNull(Validate.java:222)
  14. at org.apache.commons.lang3.Validate.notNull(Validate.java:203)
  15. at net.minecraft.util.NonNullList.set(SourceFile:45)
  16. at micdoodle8.mods.galacticraft.core.inventory.InventoryExtended.func_70299_a(InventoryExtended.java:64)
  17. at micdoodle8.mods.galacticraft.core.event.EventHandlerGC.onPlayerDeath(EventHandlerGC.java:785)
  18. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_18_EventHandlerGC_onPlayerDeath_PlayerDropsEvent.invoke(.dynamic)
  19. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  20. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
  21. at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:499)
  22. at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:990)
  23. at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1040)
  24. at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:571)
  25. at micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP.func_70097_a(GCEntityPlayerMP.java:83)
  26. at micdoodle8.mods.galacticraft.core.entities.player.GCPlayerHandler.checkOxygen(GCPlayerHandler.java:817)
  27. at micdoodle8.mods.galacticraft.core.entities.player.GCPlayerHandler.onPlayerUpdate(GCPlayerHandler.java:1386)
  28. at micdoodle8.mods.galacticraft.core.event.EventHandlerGC.entityLivingEvent(EventHandlerGC.java:327)
  29. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_26_EventHandlerGC_entityLivingEvent_LivingUpdateEvent.invoke(.dynamic)
  30. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  31. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
  32. at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:532)
  33. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2005)
  34. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:232)
  35. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:329)
  36. at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:164)
  37. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:215)
  38. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:287)
  39. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  40. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:743)
  41. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
  42. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
  43. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
  44. at java.lang.Thread.run(Thread.java:745)
  45.  
  46.  
  47. A detailed walkthrough of the error, its code path and all known details is as follows:
  48. ---------------------------------------------------------------------------------------
  49.  
  50. -- Head --
  51. Thread: Server thread
  52. Stacktrace:
  53. at org.apache.commons.lang3.Validate.notNull(Validate.java:222)
  54. at org.apache.commons.lang3.Validate.notNull(Validate.java:203)
  55. at net.minecraft.util.NonNullList.set(SourceFile:45)
  56. at micdoodle8.mods.galacticraft.core.inventory.InventoryExtended.func_70299_a(InventoryExtended.java:64)
  57. at micdoodle8.mods.galacticraft.core.event.EventHandlerGC.onPlayerDeath(EventHandlerGC.java:785)
  58. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_18_EventHandlerGC_onPlayerDeath_PlayerDropsEvent.invoke(.dynamic)
  59. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  60. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
  61. at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:499)
  62. at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:990)
  63. at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1040)
  64. at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:571)
  65. at micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP.func_70097_a(GCEntityPlayerMP.java:83)
  66. at micdoodle8.mods.galacticraft.core.entities.player.GCPlayerHandler.checkOxygen(GCPlayerHandler.java:817)
  67. at micdoodle8.mods.galacticraft.core.entities.player.GCPlayerHandler.onPlayerUpdate(GCPlayerHandler.java:1386)
  68. at micdoodle8.mods.galacticraft.core.event.EventHandlerGC.entityLivingEvent(EventHandlerGC.java:327)
  69. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_26_EventHandlerGC_entityLivingEvent_LivingUpdateEvent.invoke(.dynamic)
  70. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  71. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
  72. at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:532)
  73. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2005)
  74. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:232)
  75.  
  76. -- Player being ticked --
  77. Details:
  78. Entity Type: null (micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP)
  79. Entity ID: 432
  80. Entity Name: Thaun_
  81. Entity's Exact location: 2.37, 68.41, 262.62
  82. Entity's Block location: World: (2,68,262), Chunk: (at 2,4,6 in 0,16; contains blocks 0,0,256 to 15,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  83. Entity's Momentum: 0.00, 0.02, -0.03
  84. Entity's Passengers: []
  85. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  86. Stacktrace:
  87. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:329)
  88. at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:164)
  89. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:215)
  90. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:287)
  91.  
  92. -- Ticking connection --
  93. Details:
  94. Connection: net.minecraft.network.NetworkManager@79f5505e
  95. Stacktrace:
  96. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  97. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:743)
  98. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
  99. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
  100. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
  101. at java.lang.Thread.run(Thread.java:745)
  102.  
  103. -- System Details --
  104. Details:
  105. Minecraft Version: 1.11.2
  106. Operating System: Windows 10 (amd64) version 10.0
  107. Java Version: 1.8.0_25, Oracle Corporation
  108. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  109. Memory: 9881741920 bytes (9423 MB) / 10565976064 bytes (10076 MB) up to 10565976064 bytes (10076 MB)
  110. JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12288m -Xms256m -XX:PermSize=256m -Xmx10G -Xms10G -Xmn768m
  111. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  112. FML: MCP 9.38 Powered by Forge 13.20.0.2279 7 mods loaded, 7 mods active
  113. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  114. UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
  115. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  116. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2279.jar)
  117. UCHIJAAAA forge{13.20.0.2279} [Minecraft Forge] (forge-1.11.2-13.20.0.2279.jar)
  118. UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
  119. UCHIJAAAA galacticraftcore{4.0.0} [Galacticraft Core] (GalacticraftCore-1.11.2-4.0.0.58-BETA.jar)
  120. UCHIJAAAA galacticraftplanets{4.0.0} [Galacticraft Planets] (Galacticraft-Planets-1.11.2-4.0.0.58-BETA.jar)
  121. Loaded coremods (and transformers):
  122. MicdoodlePlugin (MicdoodleCore-1.11.2-4.0.0.58-BETA.jar)
  123. micdoodle8.mods.miccore.MicdoodleTransformer
  124. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  125. Profiler Position: N/A (disabled)
  126. Player Count: 1 / 8; [GCEntityPlayerMP['Thaun_'/432, l='Test World 3', x=2.37, y=68.41, z=262.62]]
  127. Type: Integrated Server (map_client.txt)
  128. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement