Advertisement
HalestormXV

Untitled

Feb 8th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 KB | None | 0 0
  1. Description: Ticking memory connection
  2.  
  3. java.lang.ClassCastException: net.minecraft.entity.passive.EntityCow cannot be cast to net.minecraftforge.common.IShearable
  4. at com.halestormxv.item.celShears.itemInteractionForEntity(celShears.java:71)
  5. at net.minecraft.item.ItemStack.interactWithEntity(ItemStack.java:399)
  6. at net.minecraft.entity.player.EntityPlayer.interactWith(EntityPlayer.java:1276)
  7. at net.minecraft.network.NetHandlerPlayServer.processUseEntity(NetHandlerPlayServer.java:870)
  8. at net.minecraft.network.play.client.C02PacketUseEntity.processPacket(C02PacketUseEntity.java:51)
  9. at net.minecraft.network.play.client.C02PacketUseEntity.processPacket(C02PacketUseEntity.java:69)
  10. at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241)
  11. at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
  12. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726)
  13. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
  14. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
  15. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
  16. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
  17.  
  18.  
  19. A detailed walkthrough of the error, its code path and all known details is as follows:
  20. ---------------------------------------------------------------------------------------
  21.  
  22. -- Head --
  23. Stacktrace:
  24. at com.halestormxv.item.celShears.itemInteractionForEntity(celShears.java:71)
  25. at net.minecraft.item.ItemStack.interactWithEntity(ItemStack.java:399)
  26. at net.minecraft.entity.player.EntityPlayer.interactWith(EntityPlayer.java:1276)
  27. at net.minecraft.network.NetHandlerPlayServer.processUseEntity(NetHandlerPlayServer.java:870)
  28. at net.minecraft.network.play.client.C02PacketUseEntity.processPacket(C02PacketUseEntity.java:51)
  29. at net.minecraft.network.play.client.C02PacketUseEntity.processPacket(C02PacketUseEntity.java:69)
  30. at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241)
  31.  
  32. -- Ticking connection --
  33. Details:
  34. Connection: net.minecraft.network.NetworkManager@5606baf
  35. Stacktrace:
  36. at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
  37. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726)
  38. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
  39. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
  40. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
  41. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
  42.  
  43. -- System Details --
  44. Details:
  45. Minecraft Version: 1.7.10
  46. Operating System: Windows 10 (amd64) version 10.0
  47. Java Version: 1.8.0_71, Oracle Corporation
  48. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  49. Memory: 456418312 bytes (435 MB) / 1004011520 bytes (957 MB) up to 6372720640 bytes (6077 MB)
  50. JVM Flags: 3 total; -Xincgc -Xmx6G -Xms1G
  51. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  52. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  53. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 4 mods loaded, 4 mods active
  54. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  55. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  56. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar)
  57. UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar)
  58. UCHIJAAAA celestialcraft{1.0.4} [Celestial Craft] (bin)
  59. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  60. Profiler Position: N/A (disabled)
  61. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  62. Player Count: 1 / 8; [EntityPlayerMP['Player22'/369, l='New World', x=-247.55, y=72.00, z=226.08]]
  63. Type: Integrated Server (map_client.txt)
  64. Is Modded: Definitely; Client brand changed to 'fml,forge'
  65. [23:26:13] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:393]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2016-02-08_23.26.13-server.txt
  66. [23:26:13] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
  67. [23:26:13] [Server thread/INFO]: Saving worlds
  68. [23:26:13] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  69. [23:26:13] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  70. [23:26:13] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  71. [23:26:13] [Server thread/INFO]: Saving chunks for level 'New World'/Celestial Dimension
  72. [23:26:14] [Server thread/INFO] [FML]: Unloading dimension 0
  73. [23:26:14] [Server thread/INFO] [FML]: Unloading dimension -1
  74. [23:26:14] [Server thread/INFO] [FML]: Unloading dimension 1
  75. [23:26:14] [Server thread/INFO] [FML]: Unloading dimension 4
  76. [23:26:14] [Server thread/INFO] [FML]: Applying holder lookups
  77. [23:26:14] [Server thread/INFO] [FML]: Holder lookups applied
  78. [23:26:14] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
  79. [23:26:14] [Client thread/INFO] [FML]: Server terminated.
  80. AL lib: (EE) alc_cleanup: 1 device not closed
  81. Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement