Created
November 28, 2021 23:46
-
-
Save Ridanisaurus/5ce3cc0a39d60440762851e53a6e0f9a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [00:43:15] [main/INFO] (Launcher) ModLauncher running: args [--all, --mod, ftbic, --output, G:\Minecraft Modding\FTB-IC\src\generated\resources, --existing, G:\Minecraft Modding\FTB-IC\src\main\resources, --gameDir, ., --launchTarget, fmluserdevdata, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 36.2.19, --assetIndex, 1.16.5-1.16, --assetsDir, C:\Users\Kal Chikhou\.gradle\caches\fabric-loom\assets] | |
| [00:43:15] [main/INFO] (Launcher) ModLauncher 8.0.9+86+master.3cf110c starting: java version 16.0.2 by Eclipse Foundation | |
| [00:43:16] [main/INFO] (FixSSL) Added Lets Encrypt root certificates as additional trust | |
| [00:43:16] [main/INFO] (mixin) SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/C:/Users/Kal%20Chikhou/.gradle/caches/transforms-3/e11fb669d44973d43ac177b432c2cba5/transformed/mixin-patched-0.8.4.4.jar-alfd-transformed.jar Service=ModLauncher Env=CLIENT | |
| [00:43:18] [main/ERROR] (mixin) Mixin config myrtrees-common.mixins.json does not specify "minVersion" property | |
| [00:43:18] [main/INFO] (LaunchServiceHandler) Launching target 'fmluserdevdata' with arguments [--gameDir, ., --assetsDir, C:\Users\Kal Chikhou\.gradle\caches\fabric-loom\assets, --all, --mod, ftbic, --output, G:\Minecraft Modding\FTB-IC\src\generated\resources, --existing, G:\Minecraft Modding\FTB-IC\src\main\resources, --assetIndex, 1.16.5-1.16] | |
| [00:43:18] [main/WARN] (mixin) Reference map 'rhino-forge-refmap.json' for rhino.mixins.json could not be read. If this is a development environment you can ignore this message | |
| [00:43:18] [main/INFO] (mixin) Remapping refMap rhino-common-refmap.json using RemapperChain (Architectury Patched) | |
| [00:43:18] [main/INFO] (mixin) Remapping refMap architectury-forge-refmap.json using RemapperChain (Architectury Patched) | |
| [00:43:18] [main/INFO] (mixin) Remapping refMap architectury-common-refmap.json using RemapperChain (Architectury Patched) | |
| [00:43:18] [main/INFO] (mixin) Remapping refMap ftb-library-common-refmap.json using RemapperChain (Architectury Patched) | |
| [00:43:18] [main/INFO] (mixin) Remapping refMap ftb-chunks-common-refmap.json using RemapperChain (Architectury Patched) | |
| [00:43:18] [main/INFO] (mixin) Remapping refMap emendatusenigmatica.refmap.json using RemapperChain (Architectury Patched) | |
| [00:43:18] [main/INFO] (mixin) Remapping refMap myrtrees-common-refmap.json using RemapperChain (Architectury Patched) | |
| [00:43:18] [main/INFO] (mixin) Remapping refMap kubejs-forge-refmap.json using RemapperChain (Architectury Patched) | |
| [00:43:18] [main/INFO] (mixin) Remapping refMap kubejs-common-refmap.json using RemapperChain (Architectury Patched) | |
| [00:43:20] [main/INFO] (DatagenModLoader) Initializing Data Gatherer for mods [ftbic] | |
| [00:43:48] [modloading-worker-11/INFO] (ForgeMod) Forge mod loading, version 36.2.19, for MC 1.16.5 with MCP 20210115.111550 | |
| [00:43:48] [modloading-worker-11/INFO] (MinecraftForge) MinecraftForge v36.2.19 Initialized | |
| [00:43:49] [modloading-worker-12/INFO] (KubeJS) Looking for KubeJS plugins... | |
| [00:43:49] [modloading-worker-12/INFO] (KubeJS) Found kubejs plugin | |
| [00:43:49] [modloading-worker-1/ERROR] (FMLModContainer) Failed to create mod instance. ModID: myrtrees, class io.alwa.mods.myrtrees.forge.MyrtreesModForge | |
| java.lang.IllegalStateException: Can't get event bus for mod 'myrtrees' because it was not registered! | |
| at me.shedaniel.architectury.registry.forge.RegistriesImpl$RegistryProviderImpl.lambda$new$0(RegistriesImpl.java:78) ~[architectury:?] | |
| at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] | |
| at me.shedaniel.architectury.registry.forge.RegistriesImpl$RegistryProviderImpl.<init>(RegistriesImpl.java:78) ~[architectury:?] | |
| at me.shedaniel.architectury.registry.forge.RegistriesImpl._get(RegistriesImpl.java:56) ~[architectury:?] | |
| at me.shedaniel.architectury.registry.Registries._get(Registries.java) ~[architectury:?] | |
| at me.shedaniel.architectury.registry.Registries.<init>(Registries.java:46) ~[architectury:?] | |
| at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) ~[?:?] | |
| at me.shedaniel.architectury.registry.Registries.get(Registries.java:42) ~[architectury:?] | |
| at me.shedaniel.architectury.registry.DeferredRegister.lambda$create$0(DeferredRegister.java:47) ~[architectury:?] | |
| at net.minecraft.util.LazyLoadedValue.get(LazyLoadedValue.java:16) ~[minecraft:?] | |
| at me.shedaniel.architectury.registry.DeferredRegister.register(DeferredRegister.java:89) ~[architectury:?] | |
| at io.alwa.mods.myrtrees.common.Myrtrees.init(Myrtrees.java:33) ~[myrtrees:?] | |
| at io.alwa.mods.myrtrees.forge.MyrtreesModForge.<init>(MyrtreesModForge.java:15) ~[myrtrees:?] | |
| at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] | |
| at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:78) ~[?:?] | |
| at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] | |
| at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] | |
| at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?] | |
| at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:350) ~[?:?] | |
| at java.lang.Class.newInstance(Class.java:642) ~[?:?] | |
| at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) ~[forge:?] | |
| at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[forge:?] | |
| at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1800) [?:?] | |
| at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1792) [?:?] | |
| at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:295) [?:?] | |
| at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1016) [?:?] | |
| at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1665) [?:?] | |
| at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1598) [?:?] | |
| at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) [?:?] | |
| [00:43:50] [modloading-worker-12/INFO] (KubeJS) Found ftbchunks plugin | |
| [00:43:50] [modloading-worker-12/INFO] (KubeJS) Found ftbic plugin | |
| [00:43:50] [modloading-worker-12/INFO] (KubeJS) Done in 1 s | |
| [00:43:53] [modloading-worker-12/INFO] (KubeJS) Loaded common.properties | |
| [00:43:58] [modloading-worker-12/INFO] (KubeJS Startup) Hello, World! (You will only see this line once in console, during startup) | |
| [00:43:58] [modloading-worker-12/INFO] (KubeJS Startup) Loaded script startup_scripts:script.js in 0.734 s | |
| [00:43:58] [modloading-worker-12/INFO] (KubeJS Startup) Loaded 1/1 KubeJS startup scripts in 2.235 s | |
| [00:43:58] [main/FATAL] (ModLoader) Failed to complete lifecycle event CONSTRUCT, 1 errors found | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.ThreadGroup:uncaughtException:1069]: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.ThreadGroup:uncaughtException:1069]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:39) | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.ThreadGroup:uncaughtException:1069]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.ThreadGroup:uncaughtException:1069]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.ThreadGroup:uncaughtException:1069]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.ThreadGroup:uncaughtException:1069]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.ThreadGroup:uncaughtException:1069]: at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:108) | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.ThreadGroup:uncaughtException:1069]: at net.fabricmc.devlaunchinjector.Main.main(Main.java:86) | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.ThreadGroup:uncaughtException:1078]: Caused by: java.lang.reflect.InvocationTargetException | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.ThreadGroup:uncaughtException:1078]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.ThreadGroup:uncaughtException:1078]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.ThreadGroup:uncaughtException:1078]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.ThreadGroup:uncaughtException:1078]: at java.base/java.lang.reflect.Method.invoke(Method.java:567) | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.ThreadGroup:uncaughtException:1078]: at net.minecraftforge.userdev.FMLUserdevDataLaunchProvider.lambda$launchService$0(FMLUserdevDataLaunchProvider.java:51) | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.ThreadGroup:uncaughtException:1078]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.ThreadGroup:uncaughtException:1078]: ... 6 more | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.Throwable:printStackTrace:659]: Caused by: net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [ | |
| fml.modloading.failedtoloadmod | |
| ] | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.Throwable:printStackTrace:659]: at net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:269) | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.Throwable:printStackTrace:659]: at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:236) | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.Throwable:printStackTrace:659]: at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:194) | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.Throwable:printStackTrace:659]: at net.minecraftforge.fml.DatagenModLoader.begin(DatagenModLoader.java:60) | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.Throwable:printStackTrace:659]: at net.minecraft.data.Main.main(Main.java:45) | |
| [00:43:58] [main/INFO] (STDERR) [java.lang.Throwable:printStackTrace:659]: ... 12 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment