Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [18:12:42] [main/INFO] [FML/]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
- [18:12:45] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_161, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_161
- [18:12:45] [main/INFO] [STDERR/]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
- [18:13:00] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
- [18:13:00] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
- [18:13:00] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
- [18:13:00] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
- [18:13:00] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
- [18:13:06] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
- [18:13:06] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
- [18:13:09] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
- [18:13:09] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
- [18:13:11] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
- [18:13:11] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
- [18:13:11] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
- [18:13:13] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
- [18:13:15] [main/ERROR] [LaunchWrapper/]: Unable to launch
- java.lang.reflect.InvocationTargetException
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_161]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_161]
- 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_161]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_161]
- at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [Uranium-1710-stable-4-B15-server.jar:1.7.10-R0.1-SNAPSHOT]
- at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [Uranium-1710-stable-4-B15-server.jar:1.7.10-R0.1-SNAPSHOT]
- Caused by: java.lang.NoClassDefFoundError: net/minecraft/block/BlockCake
- at net.minecraft.block.Block.func_149671_p(Block.java:301) ~[aji.class:?]
- at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:714) ~[kl.class:?]
- at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1588) ~[MinecraftServer.class:?]
- ... 12 more
- Caused by: java.lang.ClassNotFoundException: net.minecraft.block.BlockCake
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_161]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_161]
- at net.minecraft.block.Block.func_149671_p(Block.java:301) ~[aji.class:?]
- at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:714) ~[kl.class:?]
- at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1588) ~[MinecraftServer.class:?]
- ... 12 more
- Caused by: java.lang.RuntimeException: Could not replace FoodStats.addStats call in net/minecraft/block/BlockCake.func_150036_b
- L0
- LINENUMBER 109 L0
- ALOAD 5
- ICONST_0
- INVOKEVIRTUAL net/minecraft/entity/player/EntityPlayer.func_71043_e (Z)Z
- IFEQ L1
- L2
- LINENUMBER 112 L2
- ALOAD 5
- INVOKEVIRTUAL net/minecraft/entity/player/EntityPlayer.func_71024_bL ()Lnet/minecraft/util/FoodStats;
- GETFIELD net/minecraft/util/FoodStats.field_75127_a : I
- ISTORE 6
- L3
- LINENUMBER 113 L3
- ALOAD 5
- ICONST_2
- ILOAD 6
- IADD
- INVOKESTATIC org/bukkit/craftbukkit/v1_7_R4/event/CraftEventFactory.callFoodLevelChangeEvent (Lnet/minecraft/entity/player/EntityPlayer;I)Lorg/bukkit/event/entity/FoodLevelChangeEvent;
- ASTORE 7
- L4
- LINENUMBER 115 L4
- ALOAD 7
- INVOKEVIRTUAL org/bukkit/event/entity/FoodLevelChangeEvent.isCancelled ()Z
- IFNE L5
- L6
- LINENUMBER 117 L6
- ALOAD 5
- INVOKEVIRTUAL net/minecraft/entity/player/EntityPlayer.func_71024_bL ()Lnet/minecraft/util/FoodStats;
- ALOAD 7
- INVOKEVIRTUAL org/bukkit/event/entity/FoodLevelChangeEvent.getFoodLevel ()I
- ILOAD 6
- ISUB
- LDC 0.1
- INVOKEVIRTUAL net/minecraft/util/FoodStats.func_75122_a (IF)V
- L5
- LINENUMBER 120 L5
- FRAME APPEND [I org/bukkit/event/entity/FoodLevelChangeEvent]
- ALOAD 5
- CHECKCAST net/minecraft/entity/player/EntityPlayerMP
- GETFIELD net/minecraft/entity/player/EntityPlayerMP.field_71135_a : Lnet/minecraft/network/NetHandlerPlayServer;
- NEW net/minecraft/network/play/server/S06PacketUpdateHealth
- DUP
- ALOAD 5
- CHECKCAST net/minecraft/entity/player/EntityPlayerMP
- INVOKEVIRTUAL net/minecraft/entity/player/EntityPlayerMP.getBukkitEntity ()Lorg/bukkit/craftbukkit/v1_7_R4/entity/CraftPlayer;
- INVOKEVIRTUAL org/bukkit/craftbukkit/v1_7_R4/entity/CraftPlayer.getScaledHealth ()F
- ALOAD 5
- INVOKEVIRTUAL net/minecraft/entity/player/EntityPlayer.func_71024_bL ()Lnet/minecraft/util/FoodStats;
- GETFIELD net/minecraft/util/FoodStats.field_75127_a : I
- ALOAD 5
- INVOKEVIRTUAL net/minecraft/entity/player/EntityPlayer.func_71024_bL ()Lnet/minecraft/util/FoodStats;
- GETFIELD net/minecraft/util/FoodStats.field_75125_b : F
- INVOKESPECIAL net/minecraft/network/play/server/S06PacketUpdateHealth.<init> (FIF)V
- INVOKEVIRTUAL net/minecraft/network/NetHandlerPlayServer.func_147359_a (Lnet/minecraft/network/Packet;)V
- L7
- LINENUMBER 122 L7
- ALOAD 1
- ILOAD 2
- ILOAD 3
- ILOAD 4
- INVOKEVIRTUAL net/minecraft/world/World.func_72805_g (III)I
- ICONST_1
- IADD
- ISTORE 8
- L8
- LINENUMBER 124 L8
- ILOAD 8
- BIPUSH 6
- IF_ICMPLT L9
- L10
- LINENUMBER 126 L10
- ALOAD 1
- ILOAD 2
- ILOAD 3
- ILOAD 4
- INVOKEVIRTUAL net/minecraft/world/World.func_147468_f (III)Z
- POP
- GOTO L1
- L9
- LINENUMBER 130 L9
- FRAME APPEND [I]
- ALOAD 1
- ILOAD 2
- ILOAD 3
- ILOAD 4
- ILOAD 8
- ICONST_2
- INVOKEVIRTUAL net/minecraft/world/World.func_72921_c (IIIII)Z
- POP
- L1
- LINENUMBER 133 L1
- FRAME CHOP 3
- RETURN
- L11
- LOCALVARIABLE oldFoodLevel I L3 L1 6
- LOCALVARIABLE event Lorg/bukkit/event/entity/FoodLevelChangeEvent; L4 L1 7
- LOCALVARIABLE l I L8 L1 8
- LOCALVARIABLE this Lnet/minecraft/block/BlockCake; L0 L11 0
- LOCALVARIABLE p_150036_1_ Lnet/minecraft/world/World; L0 L11 1
- LOCALVARIABLE p_150036_2_ I L0 L11 2
- LOCALVARIABLE p_150036_3_ I L0 L11 3
- LOCALVARIABLE p_150036_4_ I L0 L11 4
- LOCALVARIABLE p_150036_5_ Lnet/minecraft/entity/player/EntityPlayer; L0 L11 5
- MAXSTACK = 6
- MAXLOCALS = 9
- at squeek.applecore.asm.module.ModuleBlockFood.addOnBlockFoodEatenHook(ModuleBlockFood.java:98) ~[AppleCore-mc1.7.10-3.1.1.jar:?]
- at squeek.applecore.asm.module.ModuleBlockFood.transform(ModuleBlockFood.java:38) ~[AppleCore-mc1.7.10-3.1.1.jar:?]
- at squeek.applecore.asm.TransformerModuleHandler.transform(TransformerModuleHandler.java:41) ~[AppleCore-mc1.7.10-3.1.1.jar:?]
- 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(Unknown Source) ~[?:1.8.0_161]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_161]
- at net.minecraft.block.Block.func_149671_p(Block.java:301) ~[aji.class:?]
- at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:714) ~[kl.class:?]
- at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1588) ~[MinecraftServer.class:?]
- ... 12 more
- [18:13:15] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.reflect.InvocationTargetException
- [18:13:15] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- [18:13:15] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- [18:13:15] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- [18:13:15] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
- [18:13:15] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
- [18:13:15] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
- [18:13:15] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: cpw.mods.fml.relauncher.FMLSecurityManager$ExitTrappedException
- [18:13:15] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:25)
- [18:13:15] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.SecurityManager.checkExit(Unknown Source)
- [18:13:15] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Runtime.exit(Unknown Source)
- [18:13:15] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.System.exit(Unknown Source)
- [18:13:15] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
- [18:13:15] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
- [18:13:15] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement