[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:30]: [SEVERE] A problem has occurred during transformation of class micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:30]: [SEVERE] Attached hooks:
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:30]: [SEVERE] AsmHook: micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP#onLivingUpdate() -> ru.kreatifchk.improvements.Hooks#onLivingUpdate(Lmicdoodle8/mods/galacticraft/core/entities/player/GCEntityClientPlayerMP;)V, ReturnCondition=ALWAYS, ReturnValue=VOID, InjectorFactory: author.hooklib.asm.HookInjectorFactory$ByAnchor, CreateMethod = false
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:30]: [SEVERE] Stack trace:
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:36]: java.lang.NullPointerException
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:36]: at author.hooklib.asm.HookClassTransformer.transform(HookClassTransformer.java:51)
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:36]: at author.hooklib.minecraft.MinecraftClassTransformer.transform(MinecraftClassTransformer.java:66)
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:36]: at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:36]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:36]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:36]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:36]: at net.minecraft.block.BlockFire.func_149843_e(BlockFire.java:99)
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:36]: at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:499)
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:36]: at net.minecraft.client.Minecraft.<init>(Minecraft.java:365)
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:36]: at net.minecraft.client.main.Main.main(SourceFile:123)
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:36]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:36]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:36]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:36]: at java.lang.reflect.Method.invoke(Method.java:497)
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:36]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:severe:36]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[19:27:31] [Client thread/INFO]: [author.hooklib.asm.HookLogger$SystemOutLogger:warning:25]: [WARNING] Can not find target method of hook AsmHook: micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP#onLivingUpdate() -> ru.kreatifchk.improvements.Hooks#onLivingUpdate(Lmicdoodle8/mods/galacticraft/core/entities/player/GCEntityClientPlayerMP;)V, ReturnCondition=ALWAYS, ReturnValue=VOID, InjectorFactory: author.hooklib.asm.HookInjectorFactory$ByAnchor, CreateMethod = false
[19:27:31] [Client thread/ERROR]: Unable to launch
java.lang.reflect.InvocationTargetException: null
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
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:?]
Caused by: java.lang.NoClassDefFoundError: micdoodle8/mods/galacticraft/core/entities/player/GCEntityClientPlayerMP
at net.minecraft.block.BlockFire.func_149843_e(BlockFire.java:99) ~[aqq.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:499) ~[ni.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:365) ~[bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) ~[Main.class:?]
... 6 more
Caused by: java.lang.ClassNotFoundException: micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
at net.minecraft.block.BlockFire.func_149843_e(BlockFire.java:99) ~[aqq.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:499) ~[ni.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:365) ~[bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) ~[Main.class:?]
... 6 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
at net.minecraft.block.BlockFire.func_149843_e(BlockFire.java:99) ~[aqq.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:499) ~[ni.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:365) ~[bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) ~[Main.class:?]