Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 11.52 KB | None | 0 0
  1. [22:00:29] [Netty IO #1/INFO]: Attempting connection with missing mods [] at CLIENT
  2. [22:00:29] [Netty Client IO #0/INFO]: Attempting connection with missing mods [] at SERVER
  3. [22:00:29] [Client thread/INFO]: [Client thread] Client side modded connection established
  4. [22:00:29] [Server thread/INFO]: [Server thread] Server side modded connection established
  5. [22:00:29] [Server thread/INFO]: Player101[local:E:17025fc2] logged in with entity id 952 at (86.74881840110683, 70.0, 255.69999998807907)
  6. [22:00:29] [Server thread/INFO]: Player101 joined the game
  7. [22:00:32] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2458ms behind, skipping 49 tick(s)
  8. [22:00:34] [Server thread/INFO]: [com.example.examplemod.EventHandlerCommon:throwEgg:14]: jeszcze jajo
  9. [22:00:34] [Server thread/ERROR]: Exception caught during firing event net.minecraftforge.event.entity.player.PlayerInteractEvent@d934778:
  10. java.lang.NullPointerException
  11.     at com.example.examplemod.EventHandlerCommon.onCraft(EventHandlerCommon.java:21) ~[EventHandlerCommon.class:?]
  12.     at cpw.mods.fml.common.eventhandler.ASMEventHandler_7_EventHandlerCommon_onCraft_PlayerInteractEvent.invoke(.dynamic) ~[?:?]
  13.     at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
  14.     at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:?]
  15.     at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:100) [ForgeEventFactory.class:?]
  16.     at net.minecraft.server.management.ItemInWorldManager.onBlockClicked(ItemInWorldManager.java:140) [ItemInWorldManager.class:?]
  17.     at net.minecraft.network.NetHandlerPlayServer.processPlayerDigging(NetHandlerPlayServer.java:489) [NetHandlerPlayServer.class:?]
  18.     at net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(SourceFile:53) [C07PacketPlayerDigging.class:?]
  19.     at net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(SourceFile:8) [C07PacketPlayerDigging.class:?]
  20.     at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:212) [NetworkManager.class:?]
  21.     at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:165) [NetworkSystem.class:?]
  22.     at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:659) [MinecraftServer.class:?]
  23.     at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:547) [MinecraftServer.class:?]
  24.     at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:111) [IntegratedServer.class:?]
  25.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  26.     at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [MinecraftServer$2.class:?]
  27. [22:00:34] [Server thread/ERROR]: Index: 2 Listeners:
  28. [22:00:34] [Server thread/ERROR]: 0: NORMAL
  29. [22:00:34] [Server thread/ERROR]: 1: ASM: com.example.examplemod.EventHandlerCommon@5a693f47 throwEgg(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  30. [22:00:34] [Server thread/ERROR]: 2: ASM: com.example.examplemod.EventHandlerCommon@5a693f47 onCraft(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  31. [22:00:34] [Server thread/ERROR]: Encountered an unexpected exception
  32. net.minecraft.util.ReportedException: Ticking memory connection
  33.     at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:181) ~[NetworkSystem.class:?]
  34.     at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:659) ~[MinecraftServer.class:?]
  35.     at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:547) ~[MinecraftServer.class:?]
  36.     at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:111) ~[IntegratedServer.class:?]
  37.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  38.     at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [MinecraftServer$2.class:?]
  39. Caused by: java.lang.NullPointerException
  40.     at com.example.examplemod.EventHandlerCommon.onCraft(EventHandlerCommon.java:21) ~[EventHandlerCommon.class:?]
  41.     at cpw.mods.fml.common.eventhandler.ASMEventHandler_7_EventHandlerCommon_onCraft_PlayerInteractEvent.invoke(.dynamic) ~[?:?]
  42.     at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
  43.     at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:?]
  44.     at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:100) ~[ForgeEventFactory.class:?]
  45.     at net.minecraft.server.management.ItemInWorldManager.onBlockClicked(ItemInWorldManager.java:140) ~[ItemInWorldManager.class:?]
  46.     at net.minecraft.network.NetHandlerPlayServer.processPlayerDigging(NetHandlerPlayServer.java:489) ~[NetHandlerPlayServer.class:?]
  47.     at net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(SourceFile:53) ~[C07PacketPlayerDigging.class:?]
  48.     at net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(SourceFile:8) ~[C07PacketPlayerDigging.class:?]
  49.     at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:212) ~[NetworkManager.class:?]
  50.     at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:165) ~[NetworkSystem.class:?]
  51.     ... 5 more
  52. [22:00:35] [Server thread/ERROR]: This crash report has been saved to: C:\Users\mike\Desktop\forge-1.7.10-10.13.4.1614-1.7.10-src\eclipse\.\crash-reports\crash-2017-11-17_22.00.35-server.txt
  53. [22:00:35] [Server thread/INFO]: Stopping server
  54. [22:00:35] [Server thread/INFO]: Saving players
  55. [22:00:35] [Server thread/INFO]: Saving worlds
  56. [22:00:35] [Server thread/INFO]: Saving chunks for level 'test'/Overworld
  57. [22:00:35] [Client thread/INFO]: [net.minecraft.client.Minecraft:displayCrashReport:349]: ---- Minecraft Crash Report ----
  58. // Why is it breaking :(
  59.  
  60. Time: 17.11.17 22:00
  61. Description: Ticking memory connection
  62.  
  63. java.lang.NullPointerException: Ticking memory connection
  64.     at com.example.examplemod.EventHandlerCommon.onCraft(EventHandlerCommon.java:21)
  65.     at cpw.mods.fml.common.eventhandler.ASMEventHandler_7_EventHandlerCommon_onCraft_PlayerInteractEvent.invoke(.dynamic)
  66.     at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  67.     at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  68.     at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:100)
  69.     at net.minecraft.server.management.ItemInWorldManager.onBlockClicked(ItemInWorldManager.java:140)
  70.     at net.minecraft.network.NetHandlerPlayServer.processPlayerDigging(NetHandlerPlayServer.java:489)
  71.     at net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(SourceFile:53)
  72.     at net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(SourceFile:8)
  73.     at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:212)
  74.     at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:165)
  75.     at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:659)
  76.     at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:547)
  77.     at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:111)
  78.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  79.     at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  80.  
  81.  
  82. A detailed walkthrough of the error, its code path and all known details is as follows:
  83. ---------------------------------------------------------------------------------------
  84.  
  85. -- Head --
  86. Stacktrace:
  87.     at com.example.examplemod.EventHandlerCommon.onCraft(EventHandlerCommon.java:21)
  88.     at cpw.mods.fml.common.eventhandler.ASMEventHandler_7_EventHandlerCommon_onCraft_PlayerInteractEvent.invoke(.dynamic)
  89.     at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  90.     at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  91.     at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:100)
  92.     at net.minecraft.server.management.ItemInWorldManager.onBlockClicked(ItemInWorldManager.java:140)
  93.     at net.minecraft.network.NetHandlerPlayServer.processPlayerDigging(NetHandlerPlayServer.java:489)
  94.     at net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(SourceFile:53)
  95.     at net.minecraft.network.play.client.C07PacketPlayerDigging.processPacket(SourceFile:8)
  96.     at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:212)
  97.  
  98. -- Ticking connection --
  99. Details:
  100.     Connection: net.minecraft.network.NetworkManager@10160ebc
  101. Stacktrace:
  102.     at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:165)
  103.     at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:659)
  104.     at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:547)
  105.     at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:111)
  106.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  107.     at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  108.  
  109. -- System Details --
  110. Details:
  111.     Minecraft Version: 1.7.10
  112.     Operating System: Windows 10 (amd64) version 10.0
  113.     Java Version: 1.8.0_144, Oracle Corporation
  114.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  115.     Memory: 885426528 bytes (844 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
  116.     JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  117.     AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  118.     IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  119.     FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 4 mods loaded, 4 mods active
  120.     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  121.     UCHIJAAAA   mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  122.     UCHIJAAAA   FML{7.10.99.99} [Forge Mod Loader] (forgeBin-1.7.10-10.13.4.1614-1.7.10.jar)
  123.     UCHIJAAAA   Forge{10.13.4.1614} [Minecraft Forge] (forgeBin-1.7.10-10.13.4.1614-1.7.10.jar)
  124.     UCHIJAAAA   examplemod{1.0} [Example Mod] (forge-1.7.10-10.13.4.1614-1.7.10-src)
  125.     GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  126.     Profiler Position: N/A (disabled)
  127.     Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  128.     Player Count: 1 / 8; [EntityPlayerMP['Player101'/952, l='test', x=86,75, y=70,00, z=255,70]]
  129.     Type: Integrated Server (map_client.txt)
  130.     Is Modded: Definitely; Client brand changed to 'fml,forge'
  131. [22:00:35] [Server thread/INFO]: Saving chunks for level 'test'/Nether
  132. [22:00:35] [Client thread/INFO]: [net.minecraft.client.Minecraft:displayCrashReport:354]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2017-11-17_22.00.35-server.txt
  133. [22:00:35] [Client thread/INFO]: Waiting for the server to terminate/save.
  134. [22:00:35] [Server thread/INFO]: Saving chunks for level 'test'/The End
  135. [22:00:38] [Server thread/INFO]: Unloading dimension 0
  136. [22:00:38] [Server thread/INFO]: Unloading dimension -1
  137. [22:00:38] [Server thread/INFO]: Unloading dimension 1
  138. [22:00:38] [Server thread/INFO]: Applying holder lookups
  139. [22:00:38] [Server thread/INFO]: Holder lookups applied
  140. [22:00:38] [Server thread/INFO]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
  141. [22:00:38] [Client thread/INFO]: Server terminated.
  142. AL lib: (EE) alc_cleanup: 1 device not closed
  143. Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
  144.  
  145. Process finished with exit code -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement