Advertisement
Guest User

Untitled

a guest
Jun 12th, 2019
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.28 KB | None | 0 0
  1. [12Jun2019 14:33:47.554] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20190603.175704, --fml.mcVersion, 1.14.2, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 26.0.21, --version, MOD_DEV, --assetIndex, 1.14, --assetsDir, C:\Users\willi\.gradle\caches\forge_gradle\assets, --username, Dev, --accessToken, ❄❄❄❄❄❄❄❄, --userProperties, {}]
  2. [12Jun2019 14:33:47.557] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher starting: java version 1.8.0_192
  3. [12Jun2019 14:33:47.909] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
  4. [12Jun2019 14:33:48.310] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmluserdevclient' with arguments [--version, MOD_DEV, --gameDir, ., --assetsDir, C:\Users\willi\.gradle\caches\forge_gradle\assets, --assetIndex, 1.14, --username, Dev, --accessToken, ❄❄❄❄❄❄❄❄, --userProperties, {}]
  5. [12Jun2019 14:33:49.693] [Client thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev
  6. [12Jun2019 14:33:57.311] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: lastServer:
  7. [12Jun2019 14:33:57.344] [Client thread/INFO] [net.minecraft.client.Minecraft/]: LWJGL Version: 3.2.1 build 12
  8. [12Jun2019 14:33:59.235] [Client thread/INFO] [net.minecraftforge.fml.ModLoader/CORE]: Loading Network data for FML net version: FML2
  9. [12Jun2019 14:33:59.282] [modloading-worker-2/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 26.0.21, for MC 1.14.2 with MCP 20190603.175704
  10. [12Jun2019 14:33:59.282] [modloading-worker-2/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v26.0.21 Initialized
  11. [12Jun2019 14:33:59.427] [Client thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity betterpets:better_wolf
  12. [12Jun2019 14:33:59.452] [modloading-worker-9/INFO] [betterpets/]: Setup method registered
  13. [12Jun2019 14:33:59.510] [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. [12Jun2019 14:33:59.514] [Client thread/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work after COMMON_SETUP: 1 jobs
  15. [12Jun2019 14:33:59.557] [Client thread/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 00:00:00.038
  16. [12Jun2019 14:33:59.559] [modloading-worker-9/INFO] [betterpets/]: clientRegistries method registered
  17. [12Jun2019 14:33:59.685] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: BETA Current: 26.0.21 Target: 26.0.21
  18. [12Jun2019 14:33:59.685] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [betterpets] Starting version check at http://myurl.me/
  19. [12Jun2019 14:33:59.933] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
  20. java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/
  21. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_192]
  22. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_192]
  23. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_192]
  24. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_192]
  25. at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944) ~[?:1.8.0_192]
  26. at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939) ~[?:1.8.0_192]
  27. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_192]
  28. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938) ~[?:1.8.0_192]
  29. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508) ~[?:1.8.0_192]
  30. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) ~[?:1.8.0_192]
  31. at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?]
  32. at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) ~[?:?]
  33. at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_192]
  34. at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?]
  35. Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/
  36. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894) ~[?:1.8.0_192]
  37. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) ~[?:1.8.0_192]
  38. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_192]
  39. at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?]
  40. ... 3 more
  41. [12Jun2019 14:34:00.936] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: lastServer:
  42. [12Jun2019 14:34:00.981] [Client thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded
  43. [12Jun2019 14:34:01.095] [Client thread/INFO] [com.mojang.realmsclient.plugin.RealmsPluginImpl/]: Built for minecraft version 1.14.2
  44. [12Jun2019 14:34:01.192] [Realms Notification Availability checker #1/INFO] [realms.g/]: Could not authorize you against Realms server: Invalid session id
  45. [12Jun2019 14:34:01.807] [Server-Worker-8/WARN] [net.minecraft.client.gui.fonts.providers.TextureGlyphProvider/]: Codepoint '1ed0' declared multiple times in minecraft:textures/font/accented.png
  46. [12Jun2019 14:34:07.561] [Client thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.
  47. [12Jun2019 14:34:07.562] [Client thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started
  48. [12Jun2019 14:34:07.704] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512 textures-atlas
  49. [12Jun2019 14:34:08.143] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256 textures/particle-atlas
  50. [12Jun2019 14:34:08.145] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256 textures/painting-atlas
  51. [12Jun2019 14:34:08.145] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128 textures/mob_effect-atlas
  52. [12Jun2019 14:34:15.621] [Client thread/INFO] [net.minecraft.world.storage.SaveFormat/]: Deleting level New World
  53. [12Jun2019 14:34:15.622] [Client thread/INFO] [net.minecraft.world.storage.SaveFormat/]: Attempt 1...
  54. [12Jun2019 14:34:18.072] [Client thread/INFO] [com.mojang.realmsclient.plugin.RealmsPluginImpl/]: Built for minecraft version 1.14.2
  55. [12Jun2019 14:34:18.404] [Client thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
  56. [12Jun2019 14:34:18.404] [Client thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
  57. [12Jun2019 14:34:18.405] [Client thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
  58. [12Jun2019 14:34:18.405] [Client thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
  59. [12Jun2019 14:34:18.406] [Client 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]
  60. [12Jun2019 14:34:18.698] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Starting integrated minecraft server version 1.14.2
  61. [12Jun2019 14:34:18.698] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Generating keypair
  62. [12Jun2019 14:34:18.741] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file .\saves\New World\serverconfig\forge-server.toml is not correct. Correcting
  63. [12Jun2019 14:34:18.742] [Thread-1/FATAL] [net.minecraftforge.common.ForgeConfig/CORE]: Forge config just got changed on the file system!
  64. [12Jun2019 14:34:18.744] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server was corrected from null to SimpleCommentedConfig:{}
  65. [12Jun2019 14:34:18.744] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringEntities was corrected from null to false
  66. [12Jun2019 14:34:18.744] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringTileEntities was corrected from null to false
  67. [12Jun2019 14:34:18.744] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.fullBoundingBoxLadders was corrected from null to false
  68. [12Jun2019 14:34:18.744] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.zombieBaseSummonChance was corrected from null to 0.1
  69. [12Jun2019 14:34:18.744] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.zombieBabyChance was corrected from null to 0.05
  70. [12Jun2019 14:34:18.744] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.logCascadingWorldGeneration was corrected from null to true
  71. [12Jun2019 14:34:18.744] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.fixVanillaCascading was corrected from null to false
  72. [12Jun2019 14:34:18.745] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.dimensionUnloadQueueDelay was corrected from null to 0
  73. [12Jun2019 14:34:18.745] [Thread-1/FATAL] [net.minecraftforge.common.ForgeConfig/CORE]: Forge config just got changed on the file system!
  74. [12Jun2019 14:34:18.745] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.clumpingThreshold was corrected from null to 64
  75. [12Jun2019 14:34:18.747] [Thread-1/FATAL] [net.minecraftforge.common.ForgeConfig/CORE]: Forge config just got changed on the file system!
  76. [12Jun2019 14:34:18.778] [Server thread/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: Injecting existing registry data into this SERVER instance
  77. [12Jun2019 14:34:18.932] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Found new data pack vanilla, loading it automatically
  78. [12Jun2019 14:34:18.933] [Server thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar, main
  79. [12Jun2019 14:34:20.175] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Loaded 6 recipes
  80. [12Jun2019 14:34:22.807] [Server thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 811 advancements
  81. [12Jun2019 14:34:25.496] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld
  82. [12Jun2019 14:34:25.555] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  83. [12Jun2019 14:34:26.054] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  84. [12Jun2019 14:34:26.555] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 1%
  85. [12Jun2019 14:34:27.209] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 2%
  86. [12Jun2019 14:34:27.538] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 4%
  87. [12Jun2019 14:34:28.038] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 6%
  88. [12Jun2019 14:34:28.538] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 9%
  89. [12Jun2019 14:34:29.038] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 12%
  90. [12Jun2019 14:34:29.539] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 12%
  91. [12Jun2019 14:34:30.038] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 18%
  92. [12Jun2019 14:34:30.542] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 21%
  93. [12Jun2019 14:34:31.038] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 24%
  94. [12Jun2019 14:34:31.538] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 24%
  95. [12Jun2019 14:34:32.038] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 32%
  96. [12Jun2019 14:34:32.538] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 35%
  97. [12Jun2019 14:34:33.037] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 40%
  98. [12Jun2019 14:34:33.637] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 41%
  99. [12Jun2019 14:34:34.038] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 46%
  100. [12Jun2019 14:34:34.537] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 49%
  101. [12Jun2019 14:34:35.038] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 54%
  102. [12Jun2019 14:34:35.538] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 56%
  103. [12Jun2019 14:34:36.039] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 60%
  104. [12Jun2019 14:34:36.537] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 64%
  105. [12Jun2019 14:34:37.038] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 68%
  106. [12Jun2019 14:34:37.538] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 70%
  107. [12Jun2019 14:34:38.104] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 72%
  108. [12Jun2019 14:34:38.570] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77%
  109. [12Jun2019 14:34:39.271] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 79%
  110. [12Jun2019 14:34:39.538] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
  111. [12Jun2019 14:34:40.039] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 87%
  112. [12Jun2019 14:34:40.539] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 91%
  113. [12Jun2019 14:34:41.039] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 95%
  114. [12Jun2019 14:34:41.538] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 99%
  115. [12Jun2019 14:34:41.571] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Time elapsed: 16042 ms
  116. [12Jun2019 14:34:41.738] [Server thread/INFO] [net.minecraft.world.chunk.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  117. [12Jun2019 14:34:41.738] [Server thread/INFO] [net.minecraft.world.chunk.ChunkManager/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  118. [12Jun2019 14:34:42.828] [Netty Local Client IO #0/INFO] [net.minecraftforge.fml.network.NetworkHooks/]: Connected to a modded server.
  119. [12Jun2019 14:34:42.927] [Server thread/INFO] [net.minecraft.server.management.PlayerList/]: Dev[local:E:757a7df7] logged in with entity id 352 at (187.5, 70.0, -160.5)
  120. [12Jun2019 14:34:42.956] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev joined the game
  121. [12Jun2019 14:34:43.279] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Saving and pausing game...
  122. [12Jun2019 14:34:43.299] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'New World'/minecraft:overworld
  123. [12Jun2019 14:34:43.410] [Client thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 0 advancements
  124. [12Jun2019 14:34:43.724] [pool-4-thread-1/WARN] [com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService/]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@7e4d7fbf[id=380df991-f603-344c-a090-369bad2a924a,name=Dev,properties={},legacy=false]
  125. com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
  126. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[authlib-1.5.25.jar:?]
  127. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) ~[authlib-1.5.25.jar:?]
  128. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:60) ~[authlib-1.5.25.jar:?]
  129. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:57) ~[authlib-1.5.25.jar:?]
  130. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3527) ~[guava-25.1-jre.jar:?]
  131. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2276) ~[guava-25.1-jre.jar:?]
  132. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2154) ~[guava-25.1-jre.jar:?]
  133. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2044) ~[guava-25.1-jre.jar:?]
  134. at com.google.common.cache.LocalCache.get(LocalCache.java:3951) ~[guava-25.1-jre.jar:?]
  135. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3973) ~[guava-25.1-jre.jar:?]
  136. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4957) ~[guava-25.1-jre.jar:?]
  137. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4963) ~[guava-25.1-jre.jar:?]
  138. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:170) ~[authlib-1.5.25.jar:?]
  139. at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:1957) ~[?:?]
  140. at net.minecraft.client.resources.SkinManager.lambda$loadProfileTextures$1(SkinManager.java:111) ~[?:?]
  141. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_192]
  142. at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [?:1.8.0_192]
  143. at java.util.concurrent.FutureTask.run(FutureTask.java) [?:1.8.0_192]
  144. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_192]
  145. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_192]
  146. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_192]
  147. [12Jun2019 14:34:56.223] [Client thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 2 advancements
  148. [12Jun2019 14:35:05.922] [Client thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 4 advancements
  149. [12Jun2019 14:35:06.710] [Server thread/FATAL] [net.minecraft.util.concurrent.ThreadTaskExecutor/]: Error executing task on Server
  150. java.lang.NullPointerException: null
  151. at net.minecraft.item.SpawnEggItem.onItemUse(SpawnEggItem.java:80) ~[?:?]
  152. at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:600) ~[?:?]
  153. at net.minecraft.item.ItemStack.onItemUse(ItemStack.java:168) ~[?:?]
  154. at net.minecraft.server.management.PlayerInteractionManager.func_219441_a(PlayerInteractionManager.java:376) ~[?:?]
  155. at net.minecraft.network.play.ServerPlayNetHandler.processTryUseItemOnBlock(ServerPlayNetHandler.java:895) ~[?:?]
  156. at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.processPacket(CPlayerTryUseItemOnBlockPacket.java:45) ~[?:?]
  157. at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.processPacket(CPlayerTryUseItemOnBlockPacket.java:12) ~[?:?]
  158. at net.minecraft.network.PacketThreadUtil.lambda$func_218797_a$0(PacketThreadUtil.java:14) ~[?:?]
  159. at net.minecraft.util.concurrent.TickDelayedTask.run(TickDelayedTask.java:20) ~[?:?]
  160. at net.minecraft.util.concurrent.ThreadTaskExecutor.run(ThreadTaskExecutor.java:131) [?:?]
  161. at net.minecraft.util.concurrent.RecursiveEventLoop.run(RecursiveEventLoop.java:22) [?:?]
  162. at net.minecraft.util.concurrent.ThreadTaskExecutor.driveOne(ThreadTaskExecutor.java:106) [?:?]
  163. at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:704) [?:?]
  164. at net.minecraft.server.MinecraftServer.driveOne(MinecraftServer.java:698) [?:?]
  165. at net.minecraft.util.concurrent.ThreadTaskExecutor.driveUntil(ThreadTaskExecutor.java:119) [?:?]
  166. at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:684) [?:?]
  167. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:634) [?:?]
  168. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_192]
  169. [12Jun2019 14:35:10.692] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Summoned new Better Wolf]
  170. [12Jun2019 14:35:10.711] [Client thread/INFO] [net.minecraft.client.gui.NewChatGui/]: [CHAT] Summoned new Better Wolf
  171. [12Jun2019 14:35:16.457] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev has made the advancement [Best Friends Forever]
  172. [12Jun2019 14:35:16.473] [Client thread/INFO] [net.minecraft.client.gui.NewChatGui/]: [CHAT] Dev has made the advancement [Best Friends Forever]
  173. [12Jun2019 14:35:16.474] [Client thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 7 advancements
  174. [12Jun2019 15:08:03.320] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server
  175. [12Jun2019 15:08:03.320] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players
  176. [12Jun2019 15:08:03.330] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: Dev lost connection: Disconnected
  177. [12Jun2019 15:08:03.330] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev left the game
  178. [12Jun2019 15:08:03.341] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: Stopping singleplayer server as player logged out
  179. [12Jun2019 15:08:03.341] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds
  180. [12Jun2019 15:08:03.341] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'New World'/minecraft:overworld
  181. [12Jun2019 15:08:03.856] [Server thread/INFO] [net.minecraft.world.chunk.ChunkManager/]: ThreadedAnvilChunkStorage (New World): All chunks are saved
  182. [12Jun2019 15:08:03.882] [Server thread/INFO] [net.minecraft.world.chunk.ChunkManager/]: ThreadedAnvilChunkStorage (New World): All chunks are saved
  183. [12Jun2019 15:08:04.423] [Client thread/FATAL] [net.minecraft.client.Minecraft/]: Reported exception thrown!
  184. net.minecraft.crash.ReportedException: mouseClicked event handler
  185. at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:448) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?]
  186. at net.minecraft.client.MouseHelper.mouseButtonCallback(MouseHelper.java:84) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?]
  187. at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) ~[lwjgl-glfw-3.2.1.jar:build 12]
  188. at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.1.jar:build 12]
  189. at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3050) ~[lwjgl-glfw-3.2.1.jar:build 12]
  190. at net.minecraft.client.MainWindow.func_216528_l(MainWindow.java:416) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?]
  191. at net.minecraft.client.MainWindow.update(MainWindow.java:274) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?]
  192. at net.minecraft.client.Minecraft.func_213227_b(Minecraft.java:990) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?]
  193. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:954) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?]
  194. at net.minecraft.client.Minecraft.run(Minecraft.java:384) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?]
  195. at net.minecraft.client.main.Main.main(Main.java:127) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?]
  196. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_192]
  197. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_192]
  198. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_192]
  199. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_192]
  200. at net.minecraftforge.userdev.FMLUserdevClientLaunchProvider.lambda$launchService$0(FMLUserdevClientLaunchProvider.java:55) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?]
  201. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-2.1.3.jar:?]
  202. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50) [modlauncher-2.1.3.jar:?]
  203. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68) [modlauncher-2.1.3.jar:?]
  204. at cpw.mods.modlauncher.Launcher.run(Launcher.java:77) [modlauncher-2.1.3.jar:?]
  205. at cpw.mods.modlauncher.Launcher.main(Launcher.java:62) [modlauncher-2.1.3.jar:?]
  206. at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:98) [forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?]
  207. Caused by: java.lang.IndexOutOfBoundsException: Index: 52, Size: 46
  208. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_192]
  209. at java.util.ArrayList.get(ArrayList.java:433) ~[?:1.8.0_192]
  210. at net.minecraft.inventory.container.Container.slotClick(Container.java:258) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?]
  211. at net.minecraft.client.multiplayer.PlayerController.windowClick(PlayerController.java:406) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?]
  212. at net.minecraft.client.gui.screen.inventory.ContainerScreen.handleMouseClick(ContainerScreen.java:534) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?]
  213. at net.minecraft.client.gui.screen.inventory.ContainerScreen.mouseClicked(ContainerScreen.java:344) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?]
  214. at net.minecraft.client.MouseHelper.lambda$mouseButtonCallback$0(MouseHelper.java:86) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?]
  215. at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:441) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?]
  216. ... 21 more
  217. [12Jun2019 15:08:04.457] [Client thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:printToSYSOUT:106]: ---- Minecraft Crash Report ----
  218. // Surprise! Haha. Well, this is awkward.
  219.  
  220. Time: 6/12/19 3:08 PM
  221. Description: mouseClicked event handler
  222.  
  223. java.lang.IndexOutOfBoundsException: Index: 52, Size: 46
  224. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_192] {}
  225. at java.util.ArrayList.get(ArrayList.java:433) ~[?:1.8.0_192] {}
  226. at net.minecraft.inventory.container.Container.slotClick(Container.java:258) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?] {}
  227. at net.minecraft.client.multiplayer.PlayerController.windowClick(PlayerController.java:406) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?] {pl:runtimedistcleaner:A}
  228. at net.minecraft.client.gui.screen.inventory.ContainerScreen.handleMouseClick(ContainerScreen.java:534) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?] {pl:runtimedistcleaner:A}
  229. at net.minecraft.client.gui.screen.inventory.ContainerScreen.mouseClicked(ContainerScreen.java:344) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?] {pl:runtimedistcleaner:A}
  230. at net.minecraft.client.MouseHelper.lambda$mouseButtonCallback$0(MouseHelper.java:86) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?] {pl:runtimedistcleaner:A}
  231. at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:441) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  232. at net.minecraft.client.MouseHelper.mouseButtonCallback(MouseHelper.java:84) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?] {pl:runtimedistcleaner:A}
  233. at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) ~[lwjgl-glfw-3.2.1.jar:build 12] {}
  234. at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.1.jar:build 12] {}
  235. at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3050) ~[lwjgl-glfw-3.2.1.jar:build 12] {}
  236. at net.minecraft.client.MainWindow.func_216528_l(MainWindow.java:416) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?] {pl:runtimedistcleaner:A}
  237. at net.minecraft.client.MainWindow.update(MainWindow.java:274) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?] {pl:runtimedistcleaner:A}
  238. at net.minecraft.client.Minecraft.func_213227_b(Minecraft.java:990) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  239. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:954) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  240. at net.minecraft.client.Minecraft.run(Minecraft.java:384) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  241. at net.minecraft.client.main.Main.main(Main.java:127) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?] {pl:runtimedistcleaner:A}
  242. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_192] {}
  243. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_192] {}
  244. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_192] {}
  245. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_192] {}
  246. at net.minecraftforge.userdev.FMLUserdevClientLaunchProvider.lambda$launchService$0(FMLUserdevClientLaunchProvider.java:55) ~[forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?] {}
  247. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-2.1.3.jar:?] {}
  248. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50) [modlauncher-2.1.3.jar:?] {}
  249. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68) [modlauncher-2.1.3.jar:?] {}
  250. at cpw.mods.modlauncher.Launcher.run(Launcher.java:77) [modlauncher-2.1.3.jar:?] {}
  251. at cpw.mods.modlauncher.Launcher.main(Launcher.java:62) [modlauncher-2.1.3.jar:?] {}
  252. at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:98) [forge-1.14.2-26.0.21_mapped_snapshot_20190612-1.14.2-recomp.jar:?] {}
  253.  
  254.  
  255. A detailed walkthrough of the error, its code path and all known details is as follows:
  256. ---------------------------------------------------------------------------------------
  257.  
  258. -- Head --
  259. Thread: Client thread
  260. Stacktrace:
  261. at java.util.ArrayList.rangeCheck(ArrayList.java:657)
  262. at java.util.ArrayList.get(ArrayList.java:433)
  263. at net.minecraft.inventory.container.Container.slotClick(Container.java:258)
  264. at net.minecraft.client.multiplayer.PlayerController.windowClick(PlayerController.java:406)
  265. at net.minecraft.client.gui.screen.inventory.ContainerScreen.handleMouseClick(ContainerScreen.java:534)
  266. at net.minecraft.client.gui.screen.inventory.ContainerScreen.mouseClicked(ContainerScreen.java:344)
  267. at net.minecraft.client.MouseHelper.lambda$mouseButtonCallback$0(MouseHelper.java:86)
  268.  
  269. -- Affected screen --
  270. Details:
  271. Screen name: com.william.betterpets.gui.StorageScreen
  272. Stacktrace:
  273. at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:441)
  274. at net.minecraft.client.MouseHelper.mouseButtonCallback(MouseHelper.java:84)
  275. at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36)
  276. at org.lwjgl.system.JNI.invokeV(Native Method)
  277. at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3050)
  278. at net.minecraft.client.MainWindow.func_216528_l(MainWindow.java:416)
  279. at net.minecraft.client.MainWindow.update(MainWindow.java:274)
  280.  
  281. -- Affected level --
  282. Details:
  283. Level name: MpServer
  284. All players: 1 total; [ClientPlayerEntity['Dev'/352, l='MpServer', x=188.08, y=70.00, z=-160.30]]
  285. Chunk stats: MultiplayerChunkCache: 729, 482
  286. Level seed: 0
  287. Level generator: ID 00 - default, ver 1. Features enabled: false
  288. Level generator options: {}
  289. Level spawn location: World: (192,69,-160), Chunk: (at 0,4,0 in 12,-10; contains blocks 192,0,-160 to 207,255,-145), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  290. Level time: 40025 game time, 40025 day time
  291. Level dimension: 0
  292. Level storage version: 0x00000 - Unknown?
  293. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  294. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  295. Server brand: forge
  296. Server type: Integrated singleplayer server
  297. Stacktrace:
  298. at net.minecraft.client.world.ClientWorld.fillCrashReport(ClientWorld.java:424)
  299. at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:1831)
  300. at net.minecraft.client.Minecraft.run(Minecraft.java:400)
  301. at net.minecraft.client.main.Main.main(Main.java:127)
  302. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  303. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  304. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  305. at java.lang.reflect.Method.invoke(Method.java:498)
  306. at net.minecraftforge.userdev.FMLUserdevClientLaunchProvider.lambda$launchService$0(FMLUserdevClientLaunchProvider.java:55)
  307. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  308. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50)
  309. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68)
  310. at cpw.mods.modlauncher.Launcher.run(Launcher.java:77)
  311. at cpw.mods.modlauncher.Launcher.main(Launcher.java:62)
  312. at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:98)
  313.  
  314. -- System Details --
  315. Details:
  316. Minecraft Version: 1.14.2
  317. Operating System: Windows 10 (amd64) version 10.0
  318. Java Version: 1.8.0_192, Oracle Corporation
  319. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  320. Memory: 279050560 bytes (266 MB) / 1393557504 bytes (1329 MB) up to 7624720384 bytes (7271 MB)
  321. JVM Flags: 1 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  322. FML: New FML!
  323. Loaded coremods (and transformers): Nothing
  324. Launched Version: MOD_DEV
  325. LWJGL: 3.2.1 build 12
  326. OpenGL: GeForce GTX 1080/PCIe/SSE2 GL version 4.6.0 NVIDIA 399.24, NVIDIA Corporation
  327. GL Caps: Using GL 1.3 multitexturing.
  328. Using GL 1.3 texture combiners.
  329. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  330. Shaders are available because OpenGL 2.1 is supported.
  331. VBOs are available because OpenGL 1.5 is supported.
  332.  
  333. Using VBOs: Yes
  334. Is Modded: Definitely; Client brand changed to 'forge'
  335. Type: Client (map_client.txt)
  336. Resource Packs:
  337. Current Language: English (US)
  338. CPU: 12x Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
  339. [12Jun2019 15:08:04.464] [Client thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:printToSYSOUT:106]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\willi\OneDrive\Stuff\Modding\BetterPets\1.14.2\run\.\crash-reports\crash-2019-06-12_15.08.04-client.txt
  340. [12Jun2019 15:08:04.465] [Thread-4/FATAL] [net.minecraftforge.fml.packs.ModFileResourcePack/]: Failed to clean up tempdir C:\Users\willi\AppData\Local\Temp\modpacktmp2597930810706609725
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement