Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [28Jun.2020 12:00:13.882] [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.19, --version, MOD_DEV, --assetIndex, 1.16, --assetsDir, C:\Users\Oscar\.gradle\caches\forge_gradle\assets, --username, Dev, --accessToken, ❄❄❄❄❄❄❄❄, --userProperties, {}]
- [28Jun.2020 12:00:13.891] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 5.1.0+69+master.79f13f7 starting: java version 12.0.1 by Oracle Corporation
- [28Jun.2020 12:00:14.732] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
- [28Jun.2020 12:00:16.999] [main/INFO] [STDERR/]: [jdk.nashorn.api.scripting.NashornScriptEngine:<init>:143]: Warning: Nashorn engine is planned to be removed from a future JDK release
- [28Jun.2020 12:00:18.266] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmluserdevclient' with arguments [--version, MOD_DEV, --gameDir, ., --assetsDir, C:\Users\Oscar\.gradle\caches\forge_gradle\assets, --assetIndex, 1.16, --username, Dev, --accessToken, ❄❄❄❄❄❄❄❄, --userProperties, {}]
- [28Jun.2020 12:00:53.134] [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'
- [28Jun.2020 12:00:53.139] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev
- [28Jun.2020 12:00:53.644] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10
- [28Jun.2020 12:00:57.372] [modloading-worker-1/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 32.0.19, for MC 1.16.1 with MCP 20200625.160719
- [28Jun.2020 12:00:57.382] [modloading-worker-1/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v32.0.19 Initialized
- [28Jun.2020 12:00:59.404] [modloading-worker-3/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: examplemod, class com.octacontakaitria.lcd.LCD
- java.lang.ExceptionInInitializerError: null
- at com.octacontakaitria.lcd.LCD.<init>(LCD.java:32) ~[?:?]
- at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
- at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?]
- at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
- at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?]
- at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:166) ~[?:?]
- at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:404) ~[?:?]
- at java.lang.Class.newInstance(Class.java:590) ~[?:?]
- at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:131) ~[?:?]
- at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) ~[?:?]
- at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) ~[?:?]
- at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) ~[?:?]
- at net.minecraftforge.fml.ModList.lambda$dispatchParallelEvent$10(ModList.java:135) ~[?:?]
- at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) [?:?]
- at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654) [?:?]
- at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) [?:?]
- at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:290) [?:?]
- at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:746) [?:?]
- at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) [?:?]
- at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) [?:?]
- at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) [?:?]
- at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) [?:?]
- at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) [?:?]
- Caused by: net.minecraft.util.ResourceLocationException: Non [a-z0-9_.-] character in namespace of location: Derpiness_Octa:ruby
- at net.minecraft.util.ResourceLocation.<init>(ResourceLocation.java:31) ~[?:?]
- at net.minecraft.util.ResourceLocation.<init>(ResourceLocation.java:42) ~[?:?]
- at net.minecraftforge.registries.DeferredRegister.register(DeferredRegister.java:113) ~[?:?]
- at com.octacontakaitria.lcd.util.RegistryHandler.<clinit>(RegistryHandler.java:25) ~[?:?]
- ... 23 more
- [28Jun.2020 12:00:59.465] [Render thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event CONSTRUCT, 1 errors found
- [28Jun.2020 12:00:59.465] [Render thread/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
- java.lang.Exception: stacktrace
- at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) ~[eventbus-2.2.0-service.jar:?]
- at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:111) ~[forge-1.16.1-32.0.19_mapped_snapshot_20200514-1.16-recomp.jar:?]
- at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:93) ~[forge-1.16.1-32.0.19_mapped_snapshot_20200514-1.16-recomp.jar:?]
- at net.minecraft.client.Minecraft.<init>(Minecraft.java:430) ~[forge-1.16.1-32.0.19_mapped_snapshot_20200514-1.16-recomp.jar:?]
- at net.minecraft.client.main.Main.main(Main.java:149) ~[forge-1.16.1-32.0.19_mapped_snapshot_20200514-1.16-recomp.jar:?]
- at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
- at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
- at net.minecraftforge.userdev.FMLUserdevClientLaunchProvider.lambda$launchService$0(FMLUserdevClientLaunchProvider.java:55) ~[forge-1.16.1-32.0.19_mapped_snapshot_20200514-1.16-recomp.jar:?]
- at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?]
- at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?]
- at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?]
- at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?]
- at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?]
- at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:105) [forge-1.16.1-32.0.19_mapped_snapshot_20200514-1.16-recomp.jar:?]
- [28Jun.2020 12:01:09.805] [Render thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded
- [28Jun.2020 12:01:10.169] [Render thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, Mod Resources
- [28Jun.2020 12:01:10.614] [Worker-Main-6/ERROR] [net.minecraftforge.fml.ModLoader/LOADING]: Skipping lifecycle event SETUP, 1 errors found.
- [28Jun.2020 12:01:10.614] [Worker-Main-6/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event SETUP, 1 errors found
- [28Jun.2020 12:01:10.614] [Worker-Main-6/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
- java.lang.Exception: stacktrace
- at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) ~[eventbus-2.2.0-service.jar:?]
- at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:111) ~[?:?]
- at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:119) ~[?:?]
- at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:101) ~[?:?]
- at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:109) ~[?:?]
- at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1807) [?:?]
- at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1799) [?:?]
- at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) [?:?]
- at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) [?:?]
- at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) [?:?]
- at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) [?:?]
- at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) [?:?]
- [28Jun.2020 12:01:22.138] [Worker-Main-9/ERROR] [net.minecraftforge.fml.ModLoader/LOADING]: Skipping lifecycle event ENQUEUE_IMC, 1 errors found.
- [28Jun.2020 12:01:22.138] [Worker-Main-9/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event ENQUEUE_IMC, 1 errors found
- [28Jun.2020 12:01:22.138] [Worker-Main-9/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
- java.lang.Exception: stacktrace
- at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) ~[eventbus-2.2.0-service.jar:?]
- at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:111) ~[?:?]
- at net.minecraftforge.fml.client.ClientModLoader.finishModLoading(ClientModLoader.java:133) ~[?:?]
- at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$4(ClientModLoader.java:103) ~[?:?]
- at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:783) [?:?]
- at java.util.concurrent.CompletableFuture$Completion.exec(CompletableFuture.java:479) [?:?]
- at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) [?:?]
- at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) [?:?]
- at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) [?:?]
- at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) [?:?]
- at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) [?:?]
- [28Jun.2020 12:01:22.557] [Render thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.
- [28Jun.2020 12:01:22.558] [Render thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started
- [28Jun.2020 12:01:23.089] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
- [28Jun.2020 12:01:23.502] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
- [28Jun.2020 12:01:23.504] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
- [28Jun.2020 12:01:23.514] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
- [28Jun.2020 12:01:23.525] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
- [28Jun.2020 12:01:23.527] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
- [28Jun.2020 12:01:23.531] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
- [28Jun.2020 12:01:24.420] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
- [28Jun.2020 12:01:24.431] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
- [28Jun.2020 12:01:24.442] [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