moosyman

Untitled

Apr 1st, 2020
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.01 KB | None | 0 0
  1. [01Apr2020 18:40:24.304] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20200307.202953, --fml.mcVersion, 1.15.2, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 31.1.35, --version, MOD_DEV, --assetIndex, 1.15, --assetsDir, C:\Users\moose\.gradle\caches\forge_gradle\assets, --username, Dev, --accessToken, ????????, --userProperties, {}]
  2. [01Apr2020 18:40:24.310] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 5.0.0-milestone.4+67+b1a340b starting: java version 1.8.0_191 by Oracle Corporation
  3. [01Apr2020 18:40:24.893] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
  4. [01Apr2020 18:40:26.800] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmluserdevclient' with arguments [--version, MOD_DEV, --gameDir, ., --assetsDir, C:\Users\moose\.gradle\caches\forge_gradle\assets, --assetIndex, 1.15, --username, Dev, --accessToken, ????????, --userProperties, {}]
  5. [01Apr2020 18:40:30.962] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev
  6. [01Apr2020 18:40:44.816] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10
  7. [01Apr2020 18:40:46.622] [Render thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: File C:\Users\moose\Desktop\modd\forge-1.15.2-31.1.35-mdk\bin\main constructed 0 mods: [], but had 1 mods specified: [examplemod]
  8. [01Apr2020 18:40:46.622] [Render thread/FATAL] [net.minecraftforge.fml.ModLoader/CORE]: Failed to initialize mod containers
  9. net.minecraftforge.fml.ModLoadingException: mods.toml missing metadata for modid newmod
  10. at net.minecraftforge.fml.ModLoader.lambda$buildModContainerFromTOML$29(ModLoader.java:233) ~[forge-1.15.2-31.1.35_mapped_snapshot_20200225-1.15.1-recomp.jar:?]
  11. at java.util.Optional.orElseThrow(Unknown Source) ~[?:1.8.0_191]
  12. at net.minecraftforge.fml.ModLoader.buildModContainerFromTOML(ModLoader.java:233) ~[forge-1.15.2-31.1.35_mapped_snapshot_20200225-1.15.1-recomp.jar:?]
  13. at net.minecraftforge.fml.ModLoader.lambda$buildMods$26(ModLoader.java:214) ~[forge-1.15.2-31.1.35_mapped_snapshot_20200225-1.15.1-recomp.jar:?]
  14. at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_191]
  15. at java.util.HashMap$EntrySpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_191]
  16. at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_191]
  17. at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_191]
  18. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_191]
  19. at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_191]
  20. at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_191]
  21. at net.minecraftforge.fml.ModLoader.buildMods(ModLoader.java:216) ~[forge-1.15.2-31.1.35_mapped_snapshot_20200225-1.15.1-recomp.jar:?]
  22. at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$18(ModLoader.java:173) ~[forge-1.15.2-31.1.35_mapped_snapshot_20200225-1.15.1-recomp.jar:?]
  23. at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_191]
  24. at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_191]
  25. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_191]
  26. at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_191]
  27. at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_191]
  28. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_191]
  29. at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_191]
  30. at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_191]
  31. at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:175) ~[forge-1.15.2-31.1.35_mapped_snapshot_20200225-1.15.1-recomp.jar:?]
  32. at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97) ~[forge-1.15.2-31.1.35_mapped_snapshot_20200225-1.15.1-recomp.jar:?]
  33. at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[forge-1.15.2-31.1.35_mapped_snapshot_20200225-1.15.1-recomp.jar:?]
  34. at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) ~[forge-1.15.2-31.1.35_mapped_snapshot_20200225-1.15.1-recomp.jar:?]
  35. at net.minecraft.client.Minecraft.<init>(Minecraft.java:398) ~[forge-1.15.2-31.1.35_mapped_snapshot_20200225-1.15.1-recomp.jar:?]
  36. at net.minecraft.client.main.Main.main(Main.java:141) ~[forge-1.15.2-31.1.35_mapped_snapshot_20200225-1.15.1-recomp.jar:?]
  37. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
  38. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  40. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  41. at net.minecraftforge.userdev.FMLUserdevClientLaunchProvider.lambda$launchService$0(FMLUserdevClientLaunchProvider.java:55) ~[forge-1.15.2-31.1.35_mapped_snapshot_20200225-1.15.1-recomp.jar:?]
  42. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?]
  43. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?]
  44. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?]
  45. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?]
  46. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?]
  47. at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:102) [forge-1.15.2-31.1.35_mapped_snapshot_20200225-1.15.1-recomp.jar:?]
  48. [01Apr2020 18:40:46.639] [Render thread/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
  49. java.lang.Exception: stacktrace
  50. at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) ~[eventbus-2.0.0-milestone.1-service.jar:?]
  51. at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) ~[forge-1.15.2-31.1.35_mapped_snapshot_20200225-1.15.1-recomp.jar:?]
  52. at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) ~[forge-1.15.2-31.1.35_mapped_snapshot_20200225-1.15.1-recomp.jar:?]
  53. at net.minecraft.client.Minecraft.<init>(Minecraft.java:398) ~[forge-1.15.2-31.1.35_mapped_snapshot_20200225-1.15.1-recomp.jar:?]
  54. at net.minecraft.client.main.Main.main(Main.java:141) ~[forge-1.15.2-31.1.35_mapped_snapshot_20200225-1.15.1-recomp.jar:?]
  55. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
  56. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  57. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  58. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  59. at net.minecraftforge.userdev.FMLUserdevClientLaunchProvider.lambda$launchService$0(FMLUserdevClientLaunchProvider.java:55) ~[forge-1.15.2-31.1.35_mapped_snapshot_20200225-1.15.1-recomp.jar:?]
  60. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?]
  61. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?]
  62. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?]
  63. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?]
  64. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?]
  65. at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:102) [forge-1.15.2-31.1.35_mapped_snapshot_20200225-1.15.1-recomp.jar:?]
  66. [01Apr2020 18:40:50.208] [Render thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded
  67. [01Apr2020 18:40:50.338] [Render thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, Mod Resources
  68. [01Apr2020 18:40:52.050] [Server-Worker-1/ERROR] [net.minecraftforge.fml.ModLoader/LOADING]: Skipping lifecycle event SETUP, 2 errors found.
  69. [01Apr2020 18:40:52.050] [Server-Worker-1/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event SETUP, 2 errors found
  70. [01Apr2020 18:40:52.050] [Server-Worker-1/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
  71. java.lang.Exception: stacktrace
  72. at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) ~[eventbus-2.0.0-milestone.1-service.jar:?]
  73. at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) ~[?:?]
  74. at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:123) ~[?:?]
  75. at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:105) ~[?:?]
  76. at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?]
  77. at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) [?:1.8.0_191]
  78. at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) [?:1.8.0_191]
  79. at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_191]
  80. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_191]
  81. at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_191]
  82. at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_191]
  83. [01Apr2020 18:40:57.319] [Server-Worker-2/ERROR] [net.minecraftforge.fml.ModLoader/LOADING]: Skipping lifecycle event ENQUEUE_IMC, 2 errors found.
  84. [01Apr2020 18:40:57.319] [Server-Worker-2/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event ENQUEUE_IMC, 2 errors found
  85. [01Apr2020 18:40:57.319] [Server-Worker-2/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
  86. java.lang.Exception: stacktrace
  87. at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) ~[eventbus-2.0.0-milestone.1-service.jar:?]
  88. at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) ~[?:?]
  89. at net.minecraftforge.fml.client.ClientModLoader.finishModLoading(ClientModLoader.java:137) ~[?:?]
  90. at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$4(ClientModLoader.java:107) ~[?:?]
  91. at java.util.concurrent.CompletableFuture.uniRun(Unknown Source) [?:1.8.0_191]
  92. at java.util.concurrent.CompletableFuture$UniRun.tryFire(Unknown Source) [?:1.8.0_191]
  93. at java.util.concurrent.CompletableFuture$Completion.exec(Unknown Source) [?:1.8.0_191]
  94. at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_191]
  95. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_191]
  96. at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_191]
  97. at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_191]
  98. [01Apr2020 18:40:57.646] [Render thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.
  99. [01Apr2020 18:40:57.647] [Render thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started
  100. [01Apr2020 18:40:57.788] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
  101. [01Apr2020 18:40:57.895] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128x4 minecraft:textures/atlas/signs.png-atlas
  102. [01Apr2020 18:40:57.896] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
  103. [01Apr2020 18:40:57.896] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
  104. [01Apr2020 18:40:57.897] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
  105. [01Apr2020 18:40:57.898] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
  106. [01Apr2020 18:40:57.898] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
  107. [01Apr2020 18:40:58.457] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
  108. [01Apr2020 18:40:58.459] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
  109. [01Apr2020 18:40:58.462] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
Advertisement
Add Comment
Please, Sign In to add comment