Advertisement
Guest User

Untitled

a guest
May 25th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.48 KB | None | 0 0
  1. [25May2020 15:05:28.051] [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. [25May2020 15:05:28.065] [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. [25May2020 15:05:29.393] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
  4. [25May2020 15:05:33.768] [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. [25May2020 15:05:40.782] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev
  6. [25May2020 15:06:17.296] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10
  7. [25May2020 15:06:21.242] [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. [25May2020 15:06:21.243] [modloading-worker-1/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v31.1.0 Initialized
  9. [25May2020 15:06:24.260] [Render thread/INFO] [com.sonniccub.racismmod.racismmod/]: HELLO from Register Block
  10. [25May2020 15:06:24.995] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity racismmod:cop
  11. [25May2020 15:06:24.996] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity racismmod:missile
  12. [25May2020 15:06:39.866] [Render thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded
  13. [25May2020 15:06:40.693] [Render thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, Mod Resources
  14. [25May2020 15:07:03.353] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
  15. [25May2020 15:07:04.682] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: OUTDATED Current: 31.1.0 Target: 31.2.0
  16. [25May2020 15:07:04.682] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [racismmod] Starting version check at http://myurl.me/
  17. [25May2020 15:07:05.254] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
  18. java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/
  19. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_251]
  20. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_251]
  21. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_251]
  22. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_251]
  23. at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950) ~[?:1.8.0_251]
  24. at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945) ~[?:1.8.0_251]
  25. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251]
  26. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944) ~[?:1.8.0_251]
  27. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514) ~[?:1.8.0_251]
  28. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_251]
  29. at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?]
  30. at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) ~[?:?]
  31. at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_251]
  32. at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?]
  33. Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/
  34. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900) ~[?:1.8.0_251]
  35. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_251]
  36. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_251]
  37. at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?]
  38. ... 3 more
  39. [25May2020 15:07:19.902] [modloading-worker-0/INFO] [com.sonniccub.racismmod.racismmod/]: Got IMC []
  40. [25May2020 15:07:22.355] [Render thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.
  41. [25May2020 15:07:22.358] [Render thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started
  42. [25May2020 15:07:25.105] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas
  43. [25May2020 15:07:25.272] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128x4 minecraft:textures/atlas/signs.png-atlas
  44. [25May2020 15:07:25.273] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
  45. [25May2020 15:07:25.292] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
  46. [25May2020 15:07:25.299] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
  47. [25May2020 15:07:25.301] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
  48. [25May2020 15:07:25.304] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
  49. [25May2020 15:07:27.498] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
  50. [25May2020 15:07:27.510] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
  51. [25May2020 15:07:27.514] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
  52. [25May2020 15:07:28.279] [Realms Notification Availability checker #1/INFO] [com.mojang.realmsclient.client.RealmsClient/]: Could not authorize you against Realms server: Invalid session id
  53. [25May2020 15:07:37.944] [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]
  54. [25May2020 15:07:37.947] [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]
  55. [25May2020 15:07:37.951] [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]
  56. [25May2020 15:07:37.954] [Render thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
  57. [25May2020 15:07:37.957] [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]
  58. [25May2020 15:07:38.516] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Starting integrated minecraft server version 1.15.2
  59. [25May2020 15:07:38.516] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Generating keypair
  60. [25May2020 15:07:39.449] [Server thread/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: Injecting existing registry data into this SERVER instance
  61. [25May2020 15:07:39.634] [Server thread/INFO] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry Block: Found a missing id from the world racismmod:poop_block
  62. [25May2020 15:07:40.908] [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
  63. [25May2020 15:07:41.712] [Server-Worker-6/ERROR] [net.minecraft.client.resources.JsonReloadListener/]: Couldn't parse data file racismmod:bruhmiumboots from racismmod:recipes/bruhmiumboots.json
  64. com.google.gson.JsonParseException: java.io.EOFException: End of input at line 16 column 1 path $.key
  65. at net.minecraft.util.JSONUtils.fromJson(JSONUtils.java:368) ~[?:?]
  66. at net.minecraft.util.JSONUtils.fromJson(JSONUtils.java:407) ~[?:?]
  67. at net.minecraft.client.resources.JsonReloadListener.prepare(JsonReloadListener.java:51) ~[?:?]
  68. at net.minecraft.client.resources.JsonReloadListener.prepare(JsonReloadListener.java:22) ~[?:?]
  69. at net.minecraft.client.resources.ReloadListener.lambda$reload$0(ReloadListener.java:12) ~[?:?]
  70. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604) [?:1.8.0_251]
  71. at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) [?:1.8.0_251]
  72. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_251]
  73. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_251]
  74. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_251]
  75. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_251]
  76. Caused by: java.io.EOFException: End of input at line 16 column 1 path $.key
  77. at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1393) ~[gson-2.8.0.jar:?]
  78. at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:482) ~[gson-2.8.0.jar:?]
  79. at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[gson-2.8.0.jar:?]
  80. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[gson-2.8.0.jar:?]
  81. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[gson-2.8.0.jar:?]
  82. at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[gson-2.8.0.jar:?]
  83. at net.minecraft.util.JSONUtils.fromJson(JSONUtils.java:366) ~[?:?]
  84. ... 10 more
  85. [25May2020 15:07:45.127] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Loaded 6 recipes
  86. [25May2020 15:07:50.394] [Server thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 825 advancements
  87. [25May2020 15:07:53.186] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld
  88. [25May2020 15:08:01.589] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  89. [25May2020 15:08:01.590] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  90. [25May2020 15:08:01.590] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  91. [25May2020 15:08:01.590] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  92. [25May2020 15:08:01.591] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  93. [25May2020 15:08:01.591] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  94. [25May2020 15:08:01.591] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  95. [25May2020 15:08:01.591] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  96. [25May2020 15:08:01.591] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  97. [25May2020 15:08:01.592] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  98. [25May2020 15:08:01.592] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  99. [25May2020 15:08:01.592] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  100. [25May2020 15:08:01.592] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  101. [25May2020 15:08:01.592] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  102. [25May2020 15:08:01.596] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  103. [25May2020 15:08:01.596] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  104. [25May2020 15:08:01.597] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  105. [25May2020 15:08:01.811] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  106. [25May2020 15:08:02.691] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  107. [25May2020 15:08:03.998] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  108. [25May2020 15:08:03.999] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  109. [25May2020 15:08:03.999] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  110. [25May2020 15:08:04.526] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
  111. [25May2020 15:08:14.287] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  112. [25May2020 15:08:14.454] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  113. [25May2020 15:08:14.455] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  114. [25May2020 15:08:14.455] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  115. [25May2020 15:08:14.456] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  116. [25May2020 15:08:14.456] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  117. [25May2020 15:08:14.456] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  118. [25May2020 15:08:14.457] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  119. [25May2020 15:08:14.457] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  120. [25May2020 15:08:14.457] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  121. [25May2020 15:08:14.457] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  122. [25May2020 15:08:14.458] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  123. [25May2020 15:08:14.458] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  124. [25May2020 15:08:14.459] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  125. [25May2020 15:08:14.459] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  126. [25May2020 15:08:14.459] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  127. [25May2020 15:08:14.460] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  128. [25May2020 15:08:14.460] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  129. [25May2020 15:08:14.460] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  130. [25May2020 15:08:14.461] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  131. [25May2020 15:08:14.823] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  132. [25May2020 15:08:15.318] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  133. [25May2020 15:08:15.816] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  134. [25May2020 15:08:16.341] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  135. [25May2020 15:08:16.829] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  136. [25May2020 15:08:17.326] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  137. [25May2020 15:08:17.758] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  138. [25May2020 15:08:18.533] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  139. [25May2020 15:08:18.775] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  140. [25May2020 15:08:19.331] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  141. [25May2020 15:08:19.761] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96%
  142. [25May2020 15:08:20.671] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 97%
  143. [25May2020 15:08:20.760] [Server thread/INFO] [com.sonniccub.racismmod.racismmod/]: HELLO from server starting
  144. [25May2020 15:08:20.772] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 99%
  145. [25May2020 15:08:20.772] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Time elapsed: 27530 ms
  146. [25May2020 15:08:23.181] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  147. [25May2020 15:08:23.187] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  148. [25May2020 15:08:23.196] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Changing view distance to 11, from 10
  149. [25May2020 15:08:23.211] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2202ms or 44 ticks behind
  150. [25May2020 15:08:28.564] [Netty Local Client IO #0/INFO] [net.minecraftforge.fml.network.NetworkHooks/]: Connected to a modded server.
  151. [25May2020 15:08:29.689] [Server thread/INFO] [net.minecraft.server.management.PlayerList/]: Dev[local:E:b2364b47] logged in with entity id 260 at (90.24067912647945, 63.0, -123.11819059487541)
  152. [25May2020 15:08:29.900] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev joined the game
  153. [25May2020 15:08:30.493] [Render thread/ERROR] [net.minecraftforge.fml.network.simple.IndexedMessageCodec/SIMPLENET]: Received empty payload on channel fml:handshake
  154. [25May2020 15:08:31.630] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
  155. net.minecraft.crash.ReportedException: Ticking entity
  156. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:888) ~[?:?]
  157. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:819) ~[?:?]
  158. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:120) ~[?:?]
  159. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:660) [?:?]
  160. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_251]
  161. Caused by: java.lang.NullPointerException
  162. at com.sonniccub.racismmod.entity.ai.BossBamaSummonGoal.spawnMissile(BossBamaSummonGoal.java:68) ~[?:?]
  163. at com.sonniccub.racismmod.entity.ai.BossBamaSummonGoal.startExecuting(BossBamaSummonGoal.java:60) ~[?:?]
  164. at net.minecraft.entity.ai.goal.PrioritizedGoal.startExecuting(PrioritizedGoal.java:45) ~[?:?]
  165. at net.minecraft.entity.ai.goal.GoalSelector.lambda$tick$9(GoalSelector.java:85) ~[?:?]
  166. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:1.8.0_251]
  167. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_251]
  168. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_251]
  169. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_251]
  170. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_251]
  171. at java.util.Iterator.forEachRemaining(Iterator.java:116) ~[?:1.8.0_251]
  172. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) ~[?:1.8.0_251]
  173. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_251]
  174. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_251]
  175. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_251]
  176. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_251]
  177. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_251]
  178. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_251]
  179. at net.minecraft.entity.ai.goal.GoalSelector.tick(GoalSelector.java:79) ~[?:?]
  180. at net.minecraft.entity.MobEntity.updateEntityActionState(MobEntity.java:652) ~[?:?]
  181. at net.minecraft.entity.LivingEntity.livingTick(LivingEntity.java:2425) ~[?:?]
  182. at net.minecraft.entity.MobEntity.livingTick(MobEntity.java:512) ~[?:?]
  183. at net.minecraft.entity.monster.MonsterEntity.livingTick(MonsterEntity.java:41) ~[?:?]
  184. at net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2263) ~[?:?]
  185. at net.minecraft.entity.MobEntity.tick(MobEntity.java:311) ~[?:?]
  186. at net.minecraft.world.server.ServerWorld.updateEntity(ServerWorld.java:615) ~[?:?]
  187. at net.minecraft.world.World.guardEntityTick(World.java:586) ~[?:?]
  188. at net.minecraft.world.server.ServerWorld.tick(ServerWorld.java:404) ~[?:?]
  189. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:884) ~[?:?]
  190. ... 4 more
  191. [25May2020 15:08:31.659] [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-25_15.08.31-server.txt
  192. [25May2020 15:08:31.660] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server
  193. [25May2020 15:08:31.662] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players
  194. [25May2020 15:08:32.549] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds
  195. [25May2020 15:08:32.550] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'New World'/minecraft:overworld
  196. [25May2020 15:08:33.131] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:printToSYSOUT:110]: ---- Minecraft Crash Report ----
  197. // Why did you do that?
  198.  
  199. Time: 5/25/20 3:08 PM
  200. Description: Ticking entity
  201.  
  202. java.lang.NullPointerException: Ticking entity
  203. at com.sonniccub.racismmod.entity.ai.BossBamaSummonGoal.spawnMissile(BossBamaSummonGoal.java:68) ~[?:?] {re:classloading}
  204. at com.sonniccub.racismmod.entity.ai.BossBamaSummonGoal.startExecuting(BossBamaSummonGoal.java:60) ~[?:?] {re:classloading}
  205. at net.minecraft.entity.ai.goal.PrioritizedGoal.startExecuting(PrioritizedGoal.java:45) ~[?:?] {re:classloading}
  206. at net.minecraft.entity.ai.goal.GoalSelector.lambda$tick$9(GoalSelector.java:85) ~[?:?] {re:classloading}
  207. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:1.8.0_251] {}
  208. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_251] {}
  209. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_251] {}
  210. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_251] {}
  211. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_251] {}
  212. at java.util.Iterator.forEachRemaining(Iterator.java:116) ~[?:1.8.0_251] {}
  213. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) ~[?:1.8.0_251] {}
  214. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_251] {}
  215. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_251] {}
  216. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_251] {}
  217. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_251] {}
  218. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_251] {}
  219. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_251] {}
  220. at net.minecraft.entity.ai.goal.GoalSelector.tick(GoalSelector.java:79) ~[?:?] {re:classloading}
  221. at net.minecraft.entity.MobEntity.updateEntityActionState(MobEntity.java:652) ~[?:?] {re:classloading,pl:accesstransformer:B}
  222. at net.minecraft.entity.LivingEntity.livingTick(LivingEntity.java:2425) ~[?:?] {re:classloading}
  223. at net.minecraft.entity.MobEntity.livingTick(MobEntity.java:512) ~[?:?] {re:classloading,pl:accesstransformer:B}
  224. at net.minecraft.entity.monster.MonsterEntity.livingTick(MonsterEntity.java:41) ~[?:?] {re:classloading}
  225. at net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2263) ~[?:?] {re:classloading}
  226. at net.minecraft.entity.MobEntity.tick(MobEntity.java:311) ~[?:?] {re:classloading,pl:accesstransformer:B}
  227. at net.minecraft.world.server.ServerWorld.updateEntity(ServerWorld.java:615) ~[?:?] {re:classloading}
  228. at net.minecraft.world.World.guardEntityTick(World.java:586) ~[?:?] {re:classloading,pl:accesstransformer:B}
  229. at net.minecraft.world.server.ServerWorld.tick(ServerWorld.java:404) ~[?:?] {re:classloading}
  230. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:884) ~[?:?] {re:classloading,pl:accesstransformer:B}
  231. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:819) ~[?:?] {re:classloading,pl:accesstransformer:B}
  232. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:120) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  233. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:660) ~[?:?] {re:classloading,pl:accesstransformer:B}
  234. at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_251] {}
  235.  
  236.  
  237. A detailed walkthrough of the error, its code path and all known details is as follows:
  238. ---------------------------------------------------------------------------------------
  239.  
  240. -- Head --
  241. Thread: Render thread
  242. Stacktrace:
  243. at com.sonniccub.racismmod.entity.ai.BossBamaSummonGoal.spawnMissile(BossBamaSummonGoal.java:68)
  244. at com.sonniccub.racismmod.entity.ai.BossBamaSummonGoal.startExecuting(BossBamaSummonGoal.java:60)
  245. at net.minecraft.entity.ai.goal.PrioritizedGoal.startExecuting(PrioritizedGoal.java:45)
  246. at net.minecraft.entity.ai.goal.GoalSelector.lambda$tick$9(GoalSelector.java:85)
  247. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
  248. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  249. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  250. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  251. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  252. at java.util.Iterator.forEachRemaining(Iterator.java:116)
  253. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
  254. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
  255. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
  256. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
  257. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
  258. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  259. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
  260. at net.minecraft.entity.ai.goal.GoalSelector.tick(GoalSelector.java:79)
  261. at net.minecraft.entity.MobEntity.updateEntityActionState(MobEntity.java:652)
  262. at net.minecraft.entity.LivingEntity.livingTick(LivingEntity.java:2425)
  263. at net.minecraft.entity.MobEntity.livingTick(MobEntity.java:512)
  264. at net.minecraft.entity.monster.MonsterEntity.livingTick(MonsterEntity.java:41)
  265. at net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2263)
  266. at net.minecraft.entity.MobEntity.tick(MobEntity.java:311)
  267. at net.minecraft.world.server.ServerWorld.updateEntity(ServerWorld.java:615)
  268.  
  269. -- Entity being ticked --
  270. Details:
  271. Entity Type: racismmod:cop (com.sonniccub.racismmod.entities.Cop)
  272. Entity ID: 1
  273. Entity Name: Cop
  274. Entity's Exact location: 88.69, 63.00, -122.00
  275. Entity's Block location: World: (88,63,-122), Chunk: (at 8,3,6 in 5,-8; contains blocks 80,0,-128 to 95,255,-113), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  276. Entity's Momentum: 0.07, -0.08, 0.06
  277. Entity's Passengers: []
  278. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  279. Stacktrace:
  280. at net.minecraft.world.World.guardEntityTick(World.java:586)
  281. at net.minecraft.world.server.ServerWorld.tick(ServerWorld.java:404)
  282.  
  283. -- Affected level --
  284. Details:
  285. All players: 1 total; [ServerPlayerEntity['Dev'/260, l='New World', x=90.24, y=63.00, z=-123.12]]
  286. Chunk stats: ServerChunkCache: 2025
  287. Level dimension: DimensionType{minecraft:overworld}
  288. Level name: New World
  289. Level seed: -3517354681584558006
  290. Level generator: ID 00 - default, ver 1. Features enabled: true
  291. Level generator options: {}
  292. Level spawn location: World: (96,63,-128), Chunk: (at 0,3,0 in 6,-8; contains blocks 96,0,-128 to 111,255,-113), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  293. Level time: 1006 game time, 1006 day time
  294. Known server brands: forge
  295. Level was modded: true
  296. Level storage version: 0x04ABD - Anvil
  297. Level weather: Rain time: 24992 (now: false), thunder time: 148401 (now: false)
  298. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  299. Stacktrace:
  300. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:884)
  301. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:819)
  302. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:120)
  303. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:660)
  304. at java.lang.Thread.run(Thread.java:748)
  305.  
  306. -- System Details --
  307. Details:
  308. Minecraft Version: 1.15.2
  309. Minecraft Version ID: 1.15.2
  310. Operating System: Windows 7 (amd64) version 6.1
  311. Java Version: 1.8.0_251, Oracle Corporation
  312. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  313. Memory: 324477744 bytes (309 MB) / 1115684864 bytes (1064 MB) up to 1888485376 bytes (1801 MB)
  314. CPUs: 4
  315. JVM Flags: 1 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  316. ModLauncher: 5.0.0-milestone.4+67+b1a340b
  317. ModLauncher launch target: fmluserdevclient
  318. ModLauncher naming: mcp
  319. ModLauncher services:
  320. /eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE
  321. /forge-1.15.2-31.1.0_mapped_snapshot_20200514-1.15.1-launcher.jar object_holder_definalize PLUGINSERVICE
  322. /forge-1.15.2-31.1.0_mapped_snapshot_20200514-1.15.1-launcher.jar runtime_enum_extender PLUGINSERVICE
  323. /accesstransformers-2.0.0-milestone.1-shadowed.jar accesstransformer PLUGINSERVICE
  324. /forge-1.15.2-31.1.0_mapped_snapshot_20200514-1.15.1-launcher.jar capability_inject_definalize PLUGINSERVICE
  325. /forge-1.15.2-31.1.0_mapped_snapshot_20200514-1.15.1-launcher.jar runtimedistcleaner PLUGINSERVICE
  326. /forge-1.15.2-31.1.0_mapped_snapshot_20200514-1.15.1-launcher.jar fml TRANSFORMATIONSERVICE
  327. FML: 31.1
  328. Forge: net.minecraftforge:31.1.0
  329. FML Language Providers:
  330. javafml@31.1
  331. minecraft@1
  332. Mod List:
  333. client-extra.jar Minecraft {minecraft@1.15.2 DONE}
  334. forge-1.15.2-31.1.0_mapped_snapshot_20200514-1.15.1-recomp.jar Forge {forge@31.1.0 DONE}
  335. main Racism Mod {racismmod@1.0 DONE}
  336. Player Count: 1 / 8; [ServerPlayerEntity['Dev'/260, l='New World', x=90.24, y=63.00, z=-123.12]]
  337. Data Packs: vanilla, mod:forge (incompatible), mod:racismmod
  338. Type: Integrated Server (map_client.txt)
  339. Is Modded: Definitely; Client brand changed to 'forge'
  340. [25May2020 15:08:33.133] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:printToSYSOUT:110]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2020-05-25_15.08.31-server.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement