Guest User

Untitled

a guest
Sep 5th, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.30 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Shall we play a game?
  3.  
  4. Time: 5/09/19 08:10 PM
  5. Description: Unexpected error
  6.  
  7. java.lang.NoSuchMethodError: net.minecraft.entity.Entity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
  8. at xaero.common.minimap.MinimapRadar.updateRadar(MinimapRadar.java:63) ~[?:1.0] {}
  9. at xaero.common.minimap.MinimapProcessor.onClientTick(MinimapProcessor.java:134) ~[?:1.0] {}
  10. at xaero.common.events.FMLEventHandler.handleClientTickEvent(FMLEventHandler.java:36) ~[?:1.0] {}
  11. at net.minecraftforge.eventbus.ASMEventHandler_100_FMLEventHandler_handleClientTickEvent_ClientTickEvent.invoke(.dynamic) ~[?:?] {}
  12. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
  13. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
  14. at net.minecraftforge.fml.hooks.BasicEventHooks.onPreClientTick(BasicEventHooks.java:104) ~[?:?] {}
  15. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1270) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  16. at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:865) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  17. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  18. at net.minecraft.client.main.Main.main(SourceFile:155) ~[1.14.4-forge-28.0.93.jar:?] {}
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221] {}
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221] {}
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221] {}
  22. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221] {}
  23. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) ~[forge-1.14.4-28.0.93.jar:28.0] {}
  24. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-3.2.0.jar:?] {}
  25. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50) [modlauncher-3.2.0.jar:?] {}
  26. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68) [modlauncher-3.2.0.jar:?] {}
  27. at cpw.mods.modlauncher.Launcher.run(Launcher.java:80) [modlauncher-3.2.0.jar:?] {}
  28. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-3.2.0.jar:?] {}
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221] {}
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221] {}
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221] {}
  32. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221] {}
  33. at net.minecraft.a.m.main(Unknown Source) [laulib-1.0.jar:?] {}
  34.  
  35.  
  36. A detailed walkthrough of the error, its code path and all known details is as follows:
  37. ---------------------------------------------------------------------------------------
  38.  
  39. -- Head --
  40. Thread: Client thread
  41. Stacktrace:
  42. at xaero.common.minimap.MinimapRadar.updateRadar(MinimapRadar.java:63)
  43. at xaero.common.minimap.MinimapProcessor.onClientTick(MinimapProcessor.java:134)
  44. at xaero.common.events.FMLEventHandler.handleClientTickEvent(FMLEventHandler.java:36)
  45. at net.minecraftforge.eventbus.ASMEventHandler_100_FMLEventHandler_handleClientTickEvent_ClientTickEvent.invoke(.dynamic)
  46. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
  47. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
  48. at net.minecraftforge.fml.hooks.BasicEventHooks.onPreClientTick(BasicEventHooks.java:104)
  49.  
  50. -- Affected level --
  51. Details:
  52. All players: 1 total; [ClientPlayerEntity['Batzman'/149, l='MpServer', x=-282.31, y=68.00, z=214.99]]
  53. Chunk stats: Client Chunk Cache: 289, 1
  54. Level dimension: DimensionType{minecraft:overworld}
  55. Level name: MpServer
  56. Level seed: 0
  57. Level generator: ID 00 - default, ver 1. Features enabled: false
  58. Level generator options: {}
  59. Level spawn location: World: (-32,67,-79), Chunk: (at 0,4,1 in -2,-5; contains blocks -32,0,-80 to -17,255,-65), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  60. Level time: 7822 game time, 7822 day time
  61. Level storage version: 0x00000 - Unknown?
  62. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  63. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  64. Server brand: forge
  65. Server type: Non-integrated multiplayer server
  66. Stacktrace:
  67. at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:410)
  68. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1746)
  69. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:405)
  70. at net.minecraft.client.main.Main.main(SourceFile:155)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  73. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  74. at java.lang.reflect.Method.invoke(Unknown Source)
  75. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
  76. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  77. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50)
  78. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68)
  79. at cpw.mods.modlauncher.Launcher.run(Launcher.java:80)
  80. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  81. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  82. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  83. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  84. at java.lang.reflect.Method.invoke(Unknown Source)
  85. at net.minecraft.a.m.main(Unknown Source)
  86.  
  87. -- System Details --
  88. Details:
  89. Minecraft Version: 1.14.4
  90. Minecraft Version ID: 1.14.4
  91. Operating System: Windows 10 (x86) version 10.0
  92. Java Version: 1.8.0_221, Oracle Corporation
  93. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  94. Memory: 249992928 bytes (238 MB) / 536870912 bytes (512 MB) up to 536870912 bytes (512 MB)
  95. CPUs: 4
  96. JVM Flags: 10 total; -Xmx512M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:+IgnoreUnrecognizedVMOptions -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M
  97. ModLauncher: 3.2.0+60+b86c1d4
  98. ModLauncher launch target: fmlclient
  99. ModLauncher naming: srg
  100. ModLauncher services:
  101. /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
  102. /forge-1.14.4-28.0.93.jar object_holder_definalize PLUGINSERVICE
  103. /forge-1.14.4-28.0.93.jar runtime_enum_extender PLUGINSERVICE
  104. /accesstransformers-1.0.0-shadowed.jar accesstransformer PLUGINSERVICE
  105. /forge-1.14.4-28.0.93.jar capability_inject_definalize PLUGINSERVICE
  106. /forge-1.14.4-28.0.93.jar runtimedistcleaner PLUGINSERVICE
  107. /forge-1.14.4-28.0.93.jar fml TRANSFORMATIONSERVICE
  108. FML: 28.0
  109. Forge: net.minecraftforge:28.0.93
  110. FML Language Providers:
  111. minecraft@1
  112. Mod List:
  113. jei-1.14.4-6.0.0.11.jar Just Enough Items {[email protected] DONE}
  114. tombstone-4.1.0-1.14.4.jar Corail Tombstone {[email protected] DONE}
  115. u_team_core-1.14.4-2.7.0.129.jar U Team Core {[email protected] DONE}
  116. useful_backpacks-1.14.4-1.7.0.34.jar Useful Backpacks {[email protected] DONE}
  117. Xaeros_Minimap_1.17.9_Forge_1.14.4.jar Xaero's Minimap {[email protected] DONE}
  118. XaerosWorldMap_1.4.8_Forge_1.14.4 (1).jar Xaero's World Map {[email protected] DONE}
  119. forge-1.14.4-28.0.93-universal.jar Forge {[email protected] DONE}
  120. forge-1.14.4-28.0.93-client.jar Minecraft {[email protected] DONE}
  121. Launched Version: 1.14.4-forge-28.0.93
  122. LWJGL: 3.2.2 build 10
  123. OpenGL: Intel(R) HD Graphics 5500 GL version 4.3.0 - Build 10.18.15.4248, Intel
  124. GL Caps: Using GL 1.3 multitexturing.
  125. Using GL 1.3 texture combiners.
  126. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  127. Shaders are available because OpenGL 2.1 is supported.
  128. VBOs are available because OpenGL 1.5 is supported.
  129.  
  130. Using VBOs: Yes
  131. Is Modded: Definitely; Client brand changed to 'forge'
  132. Type: Client (map_client.txt)
  133. Resource Packs:
  134. Current Language: Español (España)
  135. CPU: 4x Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz
Add Comment
Please, Sign In to add comment