Guest User

Untitled

a guest
May 20th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.46 KB | None | 0 0
  1. [20May2020 11:13:54.735] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20200122.131323, --fml.mcVersion, 1.15.2, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 31.1.0, --version, MOD_DEV, --assetIndex, 1.15, --assetsDir, C:\Users\sebastian\.gradle\caches\forge_gradle\assets, --username, Dev, --accessToken, ????????, --userProperties, {}]
  2. [20May2020 11:13:54.746] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 5.0.0-milestone.4+67+b1a340b starting: java version 1.8.0_251 by Oracle Corporation
  3. [20May2020 11:13:55.653] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
  4. [20May2020 11:14:00.042] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmluserdevclient' with arguments [--version, MOD_DEV, --gameDir, ., --assetsDir, C:\Users\sebastian\.gradle\caches\forge_gradle\assets, --assetIndex, 1.15, --username, Dev, --accessToken, ????????, --userProperties, {}]
  5. [20May2020 11:14:09.485] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev
  6. [20May2020 11:14:47.345] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10
  7. [20May2020 11:14:51.905] [modloading-worker-1/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 31.1.0, for MC 1.15.2 with MCP 20200122.131323
  8. [20May2020 11:14:51.905] [modloading-worker-1/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v31.1.0 Initialized
  9. [20May2020 11:14:53.486] [Render thread/INFO] [com.sonniccub.racismmod.racismmod/]: HELLO from Register Block
  10. [20May2020 11:14:53.876] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity racismmod:cop
  11. [20May2020 11:15:07.666] [Render thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded
  12. [20May2020 11:15:08.558] [Render thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, Mod Resources
  13. [20May2020 11:15:20.451] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
  14. [20May2020 11:15:21.833] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: OUTDATED Current: 31.1.0 Target: 31.2.0
  15. [20May2020 11:15:21.834] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [racismmod] Starting version check at http://myurl.me/
  16. [20May2020 11:15:22.403] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
  17. java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/
  18. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_251]
  19. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_251]
  20. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_251]
  21. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_251]
  22. at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950) ~[?:1.8.0_251]
  23. at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945) ~[?:1.8.0_251]
  24. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251]
  25. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944) ~[?:1.8.0_251]
  26. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514) ~[?:1.8.0_251]
  27. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_251]
  28. at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?]
  29. at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) ~[?:?]
  30. at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_251]
  31. at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?]
  32. Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/
  33. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900) ~[?:1.8.0_251]
  34. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_251]
  35. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_251]
  36. at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?]
  37. ... 3 more
  38. [20May2020 11:15:34.818] [modloading-worker-1/INFO] [com.sonniccub.racismmod.racismmod/]: Got IMC []
  39. [20May2020 11:15:37.099] [Render thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.
  40. [20May2020 11:15:37.101] [Render thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started
  41. [20May2020 11:15:39.698] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
  42. [20May2020 11:15:39.828] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128x4 minecraft:textures/atlas/signs.png-atlas
  43. [20May2020 11:15:39.829] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
  44. [20May2020 11:15:39.833] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
  45. [20May2020 11:15:39.841] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
  46. [20May2020 11:15:39.843] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
  47. [20May2020 11:15:39.847] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
  48. [20May2020 11:15:41.670] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
  49. [20May2020 11:15:41.696] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
  50. [20May2020 11:15:41.700] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
  51. [20May2020 11:15:42.432] [Realms Notification Availability checker #1/INFO] [com.mojang.realmsclient.client.RealmsClient/]: Could not authorize you against Realms server: Invalid session id
  52. [20May2020 11:15:53.042] [Render thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
  53. [20May2020 11:15:53.045] [Render thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
  54. [20May2020 11:15:53.049] [Render thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
  55. [20May2020 11:15:53.053] [Render thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
  56. [20May2020 11:15:53.056] [Render thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
  57. [20May2020 11:15:53.492] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Starting integrated minecraft server version 1.15.2
  58. [20May2020 11:15:53.492] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Generating keypair
  59. [20May2020 11:15:54.061] [Server thread/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: Injecting existing registry data into this SERVER instance
  60. [20May2020 11:15:54.899] [Server thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, forge-1.15.2-31.1.0_mapped_snapshot_20200514-1.15.1-recomp.jar, main
  61. [20May2020 11:15:58.091] [Server-Worker-1/ERROR] [net.minecraft.client.resources.JsonReloadListener/]: Couldn't parse data file racismmod:blocks/poop_block from racismmod:loot_tables/blocks/poop_block.json
  62. com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated array at line 11 column 3 path $.pools[0].entries[1]
  63. at net.minecraft.util.JSONUtils.fromJson(JSONUtils.java:368) ~[?:?]
  64. at net.minecraft.util.JSONUtils.fromJson(JSONUtils.java:407) ~[?:?]
  65. at net.minecraft.client.resources.JsonReloadListener.prepare(JsonReloadListener.java:51) ~[?:?]
  66. at net.minecraft.client.resources.JsonReloadListener.prepare(JsonReloadListener.java:22) ~[?:?]
  67. at net.minecraft.client.resources.ReloadListener.lambda$reload$0(ReloadListener.java:12) ~[?:?]
  68. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604) [?:1.8.0_251]
  69. at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) [?:1.8.0_251]
  70. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_251]
  71. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_251]
  72. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_251]
  73. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_251]
  74. Caused by: com.google.gson.stream.MalformedJsonException: Unterminated array at line 11 column 3 path $.pools[0].entries[1]
  75. at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[gson-2.8.0.jar:?]
  76. at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:476) ~[gson-2.8.0.jar:?]
  77. at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[gson-2.8.0.jar:?]
  78. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:730) ~[gson-2.8.0.jar:?]
  79. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[gson-2.8.0.jar:?]
  80. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[gson-2.8.0.jar:?]
  81. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[gson-2.8.0.jar:?]
  82. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[gson-2.8.0.jar:?]
  83. at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[gson-2.8.0.jar:?]
  84. at net.minecraft.util.JSONUtils.fromJson(JSONUtils.java:366) ~[?:?]
  85. ... 10 more
  86. [20May2020 11:15:59.690] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Loaded 6 recipes
  87. [20May2020 11:16:03.831] [Server thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 825 advancements
  88. [20May2020 11:16:05.470] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld
  89. [20May2020 11:16:09.117] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  90. [20May2020 11:16:09.117] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  91. [20May2020 11:16:09.118] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  92. [20May2020 11:16:09.118] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  93. [20May2020 11:16:09.118] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  94. [20May2020 11:16:09.118] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  95. [20May2020 11:16:09.118] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  96. [20May2020 11:16:09.119] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  97. [20May2020 11:16:10.078] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  98. [20May2020 11:16:10.895] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  99. [20May2020 11:16:10.895] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  100. [20May2020 11:16:12.147] [Server thread/INFO] [com.sonniccub.racismmod.racismmod/]: HELLO from server starting
  101. [20May2020 11:16:12.196] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Time elapsed: 6717 ms
  102. [20May2020 11:16:13.895] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  103. [20May2020 11:16:13.901] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  104. [20May2020 11:16:14.013] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Changing view distance to 11, from 10
  105. [20May2020 11:16:14.337] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
  106. net.minecraft.crash.ReportedException: Ticking entity
  107. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:888) ~[?:?]
  108. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:819) ~[?:?]
  109. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:120) ~[?:?]
  110. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:660) [?:?]
  111. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_251]
  112. Caused by: java.lang.NullPointerException
  113. at net.minecraft.entity.ai.NearestAttackableTargetCopGoal.findNearestTarget(NearestAttackableTargetCopGoal.java:63) ~[?:?]
  114. at net.minecraft.entity.ai.NearestAttackableTargetCopGoal.shouldExecute(NearestAttackableTargetCopGoal.java:49) ~[?:?]
  115. at net.minecraft.entity.ai.goal.PrioritizedGoal.shouldExecute(PrioritizedGoal.java:25) ~[?:?]
  116. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174) ~[?:1.8.0_251]
  117. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_251]
  118. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_251]
  119. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_251]
  120. at java.util.Iterator.forEachRemaining(Iterator.java:116) ~[?:1.8.0_251]
  121. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) ~[?:1.8.0_251]
  122. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_251]
  123. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_251]
  124. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_251]
  125. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_251]
  126. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_251]
  127. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_251]
  128. at net.minecraft.entity.ai.goal.GoalSelector.tick(GoalSelector.java:79) ~[?:?]
  129. at net.minecraft.entity.MobEntity.updateEntityActionState(MobEntity.java:649) ~[?:?]
  130. at net.minecraft.entity.LivingEntity.livingTick(LivingEntity.java:2425) ~[?:?]
  131. at net.minecraft.entity.MobEntity.livingTick(MobEntity.java:512) ~[?:?]
  132. at net.minecraft.entity.monster.MonsterEntity.livingTick(MonsterEntity.java:41) ~[?:?]
  133. at net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2263) ~[?:?]
  134. at net.minecraft.entity.MobEntity.tick(MobEntity.java:311) ~[?:?]
  135. at net.minecraft.world.server.ServerWorld.updateEntity(ServerWorld.java:615) ~[?:?]
  136. at net.minecraft.world.World.guardEntityTick(World.java:586) ~[?:?]
  137. at net.minecraft.world.server.ServerWorld.tick(ServerWorld.java:404) ~[?:?]
  138. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:884) ~[?:?]
  139. ... 4 more
  140. [20May2020 11:16:14.347] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: This crash report has been saved to: C:\Users\sebastian\Desktop\MINECRAFTMOD\Interior\run\.\crash-reports\crash-2020-05-20_11.16.14-server.txt
  141. [20May2020 11:16:14.348] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server
  142. [20May2020 11:16:14.348] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players
  143. [20May2020 11:16:14.348] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds
  144. [20May2020 11:16:14.349] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'New World'/minecraft:overworld
  145. [20May2020 11:16:16.619] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (New World (3)): All chunks are saved
  146. [20May2020 11:16:16.655] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (New World (3)): All chunks are saved
  147. [20May2020 11:16:18.735] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:printToSYSOUT:110]: ---- Minecraft Crash Report ----
  148. // On the bright side, I bought you a teddy bear!
  149.  
  150. Time: 5/20/20 11:16 AM
  151. Description: Ticking entity
  152.  
  153. java.lang.NullPointerException: Ticking entity
  154. at net.minecraft.entity.ai.NearestAttackableTargetCopGoal.findNearestTarget(NearestAttackableTargetCopGoal.java:63) ~[?:?] {re:classloading}
  155. at net.minecraft.entity.ai.NearestAttackableTargetCopGoal.shouldExecute(NearestAttackableTargetCopGoal.java:49) ~[?:?] {re:classloading}
  156. at net.minecraft.entity.ai.goal.PrioritizedGoal.shouldExecute(PrioritizedGoal.java:25) ~[?:?] {re:classloading}
  157. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174) ~[?:1.8.0_251] {}
  158. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_251] {}
  159. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_251] {}
  160. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_251] {}
  161. at java.util.Iterator.forEachRemaining(Iterator.java:116) ~[?:1.8.0_251] {}
  162. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) ~[?:1.8.0_251] {}
  163. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_251] {}
  164. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_251] {}
  165. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_251] {}
  166. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_251] {}
  167. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_251] {}
  168. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_251] {}
  169. at net.minecraft.entity.ai.goal.GoalSelector.tick(GoalSelector.java:79) ~[?:?] {re:classloading}
  170. at net.minecraft.entity.MobEntity.updateEntityActionState(MobEntity.java:649) ~[?:?] {re:classloading,pl:accesstransformer:B}
  171. at net.minecraft.entity.LivingEntity.livingTick(LivingEntity.java:2425) ~[?:?] {re:classloading}
  172. at net.minecraft.entity.MobEntity.livingTick(MobEntity.java:512) ~[?:?] {re:classloading,pl:accesstransformer:B}
  173. at net.minecraft.entity.monster.MonsterEntity.livingTick(MonsterEntity.java:41) ~[?:?] {re:classloading}
  174. at net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2263) ~[?:?] {re:classloading}
  175. at net.minecraft.entity.MobEntity.tick(MobEntity.java:311) ~[?:?] {re:classloading,pl:accesstransformer:B}
  176. at net.minecraft.world.server.ServerWorld.updateEntity(ServerWorld.java:615) ~[?:?] {re:classloading}
  177. at net.minecraft.world.World.guardEntityTick(World.java:586) ~[?:?] {re:classloading,pl:accesstransformer:B}
  178. at net.minecraft.world.server.ServerWorld.tick(ServerWorld.java:404) ~[?:?] {re:classloading}
  179. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:884) ~[?:?] {re:classloading,pl:accesstransformer:B}
  180. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:819) ~[?:?] {re:classloading,pl:accesstransformer:B}
  181. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:120) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  182. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:660) ~[?:?] {re:classloading,pl:accesstransformer:B}
  183. at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_251] {}
  184.  
  185.  
  186. A detailed walkthrough of the error, its code path and all known details is as follows:
  187. ---------------------------------------------------------------------------------------
  188.  
  189. -- Head --
  190. Thread: Render thread
  191. Stacktrace:
  192. at net.minecraft.entity.ai.NearestAttackableTargetCopGoal.findNearestTarget(NearestAttackableTargetCopGoal.java:63)
  193. at net.minecraft.entity.ai.NearestAttackableTargetCopGoal.shouldExecute(NearestAttackableTargetCopGoal.java:49)
  194. at net.minecraft.entity.ai.goal.PrioritizedGoal.shouldExecute(PrioritizedGoal.java:25)
  195. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
  196. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  197. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  198. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  199. at java.util.Iterator.forEachRemaining(Iterator.java:116)
  200. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
  201. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
  202. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
  203. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
  204. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
  205. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  206. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
  207. at net.minecraft.entity.ai.goal.GoalSelector.tick(GoalSelector.java:79)
  208. at net.minecraft.entity.MobEntity.updateEntityActionState(MobEntity.java:649)
  209. at net.minecraft.entity.LivingEntity.livingTick(LivingEntity.java:2425)
  210. at net.minecraft.entity.MobEntity.livingTick(MobEntity.java:512)
  211. at net.minecraft.entity.monster.MonsterEntity.livingTick(MonsterEntity.java:41)
  212. at net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2263)
  213. at net.minecraft.entity.MobEntity.tick(MobEntity.java:311)
  214. at net.minecraft.world.server.ServerWorld.updateEntity(ServerWorld.java:615)
  215.  
  216. -- Entity being ticked --
  217. Details:
  218. Entity Type: racismmod:cop (com.sonniccub.racismmod.entities.Cop)
  219. Entity ID: 89
  220. Entity Name: entity.racismmod.cop
  221. Entity's Exact location: -85.84, 72.77, 14.91
  222. Entity's Block location: World: (-86,72,14), Chunk: (at 10,4,14 in -6,0; contains blocks -96,0,0 to -81,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  223. Entity's Momentum: -0.08, -0.23, -0.01
  224. Entity's Passengers: []
  225. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  226. Stacktrace:
  227. at net.minecraft.world.World.guardEntityTick(World.java:586)
  228. at net.minecraft.world.server.ServerWorld.tick(ServerWorld.java:404)
  229.  
  230. -- Affected level --
  231. Details:
  232. All players: 0 total; []
  233. Chunk stats: ServerChunkCache: 2025
  234. Level dimension: DimensionType{minecraft:overworld}
  235. Level name: New World
  236. Level seed: 7226615435062674628
  237. Level generator: ID 00 - default, ver 1. Features enabled: true
  238. Level generator options: {}
  239. Level spawn location: World: (8,63,9), Chunk: (at 8,3,9 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  240. Level time: 7299 game time, 7299 day time
  241. Known server brands: forge
  242. Level was modded: true
  243. Level storage version: 0x04ABD - Anvil
  244. Level weather: Rain time: 146703 (now: false), thunder time: 56344 (now: false)
  245. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  246. Stacktrace:
  247. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:884)
  248. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:819)
  249. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:120)
  250. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:660)
  251. at java.lang.Thread.run(Thread.java:748)
  252.  
  253. -- System Details --
  254. Details:
  255. Minecraft Version: 1.15.2
  256. Minecraft Version ID: 1.15.2
  257. Operating System: Windows 7 (amd64) version 6.1
  258. Java Version: 1.8.0_251, Oracle Corporation
  259. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  260. Memory: 443590320 bytes (423 MB) / 1039663104 bytes (991 MB) up to 1888485376 bytes (1801 MB)
  261. CPUs: 4
  262. JVM Flags: 1 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  263. ModLauncher: 5.0.0-milestone.4+67+b1a340b
  264. ModLauncher launch target: fmluserdevclient
  265. ModLauncher naming: mcp
  266. ModLauncher services:
  267. /eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE
  268. /forge-1.15.2-31.1.0_mapped_snapshot_20200514-1.15.1-launcher.jar object_holder_definalize PLUGINSERVICE
  269. /forge-1.15.2-31.1.0_mapped_snapshot_20200514-1.15.1-launcher.jar runtime_enum_extender PLUGINSERVICE
  270. /accesstransformers-2.0.0-milestone.1-shadowed.jar accesstransformer PLUGINSERVICE
  271. /forge-1.15.2-31.1.0_mapped_snapshot_20200514-1.15.1-launcher.jar capability_inject_definalize PLUGINSERVICE
  272. /forge-1.15.2-31.1.0_mapped_snapshot_20200514-1.15.1-launcher.jar runtimedistcleaner PLUGINSERVICE
  273. /forge-1.15.2-31.1.0_mapped_snapshot_20200514-1.15.1-launcher.jar fml TRANSFORMATIONSERVICE
  274. FML: 31.1
  275. Forge: net.minecraftforge:31.1.0
  276. FML Language Providers:
  277. minecraft@1
  278. Mod List:
  279. client-extra.jar Minecraft {[email protected] DONE}
  280. forge-1.15.2-31.1.0_mapped_snapshot_20200514-1.15.1-recomp.jar Forge {[email protected] DONE}
  281. main Racism Mod {[email protected] DONE}
  282. Player Count: 0 / 8; []
  283. Data Packs: vanilla, mod:forge (incompatible), mod:racismmod
  284. Type: Integrated Server (map_client.txt)
  285. Is Modded: Definitely; Client brand changed to 'forge'
  286. [20May2020 11:16:18.736] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:printToSYSOUT:110]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2020-05-20_11.16.14-server.txt
Advertisement
Add Comment
Please, Sign In to add comment