Created
May 1, 2020 16:57
-
-
Save PiggiesGoSqueal/09266604711fcf1184ac902bbcbb8cf5 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
| [10:48:43] [main/WARN]: The coremod com.therandomlabs.randompatches.core.RPCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
| [10:48:43] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker | |
| [10:48:43] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker | |
| [10:48:43] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker | |
| [10:48:43] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker | |
| [10:48:43] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [10:48:44] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [10:48:44] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [10:48:44] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker | |
| [10:48:44] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [10:48:44] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker | |
| [10:48:44] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker | |
| [10:48:44] [main/INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer} | |
| [10:48:46] [main/ERROR]: Failed to transform class: net.minecraft.item.ItemBucket | |
| java.lang.NullPointerException: null | |
| at com.therandomlabs.randompatches.patch.ItemBucketPatch.apply(ItemBucketPatch.java:35) ~[ItemBucketPatch.class:?] | |
| at com.therandomlabs.randompatches.core.RPTransformer.transform(RPTransformer.java:37) [randompatches-1.12.2-1.21.0.3.jar:?] | |
| at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:258) [ASMTransformerWrapper$TransformerWrapper.class:git-CatServer-1.12.2-2fbf24f] | |
| at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [launchwrapper-1.12.jar:?] | |
| at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [launchwrapper-1.12.jar:?] | |
| at java.lang.ClassLoader.loadClass(ClassLoader.java:424) [?:1.8.0_221] | |
| at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [?:1.8.0_221] | |
| at net.minecraft.item.Item.func_150900_l(Item.java:1598) [ain.class:?] | |
| at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:780) [ni.class:?] | |
| at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1633) [MinecraftServer.class:?] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_221] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_221] | |
| at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_221] | |
| at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] | |
| at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_221] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_221] | |
| at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_221] | |
| at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:62) [CatServer.jar:git-CatServer-1.12.2-2fbf24f] | |
| at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:31) [CatServer.jar:git-CatServer-1.12.2-2fbf24f] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_221] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_221] | |
| at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_221] | |
| at catserver.server.CatServerLaunch.main(CatServerLaunch.java:11) [CatServer.jar:git-CatServer-1.12.2-2fbf24f] | |
| [10:48:47] [Server thread/INFO]: Starting minecraft server version 1.12.2 | |
| [10:48:47] [Server thread/INFO]: MinecraftForge v14.23.5.2854 Initialized | |
| [10:48:47] [Server thread/INFO]: Starts to replace vanilla recipe ingredients with ore ingredients. | |
| [10:48:47] [Server thread/INFO]: Invalid recipe found with multiple oredict ingredients in the same ingredient... | |
| [10:48:47] [Server thread/INFO]: Replaced 1227 ore ingredients | |
| [10:48:47] [Server thread/INFO]: Searching C:\Users\Tom\Desktop\MODDED Related\Servers\CatServer_SingularModTests\.\mods for mods |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment