Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.34 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Contact their authors BEFORE contacting forge
  5.  
  6. // Don't be sad. I'll do better next time, I promise!
  7.  
  8. Time: 7/17/18 12:25 AM
  9. Description: Ticking entity
  10.  
  11. java.lang.NullPointerException: Ticking entity
  12. at safeplace.andwhat5.events.EventHandler.onPlayerTicked(EventHandler.java:76)
  13. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_145_EventHandler_onPlayerTicked_PlayerTickEvent.invoke(.dynamic)
  14. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  15. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  16. at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPostTick(FMLCommonHandler.java:369)
  17. at net.minecraft.entity.player.EntityPlayer.func_184808_cD(EntityPlayer.java:378)
  18. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
  19. at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:181)
  20. at net.minecraft.world.World.func_72866_a(World.java:1990)
  21. at net.minecraft.world.World.func_72870_g(World.java:1952)
  22. at net.minecraft.world.World.func_72939_s(World.java:1756)
  23. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1845)
  24. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
  25. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
  26. at net.minecraft.client.main.Main.main(SourceFile:123)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. at java.lang.reflect.Method.invoke(Method.java:497)
  31. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  32. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  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: Client thread
  40. Stacktrace:
  41. at safeplace.andwhat5.events.EventHandler.onPlayerTicked(EventHandler.java:76)
  42. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_145_EventHandler_onPlayerTicked_PlayerTickEvent.invoke(.dynamic)
  43. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  44. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  45. at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPostTick(FMLCommonHandler.java:369)
  46. at net.minecraft.entity.player.EntityPlayer.func_184808_cD(EntityPlayer.java:378)
  47. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
  48. at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:181)
  49. at net.minecraft.world.World.func_72866_a(World.java:1990)
  50. at net.minecraft.world.World.func_72870_g(World.java:1952)
  51.  
  52. -- Entity being ticked --
  53. Details:
  54. Entity Type: null (net.minecraft.client.entity.EntityPlayerSP)
  55. Entity ID: 1441
  56. Entity Name: MDLuffy
  57. Entity's Exact location: -483.50, 96.00, -103.50
  58. Entity's Block location: World: (-484,96,-104), Chunk: (at 12,6,8 in -31,-7; contains blocks -496,0,-112 to -481,255,-97), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  59. Entity's Momentum: 0.00, -0.08, 0.00
  60. Entity's Passengers: []
  61. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  62. Stacktrace:
  63. at net.minecraft.world.World.func_72939_s(World.java:1756)
  64.  
  65. -- Affected level --
  66. Details:
  67. Level name: MpServer
  68. All players: 1 total; [EntityPlayerSP['MDLuffy'/1441, l='MpServer', x=-483.50, y=96.00, z=-103.50]]
  69. Chunk stats: MultiplayerChunkCache: 110, 110
  70. Level seed: 0
  71. Level generator: ID 00 - default, ver 1. Features enabled: false
  72. Level generator options:
  73. Level spawn location: World: (-481,64,-106), Chunk: (at 15,4,6 in -31,-7; contains blocks -496,0,-112 to -481,255,-97), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  74. Level time: 6345 game time, 6345 day time
  75. Level dimension: 0
  76. Level storage version: 0x00000 - Unknown?
  77. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  78. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  79. Forced entities: 4 total; [EntityItem['item.item.string'/20, l='MpServer', x=-455.21, y=28.00, z=-76.88], EntityItem['item.item.string'/22, l='MpServer', x=-455.25, y=28.00, z=-74.13], EntityItem['item.item.string'/24, l='MpServer', x=-457.13, y=28.01, z=-75.43], EntityPlayerSP['MDLuffy'/1441, l='MpServer', x=-483.50, y=96.00, z=-103.50]]
  80. Retry entities: 0 total; []
  81. Server brand: fml,forge
  82. Server type: Non-integrated multiplayer server
  83. Stacktrace:
  84. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
  85. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2738)
  86. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:418)
  87. at net.minecraft.client.main.Main.main(SourceFile:123)
  88. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  89. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  90. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  91. at java.lang.reflect.Method.invoke(Method.java:497)
  92. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  93. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  94.  
  95. -- System Details --
  96. Details:
  97. Minecraft Version: 1.12.2
  98. Operating System: Windows 10 (amd64) version 10.0
  99. Java Version: 1.8.0_51, Oracle Corporation
  100. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  101. Memory: 1687933088 bytes (1609 MB) / 3221225472 bytes (3072 MB) up to 3221225472 bytes (3072 MB)
  102. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=256M
  103. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  104. FML: MCP 9.42 Powered by Forge 14.23.4.2705 Optifine OptiFine_1.12.2_HD_U_E1 12 mods loaded, 12 mods active
  105. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  106.  
  107. | State | ID | Version | Source | Signature |
  108. |:---------------- |:-------------- |:------------ |:--------------------------------------- |:---------------------------------------- |
  109. | UCHIJAAAAAAAAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  110. | UCHIJAAAAAAAAAAA | mcp | 9.42 | minecraft.jar | None |
  111. | UCHIJAAAAAAAAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2705.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  112. | UCHIJAAAAAAAAAAA | forge | 14.23.4.2705 | forge-1.12.2-14.23.4.2705.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  113. | UCHIJAAAAAAAAAAA | codechickenlib | 3.1.6.339 | CodeChickenLib-1.12.2.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  114. | UCHIJAAAAAAAAAAA | pixelmon | 6.3.2 | Pixelmon-1.12.2-6.3.2-universal.jar | None |
  115. | UCHIJAAAAAAAAAAA | gameshark | 5.2.0 | Gameshark-1.12.2-5.2.0b-universal.jar | None |
  116. | UCHIJAAAAAAAAAAA | jei | 4.9.1.179 | jei_1.12.2-4.9.1.179.jar | None |
  117. | UCHIJAAAAAAAAAAA | nei | 2.4.1 | Not-Enough-Items-1.12.2-Recommended.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  118. | UCHIJAAAAAAAAAAA | pixelextras | 2.3.9 | PixelExtras-1.12.2-2.3.9-universal.jar | None |
  119. | UCHIJAAAAAAAAAAA | safeplace | 2.3.0 | SafePlace-1.12.2-2.4.0.jar | None |
  120. | UCHIJAAAAAAAAAAA | treechopper | 1.2.4 | Tree-Chopper-Mod-1.12.2.jar | None |
  121.  
  122. Loaded coremods (and transformers):
  123. GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.4835' Renderer: 'Intel(R) HD Graphics 4600'
  124. Launched Version: 1.12.2
  125. LWJGL: 2.9.4
  126. OpenGL: Intel(R) HD Graphics 4600 GL version 4.3.0 - Build 20.19.15.4835, Intel
  127. GL Caps: Using GL 1.3 multitexturing.
  128. Using GL 1.3 texture combiners.
  129. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  130. Shaders are available because OpenGL 2.1 is supported.
  131. VBOs are available because OpenGL 1.5 is supported.
  132.  
  133. Using VBOs: Yes
  134. Is Modded: Definitely; Client brand changed to 'fml,forge,LiteLoader'
  135. Type: Client (map_client.txt)
  136. Resource Packs:
  137. Current Language: Français (France)
  138. Profiler Position: N/A (disabled)
  139. CPU: 8x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
  140. OptiFine Version: OptiFine_1.12.2_HD_U_E1
  141. OptiFine Build: 20180628-111228
  142. Render Distance Chunks: 29
  143. Mipmaps: 4
  144. Anisotropic Filtering: 1
  145. Antialiasing: 0
  146. Multitexture: false
  147. Shaders: null
  148. OpenGlVersion: 4.3.0 - Build 20.19.15.4835
  149. OpenGlRenderer: Intel(R) HD Graphics 4600
  150. OpenGlVendor: Intel
  151. CpuCount: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement