Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2016
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.11 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I'm sorry, Dave.
  3.  
  4. Time: 16/07/23 9:55
  5. Description: Ticking entity
  6.  
  7. java.lang.NullPointerException: Ticking entity
  8. at net.minecraft.item.ItemStack.func_77966_a(ItemStack.java:668)
  9. at takumicraft.Takumi.item.ItemCreeperKnifeGun_Knife.func_77663_a(ItemCreeperKnifeGun_Knife.java:24)
  10. at net.minecraft.item.ItemStack.func_77945_a(ItemStack.java:381)
  11. at net.minecraft.entity.player.InventoryPlayer.func_70429_k(InventoryPlayer.java:311)
  12. at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:538)
  13. at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:287)
  14. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
  15. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
  16. at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
  17. at net.minecraft.world.World.func_72866_a(World.java:2070)
  18. at net.minecraft.world.World.func_72870_g(World.java:2034)
  19. at net.minecraft.world.World.func_72939_s(World.java:1887)
  20. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2006)
  21. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
  22. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
  23. at net.minecraft.client.main.Main.main(SourceFile:148)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  27. at java.lang.reflect.Method.invoke(Method.java:483)
  28. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  29. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  30.  
  31.  
  32. A detailed walkthrough of the error, its code path and all known details is as follows:
  33. ---------------------------------------------------------------------------------------
  34.  
  35. -- Head --
  36. Stacktrace:
  37. at net.minecraft.item.ItemStack.func_77966_a(ItemStack.java:668)
  38. at takumicraft.Takumi.item.ItemCreeperKnifeGun_Knife.func_77663_a(ItemCreeperKnifeGun_Knife.java:24)
  39. at net.minecraft.item.ItemStack.func_77945_a(ItemStack.java:381)
  40. at net.minecraft.entity.player.InventoryPlayer.func_70429_k(InventoryPlayer.java:311)
  41. at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:538)
  42. at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:287)
  43. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
  44. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
  45. at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
  46. at net.minecraft.world.World.func_72866_a(World.java:2070)
  47. at net.minecraft.world.World.func_72870_g(World.java:2034)
  48.  
  49. -- Entity being ticked --
  50. Details:
  51. Entity Type: null (net.minecraft.client.entity.EntityClientPlayerMP)
  52. Entity ID: 19
  53. Entity Name: waripon
  54. Entity's Exact location: 174.50, 5.62, 1273.50
  55. Entity's Block location: World: (174,5,1273), Chunk: (at 14,0,9 in 10,79; contains blocks 160,0,1264 to 175,255,1279), Region: (0,2; contains chunks 0,64 to 31,95, blocks 0,0,1024 to 511,255,1535)
  56. Entity's Momentum: 0.00, -0.08, 0.00
  57. Stacktrace:
  58. at net.minecraft.world.World.func_72939_s(World.java:1887)
  59.  
  60. -- Affected level --
  61. Details:
  62. Level name: MpServer
  63. All players: 1 total; [EntityClientPlayerMP['waripon'/19, l='MpServer', x=174.50, y=5.62, z=1273.50]]
  64. Chunk stats: MultiplayerChunkCache: 289, 289
  65. Level seed: 0
  66. Level generator: ID 01 - flat, ver 0. Features enabled: false
  67. Level generator options:
  68. Level spawn location: World: (176,4,1269), Chunk: (at 0,0,5 in 11,79; contains blocks 176,0,1264 to 191,255,1279), Region: (0,2; contains chunks 0,64 to 31,95, blocks 0,0,1024 to 511,255,1535)
  69. Level time: 183 game time, 183 day time
  70. Level dimension: 0
  71. Level storage version: 0x00000 - Unknown?
  72. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  73. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  74. Forced entities: 2 total; [EntityClientPlayerMP['waripon'/19, l='MpServer', x=174.50, y=5.62, z=1273.50], EntitySlime['スライム'/13678, l='MpServer', x=141.51, y=4.95, z=1296.31]]
  75. Retry entities: 0 total; []
  76. Server brand: fml,forge
  77. Server type: Integrated singleplayer server
  78. Stacktrace:
  79. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
  80. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
  81. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
  82. at net.minecraft.client.main.Main.main(SourceFile:148)
  83. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  84. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  85. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  86. at java.lang.reflect.Method.invoke(Method.java:483)
  87. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  88. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  89.  
  90. -- System Details --
  91. Details:
  92. Minecraft Version: 1.7.10
  93. Operating System: Windows 10 (amd64) version 10.0
  94. Java Version: 1.8.0_25, Oracle Corporation
  95. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  96. Memory: 167295040 bytes (159 MB) / 331943936 bytes (316 MB) up to 1060372480 bytes (1011 MB)
  97. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  98. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  99. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  100. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 4 mods loaded, 4 mods active
  101. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  102. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  103. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
  104. UCHIJAAAA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
  105. UCHIJAAAA TakumiMod{1.6-1.7.10} [匠Craft [ Takumi Craft ]] ([1.7.10]Takumi Craft-1.6.jar)
  106. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13431 Compatibility Profile Context 0' Renderer: 'AMD Radeon (TM) R7 M370'
  107. Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
  108. LWJGL: 2.9.1
  109. OpenGL: AMD Radeon (TM) R7 M370 GL version 4.5.13431 Compatibility Profile Context 0, ATI Technologies Inc.
  110. GL Caps: Using GL 1.3 multitexturing.
  111. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  112. Anisotropic filtering is supported and maximum anisotropy is 16.
  113. Shaders are available because OpenGL 2.1 is supported.
  114.  
  115. Is Modded: Definitely; Client brand changed to 'fml,forge'
  116. Type: Client (map_client.txt)
  117. Resource Packs: [SlashBlade-SimpleCustom.zip, Flat-Tex]
  118. Current Language: 日本語 (日本)
  119. Profiler Position: N/A (disabled)
  120. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  121. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement