Advertisement
Guest User

Untitled

a guest
Sep 15th, 2024
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.79 KB | None | 0 0
  1. [15Sep2024 16:26:01.564] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20200515.085601, --fml.mcVersion, 1.15.2, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 31.2.57, --version, MOD_DEV, --assetIndex, 1.15, --assetsDir, /home/anthonyrimshas/.gradle/caches/forge_gradle/assets, --username, Dev, --accessToken, ❄❄❄❄❄❄❄❄, --userProperties, {}]
  2. [15Sep2024 16:26:01.567] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 5.1.2+70+master.2845bb9 starting: java version 1.8.0_422 by Private Build
  3. [15Sep2024 16:26:01.735] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
  4. [15Sep2024 16:26:01.769] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/home/anthonyrimshas/.gradle/caches/modules-2/files-2.1/org.spongepowered/mixin/0.8.2/1cf212283d26f706fd3074318870bebd14d2a9ed/mixin-0.8.2.jar Service=ModLauncher Env=CLIENT
  5. [15Sep2024 16:26:02.790] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmluserdevclient' with arguments [--version, MOD_DEV, --gameDir, ., --assetsDir, /home/anthonyrimshas/.gradle/caches/forge_gradle/assets, --assetIndex, 1.15, --username, Dev, --accessToken, ❄❄❄❄❄❄❄❄, --userProperties, {}]
  6. [15Sep2024 16:26:04.601] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev
  7. [15Sep2024 16:26:14.258] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10
  8. [15Sep2024 16:26:15.353] [modloading-worker-9/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 31.2.57, for MC 1.15.2 with MCP 20200515.085601
  9. [15Sep2024 16:26:15.353] [modloading-worker-9/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v31.2.57 Initialized
  10. [15Sep2024 16:26:17.772] [Render thread/INFO] [com.mojang.text2speech.NarratorLinux/]: Narrator library successfully loaded
  11. [15Sep2024 16:26:17.828] [Render thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, Mod Resources
  12. [15Sep2024 16:26:18.595] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
  13. [15Sep2024 16:26:19.034] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: UP_TO_DATE Current: 31.2.57 Target: null
  14. [15Sep2024 16:26:19.034] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [examplemod] Starting version check at http://myurl.me/
  15. [15Sep2024 16:26:19.295] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
  16. com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
  17. at com.google.gson.Gson.fromJson(Gson.java:899) ~[gson-2.8.0.jar:?]
  18. at com.google.gson.Gson.fromJson(Gson.java:852) ~[gson-2.8.0.jar:?]
  19. at com.google.gson.Gson.fromJson(Gson.java:801) ~[gson-2.8.0.jar:?]
  20. at com.google.gson.Gson.fromJson(Gson.java:773) ~[gson-2.8.0.jar:?]
  21. at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:214) ~[?:?]
  22. at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_422]
  23. at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?]
  24. Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
  25. at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:385) ~[gson-2.8.0.jar:?]
  26. at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183) ~[gson-2.8.0.jar:?]
  27. at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[gson-2.8.0.jar:?]
  28. at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
  29. ... 6 more
  30. [15Sep2024 16:26:19.488] [Server-Worker-1/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: examplemod:blockstates/ruby_block.json: java.io.FileNotFoundException: examplemod:blockstates/ruby_block.json
  31. [15Sep2024 16:26:19.489] [Server-Worker-1/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'examplemod:blockstates/ruby_block.json' missing model for variant: 'examplemod:ruby_block#'
  32. [15Sep2024 16:26:20.545] [Render thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.
  33. [15Sep2024 16:26:20.546] [Render thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started
  34. [15Sep2024 16:26:20.659] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
  35. [15Sep2024 16:26:20.693] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128x4 minecraft:textures/atlas/signs.png-atlas
  36. [15Sep2024 16:26:20.693] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
  37. [15Sep2024 16:26:20.695] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
  38. [15Sep2024 16:26:20.697] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
  39. [15Sep2024 16:26:20.697] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
  40. [15Sep2024 16:26:20.698] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
  41. [15Sep2024 16:26:21.104] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
  42. [15Sep2024 16:26:21.106] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
  43. [15Sep2024 16:26:21.107] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
  44. [15Sep2024 16:26:21.495] [Realms Notification Availability checker #1/INFO] [com.mojang.realmsclient.client.RealmsClient/]: Could not authorize you against Realms server: Invalid session id
  45. [15Sep2024 16:26:25.846] [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]
  46. [15Sep2024 16:26:25.847] [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]
  47. [15Sep2024 16:26:25.848] [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]
  48. [15Sep2024 16:26:25.848] [Render thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
  49. [15Sep2024 16:26:25.850] [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]
  50. [15Sep2024 16:26:25.973] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Starting integrated minecraft server version 1.15.2
  51. [15Sep2024 16:26:25.973] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Generating keypair
  52. [15Sep2024 16:26:26.103] [Server thread/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: Injecting existing registry data into this SERVER instance
  53. [15Sep2024 16:26:26.128] [Server thread/INFO] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry Block: Found a missing id from the world examplemod:ruby_block.json
  54. [15Sep2024 16:26:26.236] [Server thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, forge-1.15.2-31.2.57_mapped_snapshot_20200514-1.15.1.jar, main
  55. [15Sep2024 16:26:26.671] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Loaded 6 recipes
  56. [15Sep2024 16:26:27.544] [Server thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 825 advancements
  57. [15Sep2024 16:26:27.834] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld
  58. [15Sep2024 16:26:28.100] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
  59. [15Sep2024 16:26:28.202] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Time elapsed: 354 ms
  60. [15Sep2024 16:26:28.263] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  61. [15Sep2024 16:26:28.264] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  62. [15Sep2024 16:26:28.266] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Changing view distance to 11, from 10
  63. [15Sep2024 16:26:29.535] [Netty Local Client IO #0/INFO] [net.minecraftforge.fml.network.NetworkHooks/]: Connected to a modded server.
  64. [15Sep2024 16:26:29.806] [Server thread/INFO] [net.minecraftforge.common.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.advancements.PlayerAdvancements@343d3359
  65. [15Sep2024 16:26:29.828] [Server thread/INFO] [net.minecraft.server.management.PlayerList/]: Dev[local:E:1eaaf04f] logged in with entity id 1 at (8.53549803684652, 4.0, 11.418954983829462)
  66. [15Sep2024 16:26:29.856] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev joined the game
  67. [15Sep2024 16:26:30.087] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Saving and pausing game...
  68. [15Sep2024 16:26:30.094] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'New World'/minecraft:overworld
  69. [15Sep2024 16:26:30.158] [Render thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 15 advancements
  70. [15Sep2024 16:26:57.834] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Saving and pausing game...
  71. [15Sep2024 16:26:57.837] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'New World'/minecraft:overworld
  72. [15Sep2024 16:27:01.103] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Stopping!
  73. [15Sep2024 16:27:01.135] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: Dev lost connection: Disconnected
  74. [15Sep2024 16:27:01.135] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev left the game
  75. [15Sep2024 16:27:01.142] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: Stopping singleplayer server as player logged out
  76. [15Sep2024 16:27:01.193] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server
  77. [15Sep2024 16:27:01.193] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players
  78. [15Sep2024 16:27:01.193] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds
  79. [15Sep2024 16:27:01.194] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'New World'/minecraft:overworld
  80. [15Sep2024 16:27:01.197] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (New World): All chunks are saved
  81. [15Sep2024 16:27:01.204] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (New World): All chunks are saved
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement