TheSilentSong

[1.11.2] Galacticraft 4 100 - Crash loading station

May 28th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.51 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. MicdoodlePlugin (MicdoodleCore-1.11.2-4.0.0.100.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // I feel sad now :(
  8.  
  9. Time: 5/28/17 1:22 AM
  10. Description: Ticking player
  11.  
  12. java.lang.ArithmeticException: / by zero
  13. at micdoodle8.mods.galacticraft.core.world.gen.dungeon.MapGenDungeon.directionToNearestDungeon(MapGenDungeon.java:100)
  14. at micdoodle8.mods.galacticraft.core.entities.player.GCPlayerHandler.sendDungeonDirectionPacket(GCPlayerHandler.java:1170)
  15. at micdoodle8.mods.galacticraft.core.entities.player.GCPlayerHandler.onPlayerUpdate(GCPlayerHandler.java:1343)
  16. at micdoodle8.mods.galacticraft.core.event.EventHandlerGC.entityLivingEvent(EventHandlerGC.java:340)
  17. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_13_EventHandlerGC_entityLivingEvent_LivingUpdateEvent.invoke(.dynamic)
  18. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  19. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
  20. at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:529)
  21. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2005)
  22. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:232)
  23. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:329)
  24. at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:164)
  25. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:215)
  26. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:287)
  27. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  28. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:743)
  29. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
  30. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
  31. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
  32. at java.lang.Thread.run(Thread.java:745)
  33.  
  34.  
  35. A detailed walkthrough of the error, its code path and all known details is as follows:
  36. ---------------------------------------------------------------------------------------
  37.  
  38. -- Head --
  39. Thread: Server thread
  40. Stacktrace:
  41. at micdoodle8.mods.galacticraft.core.world.gen.dungeon.MapGenDungeon.directionToNearestDungeon(MapGenDungeon.java:100)
  42. at micdoodle8.mods.galacticraft.core.entities.player.GCPlayerHandler.sendDungeonDirectionPacket(GCPlayerHandler.java:1170)
  43. at micdoodle8.mods.galacticraft.core.entities.player.GCPlayerHandler.onPlayerUpdate(GCPlayerHandler.java:1343)
  44. at micdoodle8.mods.galacticraft.core.event.EventHandlerGC.entityLivingEvent(EventHandlerGC.java:340)
  45. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_13_EventHandlerGC_entityLivingEvent_LivingUpdateEvent.invoke(.dynamic)
  46. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  47. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
  48. at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:529)
  49. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2005)
  50. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:232)
  51.  
  52. -- Player being ticked --
  53. Details:
  54. Entity Type: null (micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP)
  55. Entity ID: 204
  56. Entity Name: TheSilentSong
  57. Entity's Exact location: 0.50, 65.00, 0.50
  58. Entity's Block location: World: (0,65,0), Chunk: (at 0,4,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  59. Entity's Momentum: 0.00, -0.00, 0.00
  60. Entity's Passengers: []
  61. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  62. Stacktrace:
  63. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:329)
  64. at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:164)
  65. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:215)
  66. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:287)
  67.  
  68. -- Ticking connection --
  69. Details:
  70. Connection: net.minecraft.network.NetworkManager@4248fa8b
  71. Stacktrace:
  72. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  73. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:743)
  74. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
  75. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
  76. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
  77. at java.lang.Thread.run(Thread.java:745)
  78.  
  79. -- System Details --
  80. Details:
  81. Minecraft Version: 1.11.2
  82. Operating System: Windows 10 (amd64) version 10.0
  83. Java Version: 1.8.0_121, Oracle Corporation
  84. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  85. Memory: 1832303440 bytes (1747 MB) / 2615148544 bytes (2494 MB) up to 4772593664 bytes (4551 MB)
  86. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx5120m
  87. IntCache: cache: 0, tcache: 9, allocated: 20, tallocated: 86
  88. FML: MCP 9.38 Powered by Forge 13.20.0.2309 7 mods loaded, 7 mods active
  89. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  90. UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
  91. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  92. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2309-universal.jar)
  93. UCHIJAAAA forge{13.20.0.2309} [Minecraft Forge] (forge-1.11.2-13.20.0.2309-universal.jar)
  94. UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
  95. UCHIJAAAA galacticraftcore{4.0.0} [Galacticraft Core] (GalacticraftCore-1.11.2-4.0.0.100.jar)
  96. UCHIJAAAA galacticraftplanets{4.0.0} [Galacticraft Planets] (Galacticraft-Planets-1.11.2-4.0.0.100.jar)
  97. Loaded coremods (and transformers):
  98. MicdoodlePlugin (MicdoodleCore-1.11.2-4.0.0.100.jar)
  99. micdoodle8.mods.miccore.MicdoodleTransformer
  100. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  101. Profiler Position: N/A (disabled)
  102. Player Count: 1 / 8; [GCEntityPlayerMP['TheSilentSong'/204, l='New World', x=0.50, y=65.00, z=0.50]]
  103. Type: Integrated Server (map_client.txt)
  104. Is Modded: Definitely; Client brand changed to 'fml,forge'
Add Comment
Please, Sign In to add comment