Guest User

Untitled

a guest
Oct 11th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.63 KB | None | 0 0
  1. [11Oct2020 14:50:51.717] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20200625.160719, --fml.mcVersion, 1.16.1, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 32.0.63, --version, MOD_DEV, --assetIndex, 1.16, --assetsDir, C:\Users\whatt\.gradle\caches\forge_gradle\assets, --username, Dev, --accessToken, ????????, --userProperties, {}]
  2. [11Oct2020 14:50:51.724] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 5.1.2+70+master.2845bb9 starting: java version 1.8.0_261 by Oracle Corporation
  3. [11Oct2020 14:50:52.484] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
  4. [11Oct2020 14:50:54.015] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmluserdevclient' with arguments [--version, MOD_DEV, --gameDir, ., --assetsDir, C:\Users\whatt\.gradle\caches\forge_gradle\assets, --assetIndex, 1.16, --username, Dev, --accessToken, ????????, --userProperties, {}]
  5. [11Oct2020 14:51:12.991] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
  6. [11Oct2020 14:51:12.998] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev
  7. [11Oct2020 14:51:13.588] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10
  8. [11Oct2020 14:51:15.277] [modloading-worker-1/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 32.0.63, for MC 1.16.1 with MCP 20200625.160719
  9. [11Oct2020 14:51:15.277] [modloading-worker-1/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v32.0.63 Initialized
  10. [11Oct2020 14:51:20.700] [Render thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded
  11. [11Oct2020 14:51:20.915] [Render thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, Mod Resources
  12. [11Oct2020 14:51:21.068] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
  13. [11Oct2020 14:51:21.716] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: BETA_OUTDATED Current: 32.0.63 Target: 32.0.108
  14. [11Oct2020 14:51:21.716] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [submechanica] Starting version check at http://myurl.me/
  15. [11Oct2020 14:51:22.124] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
  16. java.io.IOException: Server returned HTTP response code: 403 for URL: http://myurl.me/
  17. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_261]
  18. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_261]
  19. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_261]
  20. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_261]
  21. at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) ~[?:1.8.0_261]
  22. at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) ~[?:1.8.0_261]
  23. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_261]
  24. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) ~[?:1.8.0_261]
  25. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_261]
  26. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_261]
  27. at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?]
  28. at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) ~[?:?]
  29. at java.lang.Iterable.forEach(Unknown Source) [?:1.8.0_261]
  30. at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?]
  31. Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: http://myurl.me/
  32. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_261]
  33. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_261]
  34. at java.net.HttpURLConnection.getResponseCode(Unknown Source) ~[?:1.8.0_261]
  35. at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?]
  36. ... 3 more
  37. [11Oct2020 14:51:28.849] [Render thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.
  38. [11Oct2020 14:51:28.851] [Render thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started
  39. [11Oct2020 14:51:29.093] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
  40. [11Oct2020 14:51:29.269] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
  41. [11Oct2020 14:51:29.270] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
  42. [11Oct2020 14:51:29.272] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
  43. [11Oct2020 14:51:29.275] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
  44. [11Oct2020 14:51:29.275] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
  45. [11Oct2020 14:51:29.277] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
  46. [11Oct2020 14:51:29.937] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
  47. [11Oct2020 14:51:29.952] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
  48. [11Oct2020 14:51:29.957] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
  49. [11Oct2020 14:51:31.246] [Realms Notification Availability checker #1/INFO] [com.mojang.realmsclient.client.RealmsClient/]: Could not authorize you against Realms server: Invalid session id
  50. [11Oct2020 14:51:39.235] [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]
  51. [11Oct2020 14:51:39.237] [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]
  52. [11Oct2020 14:51:39.237] [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]
  53. [11Oct2020 14:51:39.239] [Render thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
  54. [11Oct2020 14:51:39.240] [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]
  55. [11Oct2020 14:51:39.245] [Render thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, forge-1.16.1-32.0.63_mapped_snapshot_20200723-1.16.1-recomp.jar, main
  56. [11Oct2020 14:51:40.828] [Render thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Loaded 7 recipes
  57. [11Oct2020 14:51:43.163] [Render thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 927 advancements
  58. [11Oct2020 14:51:43.618] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
  59. [11Oct2020 14:51:43.713] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Starting integrated minecraft server version 1.16.1
  60. [11Oct2020 14:51:43.713] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Generating keypair
  61. [11Oct2020 14:51:44.172] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld
  62. [11Oct2020 14:51:45.275] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  63. [11Oct2020 14:51:45.275] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  64. [11Oct2020 14:51:45.275] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  65. [11Oct2020 14:51:45.841] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Time elapsed: 1667 ms
  66. [11Oct2020 14:51:47.220] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Changing view distance to 11, from 10
  67. [11Oct2020 14:51:48.892] [Netty Local Client IO #0/INFO] [net.minecraftforge.fml.network.NetworkHooks/]: Connected to a modded server.
  68. [11Oct2020 14:51:49.015] [Server thread/INFO] [net.minecraftforge.common.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.advancements.PlayerAdvancements@3a64119b
  69. [11Oct2020 14:51:49.035] [Server thread/INFO] [net.minecraft.server.management.PlayerList/]: Dev[local:E:9b58dd13] logged in with entity id 216 at (158.19589618746193, 71.0, 180.78500628295595)
  70. [11Oct2020 14:51:49.064] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev joined the game
  71. [11Oct2020 14:51:49.427] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Saving and pausing game...
  72. [11Oct2020 14:51:49.438] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[TEST]'/minecraft:overworld
  73. [11Oct2020 14:51:49.650] [Render thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 0 advancements
  74. [11Oct2020 14:51:50.349] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[TEST]'/minecraft:the_nether
  75. [11Oct2020 14:51:50.350] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[TEST]'/minecraft:the_end
  76. [11Oct2020 14:52:10.578] [Render thread/INFO] [net.minecraft.client.gui.NewChatGui/]: [CHAT] Unknown entity: submechanica:spine_slug
  77. [11Oct2020 14:52:20.787] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Summoned new Sheep]
  78. [11Oct2020 14:52:20.789] [Render thread/INFO] [net.minecraft.client.gui.NewChatGui/]: [CHAT] Summoned new Sheep
  79. [11Oct2020 14:53:02.479] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Saving and pausing game...
  80. [11Oct2020 14:53:02.483] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[TEST]'/minecraft:overworld
  81. [11Oct2020 14:53:02.812] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[TEST]'/minecraft:the_nether
  82. [11Oct2020 14:53:02.813] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[TEST]'/minecraft:the_end
  83. [11Oct2020 14:53:03.190] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: Dev lost connection: Disconnected
  84. [11Oct2020 14:53:03.191] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev left the game
  85. [11Oct2020 14:53:03.194] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: Stopping singleplayer server as player logged out
  86. [11Oct2020 14:53:03.242] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server
  87. [11Oct2020 14:53:03.243] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players
  88. [11Oct2020 14:53:03.243] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds
  89. [11Oct2020 14:53:03.243] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[TEST]'/minecraft:overworld
  90. [11Oct2020 14:53:04.603] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (TEST): All chunks are saved
  91. [11Oct2020 14:53:04.603] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[TEST]'/minecraft:the_nether
  92. [11Oct2020 14:53:04.604] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  93. [11Oct2020 14:53:04.604] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[TEST]'/minecraft:the_end
  94. [11Oct2020 14:53:04.605] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  95. [11Oct2020 14:53:04.650] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (TEST): All chunks are saved
  96. [11Oct2020 14:53:04.883] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  97. [11Oct2020 14:53:04.884] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  98. [11Oct2020 14:53:05.992] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Stopping!
  99.  
Add Comment
Please, Sign In to add comment