I recently created a server, but when I try to join it says: java.net.ConnectException: Connection refused; no further information and I really have no clue how to even attempt to fix this.
[16:22:19] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[16:22:19] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[16:22:19] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[16:22:19] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
[16:22:19] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Users\ShayLynn\Desktop\runtime\jre-x64\1.8.0_25
[16:22:19] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.newInstance(Class.java:438)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:501)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 15 more
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 17 more
[16:22:19] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at C:\Users\ShayLynn\AppData\Roaming\.minecraft for Forge Mod Loader
java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18) ~[NotEnoughItems-1.7.10-1.0.5.120-universal.jar:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_25]
at java.lang.reflect.Constructor.newInstance(Constructor.java:408) ~[?:1.8.0_25]
at java.lang.Class.newInstance(Class.java:438) ~[?:1.8.0_25]
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:501) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
... 15 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_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
... 15 more
Exception in thread "main" [16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.newInstance(Class.java:438)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:501)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 15 more
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 17 more
[17:41:55] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[17:41:55] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[17:41:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[17:41:55] [main/INFO] [FML]: Forge Mod Loader version 7.99.29.1490 for Minecraft 1.7.10 loading
[17:41:55] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Users\ShayLynn\Desktop\runtime\jre-x64\1.8.0_25
[17:41:55] [main/WARN] [FML]: The coremod mods.battlegear2.coremod.BattlegearLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[17:41:55] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[17:41:56] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass1(Native Method)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:455)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:367)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName0(Native Method)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName(Class.java:344)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 23 more
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 25 more
[17:41:56] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at C:\Users\ShayLynn\AppData\Roaming\.minecraft for Forge Mod Loader
java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_25]
at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_25]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_25]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:455) ~[?:1.8.0_25]
at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[?:1.8.0_25]
at java.net.URLClassLoader$1.run(URLClassLoader.java:367) ~[?:1.8.0_25]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.8.0_25]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
at java.net.URLClassLoader.findClass(URLClassLoader.java:360) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]
at java.lang.Class.forName(Class.java:344) ~[?:1.8.0_25]
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460) ~[forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389) ~[forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221) ~[forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
... 23 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_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
... 23 more
Exception in thread "main" [17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass1(Native Method)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:455)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:367)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName0(Native Method)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName(Class.java:344)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 23 more
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 25 more
[16:32:26] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[16:32:26] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[16:32:26] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[16:32:26] [main/INFO] [FML]: Forge Mod Loader version 7.99.29.1490 for Minecraft 1.7.10 loading
[16:32:26] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Users\ShayLynn\Desktop\runtime\jre-x64\1.8.0_25
[16:32:26] [main/ERROR] [FML]: FML has detected several badly downloaded jar files, which have been named as zip files. You probably need to download them again, or they may not work properly
[16:32:26] [main/ERROR] [FML]: Problem file : IDFixer [V.1.1.1].jar.zip
[16:32:26] [main/ERROR] [FML]: Problem file : [1-7-10]_Lucky_Block_v5-1-0.jar.zip
[16:32:26] [main/WARN] [FML]: The coremod mods.battlegear2.coremod.BattlegearLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[16:32:27] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[16:32:31] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass1(Native Method)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:455)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:367)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName0(Native Method)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName(Class.java:344)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 23 more
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 25 more
[16:32:31] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at C:\Users\ShayLynn\AppData\Roaming\.minecraft for Forge Mod Loader
java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_25]
at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_25]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_25]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:455) ~[?:1.8.0_25]
at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[?:1.8.0_25]
at java.net.URLClassLoader$1.run(URLClassLoader.java:367) ~[?:1.8.0_25]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.8.0_25]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
at java.net.URLClassLoader.findClass(URLClassLoader.java:360) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]
at java.lang.Class.forName(Class.java:344) ~[?:1.8.0_25]
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460) ~[forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389) ~[forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221) ~[forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
... 23 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_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
... 23 more
Exception in thread "main" [16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass1(Native Method)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:455)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:367)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName0(Native Method)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName(Class.java:344)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 23 more
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 25 more
java.lang.IndexOutOfBoundsException
at java.nio.Buffer.checkIndex(Buffer.java:540)
at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)
at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2061)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.nio.Buffer.checkIndex(Buffer.java:540)
at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)
at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Affected level --
Details:
Level name: MpServer
All players: 0 total; []
Chunk stats: MultiplayerChunkCache: 0, 0
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 0 total; []
Retry entities: 0 total; []
Server brand: ~~ERROR~~ NullPointerException: null
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 202974040 bytes (193 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1490 43 mods loaded, 43 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAAAAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAAAAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1490-1.7.10.jar)
UCHIJAAAAAAAAA Forge{10.13.4.1490} [Minecraft Forge] (forge-1.7.10-10.13.4.1490-1.7.10.jar)
UCHIJAAAAAAAAA CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCHIJAAAAAAAAA NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar)
UCHIJAAAAAAAAA lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCHIJAAAAAAAAA MoreWolvesMod{1.6.2} [MoreWolvesMod] ([1.7.10-1.7.2]MoreWolvesMod.zip)
UCHIJAAAAAAAAA doggytalents{v1.9.0f} [Doggy Talents] ([1.7.10] Doggy Talents - v1.9.0.zip)
UCHIJAAAAAAAAA DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
UCHIJAAAAAAAAA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCHIJAAAAAAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJAAAAAAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHIJAAAAAAAAA bdlib{1.9.0.94} [BD Lib] (bdlib-1.9.0.94-mc1.7.10.jar)
UCHIJAAAAAAAAA ExtrabiomesXL{3.16.2} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.2.jar)
UCHIJAAAAAAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAAAAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHIJAAAAAAAAA Forestry{3.6.2.19} [Forestry for Minecraft] (forestry_1.7.10-3.6.2.19.jar)
UCHIJAAAAAAAAA BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCHIJAAAAAAAAA Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCHIJAAAAAAAAA ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCHIJAAAAAAAAA ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCHIJAAAAAAAAA Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCHIJAAAAAAAAA chisel{2.2.1} [Chisel] (Chisel 2-2.2.1.jar)
UCHIJAAAAAAAAA CopiousDogs{${mcversion}-${version}} [Copious Dogs] (copious-dogs-1.7.10-1.1.2.jar)
UCHIJAAAAAAAAA craftingpillars{1.6.0} [Crafting Pillars Mod] (CraftingPillars-1.7.x-1.6.1.jar)
UCHIJAAAAAAAAA props{2.0.2} [Decocraft] (Decocraft-2.0.2_1.7.10.jar)
UCHIJAAAAAAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-.jar)
UCHIJAAAAAAAAA WaslieCore{1.1} [WaslieCore] (WaslieCore-1.1.jar)
UCHIJAAAAAAAAA ForestryExtras{3.1} [Forestry Extras] (ForestryExtras-2-3.1_B29.jar)
UCHIJAAAAAAAAA foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
UCHIJAAAAAAAAA MagicBees{1.7.10-2.3.2} [Magic Bees] (magicbees-1.7.10-2.3.2.jar)
UCHIJAAAAAAAAA gendustry{1.5.2.107} [GenDustry] (gendustry-1.5.2.107-mc1.7.10.jar)
UCHIJAAAAAAAAA grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212 Core-V0.2 - 1.7.10.jar)
UCHIJAAAAAAAAA moreplayermodels{1.7.10b} [MorePlayerModels] (MorePlayerModels_1.7.10b.jar)
UCHIJAAAAAAAAA OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3(1).zip)
UCHIJAAAAAAAAA harvestcraft{1.7.10d} [Pam's HarvestCraft] (Pams HarvestCraft 1.7.10.jar)
UCHIJAAAAAAAAA pokeball{V0.1 - 1.7.10} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.10.jar)
UCHIJAAAAAAAAA primitivemobs{1.1test} [Primitive Mobs] (primitivemobs-1.1WIP.jar)
UCHIJAAAAAAAAA RidiculousWorld{0.1} [Ridiculous World] (Ridiculous World-0.4.jar)
UCHIJAAAAAAAAA SpecialMobs{3.1.1} [Special Mobs] (SpecialMobs-1.7.10-3.1.1.jar)
UCHIJAAAAAAAAA sus{4.0.7} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.0.7.jar)
UCHIJAAAAAAAAA erebus{0.2a} [Erebus] (TheErebus-0.2b.jar)
UCHIJAAAAAAAAA voxelmap{1.7.10} [VoxelMap No Radar] (voxelmapNoRadar-1.7.10-1.0.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.2.9232' Renderer: 'ATI Radeon HD 5450 '
Mantle Environment: Environment healthy.
List of loaded APIs:
* BuildCraftAPI|tools (1.0) from forestry_1.7.10-3.6.2.19.jar
* CoFHAPI (1.7.10R1.0.2) from forestry_1.7.10-3.6.2.19.jar
* CoFHAPI|energy (1.7.10R1.0.2) from forestry_1.7.10-3.6.2.19.jar
* CSLib|API (1.0) from Decocraft-2.0.2_1.7.10.jar
* ForestryAPI|apiculture (3.5.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|circuits (2.0.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|core (3.2.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|genetics (3.3.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|recipes (3.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|world (1.1.0) from forestry_1.7.10-3.6.2.19.jar
* gendustryAPI (2.1.0) from gendustry-1.5.2.107-mc1.7.10.jar
* Thaumcraft|API (4.2.0.0) from Pams HarvestCraft 1.7.10.jar
Launched Version: 1.7.10-Forge10.13.4.1490-1.7.10
LWJGL: 2.9.1
OpenGL: ATI Radeon HD 5450 GL version 3.2.9232, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [CutieCraft_6244194.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
[20:20:56] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[20:20:56] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[20:20:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[20:20:56] [main/INFO] [FML]: Forge Mod Loader version 7.99.29.1490 for Minecraft 1.7.10 loading
[20:20:56] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Users\ShayLynn\Desktop\runtime\jre-x64\1.8.0_25
[20:20:56] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:56] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:56] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:20:56] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[20:20:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:20:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:20:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:20:58] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[20:20:58] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[20:20:58] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:20:58] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:20:58] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:20:59] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:20:59] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[20:20:59] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[20:20:59] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[20:20:59] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[20:21:00] [main/INFO]: Setting user: ShaylyNNN
[20:21:02] [Client thread/INFO]: LWJGL Version: 2.9.1
[20:21:04] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 8/4/15 8:21 PM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 29590240 bytes (28 MB) / 193646592 bytes (184 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.2.9232' Renderer: 'ATI Radeon HD 5450 '
[20:21:04] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[20:21:04] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1490 Initialized
[20:21:04] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[20:21:04] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[20:21:05] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[20:21:05] [Client thread/INFO] [FML]: Searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods for mods
[20:21:05] [Client thread/INFO] [FML]: Also searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\1.7.10 for mods
[20:21:08] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3
[20:21:09] [Client thread/WARN] [Botany]: Mod Botany is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[20:21:09] [Client thread/WARN] [BinnieCore]: Mod BinnieCore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[20:21:09] [Client thread/WARN] [ExtraBees]: Mod ExtraBees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[20:21:09] [Client thread/WARN] [ExtraTrees]: Mod ExtraTrees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[20:21:09] [Client thread/WARN] [Genetics]: Mod Genetics is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[20:21:10] [Client thread/WARN] [MagicBees]: Mod MagicBees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.7.10-2.3.2
[20:21:11] [Client thread/INFO] [FML]: Forge Mod Loader has identified 43 mods to load
[20:21:11] [Client thread/INFO] [FML]: Found mod(s) [craftingpillars] containing declared API package thaumcraft.api (owned by Thaumcraft) without associated API reference
[20:21:12] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.99-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[20:21:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, lucky, MoreWolvesMod, doggytalents, DamageIndicatorsMod, Treecapitator, Backpack, bdlib, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, chisel, CopiousDogs, craftingpillars, props, eplus, ExtrabiomesXL, Forestry, ForestryExtras, foxlib, gendustry, grim3212core, MagicBees, Mantle, moreplayermodels, Natura, OreSpawn, harvestcraft, pokeball, primitivemobs, RidiculousWorld, SpecialMobs, sus, erebus, voxelmap, WaslieCore, bspkrsCore] at CLIENT
[20:21:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, lucky, MoreWolvesMod, doggytalents, DamageIndicatorsMod, Treecapitator, Backpack, bdlib, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, chisel, CopiousDogs, craftingpillars, props, eplus, ExtrabiomesXL, Forestry, ForestryExtras, foxlib, gendustry, grim3212core, MagicBees, Mantle, moreplayermodels, Natura, OreSpawn, harvestcraft, pokeball, primitivemobs, RidiculousWorld, SpecialMobs, sus, erebus, voxelmap, WaslieCore, bspkrsCore] at SERVER
[20:21:13] [Client thread/ERROR] [Backpack]: The mod Backpack is expecting signature @[email protected] for source backpack-2.0.1-1.7.x.jar, however there is no signature matching that description
[20:21:18] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:MoreWolvesMod, FMLFileResourcePack:Doggy Talents, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Chisel, FMLFileResourcePack:Copious Dogs, FMLFileResourcePack:Crafting Pillars Mod, FMLFileResourcePack:Decocraft, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Forestry Extras, FMLFileResourcePack:FoxLib, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Grim3212 Core, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle, FMLFileResourcePack:MorePlayerModels, FMLFileResourcePack:Natura, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Pokeball, FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Ridiculous World, FMLFileResourcePack:Special Mobs, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Erebus, FMLFileResourcePack:VoxelMap No Radar, FMLFileResourcePack:WaslieCore, FMLFileResourcePack:bspkrsCore, CutieCraft_6244194.zip
[20:21:19] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[20:21:19] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[20:21:19] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[20:21:19] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[20:21:19] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[20:21:20] [Client thread/INFO] [Treecapitator]: Loading configuration file C:\Users\ShayLynn\AppData\Roaming\.minecraft\config\Treecapitator.cfg
[20:21:20] [Doggy Talents Version Check/INFO] [Doggy Talents]: Received version data: OUTDATED
[20:21:20] [Doggy Talents Version Check/INFO] [Doggy Talents]: A new Doggy Talents version exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[20:21:20] [Client thread/INFO] [Treecapitator]: Proceeding to load tree/mod configs from file.
[20:21:20] [Client thread/INFO] [bdlib]: bdlib 1.9.0.94 loaded
[20:21:21] [Client thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
[20:21:21] [Client thread/INFO] [ExtrabiomesXL]: Initializing.
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/74770478/DamageIndicatorMod1710.txt
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at DamageIndicatorsMod.client.DIClientProxy$1.run(DIClientProxy.java:79)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Thread.run(Thread.java:745)
[20:21:22] [Client thread/INFO] [ExtrabiomesXL]: BLACK = DYE_BLACK
[20:21:22] [Client thread/INFO] [ExtrabiomesXL]: BLUE = DYE_BLUE
[20:21:22] [Client thread/INFO] [ExtrabiomesXL]: BROWN = DYE_BROWN
[20:21:22] [Client thread/INFO] [ExtrabiomesXL]: WHITE = DYE_WHITE
[20:21:22] [Client thread/INFO] [ExtrabiomesXL]: Module CAUTIA is enabled.
[20:21:22] [Client thread/INFO] [ExtrabiomesXL]: Module FABRICA is enabled.
[20:21:22] [Client thread/INFO] [ExtrabiomesXL]: Module AMICA is enabled.
[20:21:23] [Client thread/INFO] [ExtrabiomesXL]: Name: ExtrabiomesXL:double_woodslab
[20:21:23] [Client thread/INFO] [Mantle]: Mantle (1.7.10-0.3.2.jenkins184) -- Preparing for launch.
[20:21:23] [Client thread/INFO] [Mantle]: Entering preinitialization phase.
[20:21:23] [Client thread/INFO] [Mantle]: Loading configuration from disk.
[20:21:23] [Client thread/INFO] [Mantle]: Configuration load completed.
[20:21:23] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura TE4 Compatibility; missing dependency: ThermalExpansion
[20:21:23] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura BuildCraft Compatibility; missing dependency: BuildCraft|Transport
[20:21:23] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura Thaumcraft Compatibility; missing dependency: Thaumcraft
[20:21:23] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura FMP Compatibility; missing dependency: ForgeMultipart
[20:21:23] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura MFR Compatibility; missing dependency: MineFactoryReloaded
[20:21:23] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura Waila Compatibility; missing dependency: Waila
[20:21:24] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Fuels Plugin failed to load: Compatible BuildCraftAPI|fuels version not found
[20:21:24] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Recipes Plugin failed to load: Compatible BuildCraftAPI|recipes version not found
[20:21:24] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Statements Plugin failed to load: Compatible BuildCraftAPI|statements version not found
[20:21:24] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Transport Plugin failed to load: BuildCraft|Transport not found
[20:21:24] [Client thread/INFO] [Forestry]: Module Pipes Plugin failed to load: BuildCraft|Transport not found
[20:21:24] [Client thread/INFO] [Forestry]: Module AgriCraft Plugin failed to load: AgriCraft not found
[20:21:24] [Client thread/INFO] [Forestry]: Module BiomesOPlenty Plugin failed to load: BiomesOPlenty not found
[20:21:24] [Client thread/INFO] [Forestry]: Module EnderIO Plugin failed to load: EnderIO not found
[20:21:24] [Client thread/INFO] [Forestry]: Module ExtraUtilities Plugin failed to load: ExtraUtilities not found
[20:21:24] [Client thread/INFO] [Forestry]: Module IndustrialCraft2 Plugin failed to load: IndustrialCraft2 not found
[20:21:24] [Client thread/INFO] [Forestry]: Module MagicalCrops Plugin failed to load: Magical Crops not found
[20:21:24] [Client thread/INFO] [Forestry]: Module PlantMegaPack Plugin failed to load: Plant Mega Pack not found
[20:21:24] [Client thread/INFO] [Forestry]: Module Witchery Plugin failed to load: Witchery not found
[20:21:25] [Thread-10/WARN] [Forestry]: Unable to read from remote version authority.
[20:22:02] [Client thread/INFO] [eplus]: Initializing Configurations.
[20:22:02] [Client thread/INFO] [eplus]: Plugin loaded: ThaumcraftPlugin
[20:22:02] [Client thread/INFO] [eplus]: Plugin loaded: Treecapitatior
[20:22:02] [Client thread/INFO] [eplus]: Plugin loaded: TConPlugin
[20:22:02] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... ThaumcraftPlugin
[20:22:02] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... Treecapitatior
[20:22:02] [Client thread/INFO] [eplus]: Initializing Blocks.
[20:22:02] [Client thread/INFO] [eplus]: Initializing Items.
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/46500170/Site/donator_list.txt
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at wasliecore.helpers.FileHelper.addDonators(FileHelper.java:109)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at wasliecore.main.WaslieCore.preInit(WaslieCore.java:51)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[20:22:02] [Client thread/INFO] [STDOUT]: [wasliecore.main.WaslieCore:preInit:55]: WaslieCore is brought to you by wasliebob
[20:22:02] [Client thread/INFO] [MagicBees]: Preinit started
[20:22:03] [Client thread/INFO] [MagicBees]: Found nugget of type IRON
[20:22:03] [Client thread/INFO] [MagicBees]: Found nugget of type COPPER
[20:22:03] [Client thread/INFO] [MagicBees]: Found nugget of type TIN
[20:22:03] [Client thread/INFO] [MagicBees]: Found nugget of type SILVER
[20:22:03] [Client thread/INFO] [MagicBees]: Disabled nugget SILVER
[20:22:03] [Client thread/INFO] [MagicBees]: Found nugget of type LEAD
[20:22:03] [Client thread/INFO] [MagicBees]: Disabled nugget LEAD
[20:22:03] [Client thread/INFO] [MagicBees]: Found nugget of type DIAMOND
[20:22:03] [Client thread/INFO] [MagicBees]: Disabled nugget DIAMOND
[20:22:03] [Client thread/INFO] [MagicBees]: Found nugget of type EMERALD
[20:22:03] [Client thread/INFO] [MagicBees]: Disabled nugget EMERALD
[20:22:03] [Client thread/INFO] [MagicBees]: Found nugget of type APATITE
[20:22:03] [Client thread/INFO] [MagicBees]: Disabled nugget APATITE
[20:22:03] [Client thread/INFO] [MagicBees]: Preinit completed
[20:22:03] [Client thread/INFO] [gendustry]: IC2 Version: NOT FOUND
[20:22:03] [Client thread/INFO] [gendustry]: RF API Version: CoFHAPI 1.7.10R1.0.2
[20:22:03] [Client thread/INFO] [gendustry]: Available Forestry species roots:
[20:22:03] [Client thread/INFO] [gendustry]: * rootBees - forestry.apiculture.genetics.BeeHelper
[20:22:03] [Client thread/INFO] [gendustry]: * rootTrees - forestry.arboriculture.genetics.TreeHelper
[20:22:03] [Client thread/INFO] [gendustry]: * rootButterflies - forestry.lepidopterology.genetics.ButterflyHelper
[20:22:03] [Client thread/INFO] [gendustry]: * rootFlowers - binnie.botany.genetics.FlowerHelper
[20:22:03] [Client thread/INFO] [bdlib]: Loading internal config files for mod Gendustry
[20:22:03] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/tuning.cfg
[20:22:04] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/recipes.cfg
[20:22:04] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/upgrades.cfg
[20:22:04] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/bees_color.cfg
[20:22:04] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/bees_patreon.cfg
[20:22:04] [Client thread/INFO] [bdlib]: Loading user config files for mod Gendustry
[20:22:04] [Client thread/INFO] [bdlib]: Config loading for mod Gendustry finished
[20:22:04] [Client thread/INFO] [bdlib]: Loaded creative tabs for gendustry
[20:22:05] [Client thread/INFO] [gendustry]: Items loaded
[20:22:05] [Client thread/INFO] [gendustry]: Fluids loaded
[20:22:05] [Client thread/INFO] [gendustry]: Blocks loaded
[20:22:05] [Client thread/INFO] [gendustry]: Machines loaded
[20:22:05] [Client thread/INFO] [gendustry]: Registered reload listener
[20:22:05] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
Aug 04, 2015 8:22:08 PM net.daveyx0.primitivemobs.common.PrimitiveMobs PreInit
INFO: Config file path: C:\Users\ShayLynn\AppData\Roaming\.minecraft\config/primitivemobs/
Aug 04, 2015 8:22:08 PM net.daveyx0.primitivemobs.config.PrimitiveMobsConfigurationGeneral init
INFO: Loaded General configuration file
Aug 04, 2015 8:22:08 PM net.daveyx0.primitivemobs.config.PrimitiveMobsConfigurationSpawns init
INFO: Loaded Spawnrate configuration file
[20:22:08] [Client thread/INFO] [Ridiculous World]: #****TheSand
[20:22:11] [Client thread/INFO] [FML]: Applying holder lookups
[20:22:11] [Client thread/INFO] [FML]: Holder lookups applied
[20:22:11] [Client thread/INFO] [FML]: Injecting itemstacks
[20:22:11] [Client thread/INFO] [FML]: Itemstack injection complete
[20:22:11] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[20:22:11] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[20:22:12] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[20:22:12] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[20:22:12] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[20:22:12] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[20:22:12] [Sound Library Loader/INFO]: Sound engine started
[20:22:12] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
[20:22:13] [Client thread/INFO]: Created: 16x16 textures/items-atlas
[20:22:13] [Client thread/ERROR] [CodeChickenCore]: Unable to do mod description scrolling due to lack of stencil buffer
[20:22:13] [Client thread/ERROR] [DamageIndicatorsMod]: The language resource assets/damageindicatorsmod/lang/en_US.lang cannot be located on the classpath. This is a programming error.
[20:22:13] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod bspkrsCore
Aug 04, 2015 8:22:14 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
[20:22:14] [Client thread/INFO] [bspkrsCore]: bspkrsCore 6.15 is out of date! Visit http://www.minecraftforum.net/topic/1114612- to download the latest release (6.16).
[20:22:14] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod Treecapitator
[20:22:14] [Client thread/INFO] [ExtrabiomesXL]: Initializing Treecapitator support...
[20:22:14] [Client thread/INFO] [ExtrabiomesXL]: Treecapitator IMC message sent.
[20:22:14] [Client thread/INFO] [Mantle]: Entering initialization phase.
[20:22:16] [Client thread/INFO] [eplus]: Initializing GUI Handler.
[20:22:16] [Client thread/INFO] [MagicBees]: Init completed
[20:22:16] [Client thread/INFO] [gendustry]: Registered 2 branches
[20:22:16] [Client thread/INFO] [gendustry]: Registered 17 bees
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/37637724/MinecraftModVersions/grim3212core.version
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.util.VersionChecker.<init>(VersionChecker.java:22)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerVersionCheck(GrimModule.java:63)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerMod(GrimModule.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.Grim3212Core.init(Grim3212Core.java:69)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[20:22:17] [Client thread/ERROR] [Grim3212 Core]: Error retrieving version check data for grim3212core
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/37637724/MinecraftModVersions/pokeball.version
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.util.VersionChecker.<init>(VersionChecker.java:22)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerVersionCheck(GrimModule.java:63)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerMod(GrimModule.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.pokeball.Pokeball.load(Pokeball.java:58)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[20:22:17] [Client thread/ERROR] [Grim3212 Core]: Error retrieving version check data for pokeball
[20:22:19] [Client thread/INFO] [Treecapitator]: Received IMC message from mod ExtrabiomesXL.
[20:22:19] [Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while verifying a ThirdPartyModConfig NBTTagCompound object
[20:22:19] [Client thread/INFO] [Treecapitator]: Received IMC message from mod Natura.
[20:22:19] [Client thread/WARN] [Treecapitator]: Unknown tag "useShiftedItemID" found while verifying a ThirdPartyModConfig NBTTagCompound object
[20:22:19] [Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while verifying a ThirdPartyModConfig NBTTagCompound object
[20:22:19] [Client thread/WARN] [Forestry]: Failed to find (chisel:granite) in the Forge item and block registries.
[20:22:19] [Client thread/WARN] [Forestry]: Failed to find (chisel:andesite) in the Forge item and block registries.
[20:22:19] [Client thread/WARN] [Forestry]: Failed to find (chisel:diorite) in the Forge item and block registries.
[20:22:19] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.frugal. Request sent from eplus
[20:22:19] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.charging. Request sent from eplus
[20:22:19] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.haste. Request sent from eplus
[20:22:19] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.repair. Request sent from eplus
[20:22:19] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.potency. Request sent from eplus
[20:22:19] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for Treecapitating. Request sent from eplus
[20:22:19] [Client thread/INFO] [FML]: Injecting itemstacks
[20:22:19] [Client thread/INFO] [FML]: Itemstack injection complete
[20:22:19] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[20:22:19] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[20:22:19] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[20:22:19] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[20:22:19] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[20:22:19] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[20:22:19] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[20:22:19] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.0
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.1
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.2
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.3
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.4
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.5
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.0
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.1
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.2
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.3
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.4
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.5
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.6
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.7
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.8
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.9
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.10
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.11
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.12
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.13
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.14
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.15
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id bedfinder
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id blackpelt
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id creepersweeper
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id doggydash
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id fisherdog
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id guarddog
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id happyeater
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id hellhound
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id hunterdog
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id packpuppy
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id pestfighter
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id pillowpaw
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id poisonfang
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id puppyeyes
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id quickhealer
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id rescuedog
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id shepherddog
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id wolfmount
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/INFO] [Treecapitator]: Prioritizing User and IMC mod configs...
[20:22:19] [Client thread/INFO] [Treecapitator]: Registering items and trees...
[20:22:19] [Client thread/INFO] [Treecapitator]: Skipping Ore Dictionary processing.
[20:22:19] [Client thread/INFO] [Backpack]: [Backpacks] NEI Support enabled
[20:22:19] [Client thread/INFO] [ExtrabiomesXL]: Successfully Loaded.
[20:22:19] [Client thread/INFO] [Mantle]: Entering postinitialization phase.
[20:22:19] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[20:22:20] [Client thread/INFO] [Forestry]: Skipping CraftGuide integration.
[20:22:20] [Client thread/WARN] [FML]: Redundant call to BiomeDictionary.registerAllBiomes ignored
[20:22:20] [Client thread/INFO] [eplus]: Plugin initialized in PostInit... TConPlugin
[20:22:20] [Client thread/INFO] [MagicBees]: Registering marble
[20:22:20] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[20:22:20] [Client thread/INFO] [MagicBees]: Registering rock
[20:22:20] [Client thread/INFO] [MagicBees]: Registering water
[20:22:20] [Client thread/INFO] [MagicBees]: Registering basalt
[20:22:20] [Client thread/INFO] [MagicBees]: Registering marble
[20:22:20] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[20:22:20] [Client thread/INFO] [MagicBees]: Registering rock
[20:22:20] [Client thread/INFO] [MagicBees]: Registering water
[20:22:20] [Client thread/INFO] [MagicBees]: Registering basalt
[20:22:20] [Client thread/INFO] [MagicBees]: Registering marble
[20:22:20] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[20:22:20] [Client thread/INFO] [MagicBees]: Registering rock
[20:22:20] [Client thread/INFO] [MagicBees]: Registering water
[20:22:20] [Client thread/INFO] [MagicBees]: Registering basalt
[20:22:20] [Client thread/INFO] [MagicBees]: Registering marble
[20:22:20] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[20:22:20] [Client thread/INFO] [MagicBees]: Registering rock
[20:22:20] [Client thread/INFO] [MagicBees]: Registering water
[20:22:20] [Client thread/INFO] [MagicBees]: Registering basalt
[20:22:20] [Client thread/INFO] [MagicBees]: Postinit completed
[20:22:20] [Client thread/INFO] [gendustry]: Registered 17 mutations
[20:22:20] [Client thread/INFO] [gendustry]: Preparing genetics cache ...
[20:22:20] [Thread-16/INFO] [FML]: An updated version of MagicBees is available: 2.3.3. You are currently using 2.3.2
[20:22:20] [Client thread/INFO] [gendustry]: Cached 355 mutation outputs
[20:22:20] [Client thread/INFO] [gendustry]: Cached 216 mutation inputs
[20:22:21] [Client thread/INFO] [gendustry]: Cached 801 chromosomes
[20:22:21] [Client thread/INFO] [STDOUT]: [com.thevoxelbox.voxelmap.Map:<init>:388]: could not get entityRenderMap
[20:22:21] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipeSprintLeggingsUpgrades Modder please refer to net.minecraftforge.oredict.RecipeSorter
[20:22:21] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipeWhetstoneUpgrades Modder please refer to net.minecraftforge.oredict.RecipeSorter
[20:22:21] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipePaxel Modder please refer to net.minecraftforge.oredict.RecipeSorter
[20:22:21] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.EnchantSensitiveRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[20:22:21] [Client thread/INFO] [FML]: Unknown recipe class! mod.lucky.crafting.LuckyCrafting Modder please refer to net.minecraftforge.oredict.RecipeSorter
[20:22:21] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 43 mods
[20:22:21] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:MoreWolvesMod, FMLFileResourcePack:Doggy Talents, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Chisel, FMLFileResourcePack:Copious Dogs, FMLFileResourcePack:Crafting Pillars Mod, FMLFileResourcePack:Decocraft, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Forestry Extras, FMLFileResourcePack:FoxLib, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Grim3212 Core, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle, FMLFileResourcePack:MorePlayerModels, FMLFileResourcePack:Natura, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Pokeball, FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Ridiculous World, FMLFileResourcePack:Special Mobs, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Erebus, FMLFileResourcePack:VoxelMap No Radar, FMLFileResourcePack:WaslieCore, FMLFileResourcePack:bspkrsCore, CutieCraft_6244194.zip
[20:22:42] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
[20:22:49] [Client thread/INFO]: Created: 2048x1024 textures/blocks-atlas
[20:22:51] [Client thread/INFO]: Created: 1024x1024 textures/items-atlas
[20:22:51] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[20:22:51] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[20:22:52] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[20:22:52] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[20:22:52] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[20:22:52] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[20:22:52] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[20:22:52] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[20:22:52] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[20:22:52] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[20:22:52] [Sound Library Loader/INFO]: Sound engine started
[20:22:53] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 5 textures
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 3 locations:
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: mod MoreWolvesMod resources at C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\[1.7.10-1.7.2]MoreWolvesMod.zip
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: resource pack at path C:\Users\ShayLynn\AppData\Roaming\.minecraft\resourcepacks\CutieCraft_6244194.zip
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are:
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_167_doggytalents.dogbath.png
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_445_bookshelf.png
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_6385_erebus.warHammer.png
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1303_erebus.swampVent.png
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_769_null.png
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN craftingpillars
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: domain craftingpillars is missing 1 texture
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: domain craftingpillars has 1 location:
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: mod craftingpillars resources at C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\CraftingPillars-1.7.x-1.6.1.jar
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain craftingpillars are:
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/present.png
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain craftingpillars
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN mythril
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: domain mythril is missing 1 texture
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: domain mythril is missing a resource manager - it is probably a side-effect of automatic texture processing
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain mythril are:
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/mythril_ring.png
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain mythril
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[20:22:54] [Thread-11/INFO]: [CHAT] §2MorePlayerModels§f installed. More info at §9§nClick here
[20:22:54] [Doggy Talents Version Check/INFO]: [CHAT] A new Doggy Talents version exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[20:23:16] [Client thread/INFO]: Deleting level New World--
[20:23:16] [Client thread/INFO]: Attempt 1...
[20:23:18] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[20:23:21] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[20:23:21] [Server thread/INFO]: Generating keypair
[20:23:21] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[20:23:21] [Server thread/INFO] [FML]: Applying holder lookups
[20:23:21] [Server thread/INFO] [FML]: Holder lookups applied
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 0 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 66 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 40 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 85 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 84 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 83 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 82 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 81 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 80 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 51 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension -1 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 1 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:23] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:23] [Server thread/INFO]: Preparing start region for level 0
[20:23:24] [Server thread/INFO]: Preparing spawn area: 39%
[20:23:25] [Server thread/INFO]: Preparing spawn area: 96%
[20:23:25] [Server thread/INFO]: Changing view distance to 32, from 10
[20:23:25] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
[20:23:25] [Netty IO #1/INFO] [FML]: Client protocol version 2
[20:23:25] [Netty IO #1/INFO] [FML]: Client attempting to join with 43 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]${mcversion}-${version},[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] - 1.7.10,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] - 1.7.10,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[20:23:25] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[20:23:25] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[20:23:26] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[20:23:26] [Server thread/INFO]: ShaylyNNN[local:E:acca445a] logged in with entity id 404 at (-132.5, 65.0, 263.5)
[20:23:26] [Server thread/INFO]: ShaylyNNN joined the game
[20:23:26] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/46500170/Site/Builds/FE2_UPDATE.wasliecore
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at wasliecore.helpers.UpdateHelper.getUpdate(UpdateHelper.java:57)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at forestryextras.handlers.events.OnPlayerJoinWorld.joinEvent(OnPlayerJoinWorld.java:21)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_269_OnPlayerJoinWorld_joinEvent_EntityJoinWorldEvent.invoke(.dynamic)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.world.World.func_72838_d(World.java:1334)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.func_72377_c(ServerConfigurationManager.java:301)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:161)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:190)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:463)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Aug 04, 2015 8:24:18 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @-480 34 -96
Aug 04, 2015 8:24:30 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @352 20 720
[02:21:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[02:21:52] [main/INFO] [FML]: Forge Mod Loader version 7.99.29.1490 for Minecraft 1.7.10 loading
[02:21:52] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM,
version 1.8.0_25, running on Windows 7:amd64:6.1, installed at
C:\Users\ShayLynn\Desktop\runtime\jre-x64\1.8.0_25
[02:21:52] [main/WARN] [FML]: The coremod
codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion
annotation, it may cause issues with this version of Minecraft
[02:21:52] [main/WARN] [FML]: The coremod
codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation,
it may cause issues with this version of Minecraft
[02:21:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [FML]: Found valid fingerprint for Minecraft
Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[02:21:55] [main/INFO] [FML]: Found valid fingerprint for Minecraft.
Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[02:21:55] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[02:22:01] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[02:22:01] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[02:22:01] [Client thread/INFO] [FML]: Searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods for mods
[02:22:01] [Client thread/INFO] [FML]: Also searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\1.7.10 for mods
[02:22:05] [Client thread/WARN] [DamageIndicatorsMod]: Mod
DamageIndicatorsMod is missing the required element 'version' and a
version.properties file could not be found. Falling back to metadata
version 3.2.3
[02:22:05] [Client thread/WARN] [Botany]: Mod Botany is missing the
required element 'version' and a version.properties file could not be
found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [BinnieCore]: Mod BinnieCore is missing
the required element 'version' and a version.properties file could not
be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [ExtraBees]: Mod ExtraBees is missing
the required element 'version' and a version.properties file could not
be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [ExtraTrees]: Mod ExtraTrees is missing
the required element 'version' and a version.properties file could not
be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [Genetics]: Mod Genetics is missing the
required element 'version' and a version.properties file could not be
found. Falling back to metadata version 2.0-pre14
[02:22:06] [Client thread/WARN] [MagicBees]: Mod MagicBees is missing
the required element 'version' and a version.properties file could not
be found. Falling back to metadata version 1.7.10-2.3.2
[02:22:07] [Client thread/INFO] [FML]: Forge Mod Loader has identified 43 mods to load
[02:22:07] [Client thread/INFO] [FML]: Found mod(s) [craftingpillars]
containing declared API package thaumcraft.api (owned by Thaumcraft)
without associated API reference
[02:22:07] [Client thread/INFO] [FML]: FML has found a non-mod file
CodeChickenLib-1.7.10-1.1.1.99-universal.jar in your mods directory. It
will now be injected into your classpath. This could severe stability
issues, it should be removed if possible.
[02:22:08] [Client thread/ERROR] [Backpack]: The mod Backpack is
expecting signature @[email protected] for source backpack-2.0.1-1.7.x.jar,
however there is no signature matching that description
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Fuels
Plugin failed to load: Compatible BuildCraftAPI|fuels version not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Recipes
Plugin failed to load: Compatible BuildCraftAPI|recipes version not
found
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6
Statements Plugin failed to load: Compatible BuildCraftAPI|statements
version not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Transport Plugin failed to load: BuildCraft|Transport not found
[02:22:19] [Client thread/INFO] [Forestry]: Module Pipes Plugin failed to load: BuildCraft|Transport not found
[02:22:19] [Client thread/INFO] [Forestry]: Module AgriCraft Plugin failed to load: AgriCraft not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BiomesOPlenty Plugin failed to load: BiomesOPlenty not found
[02:22:19] [Client thread/INFO] [Forestry]: Module EnderIO Plugin failed to load: EnderIO not found
[02:22:19] [Client thread/INFO] [Forestry]: Module ExtraUtilities Plugin failed to load: ExtraUtilities not found
[02:22:19] [Client thread/INFO] [Forestry]: Module IndustrialCraft2 Plugin failed to load: IndustrialCraft2 not found
[02:22:19] [Client thread/INFO] [Forestry]: Module MagicalCrops Plugin failed to load: Magical Crops not found
[02:22:19] [Client thread/INFO] [Forestry]: Module PlantMegaPack Plugin failed to load: Plant Mega Pack not found
[02:22:19] [Client thread/INFO] [Forestry]: Module Witchery Plugin failed to load: Witchery not found
[02:22:20] [Thread-10/WARN] [Forestry]: Unable to read from remote version authority.
[02:23:01] [Thread-13/INFO] [STDOUT]:
[paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of
OpenAL. For more information, see http://www.lwjgl.org)
[02:23:02] [Client thread/ERROR] [CodeChickenCore]: Unable to do mod description scrolling due to lack of stencil buffer
[02:23:03] [Client thread/ERROR] [DamageIndicatorsMod]: The language
resource assets/damageindicatorsmod/lang/en_US.lang cannot be located on
the classpath. This is a programming error.
[02:23:03] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod bspkrsCore
Aug 04, 2015 2:23:03 AM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs
at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
[02:23:37] [Thread-17/INFO] [STDOUT]:
[paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of
OpenAL. For more information, see http://www.lwjgl.org)
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: mod MoreWolvesMod
resources at
C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\[1.7.10-1.7.2]MoreWolvesMod.zip
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: resource pack at path
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain craftingpillars has 1 location:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: mod craftingpillars
resources at
C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\CraftingPillars-1.7.x-1.6.1.jar
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain mythril is
missing a resource manager - it is probably a side-effect of automatic
texture processing
[02:21:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[02:21:52] [main/INFO] [FML]: Forge Mod Loader version 7.99.29.1490 for Minecraft 1.7.10 loading
[02:21:52] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Users\ShayLynn\Desktop\runtime\jre-x64\1.8.0_25
[02:21:52] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[02:21:52] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[02:21:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[02:21:55] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[02:21:55] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[02:21:55] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[02:21:57] [main/INFO]: Setting user: ShaylyNNN
[02:21:59] [Client thread/INFO]: LWJGL Version: 2.9.1
[02:22:01] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 8/4/15 2:22 AM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 26681896 bytes (25 MB) / 190210048 bytes (181 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.2.9232' Renderer: 'ATI Radeon HD 5450 '
[02:22:01] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[02:22:01] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1490 Initialized
[02:22:01] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[02:22:01] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[02:22:01] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[02:22:01] [Client thread/INFO] [FML]: Searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods for mods
[02:22:01] [Client thread/INFO] [FML]: Also searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\1.7.10 for mods
[02:22:05] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3
[02:22:05] [Client thread/WARN] [Botany]: Mod Botany is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [BinnieCore]: Mod BinnieCore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [ExtraBees]: Mod ExtraBees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [ExtraTrees]: Mod ExtraTrees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [Genetics]: Mod Genetics is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:06] [Client thread/WARN] [MagicBees]: Mod MagicBees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.7.10-2.3.2
[02:22:07] [Client thread/INFO] [FML]: Forge Mod Loader has identified 43 mods to load
[02:22:07] [Client thread/INFO] [FML]: Found mod(s) [craftingpillars] containing declared API package thaumcraft.api (owned by Thaumcraft) without associated API reference
[02:22:07] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.99-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[02:22:08] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, lucky, MoreWolvesMod, doggytalents, DamageIndicatorsMod, Treecapitator, Backpack, bdlib, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, chisel, CopiousDogs, craftingpillars, props, eplus, ExtrabiomesXL, Forestry, ForestryExtras, foxlib, gendustry, grim3212core, MagicBees, Mantle, moreplayermodels, Natura, OreSpawn, harvestcraft, pokeball, primitivemobs, RidiculousWorld, SpecialMobs, sus, erebus, voxelmap, WaslieCore, bspkrsCore] at CLIENT
[02:22:08] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, lucky, MoreWolvesMod, doggytalents, DamageIndicatorsMod, Treecapitator, Backpack, bdlib, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, chisel, CopiousDogs, craftingpillars, props, eplus, ExtrabiomesXL, Forestry, ForestryExtras, foxlib, gendustry, grim3212core, MagicBees, Mantle, moreplayermodels, Natura, OreSpawn, harvestcraft, pokeball, primitivemobs, RidiculousWorld, SpecialMobs, sus, erebus, voxelmap, WaslieCore, bspkrsCore] at SERVER
[02:22:08] [Client thread/ERROR] [Backpack]: The mod Backpack is expecting signature @[email protected] for source backpack-2.0.1-1.7.x.jar, however there is no signature matching that description
[02:22:14] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:MoreWolvesMod, FMLFileResourcePack:Doggy Talents, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Chisel, FMLFileResourcePack:Copious Dogs, FMLFileResourcePack:Crafting Pillars Mod, FMLFileResourcePack:Decocraft, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Forestry Extras, FMLFileResourcePack:FoxLib, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Grim3212 Core, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle, FMLFileResourcePack:MorePlayerModels, FMLFileResourcePack:Natura, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Pokeball, FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Ridiculous World, FMLFileResourcePack:Special Mobs, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Erebus, FMLFileResourcePack:VoxelMap No Radar, FMLFileResourcePack:WaslieCore, FMLFileResourcePack:bspkrsCore, CutieCraft_6244194.zip
[02:22:14] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[02:22:15] [Client thread/INFO] [Treecapitator]: Loading configuration file C:\Users\ShayLynn\AppData\Roaming\.minecraft\config\Treecapitator.cfg
[02:22:15] [Client thread/INFO] [Treecapitator]: Proceeding to load tree/mod configs from file.
[02:22:15] [Client thread/INFO] [bdlib]: bdlib 1.9.0.94 loaded
[02:22:16] [Doggy Talents Version Check/INFO] [Doggy Talents]: Received version data: OUTDATED
[02:22:16] [Doggy Talents Version Check/INFO] [Doggy Talents]: A new Doggy Talents version exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[02:22:16] [Client thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
[02:22:16] [Client thread/INFO] [ExtrabiomesXL]: Initializing.
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/74770478/DamageIndicatorMod1710.txt
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at DamageIndicatorsMod.client.DIClientProxy$1.run(DIClientProxy.java:79)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Thread.run(Thread.java:745)
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: BLACK = DYE_BLACK
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: BLUE = DYE_BLUE
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: BROWN = DYE_BROWN
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: WHITE = DYE_WHITE
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Module CAUTIA is enabled.
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Module FABRICA is enabled.
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Module AMICA is enabled.
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Name: ExtrabiomesXL:double_woodslab
[02:22:17] [Client thread/INFO] [Mantle]: Mantle (1.7.10-0.3.2.jenkins184) -- Preparing for launch.
[02:22:17] [Client thread/INFO] [Mantle]: Entering preinitialization phase.
[02:22:17] [Client thread/INFO] [Mantle]: Loading configuration from disk.
[02:22:17] [Client thread/INFO] [Mantle]: Configuration load completed.
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura TE4 Compatibility; missing dependency: ThermalExpansion
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura BuildCraft Compatibility; missing dependency: BuildCraft|Transport
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura Thaumcraft Compatibility; missing dependency: Thaumcraft
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura FMP Compatibility; missing dependency: ForgeMultipart
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura MFR Compatibility; missing dependency: MineFactoryReloaded
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura Waila Compatibility; missing dependency: Waila
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Fuels Plugin failed to load: Compatible BuildCraftAPI|fuels version not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Recipes Plugin failed to load: Compatible BuildCraftAPI|recipes version not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Statements Plugin failed to load: Compatible BuildCraftAPI|statements version not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Transport Plugin failed to load: BuildCraft|Transport not found
[02:22:19] [Client thread/INFO] [Forestry]: Module Pipes Plugin failed to load: BuildCraft|Transport not found
[02:22:19] [Client thread/INFO] [Forestry]: Module AgriCraft Plugin failed to load: AgriCraft not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BiomesOPlenty Plugin failed to load: BiomesOPlenty not found
[02:22:19] [Client thread/INFO] [Forestry]: Module EnderIO Plugin failed to load: EnderIO not found
[02:22:19] [Client thread/INFO] [Forestry]: Module ExtraUtilities Plugin failed to load: ExtraUtilities not found
[02:22:19] [Client thread/INFO] [Forestry]: Module IndustrialCraft2 Plugin failed to load: IndustrialCraft2 not found
[02:22:19] [Client thread/INFO] [Forestry]: Module MagicalCrops Plugin failed to load: Magical Crops not found
[02:22:19] [Client thread/INFO] [Forestry]: Module PlantMegaPack Plugin failed to load: Plant Mega Pack not found
[02:22:19] [Client thread/INFO] [Forestry]: Module Witchery Plugin failed to load: Witchery not found
[02:22:20] [Thread-10/WARN] [Forestry]: Unable to read from remote version authority.
[02:22:53] [Client thread/INFO] [eplus]: Initializing Configurations.
[02:22:53] [Client thread/INFO] [eplus]: Plugin loaded: ThaumcraftPlugin
[02:22:53] [Client thread/INFO] [eplus]: Plugin loaded: Treecapitatior
[02:22:53] [Client thread/INFO] [eplus]: Plugin loaded: TConPlugin
[02:22:53] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... ThaumcraftPlugin
[02:22:53] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... Treecapitatior
[02:22:53] [Client thread/INFO] [eplus]: Initializing Blocks.
[02:22:53] [Client thread/INFO] [eplus]: Initializing Items.
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/46500170/Site/donator_list.txt
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at wasliecore.helpers.FileHelper.addDonators(FileHelper.java:109)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at wasliecore.main.WaslieCore.preInit(WaslieCore.java:51)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[02:22:54] [Client thread/INFO] [STDOUT]: [wasliecore.main.WaslieCore:preInit:55]: WaslieCore is brought to you by wasliebob
[02:22:54] [Client thread/INFO] [MagicBees]: Preinit started
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type IRON
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type COPPER
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type TIN
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type SILVER
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget SILVER
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type LEAD
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget LEAD
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type DIAMOND
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget DIAMOND
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type EMERALD
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget EMERALD
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type APATITE
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget APATITE
[02:22:54] [Client thread/INFO] [MagicBees]: Preinit completed
[02:22:54] [Client thread/INFO] [gendustry]: IC2 Version: NOT FOUND
[02:22:54] [Client thread/INFO] [gendustry]: RF API Version: CoFHAPI 1.7.10R1.0.2
[02:22:54] [Client thread/INFO] [gendustry]: Available Forestry species roots:
[02:22:54] [Client thread/INFO] [gendustry]: * rootBees - forestry.apiculture.genetics.BeeHelper
[02:22:54] [Client thread/INFO] [gendustry]: * rootTrees - forestry.arboriculture.genetics.TreeHelper
[02:22:54] [Client thread/INFO] [gendustry]: * rootButterflies - forestry.lepidopterology.genetics.ButterflyHelper
[02:22:54] [Client thread/INFO] [gendustry]: * rootFlowers - binnie.botany.genetics.FlowerHelper
[02:22:54] [Client thread/INFO] [bdlib]: Loading internal config files for mod Gendustry
[02:22:54] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/tuning.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/recipes.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/upgrades.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/bees_color.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/bees_patreon.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading user config files for mod Gendustry
[02:22:55] [Client thread/INFO] [bdlib]: Config loading for mod Gendustry finished
[02:22:55] [Client thread/INFO] [bdlib]: Loaded creative tabs for gendustry
[02:22:55] [Client thread/INFO] [gendustry]: Items loaded
[02:22:55] [Client thread/INFO] [gendustry]: Fluids loaded
[02:22:55] [Client thread/INFO] [gendustry]: Blocks loaded
[02:22:56] [Client thread/INFO] [gendustry]: Machines loaded
[02:22:56] [Client thread/INFO] [gendustry]: Registered reload listener
[02:22:56] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
Aug 04, 2015 2:22:58 AM net.daveyx0.primitivemobs.common.PrimitiveMobs PreInit
INFO: Config file path: C:\Users\ShayLynn\AppData\Roaming\.minecraft\config/primitivemobs/
Aug 04, 2015 2:22:58 AM net.daveyx0.primitivemobs.config.PrimitiveMobsConfigurationGeneral init
INFO: Loaded General configuration file
Aug 04, 2015 2:22:58 AM net.daveyx0.primitivemobs.config.PrimitiveMobsConfigurationSpawns init
INFO: Loaded Spawnrate configuration file
[02:22:59] [Client thread/INFO] [Ridiculous World]: #****TheSand
[02:23:01] [Client thread/INFO] [FML]: Applying holder lookups
[02:23:01] [Client thread/INFO] [FML]: Holder lookups applied
[02:23:01] [Client thread/INFO] [FML]: Injecting itemstacks
[02:23:01] [Client thread/INFO] [FML]: Itemstack injection complete
[02:23:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[02:23:01] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[02:23:01] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[02:23:02] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[02:23:02] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:02] [Sound Library Loader/INFO]: Sound engine started
[02:23:02] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
[02:23:02] [Client thread/INFO]: Created: 16x16 textures/items-atlas
[02:23:02] [Client thread/ERROR] [CodeChickenCore]: Unable to do mod description scrolling due to lack of stencil buffer
[02:23:03] [Client thread/ERROR] [DamageIndicatorsMod]: The language resource assets/damageindicatorsmod/lang/en_US.lang cannot be located on the classpath. This is a programming error.
[02:23:03] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod bspkrsCore
Aug 04, 2015 2:23:03 AM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
[02:23:03] [Client thread/INFO] [bspkrsCore]: bspkrsCore 6.15 is out of date! Visit http://www.minecraftforum.net/topic/1114612- to download the latest release (6.16).
[02:23:03] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod Treecapitator
[02:23:03] [Client thread/INFO] [ExtrabiomesXL]: Initializing Treecapitator support...
[02:23:03] [Client thread/INFO] [ExtrabiomesXL]: Treecapitator IMC message sent.
[02:23:03] [Client thread/INFO] [Mantle]: Entering initialization phase.
[02:23:05] [Client thread/INFO] [eplus]: Initializing GUI Handler.
[02:23:05] [Client thread/INFO] [MagicBees]: Init completed
[02:23:05] [Client thread/INFO] [gendustry]: Registered 2 branches
[02:23:05] [Client thread/INFO] [gendustry]: Registered 17 bees
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/37637724/MinecraftModVersions/grim3212core.version
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.util.VersionChecker.<init>(VersionChecker.java:22)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerVersionCheck(GrimModule.java:63)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerMod(GrimModule.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.Grim3212Core.init(Grim3212Core.java:69)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[02:23:06] [Client thread/ERROR] [Grim3212 Core]: Error retrieving version check data for grim3212core
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/37637724/MinecraftModVersions/pokeball.version
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.util.VersionChecker.<init>(VersionChecker.java:22)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerVersionCheck(GrimModule.java:63)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerMod(GrimModule.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.pokeball.Pokeball.load(Pokeball.java:58)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[02:23:06] [Client thread/ERROR] [Grim3212 Core]: Error retrieving version check data for pokeball
[02:23:08] [Client thread/INFO] [Treecapitator]: Received IMC message from mod ExtrabiomesXL.
[02:23:08] [Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while verifying a ThirdPartyModConfig NBTTagCompound object
[02:23:08] [Client thread/INFO] [Treecapitator]: Received IMC message from mod Natura.
[02:23:08] [Client thread/WARN] [Treecapitator]: Unknown tag "useShiftedItemID" found while verifying a ThirdPartyModConfig NBTTagCompound object
[02:23:08] [Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while verifying a ThirdPartyModConfig NBTTagCompound object
[02:23:08] [Client thread/WARN] [Forestry]: Failed to find (chisel:granite) in the Forge item and block registries.
[02:23:08] [Client thread/WARN] [Forestry]: Failed to find (chisel:andesite) in the Forge item and block registries.
[02:23:08] [Client thread/WARN] [Forestry]: Failed to find (chisel:diorite) in the Forge item and block registries.
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.frugal. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.charging. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.haste. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.repair. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.potency. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for Treecapitating. Request sent from eplus
[02:23:08] [Client thread/INFO] [FML]: Injecting itemstacks
[02:23:08] [Client thread/INFO] [FML]: Itemstack injection complete
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.0
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.1
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.2
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.3
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.4
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.5
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.0
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.1
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.2
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.3
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.4
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.5
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.6
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.7
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.8
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.9
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.10
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.11
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.12
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.13
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.14
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.15
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id bedfinder
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id blackpelt
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id creepersweeper
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id doggydash
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id fisherdog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id guarddog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id happyeater
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id hellhound
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id hunterdog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id packpuppy
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id pestfighter
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id pillowpaw
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id poisonfang
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id puppyeyes
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id quickhealer
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id rescuedog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id shepherddog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id wolfmount
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/INFO] [Treecapitator]: Prioritizing User and IMC mod configs...
[02:23:08] [Client thread/INFO] [Treecapitator]: Registering items and trees...
[02:23:08] [Client thread/INFO] [Treecapitator]: Skipping Ore Dictionary processing.
[02:23:08] [Client thread/INFO] [Backpack]: [Backpacks] NEI Support enabled
[02:23:08] [Client thread/INFO] [ExtrabiomesXL]: Successfully Loaded.
[02:23:08] [Client thread/INFO] [Mantle]: Entering postinitialization phase.
[02:23:08] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[02:23:08] [Client thread/INFO] [Forestry]: Skipping CraftGuide integration.
[02:23:09] [Client thread/WARN] [FML]: Redundant call to BiomeDictionary.registerAllBiomes ignored
[02:23:09] [Client thread/INFO] [eplus]: Plugin initialized in PostInit... TConPlugin
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Postinit completed
[02:23:09] [Client thread/INFO] [gendustry]: Registered 17 mutations
[02:23:09] [Client thread/INFO] [gendustry]: Preparing genetics cache ...
[02:23:09] [Thread-16/INFO] [FML]: An updated version of MagicBees is available: 2.3.3. You are currently using 2.3.2
[02:23:09] [Client thread/INFO] [gendustry]: Cached 355 mutation outputs
[02:23:09] [Client thread/INFO] [gendustry]: Cached 216 mutation inputs
[02:23:09] [Client thread/INFO] [gendustry]: Cached 801 chromosomes
[02:23:10] [Client thread/INFO] [STDOUT]: [com.thevoxelbox.voxelmap.Map:<init>:388]: could not get entityRenderMap
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipeSprintLeggingsUpgrades Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipeWhetstoneUpgrades Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipePaxel Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.EnchantSensitiveRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! mod.lucky.crafting.LuckyCrafting Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 43 mods
[02:23:10] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:MoreWolvesMod, FMLFileResourcePack:Doggy Talents, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Chisel, FMLFileResourcePack:Copious Dogs, FMLFileResourcePack:Crafting Pillars Mod, FMLFileResourcePack:Decocraft, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Forestry Extras, FMLFileResourcePack:FoxLib, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Grim3212 Core, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle, FMLFileResourcePack:MorePlayerModels, FMLFileResourcePack:Natura, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Pokeball, FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Ridiculous World, FMLFileResourcePack:Special Mobs, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Erebus, FMLFileResourcePack:VoxelMap No Radar, FMLFileResourcePack:WaslieCore, FMLFileResourcePack:bspkrsCore, CutieCraft_6244194.zip
[02:23:30] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
[02:23:35] [Client thread/INFO]: Created: 2048x1024 textures/blocks-atlas
[02:23:37] [Client thread/INFO]: Created: 1024x1024 textures/items-atlas
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:37] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:37] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[02:23:37] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[02:23:37] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[02:23:37] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[02:23:38] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:38] [Sound Library Loader/INFO]: Sound engine started
[02:23:38] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 5 textures
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 3 locations:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: mod MoreWolvesMod resources at C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\[1.7.10-1.7.2]MoreWolvesMod.zip
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: resource pack at path C:\Users\ShayLynn\AppData\Roaming\.minecraft\resourcepacks\CutieCraft_6244194.zip
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_167_doggytalents.dogbath.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_445_bookshelf.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_6385_erebus.warHammer.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1303_erebus.swampVent.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_769_null.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN craftingpillars
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain craftingpillars is missing 1 texture
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain craftingpillars has 1 location:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: mod craftingpillars resources at C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\CraftingPillars-1.7.x-1.6.1.jar
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain craftingpillars are:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/present.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain craftingpillars
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN mythril
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain mythril is missing 1 texture
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain mythril is missing a resource manager - it is probably a side-effect of automatic texture processing
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain mythril are:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/mythril_ring.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain mythril
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[02:23:39] [Doggy Talents Version Check/INFO]: [CHAT] A new Doggy Talents version exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[02:23:40] [Thread-11/INFO]: [CHAT] §2MorePlayerModels§f installed. More info at §9§nClick here
[02:23:46] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:24:06] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:24:18] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:24:22] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[02:24:22] [Server thread/INFO]: Generating keypair
[02:24:23] [Server thread/INFO]: Converting map!
[02:24:23] [Server thread/INFO]: Scanning folders...
[02:24:23] [Server thread/INFO]: Total conversion count is 0
[02:24:23] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[02:24:23] [Server thread/INFO] [FML]: Applying holder lookups
[02:24:23] [Server thread/INFO] [FML]: Holder lookups applied
[02:24:23] [Server thread/INFO] [FML]: Loading dimension 0 (New World) ([email protected])
[02:24:23] [Server thread/INFO] [FML]: Loading dimension 66 (New World) ([email protected])
[02:24:23] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:23] [Server thread/INFO] [FML]: Loading dimension 40 (New World) ([email protected])
[02:24:24] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:24] [Server thread/WARN]: Unable to find spawn biome
[02:24:24] [Server thread/INFO] [FML]: Loading dimension 85 (New World) ([email protected])
[02:24:24] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:24] [Server thread/WARN]: Unable to find spawn biome
[02:24:29] [Server thread/INFO] [FML]: Loading dimension 84 (New World) ([email protected])
[02:24:29] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:29] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 83 (New World) ([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 82 (New World) ([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 81 (New World) (net.minecraft[email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 80 (New World) ([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 51 (New World) ([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/INFO] [FML]: Loading dimension -1 (New World) ([email protected])
[02:24:31] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:31] [Server thread/INFO] [FML]: Loading dimension 1 (New World) ([email protected])
[02:24:31] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:31] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:31] [Server thread/INFO]: Preparing start region for level 0
[02:24:32] [Server thread/INFO]: Preparing spawn area: 6%
[02:24:33] [Server thread/INFO]: Preparing spawn area: 11%
[02:24:34] [Server thread/INFO]: Preparing spawn area: 19%
[02:24:35] [Server thread/INFO]: Preparing spawn area: 25%
[02:24:36] [Server thread/INFO]: Preparing spawn area: 30%
[02:24:37] [Server thread/INFO]: Preparing spawn area: 35%
[02:24:38] [Server thread/INFO]: Preparing spawn area: 43%
[02:24:39] [Server thread/INFO]: Preparing spawn area: 50%
Aug 04, 2015 2:24:39 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @0 34 224
Aug 04, 2015 2:24:39 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @0 42 288
[02:24:40] [Server thread/INFO]: Preparing spawn area: 56%
Aug 04, 2015 2:24:40 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @32 39 96
[02:24:41] [Server thread/INFO]: Preparing spawn area: 63%
Aug 04, 2015 2:24:42 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @64 36 64
[02:24:42] [Server thread/INFO]: Preparing spawn area: 69%
[02:24:43] [Server thread/INFO]: Preparing spawn area: 75%
[02:24:44] [Server thread/INFO]: Preparing spawn area: 82%
[02:24:45] [Server thread/INFO]: Preparing spawn area: 87%
[02:24:46] [Server thread/INFO]: Preparing spawn area: 93%
Aug 04, 2015 2:24:46 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @160 25 320
Aug 04, 2015 2:24:47 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @176 26 208
[02:24:47] [Server thread/INFO]: Preparing spawn area: 99%
[02:24:47] [Server thread/INFO]: Changing view distance to 32, from 10
[02:24:48] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
[02:24:48] [Netty IO #1/INFO] [FML]: Client protocol version 2
[02:24:48] [Netty IO #1/INFO] [FML]: Client attempting to join with 43 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]${mcversion}-${version},[email protected],C[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] - 1.7.10,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] - 1.7.10,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[02:24:48] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[02:24:48] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[02:24:48] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
[02:24:48] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[02:24:48] [Server thread/INFO]: ShaylyNNN[local:E:086725af] logged in with entity id 439 at (6.5, 64.0, 260.5)
[02:24:48] [Server thread/INFO]: ShaylyNNN joined the game
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/46500170/Site/Builds/FE2_UPDATE.wasliecore
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at wasliecore.helpers.UpdateHelper.getUpdate(UpdateHelper.java:57)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at forestryextras.handlers.events.OnPlayerJoinWorld.joinEvent(OnPlayerJoinWorld.java:21)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_269_OnPlayerJoinWorld_joinEvent_EntityJoinWorldEvent.invoke(.dynamic)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.world.World.func_72838_d(World.java:1334)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.func_72377_c(ServerConfigurationManager.java:301)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:161)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:190)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:463)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Aug 04, 2015 2:24:54 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-224 20 240
Aug 04, 2015 2:24:55 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @-208 34 144
Aug 04, 2015 2:24:58 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-224 27 112
Aug 04, 2015 2:25:01 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @112 32 496
Aug 04, 2015 2:25:01 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @144 34 480
Aug 04, 2015 2:25:05 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-240 27 16
Aug 04, 2015 2:25:08 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @256 20 448
Aug 04, 2015 2:25:13 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @272 27 -80
Aug 04, 2015 2:25:13 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @288 34 560
[02:21:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[02:21:52] [main/INFO] [FML]: Forge Mod Loader version 7.99.29.1490 for Minecraft 1.7.10 loading
[02:21:52] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Users\ShayLynn\Desktop\runtime\jre-x64\1.8.0_25
[02:21:52] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[02:21:52] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[02:21:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[02:21:55] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[02:21:55] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[02:21:55] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[02:21:57] [main/INFO]: Setting user: ShaylyNNN
[02:21:59] [Client thread/INFO]: LWJGL Version: 2.9.1
[02:22:01] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 8/4/15 2:22 AM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 26681896 bytes (25 MB) / 190210048 bytes (181 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.2.9232' Renderer: 'ATI Radeon HD 5450 '
[02:22:01] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[02:22:01] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1490 Initialized
[02:22:01] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[02:22:01] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[02:22:01] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[02:22:01] [Client thread/INFO] [FML]: Searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods for mods
[02:22:01] [Client thread/INFO] [FML]: Also searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\1.7.10 for mods
[02:22:05] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3
[02:22:05] [Client thread/WARN] [Botany]: Mod Botany is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [BinnieCore]: Mod BinnieCore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [ExtraBees]: Mod ExtraBees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [ExtraTrees]: Mod ExtraTrees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [Genetics]: Mod Genetics is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:06] [Client thread/WARN] [MagicBees]: Mod MagicBees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.7.10-2.3.2
[02:22:07] [Client thread/INFO] [FML]: Forge Mod Loader has identified 43 mods to load
[02:22:07] [Client thread/INFO] [FML]: Found mod(s) [craftingpillars] containing declared API package thaumcraft.api (owned by Thaumcraft) without associated API reference
[02:22:07] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.99-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[02:22:08] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, lucky, MoreWolvesMod, doggytalents, DamageIndicatorsMod, Treecapitator, Backpack, bdlib, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, chisel, CopiousDogs, craftingpillars, props, eplus, ExtrabiomesXL, Forestry, ForestryExtras, foxlib, gendustry, grim3212core, MagicBees, Mantle, moreplayermodels, Natura, OreSpawn, harvestcraft, pokeball, primitivemobs, RidiculousWorld, SpecialMobs, sus, erebus, voxelmap, WaslieCore, bspkrsCore] at CLIENT
[02:22:08] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, lucky, MoreWolvesMod, doggytalents, DamageIndicatorsMod, Treecapitator, Backpack, bdlib, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, chisel, CopiousDogs, craftingpillars, props, eplus, ExtrabiomesXL, Forestry, ForestryExtras, foxlib, gendustry, grim3212core, MagicBees, Mantle, moreplayermodels, Natura, OreSpawn, harvestcraft, pokeball, primitivemobs, RidiculousWorld, SpecialMobs, sus, erebus, voxelmap, WaslieCore, bspkrsCore] at SERVER
[02:22:08] [Client thread/ERROR] [Backpack]: The mod Backpack is expecting signature @[email protected] for source backpack-2.0.1-1.7.x.jar, however there is no signature matching that description
[02:22:14] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:MoreWolvesMod, FMLFileResourcePack:Doggy Talents, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Chisel, FMLFileResourcePack:Copious Dogs, FMLFileResourcePack:Crafting Pillars Mod, FMLFileResourcePack:Decocraft, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Forestry Extras, FMLFileResourcePack:FoxLib, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Grim3212 Core, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle, FMLFileResourcePack:MorePlayerModels, FMLFileResourcePack:Natura, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Pokeball, FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Ridiculous World, FMLFileResourcePack:Special Mobs, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Erebus, FMLFileResourcePack:VoxelMap No Radar, FMLFileResourcePack:WaslieCore, FMLFileResourcePack:bspkrsCore, CutieCraft_6244194.zip
[02:22:14] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[02:22:15] [Client thread/INFO] [Treecapitator]: Loading configuration file C:\Users\ShayLynn\AppData\Roaming\.minecraft\config\Treecapitator.cfg
[02:22:15] [Client thread/INFO] [Treecapitator]: Proceeding to load tree/mod configs from file.
[02:22:15] [Client thread/INFO] [bdlib]: bdlib 1.9.0.94 loaded
[02:22:16] [Doggy Talents Version Check/INFO] [Doggy Talents]: Received version data: OUTDATED
[02:22:16] [Doggy Talents Version Check/INFO] [Doggy Talents]: A new Doggy Talents version exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[02:22:16] [Client thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
[02:22:16] [Client thread/INFO] [ExtrabiomesXL]: Initializing.
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/74770478/DamageIndicatorMod1710.txt
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at DamageIndicatorsMod.client.DIClientProxy$1.run(DIClientProxy.java:79)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Thread.run(Thread.java:745)
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: BLACK = DYE_BLACK
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: BLUE = DYE_BLUE
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: BROWN = DYE_BROWN
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: WHITE = DYE_WHITE
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Module CAUTIA is enabled.
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Module FABRICA is enabled.
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Module AMICA is enabled.
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Name: ExtrabiomesXL:double_woodslab
[02:22:17] [Client thread/INFO] [Mantle]: Mantle (1.7.10-0.3.2.jenkins184) -- Preparing for launch.
[02:22:17] [Client thread/INFO] [Mantle]: Entering preinitialization phase.
[02:22:17] [Client thread/INFO] [Mantle]: Loading configuration from disk.
[02:22:17] [Client thread/INFO] [Mantle]: Configuration load completed.
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura TE4 Compatibility; missing dependency: ThermalExpansion
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura BuildCraft Compatibility; missing dependency: BuildCraft|Transport
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura Thaumcraft Compatibility; missing dependency: Thaumcraft
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura FMP Compatibility; missing dependency: ForgeMultipart
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura MFR Compatibility; missing dependency: MineFactoryReloaded
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura Waila Compatibility; missing dependency: Waila
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Fuels Plugin failed to load: Compatible BuildCraftAPI|fuels version not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Recipes Plugin failed to load: Compatible BuildCraftAPI|recipes version not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Statements Plugin failed to load: Compatible BuildCraftAPI|statements version not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Transport Plugin failed to load: BuildCraft|Transport not found
[02:22:19] [Client thread/INFO] [Forestry]: Module Pipes Plugin failed to load: BuildCraft|Transport not found
[02:22:19] [Client thread/INFO] [Forestry]: Module AgriCraft Plugin failed to load: AgriCraft not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BiomesOPlenty Plugin failed to load: BiomesOPlenty not found
[02:22:19] [Client thread/INFO] [Forestry]: Module EnderIO Plugin failed to load: EnderIO not found
[02:22:19] [Client thread/INFO] [Forestry]: Module ExtraUtilities Plugin failed to load: ExtraUtilities not found
[02:22:19] [Client thread/INFO] [Forestry]: Module IndustrialCraft2 Plugin failed to load: IndustrialCraft2 not found
[02:22:19] [Client thread/INFO] [Forestry]: Module MagicalCrops Plugin failed to load: Magical Crops not found
[02:22:19] [Client thread/INFO] [Forestry]: Module PlantMegaPack Plugin failed to load: Plant Mega Pack not found
[02:22:19] [Client thread/INFO] [Forestry]: Module Witchery Plugin failed to load: Witchery not found
[02:22:20] [Thread-10/WARN] [Forestry]: Unable to read from remote version authority.
[02:22:53] [Client thread/INFO] [eplus]: Initializing Configurations.
[02:22:53] [Client thread/INFO] [eplus]: Plugin loaded: ThaumcraftPlugin
[02:22:53] [Client thread/INFO] [eplus]: Plugin loaded: Treecapitatior
[02:22:53] [Client thread/INFO] [eplus]: Plugin loaded: TConPlugin
[02:22:53] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... ThaumcraftPlugin
[02:22:53] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... Treecapitatior
[02:22:53] [Client thread/INFO] [eplus]: Initializing Blocks.
[02:22:53] [Client thread/INFO] [eplus]: Initializing Items.
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/46500170/Site/donator_list.txt
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at wasliecore.helpers.FileHelper.addDonators(FileHelper.java:109)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at wasliecore.main.WaslieCore.preInit(WaslieCore.java:51)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[02:22:54] [Client thread/INFO] [STDOUT]: [wasliecore.main.WaslieCore:preInit:55]: WaslieCore is brought to you by wasliebob
[02:22:54] [Client thread/INFO] [MagicBees]: Preinit started
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type IRON
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type COPPER
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type TIN
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type SILVER
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget SILVER
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type LEAD
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget LEAD
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type DIAMOND
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget DIAMOND
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type EMERALD
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget EMERALD
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type APATITE
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget APATITE
[02:22:54] [Client thread/INFO] [MagicBees]: Preinit completed
[02:22:54] [Client thread/INFO] [gendustry]: IC2 Version: NOT FOUND
[02:22:54] [Client thread/INFO] [gendustry]: RF API Version: CoFHAPI 1.7.10R1.0.2
[02:22:54] [Client thread/INFO] [gendustry]: Available Forestry species roots:
[02:22:54] [Client thread/INFO] [gendustry]: * rootBees - forestry.apiculture.genetics.BeeHelper
[02:22:54] [Client thread/INFO] [gendustry]: * rootTrees - forestry.arboriculture.genetics.TreeHelper
[02:22:54] [Client thread/INFO] [gendustry]: * rootButterflies - forestry.lepidopterology.genetics.ButterflyHelper
[02:22:54] [Client thread/INFO] [gendustry]: * rootFlowers - binnie.botany.genetics.FlowerHelper
[02:22:54] [Client thread/INFO] [bdlib]: Loading internal config files for mod Gendustry
[02:22:54] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/tuning.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/recipes.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/upgrades.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/bees_color.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/bees_patreon.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading user config files for mod Gendustry
[02:22:55] [Client thread/INFO] [bdlib]: Config loading for mod Gendustry finished
[02:22:55] [Client thread/INFO] [bdlib]: Loaded creative tabs for gendustry
[02:22:55] [Client thread/INFO] [gendustry]: Items loaded
[02:22:55] [Client thread/INFO] [gendustry]: Fluids loaded
[02:22:55] [Client thread/INFO] [gendustry]: Blocks loaded
[02:22:56] [Client thread/INFO] [gendustry]: Machines loaded
[02:22:56] [Client thread/INFO] [gendustry]: Registered reload listener
[02:22:56] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
Aug 04, 2015 2:22:58 AM net.daveyx0.primitivemobs.common.PrimitiveMobs PreInit
INFO: Config file path: C:\Users\ShayLynn\AppData\Roaming\.minecraft\config/primitivemobs/
Aug 04, 2015 2:22:58 AM net.daveyx0.primitivemobs.config.PrimitiveMobsConfigurationGeneral init
INFO: Loaded General configuration file
Aug 04, 2015 2:22:58 AM net.daveyx0.primitivemobs.config.PrimitiveMobsConfigurationSpawns init
INFO: Loaded Spawnrate configuration file
[02:22:59] [Client thread/INFO] [Ridiculous World]: #****TheSand
[02:23:01] [Client thread/INFO] [FML]: Applying holder lookups
[02:23:01] [Client thread/INFO] [FML]: Holder lookups applied
[02:23:01] [Client thread/INFO] [FML]: Injecting itemstacks
[02:23:01] [Client thread/INFO] [FML]: Itemstack injection complete
[02:23:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[02:23:01] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[02:23:01] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[02:23:02] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[02:23:02] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:02] [Sound Library Loader/INFO]: Sound engine started
[02:23:02] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
[02:23:02] [Client thread/INFO]: Created: 16x16 textures/items-atlas
[02:23:02] [Client thread/ERROR] [CodeChickenCore]: Unable to do mod description scrolling due to lack of stencil buffer
[02:23:03] [Client thread/ERROR] [DamageIndicatorsMod]: The language resource assets/damageindicatorsmod/lang/en_US.lang cannot be located on the classpath. This is a programming error.
[02:23:03] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod bspkrsCore
Aug 04, 2015 2:23:03 AM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
[02:23:03] [Client thread/INFO] [bspkrsCore]: bspkrsCore 6.15 is out of date! Visit http://www.minecraftforum.net/topic/1114612- to download the latest release (6.16).
[02:23:03] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod Treecapitator
[02:23:03] [Client thread/INFO] [ExtrabiomesXL]: Initializing Treecapitator support...
[02:23:03] [Client thread/INFO] [ExtrabiomesXL]: Treecapitator IMC message sent.
[02:23:03] [Client thread/INFO] [Mantle]: Entering initialization phase.
[02:23:05] [Client thread/INFO] [eplus]: Initializing GUI Handler.
[02:23:05] [Client thread/INFO] [MagicBees]: Init completed
[02:23:05] [Client thread/INFO] [gendustry]: Registered 2 branches
[02:23:05] [Client thread/INFO] [gendustry]: Registered 17 bees
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/37637724/MinecraftModVersions/grim3212core.version
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.util.VersionChecker.<init>(VersionChecker.java:22)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerVersionCheck(GrimModule.java:63)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerMod(GrimModule.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.Grim3212Core.init(Grim3212Core.java:69)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[02:23:06] [Client thread/ERROR] [Grim3212 Core]: Error retrieving version check data for grim3212core
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/37637724/MinecraftModVersions/pokeball.version
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.util.VersionChecker.<init>(VersionChecker.java:22)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerVersionCheck(GrimModule.java:63)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerMod(GrimModule.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.pokeball.Pokeball.load(Pokeball.java:58)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[02:23:06] [Client thread/ERROR] [Grim3212 Core]: Error retrieving version check data for pokeball
[02:23:08] [Client thread/INFO] [Treecapitator]: Received IMC message from mod ExtrabiomesXL.
[02:23:08] [Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while verifying a ThirdPartyModConfig NBTTagCompound object
[02:23:08] [Client thread/INFO] [Treecapitator]: Received IMC message from mod Natura.
[02:23:08] [Client thread/WARN] [Treecapitator]: Unknown tag "useShiftedItemID" found while verifying a ThirdPartyModConfig NBTTagCompound object
[02:23:08] [Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while verifying a ThirdPartyModConfig NBTTagCompound object
[02:23:08] [Client thread/WARN] [Forestry]: Failed to find (chisel:granite) in the Forge item and block registries.
[02:23:08] [Client thread/WARN] [Forestry]: Failed to find (chisel:andesite) in the Forge item and block registries.
[02:23:08] [Client thread/WARN] [Forestry]: Failed to find (chisel:diorite) in the Forge item and block registries.
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.frugal. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.charging. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.haste. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.repair. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.potency. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for Treecapitating. Request sent from eplus
[02:23:08] [Client thread/INFO] [FML]: Injecting itemstacks
[02:23:08] [Client thread/INFO] [FML]: Itemstack injection complete
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.0
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.1
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.2
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.3
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.4
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.5
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.0
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.1
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.2
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.3
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.4
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.5
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.6
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.7
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.8
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.9
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.10
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.11
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.12
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.13
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.14
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.15
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id bedfinder
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id blackpelt
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id creepersweeper
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id doggydash
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id fisherdog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id guarddog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id happyeater
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id hellhound
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id hunterdog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id packpuppy
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id pestfighter
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id pillowpaw
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id poisonfang
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id puppyeyes
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id quickhealer
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id rescuedog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id shepherddog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id wolfmount
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/INFO] [Treecapitator]: Prioritizing User and IMC mod configs...
[02:23:08] [Client thread/INFO] [Treecapitator]: Registering items and trees...
[02:23:08] [Client thread/INFO] [Treecapitator]: Skipping Ore Dictionary processing.
[02:23:08] [Client thread/INFO] [Backpack]: [Backpacks] NEI Support enabled
[02:23:08] [Client thread/INFO] [ExtrabiomesXL]: Successfully Loaded.
[02:23:08] [Client thread/INFO] [Mantle]: Entering postinitialization phase.
[02:23:08] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[02:23:08] [Client thread/INFO] [Forestry]: Skipping CraftGuide integration.
[02:23:09] [Client thread/WARN] [FML]: Redundant call to BiomeDictionary.registerAllBiomes ignored
[02:23:09] [Client thread/INFO] [eplus]: Plugin initialized in PostInit... TConPlugin
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Postinit completed
[02:23:09] [Client thread/INFO] [gendustry]: Registered 17 mutations
[02:23:09] [Client thread/INFO] [gendustry]: Preparing genetics cache ...
[02:23:09] [Thread-16/INFO] [FML]: An updated version of MagicBees is available: 2.3.3. You are currently using 2.3.2
[02:23:09] [Client thread/INFO] [gendustry]: Cached 355 mutation outputs
[02:23:09] [Client thread/INFO] [gendustry]: Cached 216 mutation inputs
[02:23:09] [Client thread/INFO] [gendustry]: Cached 801 chromosomes
[02:23:10] [Client thread/INFO] [STDOUT]: [com.thevoxelbox.voxelmap.Map:<init>:388]: could not get entityRenderMap
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipeSprintLeggingsUpgrades Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipeWhetstoneUpgrades Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipePaxel Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.EnchantSensitiveRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! mod.lucky.crafting.LuckyCrafting Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 43 mods
[02:23:10] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:MoreWolvesMod, FMLFileResourcePack:Doggy Talents, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Chisel, FMLFileResourcePack:Copious Dogs, FMLFileResourcePack:Crafting Pillars Mod, FMLFileResourcePack:Decocraft, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Forestry Extras, FMLFileResourcePack:FoxLib, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Grim3212 Core, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle, FMLFileResourcePack:MorePlayerModels, FMLFileResourcePack:Natura, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Pokeball, FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Ridiculous World, FMLFileResourcePack:Special Mobs, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Erebus, FMLFileResourcePack:VoxelMap No Radar, FMLFileResourcePack:WaslieCore, FMLFileResourcePack:bspkrsCore, CutieCraft_6244194.zip
[02:23:30] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
[02:23:35] [Client thread/INFO]: Created: 2048x1024 textures/blocks-atlas
[02:23:37] [Client thread/INFO]: Created: 1024x1024 textures/items-atlas
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:37] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:37] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[02:23:37] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[02:23:37] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[02:23:37] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[02:23:38] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:38] [Sound Library Loader/INFO]: Sound engine started
[02:23:38] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 5 textures
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 3 locations:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: mod MoreWolvesMod resources at C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\[1.7.10-1.7.2]MoreWolvesMod.zip
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: resource pack at path C:\Users\ShayLynn\AppData\Roaming\.minecraft\resourcepacks\CutieCraft_6244194.zip
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_167_doggytalents.dogbath.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_445_bookshelf.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_6385_erebus.warHammer.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1303_erebus.swampVent.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_769_null.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN craftingpillars
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain craftingpillars is missing 1 texture
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain craftingpillars has 1 location:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: mod craftingpillars resources at C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\CraftingPillars-1.7.x-1.6.1.jar
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain craftingpillars are:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/present.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain craftingpillars
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN mythril
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain mythril is missing 1 texture
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain mythril is missing a resource manager - it is probably a side-effect of automatic texture processing
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain mythril are:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/mythril_ring.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain mythril
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[02:23:39] [Doggy Talents Version Check/INFO]: [CHAT] A new Doggy Talents version exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[02:23:40] [Thread-11/INFO]: [CHAT] §2MorePlayerModels§f installed. More info at §9§nClick here
[02:23:46] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:24:06] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:24:18] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:24:22] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[02:24:22] [Server thread/INFO]: Generating keypair
[02:24:23] [Server thread/INFO]: Converting map!
[02:24:23] [Server thread/INFO]: Scanning folders...
[02:24:23] [Server thread/INFO]: Total conversion count is 0
[02:24:23] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[02:24:23] [Server thread/INFO] [FML]: Applying holder lookups
[02:24:23] [Server thread/INFO] [FML]: Holder lookups applied
[02:24:23] [Server thread/INFO] [FML]: Loading dimension 0 (New World) ([email protected])
[02:24:23] [Server thread/INFO] [FML]: Loading dimension 66 (New World) ([email protected])
[02:24:23] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:23] [Server thread/INFO] [FML]: Loading dimension 40 (New World) ([email protected])
[02:24:24] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:24] [Server thread/WARN]: Unable to find spawn biome
[02:24:24] [Server thread/INFO] [FML]: Loading dimension 85 (New World) ([email protected])
[02:24:24] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:24] [Server thread/WARN]: Unable to find spawn biome
[02:24:29] [Server thread/INFO] [FML]: Loading dimension 84 (New World) ([email protected])
[02:24:29] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:29] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 83 (New World) ([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 82 (New World) ([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 81 (New World) ([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 80 (New World) ([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 51 (New World) ([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/INFO] [FML]: Loading dimension -1 (New World) ([email protected])
[02:24:31] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:31] [Server thread/INFO] [FML]: Loading dimension 1 (New World) ([email protected])
[02:24:31] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:31] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:31] [Server thread/INFO]: Preparing start region for level 0
[02:24:32] [Server thread/INFO]: Preparing spawn area: 6%
[02:24:33] [Server thread/INFO]: Preparing spawn area: 11%
[02:24:34] [Server thread/INFO]: Preparing spawn area: 19%
[02:24:35] [Server thread/INFO]: Preparing spawn area: 25%
[02:24:36] [Server thread/INFO]: Preparing spawn area: 30%
[02:24:37] [Server thread/INFO]: Preparing spawn area: 35%
[02:24:38] [Server thread/INFO]: Preparing spawn area: 43%
[02:24:39] [Server thread/INFO]: Preparing spawn area: 50%
Aug 04, 2015 2:24:39 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @0 34 224
Aug 04, 2015 2:24:39 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @0 42 288
[02:24:40] [Server thread/INFO]: Preparing spawn area: 56%
Aug 04, 2015 2:24:40 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @32 39 96
[02:24:41] [Server thread/INFO]: Preparing spawn area: 63%
Aug 04, 2015 2:24:42 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @64 36 64
[02:24:42] [Server thread/INFO]: Preparing spawn area: 69%
[02:24:43] [Server thread/INFO]: Preparing spawn area: 75%
[02:24:44] [Server thread/INFO]: Preparing spawn area: 82%
[02:24:45] [Server thread/INFO]: Preparing spawn area: 87%
[02:24:46] [Server thread/INFO]: Preparing spawn area: 93%
Aug 04, 2015 2:24:46 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @160 25 320
Aug 04, 2015 2:24:47 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @176 26 208
[02:24:47] [Server thread/INFO]: Preparing spawn area: 99%
[02:24:47] [Server thread/INFO]: Changing view distance to 32, from 10
[02:24:48] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
[02:24:48] [Netty IO #1/INFO] [FML]: Client protocol version 2
[02:24:48] [Netty IO #1/INFO] [FML]: Client attempting to join with 43 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]${mcversion}-${version},[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] - 1.7.10,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] - 1.7.10,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[02:24:48] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[02:24:48] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[02:24:48] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
[02:24:48] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[02:24:48] [Server thread/INFO]: ShaylyNNN[local:E:086725af] logged in with entity id 439 at (6.5, 64.0, 260.5)
[02:24:48] [Server thread/INFO]: ShaylyNNN joined the game
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/46500170/Site/Builds/FE2_UPDATE.wasliecore
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at wasliecore.helpers.UpdateHelper.getUpdate(UpdateHelper.java:57)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at forestryextras.handlers.events.OnPlayerJoinWorld.joinEvent(OnPlayerJoinWorld.java:21)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_269_OnPlayerJoinWorld_joinEvent_EntityJoinWorldEvent.invoke(.dynamic)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.world.World.func_72838_d(World.java:1334)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.func_72377_c(ServerConfigurationManager.java:301)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:161)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:190)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:463)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Aug 04, 2015 2:24:54 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-224 20 240
Aug 04, 2015 2:24:55 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @-208 34 144
Aug 04, 2015 2:24:58 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-224 27 112
Aug 04, 2015 2:25:01 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @112 32 496
Aug 04, 2015 2:25:01 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @144 34 480
Aug 04, 2015 2:25:05 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-240 27 16
Aug 04, 2015 2:25:08 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @256 20 448
Aug 04, 2015 2:25:13 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @272 27 -80
Aug 04, 2015 2:25:13 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @288 34 560
[23:39:41] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[23:39:41] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[23:39:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[23:39:41] [main/INFO] [FML]: Forge Mod Loader version 7.99.29.1490 for Minecraft 1.7.10 loading
[23:39:41]
[main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version
1.8.0_25, running on Windows 7:amd64:6.1, installed at
C:\Users\ShayLynn\Desktop\runtime\jre-x64\1.8.0_25
[23:39:41]
[main/ERROR] [FML]: FML has detected several badly downloaded jar files,
which have been named as zip files. You probably need to download them
again, or they may not work properly
[23:39:41] [main/ERROR] [FML]: Problem file : FWG-1.0.3.jar.zip
[23:39:41] [main/ERROR] [FML]: Problem file : RWG-alpha-1.3.2.jar.zip
[23:39:42]
[main/WARN] [FML]: The coremod
codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion
annotation, it may cause issues with this version of Minecraft
[23:39:42]
[main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does
not have a MCVersion annotation, it may cause issues with this version
of Minecraft
[23:39:42] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:39:42] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:39:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:39:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:39:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:39:44]
[main/INFO] [FML]: Found valid fingerprint for Minecraft Forge.
Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[23:39:44]
[main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate
fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[23:39:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:39:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:39:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:39:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:39:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:39:45] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[23:39:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[23:39:45] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[23:39:48] [main/INFO]: Setting user: ShaylyNNN
[23:39:51] [Client thread/INFO]: LWJGL Version: 2.9.1
[23:39:53] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 7/29/15 11:39 PM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 50698112 bytes (48 MB) / 196071424 bytes (186 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total;
-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
-Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode
-XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.2.9232' Renderer: 'ATI Radeon HD 5450 '
[23:39:53] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[23:39:53] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1490 Initialized
[23:39:53] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[23:39:54] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[23:39:54] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[23:39:54] [Client thread/INFO] [FML]: Searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods for mods
[23:39:54] [Client thread/INFO] [FML]: Also searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\1.7.10 for mods
[23:39:59]
[Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is
missing the required element 'version' and a version.properties file
could not be found. Falling back to metadata version 3.2.3
[23:39:59]
[Client thread/WARN] [Botany]: Mod Botany is missing the required
element 'version' and a version.properties file could not be found.
Falling back to metadata version 2.0-pre14
[23:39:59] [Client
thread/WARN] [BinnieCore]: Mod BinnieCore is missing the required
element 'version' and a version.properties file could not be found.
Falling back to metadata version 2.0-pre14
[23:39:59] [Client
thread/WARN] [ExtraBees]: Mod ExtraBees is missing the required element
'version' and a version.properties file could not be found. Falling back
to metadata version 2.0-pre14
[23:39:59] [Client thread/WARN]
[ExtraTrees]: Mod ExtraTrees is missing the required element 'version'
and a version.properties file could not be found. Falling back to
metadata version 2.0-pre14
[23:39:59] [Client thread/WARN]
[Genetics]: Mod Genetics is missing the required element 'version' and a
version.properties file could not be found. Falling back to metadata
version 2.0-pre14
[23:40:00] [Client thread/WARN] [MagicBees]: Mod
MagicBees is missing the required element 'version' and a
version.properties file could not be found. Falling back to metadata
version 1.7.10-2.3.2
[23:40:01] [Client thread/INFO] [FML]: Forge Mod Loader has identified 45 mods to load
[23:40:01]
[Client thread/INFO] [FML]: Found mod(s) [craftingpillars] containing
declared API package thaumcraft.api (owned by Thaumcraft) without
associated API reference
[23:40:02] [Client thread/INFO] [FML]: FML
has found a non-mod file CodeChickenLib-1.7.10-1.1.1.99-universal.jar in
your mods directory. It will now be injected into your classpath. This
could severe stability issues, it should be removed if possible.
[23:40:03]
[Client thread/INFO] [FML]: Attempting connection with missing mods
[mcp, FML, Forge, CodeChickenCore, NotEnoughItems, lucky, MoreWolvesMod,
doggytalents, DamageIndicatorsMod, Treecapitator, Backpack, bdlib,
Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, chisel,
CopiousDogs, craftingpillars, props, eplus, ExtrabiomesXL, Forestry,
ForestryExtras, foxlib, FWG, gendustry, grim3212core, MagicBees, Mantle,
moreplayermodels, Natura, OreSpawn, harvestcraft, pokeball,
primitivemobs, RidiculousWorld, RWG, SpecialMobs, sus, erebus, voxelmap,
WaslieCore, bspkrsCore] at CLIENT
[23:40:03] [Client thread/INFO]
[FML]: Attempting connection with missing mods [mcp, FML, Forge,
CodeChickenCore, NotEnoughItems, lucky, MoreWolvesMod, doggytalents,
DamageIndicatorsMod, Treecapitator, Backpack, bdlib, Botany, BinnieCore,
ExtraBees, ExtraTrees, Genetics, chisel, CopiousDogs, craftingpillars,
props, eplus, ExtrabiomesXL, Forestry, ForestryExtras, foxlib, FWG,
gendustry, grim3212core, MagicBees, Mantle, moreplayermodels, Natura,
OreSpawn, harvestcraft, pokeball, primitivemobs, RidiculousWorld, RWG,
SpecialMobs, sus, erebus, voxelmap, WaslieCore, bspkrsCore] at SERVER
[23:40:04]
[Client thread/ERROR] [Backpack]: The mod Backpack is expecting
signature @[email protected] for source backpack-2.0.1-1.7.x.jar, however
there is no signature matching that description
[23:40:13] [Client
thread/INFO]: Reloading ResourceManager: Default,
FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft
Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Lucky
Block, FMLFileResourcePack:MoreWolvesMod, FMLFileResourcePack:Doggy
Talents, FMLFileResourcePack:Damage Indicators,
FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack,
FMLFileResourcePack:BD Lib, FMLFileResourcePack:Botany,
FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees,
FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics,
FMLFileResourcePack:Chisel, FMLFileResourcePack:Copious Dogs,
FMLFileResourcePack:Crafting Pillars Mod, FMLFileResourcePack:Decocraft,
FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:ExtrabiomesXL,
FMLFileResourcePack:Forestry for Minecraft,
FMLFileResourcePack:Forestry Extras, FMLFileResourcePack:FoxLib,
FMLFileResourcePack:Fun World Gen, FMLFileResourcePack:GenDustry,
FMLFileResourcePack:Grim3212 Core, FMLFileResourcePack:Magic Bees,
FMLFileResourcePack:Mantle, FMLFileResourcePack:MorePlayerModels,
FMLFileResourcePack:Natura, FMLFileResourcePack:OreSpawn,
FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Pokeball,
FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Ridiculous
World, FMLFileResourcePack:Realistic World Gen Alpha,
FMLFileResourcePack:Special Mobs, FMLFileResourcePack:Superheroes
Unlimited Mod, FMLFileResourcePack:Erebus, FMLFileResourcePack:VoxelMap
No Radar, FMLFileResourcePack:WaslieCore,
FMLFileResourcePack:bspkrsCore, CutieCraft_6244194.zip
[23:40:13]
[Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: FWG
in C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\FWG-1.0.3.jar.zip
[23:40:13]
[Client thread/WARN]: ResourcePack: ignored non-lowercase namespace:
FWG in
C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\FWG-1.0.3.jar.zip
[23:40:13]
[Client thread/WARN]: ResourcePack: ignored non-lowercase namespace:
FWG in
C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\FWG-1.0.3.jar.zip
[23:40:13] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[23:40:13] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[23:40:13] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[23:40:13] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[23:40:13] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[23:40:14]
[Client thread/INFO] [Treecapitator]: Loading configuration file
C:\Users\ShayLynn\AppData\Roaming\.minecraft\config\Treecapitator.cfg
[23:40:15] [Client thread/INFO] [Treecapitator]: Proceeding to load tree/mod configs from file.
[23:40:15] [Client thread/INFO] [bdlib]: bdlib 1.9.0.94 loaded
[23:40:16] [Client thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
[23:40:16] [Client thread/INFO] [ExtrabiomesXL]: Initializing.
[23:40:16] [Doggy Talents Version Check/INFO] [Doggy Talents]: Received version data: OUTDATED
[23:40:16]
[Doggy Talents Version Check/INFO] [Doggy Talents]: A new Doggy Talents
version exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]:
java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/74770478/DamageIndicatorMod1710.txt
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(Native Method)
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(AccessController.java:713)
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.net.URL.openStream(URL.java:1038)
[23:40:17] [Thread-8/INFO]
[STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at
DamageIndicatorsMod.client.DIClientProxy$1.run(DIClientProxy.java:79)
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.Thread.run(Thread.java:745)
[23:40:17] [Client thread/INFO] [ExtrabiomesXL]: BLACK = DYE_BLACK
[23:40:17] [Client thread/INFO] [ExtrabiomesXL]: BLUE = DYE_BLUE
[23:40:17] [Client thread/INFO] [ExtrabiomesXL]: BROWN = DYE_BROWN
[23:40:17] [Client thread/INFO] [ExtrabiomesXL]: WHITE = DYE_WHITE
[23:40:17] [Client thread/INFO] [ExtrabiomesXL]: Module CAUTIA is enabled.
[23:40:17] [Client thread/INFO] [ExtrabiomesXL]: Module FABRICA is enabled.
[23:40:17] [Client thread/INFO] [ExtrabiomesXL]: Module AMICA is enabled.
[23:40:17] [Client thread/INFO] [ExtrabiomesXL]: Name: ExtrabiomesXL:double_woodslab
[23:40:17] [Client thread/INFO] [Mantle]: Mantle (1.7.10-0.3.2.jenkins184) -- Preparing for launch.
[23:40:17] [Client thread/INFO] [Mantle]: Entering preinitialization phase.
[23:40:17] [Client thread/INFO] [Mantle]: Loading configuration from disk.
[23:40:17] [Client thread/INFO] [Mantle]: Configuration load completed.
[23:40:17]
[Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura TE4
Compatibility; missing dependency: ThermalExpansion
[23:40:17]
[Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura
BuildCraft Compatibility; missing dependency: BuildCraft|Transport
[23:40:17]
[Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura
Thaumcraft Compatibility; missing dependency: Thaumcraft
[23:40:17]
[Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura FMP
Compatibility; missing dependency: ForgeMultipart
[23:40:17] [Client
thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura MFR
Compatibility; missing dependency: MineFactoryReloaded
[23:40:17] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura Waila Compatibility; missing dependency: Waila
[23:40:19]
[Client thread/INFO] [Forestry]: Module BuildCraft 6 Fuels Plugin
failed to load: Compatible BuildCraftAPI|fuels version not found
[23:40:19]
[Client thread/INFO] [Forestry]: Module BuildCraft 6 Recipes Plugin
failed to load: Compatible BuildCraftAPI|recipes version not found
[23:40:19]
[Client thread/INFO] [Forestry]: Module BuildCraft 6 Statements Plugin
failed to load: Compatible BuildCraftAPI|statements version not found
[23:40:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Transport Plugin failed to load: BuildCraft|Transport not found
[23:40:19] [Client thread/INFO] [Forestry]: Module Pipes Plugin failed to load: BuildCraft|Transport not found
[23:40:19] [Client thread/INFO] [Forestry]: Module AgriCraft Plugin failed to load: AgriCraft not found
[23:40:19] [Client thread/INFO] [Forestry]: Module BiomesOPlenty Plugin failed to load: BiomesOPlenty not found
[23:40:19] [Client thread/INFO] [Forestry]: Module EnderIO Plugin failed to load: EnderIO not found
[23:40:19] [Client thread/INFO] [Forestry]: Module ExtraUtilities Plugin failed to load: ExtraUtilities not found
[23:40:19] [Client thread/INFO] [Forestry]: Module IndustrialCraft2 Plugin failed to load: IndustrialCraft2 not found
[23:40:19] [Client thread/INFO] [Forestry]: Module MagicalCrops Plugin failed to load: Magical Crops not found
[23:40:19] [Client thread/INFO] [Forestry]: Module PlantMegaPack Plugin failed to load: Plant Mega Pack not found
[23:40:19] [Client thread/INFO] [Forestry]: Module Witchery Plugin failed to load: Witchery not found
[23:40:19] [Thread-9/WARN] [Forestry]: Unable to read from remote version authority.
[23:41:03] [Client thread/INFO] [eplus]: Initializing Configurations.
[23:41:03] [Client thread/INFO] [eplus]: Plugin loaded: TConPlugin
[23:41:03] [Client thread/INFO] [eplus]: Plugin loaded: ThaumcraftPlugin
[23:41:03] [Client thread/INFO] [eplus]: Plugin loaded: Treecapitatior
[23:41:03] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... ThaumcraftPlugin
[23:41:03] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... Treecapitatior
[23:41:03] [Client thread/INFO] [eplus]: Initializing Blocks.
[23:41:03] [Client thread/INFO] [eplus]: Initializing Items.
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]:
java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/46500170/Site/donator_list.txt
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(Native Method)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(AccessController.java:713)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.net.URL.openStream(URL.java:1038)
[23:41:04] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
wasliecore.helpers.FileHelper.addDonators(FileHelper.java:109)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
wasliecore.main.WaslieCore.preInit(WaslieCore.java:51)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:04] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:04] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.post(EventBus.java:275)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:04] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.post(EventBus.java:275)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.main.Main.main(SourceFile:148)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:04] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[23:41:04] [Client thread/INFO] [STDOUT]: [wasliecore.main.WaslieCore:preInit:55]: WaslieCore is brought to you by wasliebob
[23:41:04] [Client thread/INFO] [MagicBees]: Preinit started
[23:41:04] [Client thread/INFO] [MagicBees]: Found nugget of type IRON
[23:41:04] [Client thread/INFO] [MagicBees]: Found nugget of type COPPER
[23:41:04] [Client thread/INFO] [MagicBees]: Found nugget of type TIN
[23:41:04] [Client thread/INFO] [MagicBees]: Found nugget of type SILVER
[23:41:04] [Client thread/INFO] [MagicBees]: Disabled nugget SILVER
[23:41:04] [Client thread/INFO] [MagicBees]: Found nugget of type LEAD
[23:41:04] [Client thread/INFO] [MagicBees]: Disabled nugget LEAD
[23:41:04] [Client thread/INFO] [MagicBees]: Found nugget of type DIAMOND
[23:41:04] [Client thread/INFO] [MagicBees]: Disabled nugget DIAMOND
[23:41:04] [Client thread/INFO] [MagicBees]: Found nugget of type EMERALD
[23:41:04] [Client thread/INFO] [MagicBees]: Disabled nugget EMERALD
[23:41:04] [Client thread/INFO] [MagicBees]: Found nugget of type APATITE
[23:41:04] [Client thread/INFO] [MagicBees]: Disabled nugget APATITE
[23:41:04] [Client thread/INFO] [MagicBees]: Preinit completed
[23:41:04] [Client thread/INFO] [gendustry]: IC2 Version: NOT FOUND
[23:41:04] [Client thread/INFO] [gendustry]: RF API Version: CoFHAPI 1.7.10R1.0.2
[23:41:04] [Client thread/INFO] [gendustry]: Available Forestry species roots:
[23:41:04] [Client thread/INFO] [gendustry]: * rootBees - forestry.apiculture.genetics.BeeHelper
[23:41:04] [Client thread/INFO] [gendustry]: * rootTrees - forestry.arboriculture.genetics.TreeHelper
[23:41:04] [Client thread/INFO] [gendustry]: * rootButterflies - forestry.lepidopterology.genetics.ButterflyHelper
[23:41:04] [Client thread/INFO] [gendustry]: * rootFlowers - binnie.botany.genetics.FlowerHelper
[23:41:05] [Client thread/INFO] [bdlib]: Loading internal config files for mod Gendustry
[23:41:05]
[Client thread/INFO] [bdlib]: Loading config:
jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/tuning.cfg
[23:41:05]
[Client thread/INFO] [bdlib]: Loading config:
jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/recipes.cfg
[23:41:06]
[Client thread/INFO] [bdlib]: Loading config:
jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/upgrades.cfg
[23:41:06]
[Client thread/INFO] [bdlib]: Loading config:
jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/bees_color.cfg
[23:41:06]
[Client thread/INFO] [bdlib]: Loading config:
jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/bees_patreon.cfg
[23:41:06] [Client thread/INFO] [bdlib]: Loading user config files for mod Gendustry
[23:41:06] [Client thread/INFO] [bdlib]: Config loading for mod Gendustry finished
[23:41:06] [Client thread/INFO] [bdlib]: Loaded creative tabs for gendustry
[23:41:06] [Client thread/INFO] [gendustry]: Items loaded
[23:41:06] [Client thread/INFO] [gendustry]: Fluids loaded
[23:41:06] [Client thread/INFO] [gendustry]: Blocks loaded
[23:41:07] [Client thread/INFO] [gendustry]: Machines loaded
[23:41:07] [Client thread/INFO] [gendustry]: Registered reload listener
[23:41:07] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
Jul 29, 2015 11:41:10 PM net.daveyx0.primitivemobs.common.PrimitiveMobs PreInit
INFO: Config file path: C:\Users\ShayLynn\AppData\Roaming\.minecraft\config/primitivemobs/
Jul 29, 2015 11:41:10 PM net.daveyx0.primitivemobs.config.PrimitiveMobsConfigurationGeneral init
INFO: Loaded General configuration file
Jul 29, 2015 11:41:10 PM net.daveyx0.primitivemobs.config.PrimitiveMobsConfigurationSpawns init
INFO: Loaded Spawnrate configuration file
[23:41:10] [Client thread/INFO] [Ridiculous World]: #****TheSand
[23:41:14] [Client thread/INFO] [FML]: Applying holder lookups
[23:41:14] [Client thread/INFO] [FML]: Holder lookups applied
[23:41:14] [Client thread/INFO] [FML]: Injecting itemstacks
[23:41:14] [Client thread/INFO] [FML]: Itemstack injection complete
[23:41:14] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:41:14] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[23:41:14] [Thread-12/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[23:41:14]
[Thread-12/INFO] [STDOUT]:
[paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of
OpenAL. For more information, see http://www.lwjgl.org)
[23:41:15] [Thread-12/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[23:41:15] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:41:15] [Sound Library Loader/INFO]: Sound engine started
[23:41:15] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
[23:41:16] [Client thread/INFO]: Created: 16x16 textures/items-atlas
[23:41:16] [Client thread/ERROR] [CodeChickenCore]: Unable to do mod description scrolling due to lack of stencil buffer
[23:41:16]
[Client thread/ERROR] [DamageIndicatorsMod]: The language resource
assets/damageindicatorsmod/lang/en_US.lang cannot be located on the
classpath. This is a programming error.
[23:41:16] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod bspkrsCore
Jul 29, 2015 11:41:16 PM java.util.prefs.WindowsPreferences <init>
WARNING:
Could not open/create prefs root node Software\JavaSoft\Prefs at root
0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
[23:41:16]
[Client thread/INFO] [bspkrsCore]: bspkrsCore 6.15 is out of date!
Visit http://www.minecraftforum.net/topic/1114612- to download the
latest release (6.16).
[23:41:17] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod Treecapitator
[23:41:17] [Client thread/INFO] [ExtrabiomesXL]: Initializing Treecapitator support...
[23:41:17] [Client thread/INFO] [ExtrabiomesXL]: Treecapitator IMC message sent.
[23:41:17] [Client thread/INFO] [Mantle]: Entering initialization phase.
[23:41:19] [Client thread/INFO] [eplus]: Initializing GUI Handler.
[23:41:19] [Client thread/INFO] [MagicBees]: Init completed
[23:41:19] [Client thread/INFO] [gendustry]: Registered 2 branches
[23:41:19] [Client thread/INFO] [gendustry]: Registered 17 bees
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]:
java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/37637724/MinecraftModVersions/grim3212core.version
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(Native Method)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(AccessController.java:713)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.net.URL.openStream(URL.java:1038)
[23:41:20] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.util.VersionChecker.<init>(VersionChecker.java:22)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.GrimModule.registerVersionCheck(GrimModule.java:63)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.GrimModule.registerMod(GrimModule.java:43)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.Grim3212Core.init(Grim3212Core.java:69)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:20] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:20] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.post(EventBus.java:275)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:20] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.post(EventBus.java:275)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.main.Main.main(SourceFile:148)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:20] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[23:41:20] [Client thread/ERROR] [Grim3212 Core]: Error retrieving version check data for grim3212core
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]:
java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/37637724/MinecraftModVersions/pokeball.version
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(Native Method)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(AccessController.java:713)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.net.URL.openStream(URL.java:1038)
[23:41:21] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.util.VersionChecker.<init>(VersionChecker.java:22)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.GrimModule.registerVersionCheck(GrimModule.java:63)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.GrimModule.registerMod(GrimModule.java:43)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.pokeball.Pokeball.load(Pokeball.java:58)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:21] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:21] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.post(EventBus.java:275)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:21] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.post(EventBus.java:275)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.main.Main.main(SourceFile:148)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:21] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[23:41:21] [Client thread/ERROR] [Grim3212 Core]: Error retrieving version check data for pokeball
[23:41:23] [Client thread/INFO] [Treecapitator]: Received IMC message from mod ExtrabiomesXL.
[23:41:23]
[Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while
verifying a ThirdPartyModConfig NBTTagCompound object
[23:41:23] [Client thread/INFO] [Treecapitator]: Received IMC message from mod Natura.
[23:41:23]
[Client thread/WARN] [Treecapitator]: Unknown tag "useShiftedItemID"
found while verifying a ThirdPartyModConfig NBTTagCompound object
[23:41:23]
[Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while
verifying a ThirdPartyModConfig NBTTagCompound object
[23:41:23] [Client thread/WARN] [Forestry]: Failed to find (chisel:granite) in the Forge item and block registries.
[23:41:23] [Client thread/WARN] [Forestry]: Failed to find (chisel:andesite) in the Forge item and block registries.
[23:41:23] [Client thread/WARN] [Forestry]: Failed to find (chisel:diorite) in the Forge item and block registries.
[23:41:23] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.frugal. Request sent from eplus
[23:41:23] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.charging. Request sent from eplus
[23:41:23] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.haste. Request sent from eplus
[23:41:23] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.repair. Request sent from eplus
[23:41:23] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.potency. Request sent from eplus
[23:41:23] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for Treecapitating. Request sent from eplus
[23:41:23] [Client thread/INFO] [FML]: Injecting itemstacks
[23:41:23] [Client thread/INFO] [FML]: Itemstack injection complete
[23:41:23]
[Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an
item list
[23:41:23] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item
list
[23:41:23] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[23:41:23]
[Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an
item list
[23:41:23] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item
list
[23:41:23] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item
list
[23:41:23] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item
list
[23:41:23] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an
item list
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.0
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.1
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.2
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.3
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.4
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.5
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.0
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.1
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.2
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.3
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.4
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.5
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.6
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.7
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.8
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.9
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.10
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.11
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.12
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.13
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.14
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.15
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id bedfinder
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id blackpelt
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id creepersweeper
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id doggydash
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id fisherdog
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id guarddog
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id happyeater
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id hellhound
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id hunterdog
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id packpuppy
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id pestfighter
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id pillowpaw
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id poisonfang
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id puppyeyes
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id quickhealer
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id rescuedog
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id shepherddog
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id wolfmount
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:24] [Client thread/INFO] [Treecapitator]: Prioritizing User and IMC mod configs...
[23:41:24] [Client thread/INFO] [Treecapitator]: Registering items and trees...
[23:41:24] [Client thread/INFO] [Treecapitator]: Skipping Ore Dictionary processing.
[23:41:24] [Client thread/INFO] [Backpack]: [Backpacks] NEI Support enabled
[23:41:24] [Client thread/INFO] [ExtrabiomesXL]: Successfully Loaded.
[23:41:24] [Client thread/INFO] [Mantle]: Entering postinitialization phase.
[23:41:24] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[23:41:24] [Client thread/INFO] [Forestry]: Skipping CraftGuide integration.
[23:41:24] [Client thread/WARN] [FML]: Redundant call to BiomeDictionary.registerAllBiomes ignored
[23:41:24] [Client thread/INFO] [eplus]: Plugin initialized in PostInit... TConPlugin
[23:41:24] [Client thread/INFO] [MagicBees]: Registering marble
[23:41:24] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[23:41:24] [Client thread/INFO] [MagicBees]: Registering rock
[23:41:24] [Client thread/INFO] [MagicBees]: Registering water
[23:41:24] [Client thread/INFO] [MagicBees]: Registering basalt
[23:41:24] [Client thread/INFO] [MagicBees]: Registering marble
[23:41:24] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[23:41:24] [Client thread/INFO] [MagicBees]: Registering rock
[23:41:24] [Client thread/INFO] [MagicBees]: Registering water
[23:41:24] [Client thread/INFO] [MagicBees]: Registering basalt
[23:41:24] [Client thread/INFO] [MagicBees]: Registering marble
[23:41:24] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[23:41:24] [Client thread/INFO] [MagicBees]: Registering rock
[23:41:24] [Client thread/INFO] [MagicBees]: Registering water
[23:41:24] [Client thread/INFO] [MagicBees]: Registering basalt
[23:41:24] [Client thread/INFO] [MagicBees]: Registering marble
[23:41:24] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[23:41:24] [Client thread/INFO] [MagicBees]: Registering rock
[23:41:24] [Client thread/INFO] [MagicBees]: Registering water
[23:41:24] [Client thread/INFO] [MagicBees]: Registering basalt
[23:41:24] [Client thread/INFO] [MagicBees]: Postinit completed
[23:41:24] [Client thread/INFO] [gendustry]: Registered 17 mutations
[23:41:25] [Client thread/INFO] [gendustry]: Preparing genetics cache ...
[23:41:25] [Thread-15/INFO] [FML]: An updated version of MagicBees is available: 2.3.3. You are currently using 2.3.2
[23:41:25] [Client thread/INFO] [gendustry]: Cached 355 mutation outputs
[23:41:25] [Client thread/INFO] [gendustry]: Cached 216 mutation inputs
[23:41:25] [Client thread/INFO] [gendustry]: Cached 801 chromosomes
[23:41:26] [Client thread/INFO] [STDOUT]: [com.thevoxelbox.voxelmap.Map:<init>:388]: could not get entityRenderMap
[23:41:26]
[Client thread/INFO] [FML]: Unknown recipe class!
erebus.recipes.RecipeSprintLeggingsUpgrades Modder please refer to
net.minecraftforge.oredict.RecipeSorter
[23:41:26] [Client
thread/INFO] [FML]: Unknown recipe class!
erebus.recipes.RecipeWhetstoneUpgrades Modder please refer to
net.minecraftforge.oredict.RecipeSorter
[23:41:26] [Client
thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipePaxel
Modder please refer to net.minecraftforge.oredict.RecipeSorter
[23:41:26]
[Client thread/INFO] [FML]: Unknown recipe class!
erebus.recipes.EnchantSensitiveRecipe Modder please refer to
net.minecraftforge.oredict.RecipeSorter
[23:41:26] [Client
thread/INFO] [FML]: Unknown recipe class!
mod.lucky.crafting.LuckyCrafting Modder please refer to
net.minecraftforge.oredict.RecipeSorter
[23:41:26] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 45 mods
[23:41:26]
[Client thread/INFO]: Reloading ResourceManager: Default,
FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft
Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Lucky
Block, FMLFileResourcePack:MoreWolvesMod, FMLFileResourcePack:Doggy
Talents, FMLFileResourcePack:Damage Indicators,
FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack,
FMLFileResourcePack:BD Lib, FMLFileResourcePack:Botany,
FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees,
FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics,
FMLFileResourcePack:Chisel, FMLFileResourcePack:Copious Dogs,
FMLFileResourcePack:Crafting Pillars Mod, FMLFileResourcePack:Decocraft,
FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:ExtrabiomesXL,
FMLFileResourcePack:Forestry for Minecraft,
FMLFileResourcePack:Forestry Extras, FMLFileResourcePack:FoxLib,
FMLFileResourcePack:Fun World Gen, FMLFileResourcePack:GenDustry,
FMLFileResourcePack:Grim3212 Core, FMLFileResourcePack:Magic Bees,
FMLFileResourcePack:Mantle, FMLFileResourcePack:MorePlayerModels,
FMLFileResourcePack:Natura, FMLFileResourcePack:OreSpawn,
FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Pokeball,
FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Ridiculous
World, FMLFileResourcePack:Realistic World Gen Alpha,
FMLFileResourcePack:Special Mobs, FMLFileResourcePack:Superheroes
Unlimited Mod, FMLFileResourcePack:Erebus, FMLFileResourcePack:VoxelMap
No Radar, FMLFileResourcePack:WaslieCore,
FMLFileResourcePack:bspkrsCore, CutieCraft_6244194.zip
[23:41:26]
[Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: FWG
in C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\FWG-1.0.3.jar.zip
[23:41:26]
[Client thread/WARN]: ResourcePack: ignored non-lowercase namespace:
FWG in
C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\FWG-1.0.3.jar.zip
[23:41:26]
[Client thread/WARN]: ResourcePack: ignored non-lowercase namespace:
FWG in
C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\FWG-1.0.3.jar.zip
[23:41:48] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
[23:41:54] [Client thread/INFO]: Created: 2048x1024 textures/blocks-atlas
[23:41:56] [Client thread/INFO]: Created: 1024x1024 textures/items-atlas
[23:41:56] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:41:56] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[23:41:56]
[Client thread/INFO] [STDOUT]:
[paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul
Lamb, www.paulscode.com
[23:41:56] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:41:56] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:41:56] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[23:41:56] [Thread-16/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[23:41:56]
[Thread-16/INFO] [STDOUT]:
[paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of
OpenAL. For more information, see http://www.lwjgl.org)
[23:41:56] [Thread-16/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[23:41:57] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:41:57] [Sound Library Loader/INFO]: Sound engine started
[23:41:57] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 5 textures
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 3 locations:
[23:41:57]
[Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type
net.minecraft.client.resources.DefaultResourcePack : Default
[23:41:57]
[Client thread/ERROR] [TEXTURE ERRORS]: mod MoreWolvesMod resources at
C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\[1.7.10-1.7.2]MoreWolvesMod.zip
[23:41:57]
[Client thread/ERROR] [TEXTURE ERRORS]: resource pack at path
C:\Users\ShayLynn\AppData\Roaming\.minecraft\resourcepacks\CutieCraft_6244194.zip
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are:
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_167_doggytalents.dogbath.png
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_445_bookshelf.png
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_6385_erebus.warHammer.png
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1303_erebus.swampVent.png
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_769_null.png
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN craftingpillars
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: domain craftingpillars is missing 1 texture
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: domain craftingpillars has 1 location:
[23:41:57]
[Client thread/ERROR] [TEXTURE ERRORS]: mod craftingpillars resources
at
C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\CraftingPillars-1.7.x-1.6.1.jar
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain craftingpillars are:
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/present.png
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain craftingpillars
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN mythril
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: domain mythril is missing 1 texture
[23:41:57]
[Client thread/ERROR] [TEXTURE ERRORS]: domain mythril is missing a
resource manager - it is probably a side-effect of automatic texture
processing
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain mythril are:
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/mythril_ring.png
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain mythril
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[23:41:59]
[Doggy Talents Version Check/INFO]: [CHAT] A new Doggy Talents version
exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[23:42:00] [Thread-10/INFO]: [CHAT] §2MorePlayerModels§f installed. More info at §9§nClick here
[23:43:33] [Client thread/INFO] [STDOUT]: [fwg.gui.GuiGeneratorSettings:func_73866_w_:47]: INIT
[23:44:32] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[23:44:36] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[23:44:36] [Server thread/INFO]: Generating keypair
[23:44:36] [Server thread/INFO]: Converting map!
[23:44:36] [Server thread/INFO]: Scanning folders...
[23:44:36] [Server thread/INFO]: Total conversion count is 0
[23:44:36] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[23:44:36] [Server thread/INFO] [FML]: Applying holder lookups
[23:44:36] [Server thread/INFO] [FML]: Holder lookups applied
[23:44:36] [Server thread/WARN]: Unable to find spawn biome
[23:44:37]
[Server thread/INFO] [FML]: Loading dimension 0 (Realisic V2)
([email protected])
[23:44:37]
[Server thread/INFO] [FML]: Loading dimension 66 (Realisic V2)
([email protected])
[23:44:37]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[23:44:37] [Server
thread/INFO] [FML]: Loading dimension 40 (Realisic V2)
([email protected])
[23:44:37]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[23:44:37] [Server thread/WARN]: Unable to find spawn biome
[23:44:37]
[Server thread/INFO] [FML]: Loading dimension 85 (Realisic V2)
([email protected])
[23:44:37]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[23:44:37] [Server thread/WARN]: Unable to find spawn biome
[23:44:43]
[Server thread/INFO] [FML]: Loading dimension 84 (Realisic V2)
([email protected])
[23:44:43]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[23:44:43] [Server thread/WARN]: Unable to find spawn biome
[23:44:43]
[Server thread/INFO] [FML]: Loading dimension 83 (Realisic V2)
([email protected])
[23:44:43]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[23:44:43] [Server thread/WARN]: Unable to find spawn biome
[23:44:44]
[Server thread/INFO] [FML]: Loading dimension 82 (Realisic V2)
([email protected])
[23:44:44]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[23:44:44] [Server thread/WARN]: Unable to find spawn biome
[23:44:44]
[Server thread/INFO] [FML]: Loading dimension 81 (Realisic V2)
([email protected])
[23:44:44]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[23:44:44] [Server thread/WARN]: Unable to find spawn biome
[23:44:44]
[Server thread/INFO] [FML]: Loading dimension 80 (Realisic V2)
([email protected])
[23:44:44]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[23:44:44] [Server
thread/INFO] [FML]: Loading dimension 51 (Realisic V2)
([email protected])
[23:44:44]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[23:44:44] [Server
thread/INFO] [FML]: Loading dimension -1 (Realisic V2)
([email protected])
[23:44:44]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[23:44:44] [Server
thread/INFO] [FML]: Loading dimension 1 (Realisic V2)
([email protected])
[23:44:44]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[23:44:44] [Server
thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[23:44:44] [Server thread/INFO]: Preparing start region for level 0
[23:44:46] [Server thread/INFO]: Preparing spawn area: 4%
[23:44:47] [Server thread/INFO]: Preparing spawn area: 7%
[23:44:48] [Server thread/INFO]: Preparing spawn area: 11%
[23:44:49] [Server thread/INFO]: Preparing spawn area: 15%
[23:44:50] [Server thread/INFO]: Preparing spawn area: 19%
[23:44:51] [Server thread/INFO]: Preparing spawn area: 23%
[23:44:52] [Server thread/INFO]: Preparing spawn area: 27%
Jul 29, 2015 11:44:52 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @-96 33 -128
[23:44:53] [Server thread/INFO]: Preparing spawn area: 30%
[23:44:54] [Server thread/INFO]: Preparing spawn area: 34%
[23:44:55] [Server thread/INFO]: Preparing spawn area: 37%
Jul 29, 2015 11:44:56 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @-48 40 -192
[23:44:56] [Server thread/INFO]: Preparing spawn area: 40%
[23:44:57] [Server thread/INFO]: Preparing spawn area: 43%
Jul 29, 2015 11:44:58 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @-16 39 -16
[23:44:58] [Server thread/INFO]: Preparing spawn area: 47%
[23:44:59] [Server thread/INFO]: Preparing spawn area: 50%
Jul 29, 2015 11:45:00 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @0 36 -176
[23:45:00] [Server thread/INFO]: Preparing spawn area: 53%
Jul 29, 2015 11:45:01 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @16 43 -96
[23:45:01] [Server thread/INFO]: Preparing spawn area: 57%
[23:45:02] [Server thread/INFO]: Preparing spawn area: 61%
[23:45:03] [Server thread/INFO]: Preparing spawn area: 65%
Jul 29, 2015 11:45:04 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @64 36 -176
[23:45:04] [Server thread/INFO]: Preparing spawn area: 69%
[23:45:05] [Server thread/INFO]: Preparing spawn area: 72%
[23:45:06] [Server thread/INFO]: Preparing spawn area: 74%
Jul 29, 2015 11:45:07 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @80 27 128
[23:45:08] [Server thread/INFO]: Preparing spawn area: 76%
Jul 29, 2015 11:45:08 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @96 38 -80
[23:45:09] [Server thread/INFO]: Preparing spawn area: 79%
[23:45:10] [Server thread/INFO]: Preparing spawn area: 81%
[23:45:11] [Server thread/INFO]: Preparing spawn area: 83%
[23:45:12] [Server thread/INFO]: Preparing spawn area: 85%
Jul 29, 2015 11:45:12 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @128 35 16
[23:45:13] [Server thread/INFO]: Preparing spawn area: 86%
[23:45:14] [Server thread/INFO]: Preparing spawn area: 89%
[23:45:15] [Server thread/INFO]: Preparing spawn area: 91%
Jul 29, 2015 11:45:15 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @144 34 176
[23:45:16] [Server thread/INFO]: Preparing spawn area: 94%
Jul 29, 2015 11:45:16 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @160 36 128
Jul 29, 2015 11:45:17 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @176 41 -192
[23:45:17] [Server thread/INFO]: Preparing spawn area: 96%
[23:45:18] [Server thread/INFO]: Preparing spawn area: 99%
[23:45:19] [Server thread/INFO]: Changing view distance to 32, from 10
[23:45:20] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
[23:45:20] [Netty IO #1/INFO] [FML]: Client protocol version 2
[23:45:20]
[Netty IO #1/INFO] [FML]: Client attempting to join with 45 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]${mcversion}-${version},[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
-
1.7.10,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
1.3.2,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
-
1.7.10,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[23:45:20] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[23:45:20] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[23:45:20] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[23:45:20] [Server thread/INFO]: ShaylyNNN[local:E:ff90be44] logged in with entity id 399 at (2.5, 69.0, -6.5)
[23:45:20] [Server thread/INFO]: ShaylyNNN joined the game
[23:45:20] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]:
java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/46500170/Site/Builds/FE2_UPDATE.wasliecore
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(Native Method)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(AccessController.java:713)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.net.URL.openStream(URL.java:1038)
[23:45:20] [Server
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
wasliecore.helpers.UpdateHelper.getUpdate(UpdateHelper.java:57)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
forestryextras.handlers.events.OnPlayerJoinWorld.joinEvent(OnPlayerJoinWorld.java:21)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.eventhandler.ASMEventHandler_271_OnPlayerJoinWorld_joinEvent_EntityJoinWorldEvent.invoke(.dynamic)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.world.World.func_72838_d(World.java:1334)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.management.ServerConfigurationManager.func_72377_c(ServerConfigurationManager.java:301)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:161)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:190)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:463)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Jul 29, 2015 11:45:35 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @80 23 208
Jul 29, 2015 11:45:35 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @32 40 224
Jul 29, 2015 11:45:39 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-272 16 16
Jul 29, 2015 11:45:44 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @32 40 256
Jul 29, 2015 11:45:46 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @272 17 -96
Jul 29, 2015 11:45:47 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @-160 43 224
Jul 29, 2015 11:45:47 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-160 20 -272
Jul 29, 2015 11:45:55 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @272 34 -128
Jul 29, 2015 11:46:15 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-16 17 -336
Jul 29, 2015 11:46:31 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @144 33 -304
Jul 29, 2015 11:46:49 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @-272 40 176
Jul 29, 2015 11:46:49 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-272 22 176
Jul 29, 2015 11:47:31 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-272 17 -304
Jul 29, 2015 11:47:34 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @-304 41 192
0
I recently created a server, but when I try to join it says: java.net.ConnectException: Connection refused; no further information and I really have no clue how to even attempt to fix this.
0
Srsly help
0
[16:22:19] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[16:22:19] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[16:22:19] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[16:22:19] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
[16:22:19] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Users\ShayLynn\Desktop\runtime\jre-x64\1.8.0_25
[16:22:19] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.newInstance(Class.java:438)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:501)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 15 more
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 17 more
[16:22:19] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at C:\Users\ShayLynn\AppData\Roaming\.minecraft for Forge Mod Loader
java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18) ~[NotEnoughItems-1.7.10-1.0.5.120-universal.jar:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_25]
at java.lang.reflect.Constructor.newInstance(Constructor.java:408) ~[?:1.8.0_25]
at java.lang.Class.newInstance(Class.java:438) ~[?:1.8.0_25]
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:501) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
... 15 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_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
... 15 more
Exception in thread "main" [16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.newInstance(Class.java:438)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:501)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 15 more
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[16:22:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 17 more
Crash report
Help please
0
Report below
[17:41:55] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[17:41:55] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[17:41:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[17:41:55] [main/INFO] [FML]: Forge Mod Loader version 7.99.29.1490 for Minecraft 1.7.10 loading
[17:41:55] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Users\ShayLynn\Desktop\runtime\jre-x64\1.8.0_25
[17:41:55] [main/WARN] [FML]: The coremod mods.battlegear2.coremod.BattlegearLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[17:41:55] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[17:41:56] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass1(Native Method)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:455)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:367)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName0(Native Method)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName(Class.java:344)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 23 more
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 25 more
[17:41:56] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at C:\Users\ShayLynn\AppData\Roaming\.minecraft for Forge Mod Loader
java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_25]
at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_25]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_25]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:455) ~[?:1.8.0_25]
at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[?:1.8.0_25]
at java.net.URLClassLoader$1.run(URLClassLoader.java:367) ~[?:1.8.0_25]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.8.0_25]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
at java.net.URLClassLoader.findClass(URLClassLoader.java:360) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]
at java.lang.Class.forName(Class.java:344) ~[?:1.8.0_25]
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460) ~[forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389) ~[forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221) ~[forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
... 23 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_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
... 23 more
Exception in thread "main" [17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass1(Native Method)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:455)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:367)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName0(Native Method)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName(Class.java:344)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 23 more
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[17:41:56] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 25 more
0
Having a error pls help. Much Appretiatation
[16:32:26] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[16:32:26] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[16:32:26] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[16:32:26] [main/INFO] [FML]: Forge Mod Loader version 7.99.29.1490 for Minecraft 1.7.10 loading
[16:32:26] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Users\ShayLynn\Desktop\runtime\jre-x64\1.8.0_25
[16:32:26] [main/ERROR] [FML]: FML has detected several badly downloaded jar files, which have been named as zip files. You probably need to download them again, or they may not work properly
[16:32:26] [main/ERROR] [FML]: Problem file : IDFixer [V.1.1.1].jar.zip
[16:32:26] [main/ERROR] [FML]: Problem file : [1-7-10]_Lucky_Block_v5-1-0.jar.zip
[16:32:26] [main/WARN] [FML]: The coremod mods.battlegear2.coremod.BattlegearLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[16:32:27] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[16:32:31] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass1(Native Method)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:455)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:367)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName0(Native Method)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName(Class.java:344)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 23 more
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 25 more
[16:32:31] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at C:\Users\ShayLynn\AppData\Roaming\.minecraft for Forge Mod Loader
java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_25]
at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_25]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_25]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:455) ~[?:1.8.0_25]
at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[?:1.8.0_25]
at java.net.URLClassLoader$1.run(URLClassLoader.java:367) ~[?:1.8.0_25]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.8.0_25]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
at java.net.URLClassLoader.findClass(URLClassLoader.java:360) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]
at java.lang.Class.forName(Class.java:344) ~[?:1.8.0_25]
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460) ~[forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389) ~[forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221) ~[forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1490-1.7.10.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
... 23 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_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
... 23 more
Exception in thread "main" [16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass1(Native Method)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:455)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:367)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName0(Native Method)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName(Class.java:344)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 23 more
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[16:32:31] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 25 more
0
How do you do the gravity thing like on the map
0
HOW
0
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 8/5/15 8:09 PM
Description: Unexpected error
java.lang.IndexOutOfBoundsException
at java.nio.Buffer.checkIndex(Buffer.java:540)
at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)
at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2061)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.nio.Buffer.checkIndex(Buffer.java:540)
at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)
at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Affected level --
Details:
Level name: MpServer
All players: 0 total; []
Chunk stats: MultiplayerChunkCache: 0, 0
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 0 total; []
Retry entities: 0 total; []
Server brand: ~~ERROR~~ NullPointerException: null
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 202974040 bytes (193 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1490 43 mods loaded, 43 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAAAAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAAAAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1490-1.7.10.jar)
UCHIJAAAAAAAAA Forge{10.13.4.1490} [Minecraft Forge] (forge-1.7.10-10.13.4.1490-1.7.10.jar)
UCHIJAAAAAAAAA CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCHIJAAAAAAAAA NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar)
UCHIJAAAAAAAAA lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCHIJAAAAAAAAA MoreWolvesMod{1.6.2} [MoreWolvesMod] ([1.7.10-1.7.2]MoreWolvesMod.zip)
UCHIJAAAAAAAAA doggytalents{v1.9.0f} [Doggy Talents] ([1.7.10] Doggy Talents - v1.9.0.zip)
UCHIJAAAAAAAAA DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
UCHIJAAAAAAAAA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCHIJAAAAAAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJAAAAAAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHIJAAAAAAAAA bdlib{1.9.0.94} [BD Lib] (bdlib-1.9.0.94-mc1.7.10.jar)
UCHIJAAAAAAAAA ExtrabiomesXL{3.16.2} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.2.jar)
UCHIJAAAAAAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAAAAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHIJAAAAAAAAA Forestry{3.6.2.19} [Forestry for Minecraft] (forestry_1.7.10-3.6.2.19.jar)
UCHIJAAAAAAAAA BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCHIJAAAAAAAAA Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCHIJAAAAAAAAA ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCHIJAAAAAAAAA ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCHIJAAAAAAAAA Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCHIJAAAAAAAAA chisel{2.2.1} [Chisel] (Chisel 2-2.2.1.jar)
UCHIJAAAAAAAAA CopiousDogs{${mcversion}-${version}} [Copious Dogs] (copious-dogs-1.7.10-1.1.2.jar)
UCHIJAAAAAAAAA craftingpillars{1.6.0} [Crafting Pillars Mod] (CraftingPillars-1.7.x-1.6.1.jar)
UCHIJAAAAAAAAA props{2.0.2} [Decocraft] (Decocraft-2.0.2_1.7.10.jar)
UCHIJAAAAAAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-.jar)
UCHIJAAAAAAAAA WaslieCore{1.1} [WaslieCore] (WaslieCore-1.1.jar)
UCHIJAAAAAAAAA ForestryExtras{3.1} [Forestry Extras] (ForestryExtras-2-3.1_B29.jar)
UCHIJAAAAAAAAA foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
UCHIJAAAAAAAAA MagicBees{1.7.10-2.3.2} [Magic Bees] (magicbees-1.7.10-2.3.2.jar)
UCHIJAAAAAAAAA gendustry{1.5.2.107} [GenDustry] (gendustry-1.5.2.107-mc1.7.10.jar)
UCHIJAAAAAAAAA grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212 Core-V0.2 - 1.7.10.jar)
UCHIJAAAAAAAAA moreplayermodels{1.7.10b} [MorePlayerModels] (MorePlayerModels_1.7.10b.jar)
UCHIJAAAAAAAAA OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3(1).zip)
UCHIJAAAAAAAAA harvestcraft{1.7.10d} [Pam's HarvestCraft] (Pams HarvestCraft 1.7.10.jar)
UCHIJAAAAAAAAA pokeball{V0.1 - 1.7.10} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.10.jar)
UCHIJAAAAAAAAA primitivemobs{1.1test} [Primitive Mobs] (primitivemobs-1.1WIP.jar)
UCHIJAAAAAAAAA RidiculousWorld{0.1} [Ridiculous World] (Ridiculous World-0.4.jar)
UCHIJAAAAAAAAA SpecialMobs{3.1.1} [Special Mobs] (SpecialMobs-1.7.10-3.1.1.jar)
UCHIJAAAAAAAAA sus{4.0.7} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.0.7.jar)
UCHIJAAAAAAAAA erebus{0.2a} [Erebus] (TheErebus-0.2b.jar)
UCHIJAAAAAAAAA voxelmap{1.7.10} [VoxelMap No Radar] (voxelmapNoRadar-1.7.10-1.0.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.2.9232' Renderer: 'ATI Radeon HD 5450 '
Mantle Environment: Environment healthy.
List of loaded APIs:
* BuildCraftAPI|tools (1.0) from forestry_1.7.10-3.6.2.19.jar
* CoFHAPI (1.7.10R1.0.2) from forestry_1.7.10-3.6.2.19.jar
* CoFHAPI|energy (1.7.10R1.0.2) from forestry_1.7.10-3.6.2.19.jar
* CSLib|API (1.0) from Decocraft-2.0.2_1.7.10.jar
* ForestryAPI|apiculture (3.5.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|circuits (2.0.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|core (3.2.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|genetics (3.3.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|recipes (3.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|world (1.1.0) from forestry_1.7.10-3.6.2.19.jar
* gendustryAPI (2.1.0) from gendustry-1.5.2.107-mc1.7.10.jar
* Thaumcraft|API (4.2.0.0) from Pams HarvestCraft 1.7.10.jar
Launched Version: 1.7.10-Forge10.13.4.1490-1.7.10
LWJGL: 2.9.1
OpenGL: ATI Radeon HD 5450 GL version 3.2.9232, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [CutieCraft_6244194.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
0
Yep
0
Here the crash report
[20:20:56] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[20:20:56] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[20:20:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[20:20:56] [main/INFO] [FML]: Forge Mod Loader version 7.99.29.1490 for Minecraft 1.7.10 loading
[20:20:56] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Users\ShayLynn\Desktop\runtime\jre-x64\1.8.0_25
[20:20:56] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:56] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:56] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:20:56] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[20:20:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:20:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:20:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:20:58] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[20:20:58] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[20:20:58] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:20:58] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:20:58] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:20:59] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:20:59] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[20:20:59] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[20:20:59] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[20:20:59] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[20:21:00] [main/INFO]: Setting user: ShaylyNNN
[20:21:02] [Client thread/INFO]: LWJGL Version: 2.9.1
[20:21:04] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 8/4/15 8:21 PM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 29590240 bytes (28 MB) / 193646592 bytes (184 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.2.9232' Renderer: 'ATI Radeon HD 5450 '
[20:21:04] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[20:21:04] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1490 Initialized
[20:21:04] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[20:21:04] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[20:21:05] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[20:21:05] [Client thread/INFO] [FML]: Searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods for mods
[20:21:05] [Client thread/INFO] [FML]: Also searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\1.7.10 for mods
[20:21:08] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3
[20:21:09] [Client thread/WARN] [Botany]: Mod Botany is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[20:21:09] [Client thread/WARN] [BinnieCore]: Mod BinnieCore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[20:21:09] [Client thread/WARN] [ExtraBees]: Mod ExtraBees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[20:21:09] [Client thread/WARN] [ExtraTrees]: Mod ExtraTrees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[20:21:09] [Client thread/WARN] [Genetics]: Mod Genetics is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[20:21:10] [Client thread/WARN] [MagicBees]: Mod MagicBees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.7.10-2.3.2
[20:21:11] [Client thread/INFO] [FML]: Forge Mod Loader has identified 43 mods to load
[20:21:11] [Client thread/INFO] [FML]: Found mod(s) [craftingpillars] containing declared API package thaumcraft.api (owned by Thaumcraft) without associated API reference
[20:21:12] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.99-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[20:21:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, lucky, MoreWolvesMod, doggytalents, DamageIndicatorsMod, Treecapitator, Backpack, bdlib, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, chisel, CopiousDogs, craftingpillars, props, eplus, ExtrabiomesXL, Forestry, ForestryExtras, foxlib, gendustry, grim3212core, MagicBees, Mantle, moreplayermodels, Natura, OreSpawn, harvestcraft, pokeball, primitivemobs, RidiculousWorld, SpecialMobs, sus, erebus, voxelmap, WaslieCore, bspkrsCore] at CLIENT
[20:21:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, lucky, MoreWolvesMod, doggytalents, DamageIndicatorsMod, Treecapitator, Backpack, bdlib, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, chisel, CopiousDogs, craftingpillars, props, eplus, ExtrabiomesXL, Forestry, ForestryExtras, foxlib, gendustry, grim3212core, MagicBees, Mantle, moreplayermodels, Natura, OreSpawn, harvestcraft, pokeball, primitivemobs, RidiculousWorld, SpecialMobs, sus, erebus, voxelmap, WaslieCore, bspkrsCore] at SERVER
[20:21:13] [Client thread/ERROR] [Backpack]: The mod Backpack is expecting signature @[email protected] for source backpack-2.0.1-1.7.x.jar, however there is no signature matching that description
[20:21:18] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:MoreWolvesMod, FMLFileResourcePack:Doggy Talents, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Chisel, FMLFileResourcePack:Copious Dogs, FMLFileResourcePack:Crafting Pillars Mod, FMLFileResourcePack:Decocraft, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Forestry Extras, FMLFileResourcePack:FoxLib, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Grim3212 Core, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle, FMLFileResourcePack:MorePlayerModels, FMLFileResourcePack:Natura, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Pokeball, FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Ridiculous World, FMLFileResourcePack:Special Mobs, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Erebus, FMLFileResourcePack:VoxelMap No Radar, FMLFileResourcePack:WaslieCore, FMLFileResourcePack:bspkrsCore, CutieCraft_6244194.zip
[20:21:19] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[20:21:19] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[20:21:19] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[20:21:19] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[20:21:19] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[20:21:20] [Client thread/INFO] [Treecapitator]: Loading configuration file C:\Users\ShayLynn\AppData\Roaming\.minecraft\config\Treecapitator.cfg
[20:21:20] [Doggy Talents Version Check/INFO] [Doggy Talents]: Received version data: OUTDATED
[20:21:20] [Doggy Talents Version Check/INFO] [Doggy Talents]: A new Doggy Talents version exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[20:21:20] [Client thread/INFO] [Treecapitator]: Proceeding to load tree/mod configs from file.
[20:21:20] [Client thread/INFO] [bdlib]: bdlib 1.9.0.94 loaded
[20:21:21] [Client thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
[20:21:21] [Client thread/INFO] [ExtrabiomesXL]: Initializing.
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/74770478/DamageIndicatorMod1710.txt
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at DamageIndicatorsMod.client.DIClientProxy$1.run(DIClientProxy.java:79)
[20:21:21] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Thread.run(Thread.java:745)
[20:21:22] [Client thread/INFO] [ExtrabiomesXL]: BLACK = DYE_BLACK
[20:21:22] [Client thread/INFO] [ExtrabiomesXL]: BLUE = DYE_BLUE
[20:21:22] [Client thread/INFO] [ExtrabiomesXL]: BROWN = DYE_BROWN
[20:21:22] [Client thread/INFO] [ExtrabiomesXL]: WHITE = DYE_WHITE
[20:21:22] [Client thread/INFO] [ExtrabiomesXL]: Module CAUTIA is enabled.
[20:21:22] [Client thread/INFO] [ExtrabiomesXL]: Module FABRICA is enabled.
[20:21:22] [Client thread/INFO] [ExtrabiomesXL]: Module AMICA is enabled.
[20:21:23] [Client thread/INFO] [ExtrabiomesXL]: Name: ExtrabiomesXL:double_woodslab
[20:21:23] [Client thread/INFO] [Mantle]: Mantle (1.7.10-0.3.2.jenkins184) -- Preparing for launch.
[20:21:23] [Client thread/INFO] [Mantle]: Entering preinitialization phase.
[20:21:23] [Client thread/INFO] [Mantle]: Loading configuration from disk.
[20:21:23] [Client thread/INFO] [Mantle]: Configuration load completed.
[20:21:23] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura TE4 Compatibility; missing dependency: ThermalExpansion
[20:21:23] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura BuildCraft Compatibility; missing dependency: BuildCraft|Transport
[20:21:23] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura Thaumcraft Compatibility; missing dependency: Thaumcraft
[20:21:23] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura FMP Compatibility; missing dependency: ForgeMultipart
[20:21:23] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura MFR Compatibility; missing dependency: MineFactoryReloaded
[20:21:23] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura Waila Compatibility; missing dependency: Waila
[20:21:24] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Fuels Plugin failed to load: Compatible BuildCraftAPI|fuels version not found
[20:21:24] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Recipes Plugin failed to load: Compatible BuildCraftAPI|recipes version not found
[20:21:24] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Statements Plugin failed to load: Compatible BuildCraftAPI|statements version not found
[20:21:24] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Transport Plugin failed to load: BuildCraft|Transport not found
[20:21:24] [Client thread/INFO] [Forestry]: Module Pipes Plugin failed to load: BuildCraft|Transport not found
[20:21:24] [Client thread/INFO] [Forestry]: Module AgriCraft Plugin failed to load: AgriCraft not found
[20:21:24] [Client thread/INFO] [Forestry]: Module BiomesOPlenty Plugin failed to load: BiomesOPlenty not found
[20:21:24] [Client thread/INFO] [Forestry]: Module EnderIO Plugin failed to load: EnderIO not found
[20:21:24] [Client thread/INFO] [Forestry]: Module ExtraUtilities Plugin failed to load: ExtraUtilities not found
[20:21:24] [Client thread/INFO] [Forestry]: Module IndustrialCraft2 Plugin failed to load: IndustrialCraft2 not found
[20:21:24] [Client thread/INFO] [Forestry]: Module MagicalCrops Plugin failed to load: Magical Crops not found
[20:21:24] [Client thread/INFO] [Forestry]: Module PlantMegaPack Plugin failed to load: Plant Mega Pack not found
[20:21:24] [Client thread/INFO] [Forestry]: Module Witchery Plugin failed to load: Witchery not found
[20:21:25] [Thread-10/WARN] [Forestry]: Unable to read from remote version authority.
[20:22:02] [Client thread/INFO] [eplus]: Initializing Configurations.
[20:22:02] [Client thread/INFO] [eplus]: Plugin loaded: ThaumcraftPlugin
[20:22:02] [Client thread/INFO] [eplus]: Plugin loaded: Treecapitatior
[20:22:02] [Client thread/INFO] [eplus]: Plugin loaded: TConPlugin
[20:22:02] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... ThaumcraftPlugin
[20:22:02] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... Treecapitatior
[20:22:02] [Client thread/INFO] [eplus]: Initializing Blocks.
[20:22:02] [Client thread/INFO] [eplus]: Initializing Items.
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/46500170/Site/donator_list.txt
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at wasliecore.helpers.FileHelper.addDonators(FileHelper.java:109)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at wasliecore.main.WaslieCore.preInit(WaslieCore.java:51)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[20:22:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[20:22:02] [Client thread/INFO] [STDOUT]: [wasliecore.main.WaslieCore:preInit:55]: WaslieCore is brought to you by wasliebob
[20:22:02] [Client thread/INFO] [MagicBees]: Preinit started
[20:22:03] [Client thread/INFO] [MagicBees]: Found nugget of type IRON
[20:22:03] [Client thread/INFO] [MagicBees]: Found nugget of type COPPER
[20:22:03] [Client thread/INFO] [MagicBees]: Found nugget of type TIN
[20:22:03] [Client thread/INFO] [MagicBees]: Found nugget of type SILVER
[20:22:03] [Client thread/INFO] [MagicBees]: Disabled nugget SILVER
[20:22:03] [Client thread/INFO] [MagicBees]: Found nugget of type LEAD
[20:22:03] [Client thread/INFO] [MagicBees]: Disabled nugget LEAD
[20:22:03] [Client thread/INFO] [MagicBees]: Found nugget of type DIAMOND
[20:22:03] [Client thread/INFO] [MagicBees]: Disabled nugget DIAMOND
[20:22:03] [Client thread/INFO] [MagicBees]: Found nugget of type EMERALD
[20:22:03] [Client thread/INFO] [MagicBees]: Disabled nugget EMERALD
[20:22:03] [Client thread/INFO] [MagicBees]: Found nugget of type APATITE
[20:22:03] [Client thread/INFO] [MagicBees]: Disabled nugget APATITE
[20:22:03] [Client thread/INFO] [MagicBees]: Preinit completed
[20:22:03] [Client thread/INFO] [gendustry]: IC2 Version: NOT FOUND
[20:22:03] [Client thread/INFO] [gendustry]: RF API Version: CoFHAPI 1.7.10R1.0.2
[20:22:03] [Client thread/INFO] [gendustry]: Available Forestry species roots:
[20:22:03] [Client thread/INFO] [gendustry]: * rootBees - forestry.apiculture.genetics.BeeHelper
[20:22:03] [Client thread/INFO] [gendustry]: * rootTrees - forestry.arboriculture.genetics.TreeHelper
[20:22:03] [Client thread/INFO] [gendustry]: * rootButterflies - forestry.lepidopterology.genetics.ButterflyHelper
[20:22:03] [Client thread/INFO] [gendustry]: * rootFlowers - binnie.botany.genetics.FlowerHelper
[20:22:03] [Client thread/INFO] [bdlib]: Loading internal config files for mod Gendustry
[20:22:03] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/tuning.cfg
[20:22:04] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/recipes.cfg
[20:22:04] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/upgrades.cfg
[20:22:04] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/bees_color.cfg
[20:22:04] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/bees_patreon.cfg
[20:22:04] [Client thread/INFO] [bdlib]: Loading user config files for mod Gendustry
[20:22:04] [Client thread/INFO] [bdlib]: Config loading for mod Gendustry finished
[20:22:04] [Client thread/INFO] [bdlib]: Loaded creative tabs for gendustry
[20:22:05] [Client thread/INFO] [gendustry]: Items loaded
[20:22:05] [Client thread/INFO] [gendustry]: Fluids loaded
[20:22:05] [Client thread/INFO] [gendustry]: Blocks loaded
[20:22:05] [Client thread/INFO] [gendustry]: Machines loaded
[20:22:05] [Client thread/INFO] [gendustry]: Registered reload listener
[20:22:05] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
Aug 04, 2015 8:22:08 PM net.daveyx0.primitivemobs.common.PrimitiveMobs PreInit
INFO: Config file path: C:\Users\ShayLynn\AppData\Roaming\.minecraft\config/primitivemobs/
Aug 04, 2015 8:22:08 PM net.daveyx0.primitivemobs.config.PrimitiveMobsConfigurationGeneral init
INFO: Loaded General configuration file
Aug 04, 2015 8:22:08 PM net.daveyx0.primitivemobs.config.PrimitiveMobsConfigurationSpawns init
INFO: Loaded Spawnrate configuration file
[20:22:08] [Client thread/INFO] [Ridiculous World]: #****TheSand
[20:22:11] [Client thread/INFO] [FML]: Applying holder lookups
[20:22:11] [Client thread/INFO] [FML]: Holder lookups applied
[20:22:11] [Client thread/INFO] [FML]: Injecting itemstacks
[20:22:11] [Client thread/INFO] [FML]: Itemstack injection complete
[20:22:11] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[20:22:11] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[20:22:12] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[20:22:12] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[20:22:12] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[20:22:12] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[20:22:12] [Sound Library Loader/INFO]: Sound engine started
[20:22:12] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
[20:22:13] [Client thread/INFO]: Created: 16x16 textures/items-atlas
[20:22:13] [Client thread/ERROR] [CodeChickenCore]: Unable to do mod description scrolling due to lack of stencil buffer
[20:22:13] [Client thread/ERROR] [DamageIndicatorsMod]: The language resource assets/damageindicatorsmod/lang/en_US.lang cannot be located on the classpath. This is a programming error.
[20:22:13] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod bspkrsCore
Aug 04, 2015 8:22:14 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
[20:22:14] [Client thread/INFO] [bspkrsCore]: bspkrsCore 6.15 is out of date! Visit http://www.minecraftforum.net/topic/1114612- to download the latest release (6.16).
[20:22:14] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod Treecapitator
[20:22:14] [Client thread/INFO] [ExtrabiomesXL]: Initializing Treecapitator support...
[20:22:14] [Client thread/INFO] [ExtrabiomesXL]: Treecapitator IMC message sent.
[20:22:14] [Client thread/INFO] [Mantle]: Entering initialization phase.
[20:22:16] [Client thread/INFO] [eplus]: Initializing GUI Handler.
[20:22:16] [Client thread/INFO] [MagicBees]: Init completed
[20:22:16] [Client thread/INFO] [gendustry]: Registered 2 branches
[20:22:16] [Client thread/INFO] [gendustry]: Registered 17 bees
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/37637724/MinecraftModVersions/grim3212core.version
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.util.VersionChecker.<init>(VersionChecker.java:22)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerVersionCheck(GrimModule.java:63)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerMod(GrimModule.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.Grim3212Core.init(Grim3212Core.java:69)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[20:22:17] [Client thread/ERROR] [Grim3212 Core]: Error retrieving version check data for grim3212core
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/37637724/MinecraftModVersions/pokeball.version
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.util.VersionChecker.<init>(VersionChecker.java:22)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerVersionCheck(GrimModule.java:63)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerMod(GrimModule.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.pokeball.Pokeball.load(Pokeball.java:58)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[20:22:17] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[20:22:17] [Client thread/ERROR] [Grim3212 Core]: Error retrieving version check data for pokeball
[20:22:19] [Client thread/INFO] [Treecapitator]: Received IMC message from mod ExtrabiomesXL.
[20:22:19] [Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while verifying a ThirdPartyModConfig NBTTagCompound object
[20:22:19] [Client thread/INFO] [Treecapitator]: Received IMC message from mod Natura.
[20:22:19] [Client thread/WARN] [Treecapitator]: Unknown tag "useShiftedItemID" found while verifying a ThirdPartyModConfig NBTTagCompound object
[20:22:19] [Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while verifying a ThirdPartyModConfig NBTTagCompound object
[20:22:19] [Client thread/WARN] [Forestry]: Failed to find (chisel:granite) in the Forge item and block registries.
[20:22:19] [Client thread/WARN] [Forestry]: Failed to find (chisel:andesite) in the Forge item and block registries.
[20:22:19] [Client thread/WARN] [Forestry]: Failed to find (chisel:diorite) in the Forge item and block registries.
[20:22:19] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.frugal. Request sent from eplus
[20:22:19] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.charging. Request sent from eplus
[20:22:19] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.haste. Request sent from eplus
[20:22:19] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.repair. Request sent from eplus
[20:22:19] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.potency. Request sent from eplus
[20:22:19] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for Treecapitating. Request sent from eplus
[20:22:19] [Client thread/INFO] [FML]: Injecting itemstacks
[20:22:19] [Client thread/INFO] [FML]: Itemstack injection complete
[20:22:19] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[20:22:19] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[20:22:19] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[20:22:19] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[20:22:19] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[20:22:19] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[20:22:19] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[20:22:19] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.0
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.1
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.2
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.3
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.4
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.5
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.0
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.1
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.2
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.3
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.4
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.5
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.6
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.7
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.8
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.9
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.10
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.11
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.12
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.13
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.14
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.15
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id bedfinder
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id blackpelt
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id creepersweeper
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id doggydash
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id fisherdog
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id guarddog
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id happyeater
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id hellhound
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id hunterdog
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id packpuppy
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id pestfighter
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id pillowpaw
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id poisonfang
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id puppyeyes
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id quickhealer
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id rescuedog
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id shepherddog
[20:22:19] [Client thread/INFO] [Doggy Talents]: Register the talent with the id wolfmount
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[20:22:19] [Client thread/INFO] [Treecapitator]: Prioritizing User and IMC mod configs...
[20:22:19] [Client thread/INFO] [Treecapitator]: Registering items and trees...
[20:22:19] [Client thread/INFO] [Treecapitator]: Skipping Ore Dictionary processing.
[20:22:19] [Client thread/INFO] [Backpack]: [Backpacks] NEI Support enabled
[20:22:19] [Client thread/INFO] [ExtrabiomesXL]: Successfully Loaded.
[20:22:19] [Client thread/INFO] [Mantle]: Entering postinitialization phase.
[20:22:19] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[20:22:20] [Client thread/INFO] [Forestry]: Skipping CraftGuide integration.
[20:22:20] [Client thread/WARN] [FML]: Redundant call to BiomeDictionary.registerAllBiomes ignored
[20:22:20] [Client thread/INFO] [eplus]: Plugin initialized in PostInit... TConPlugin
[20:22:20] [Client thread/INFO] [MagicBees]: Registering marble
[20:22:20] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[20:22:20] [Client thread/INFO] [MagicBees]: Registering rock
[20:22:20] [Client thread/INFO] [MagicBees]: Registering water
[20:22:20] [Client thread/INFO] [MagicBees]: Registering basalt
[20:22:20] [Client thread/INFO] [MagicBees]: Registering marble
[20:22:20] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[20:22:20] [Client thread/INFO] [MagicBees]: Registering rock
[20:22:20] [Client thread/INFO] [MagicBees]: Registering water
[20:22:20] [Client thread/INFO] [MagicBees]: Registering basalt
[20:22:20] [Client thread/INFO] [MagicBees]: Registering marble
[20:22:20] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[20:22:20] [Client thread/INFO] [MagicBees]: Registering rock
[20:22:20] [Client thread/INFO] [MagicBees]: Registering water
[20:22:20] [Client thread/INFO] [MagicBees]: Registering basalt
[20:22:20] [Client thread/INFO] [MagicBees]: Registering marble
[20:22:20] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[20:22:20] [Client thread/INFO] [MagicBees]: Registering rock
[20:22:20] [Client thread/INFO] [MagicBees]: Registering water
[20:22:20] [Client thread/INFO] [MagicBees]: Registering basalt
[20:22:20] [Client thread/INFO] [MagicBees]: Postinit completed
[20:22:20] [Client thread/INFO] [gendustry]: Registered 17 mutations
[20:22:20] [Client thread/INFO] [gendustry]: Preparing genetics cache ...
[20:22:20] [Thread-16/INFO] [FML]: An updated version of MagicBees is available: 2.3.3. You are currently using 2.3.2
[20:22:20] [Client thread/INFO] [gendustry]: Cached 355 mutation outputs
[20:22:20] [Client thread/INFO] [gendustry]: Cached 216 mutation inputs
[20:22:21] [Client thread/INFO] [gendustry]: Cached 801 chromosomes
[20:22:21] [Client thread/INFO] [STDOUT]: [com.thevoxelbox.voxelmap.Map:<init>:388]: could not get entityRenderMap
[20:22:21] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipeSprintLeggingsUpgrades Modder please refer to net.minecraftforge.oredict.RecipeSorter
[20:22:21] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipeWhetstoneUpgrades Modder please refer to net.minecraftforge.oredict.RecipeSorter
[20:22:21] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipePaxel Modder please refer to net.minecraftforge.oredict.RecipeSorter
[20:22:21] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.EnchantSensitiveRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[20:22:21] [Client thread/INFO] [FML]: Unknown recipe class! mod.lucky.crafting.LuckyCrafting Modder please refer to net.minecraftforge.oredict.RecipeSorter
[20:22:21] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 43 mods
[20:22:21] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:MoreWolvesMod, FMLFileResourcePack:Doggy Talents, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Chisel, FMLFileResourcePack:Copious Dogs, FMLFileResourcePack:Crafting Pillars Mod, FMLFileResourcePack:Decocraft, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Forestry Extras, FMLFileResourcePack:FoxLib, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Grim3212 Core, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle, FMLFileResourcePack:MorePlayerModels, FMLFileResourcePack:Natura, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Pokeball, FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Ridiculous World, FMLFileResourcePack:Special Mobs, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Erebus, FMLFileResourcePack:VoxelMap No Radar, FMLFileResourcePack:WaslieCore, FMLFileResourcePack:bspkrsCore, CutieCraft_6244194.zip
[20:22:42] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
[20:22:49] [Client thread/INFO]: Created: 2048x1024 textures/blocks-atlas
[20:22:51] [Client thread/INFO]: Created: 1024x1024 textures/items-atlas
[20:22:51] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[20:22:51] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[20:22:52] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[20:22:52] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[20:22:52] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[20:22:52] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[20:22:52] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[20:22:52] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[20:22:52] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[20:22:52] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[20:22:52] [Sound Library Loader/INFO]: Sound engine started
[20:22:53] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 5 textures
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 3 locations:
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: mod MoreWolvesMod resources at C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\[1.7.10-1.7.2]MoreWolvesMod.zip
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: resource pack at path C:\Users\ShayLynn\AppData\Roaming\.minecraft\resourcepacks\CutieCraft_6244194.zip
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are:
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_167_doggytalents.dogbath.png
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_445_bookshelf.png
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_6385_erebus.warHammer.png
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1303_erebus.swampVent.png
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_769_null.png
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN craftingpillars
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: domain craftingpillars is missing 1 texture
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: domain craftingpillars has 1 location:
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: mod craftingpillars resources at C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\CraftingPillars-1.7.x-1.6.1.jar
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain craftingpillars are:
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/present.png
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain craftingpillars
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN mythril
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: domain mythril is missing 1 texture
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: domain mythril is missing a resource manager - it is probably a side-effect of automatic texture processing
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain mythril are:
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/mythril_ring.png
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain mythril
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:22:53] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[20:22:54] [Thread-11/INFO]: [CHAT] §2MorePlayerModels§f installed. More info at §9§nClick here
[20:22:54] [Doggy Talents Version Check/INFO]: [CHAT] A new Doggy Talents version exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[20:23:16] [Client thread/INFO]: Deleting level New World--
[20:23:16] [Client thread/INFO]: Attempt 1...
[20:23:18] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[20:23:21] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[20:23:21] [Server thread/INFO]: Generating keypair
[20:23:21] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[20:23:21] [Server thread/INFO] [FML]: Applying holder lookups
[20:23:21] [Server thread/INFO] [FML]: Holder lookups applied
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 0 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 66 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 40 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 85 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 84 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 83 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 82 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 81 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 80 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 51 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension -1 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:22] [Server thread/INFO] [FML]: Loading dimension 1 (CORGIS) ([email protected])
[20:23:22] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:23] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[20:23:23] [Server thread/INFO]: Preparing start region for level 0
[20:23:24] [Server thread/INFO]: Preparing spawn area: 39%
[20:23:25] [Server thread/INFO]: Preparing spawn area: 96%
[20:23:25] [Server thread/INFO]: Changing view distance to 32, from 10
[20:23:25] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
[20:23:25] [Netty IO #1/INFO] [FML]: Client protocol version 2
[20:23:25] [Netty IO #1/INFO] [FML]: Client attempting to join with 43 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]${mcversion}-${version},[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] - 1.7.10,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] - 1.7.10,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[20:23:25] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[20:23:25] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[20:23:26] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[20:23:26] [Server thread/INFO]: ShaylyNNN[local:E:acca445a] logged in with entity id 404 at (-132.5, 65.0, 263.5)
[20:23:26] [Server thread/INFO]: ShaylyNNN joined the game
[20:23:26] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/46500170/Site/Builds/FE2_UPDATE.wasliecore
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at wasliecore.helpers.UpdateHelper.getUpdate(UpdateHelper.java:57)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at forestryextras.handlers.events.OnPlayerJoinWorld.joinEvent(OnPlayerJoinWorld.java:21)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_269_OnPlayerJoinWorld_joinEvent_EntityJoinWorldEvent.invoke(.dynamic)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.world.World.func_72838_d(World.java:1334)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.func_72377_c(ServerConfigurationManager.java:301)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:161)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:190)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:463)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
[20:23:26] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Aug 04, 2015 8:24:18 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @-480 34 -96
Aug 04, 2015 8:24:30 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @352 20 720
0
[02:21:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[02:21:52] [main/INFO] [FML]: Forge Mod Loader version 7.99.29.1490 for Minecraft 1.7.10 loading
[02:21:52] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM,
version 1.8.0_25, running on Windows 7:amd64:6.1, installed at
C:\Users\ShayLynn\Desktop\runtime\jre-x64\1.8.0_25
[02:21:52] [main/WARN] [FML]: The coremod
codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion
annotation, it may cause issues with this version of Minecraft
[02:21:52] [main/WARN] [FML]: The coremod
codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation,
it may cause issues with this version of Minecraft
[02:21:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [FML]: Found valid fingerprint for Minecraft
Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[02:21:55] [main/INFO] [FML]: Found valid fingerprint for Minecraft.
Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[02:21:55] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[02:21:55] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[02:21:57] [main/INFO]: Setting user: ShaylyNNN
[02:21:59] [Client thread/INFO]: LWJGL Version: 2.9.1
[02:22:01] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 8/4/15 2:22 AM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 26681896 bytes (25 MB) / 190210048 bytes (181 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total;
-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
-Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode
-XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.2.9232' Renderer: 'ATI Radeon HD 5450 '
[02:22:01] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[02:22:01] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1490 Initialized
[02:22:01] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[02:22:01] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[02:22:01] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[02:22:01] [Client thread/INFO] [FML]: Searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods for mods
[02:22:01] [Client thread/INFO] [FML]: Also searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\1.7.10 for mods
[02:22:05] [Client thread/WARN] [DamageIndicatorsMod]: Mod
DamageIndicatorsMod is missing the required element 'version' and a
version.properties file could not be found. Falling back to metadata
version 3.2.3
[02:22:05] [Client thread/WARN] [Botany]: Mod Botany is missing the
required element 'version' and a version.properties file could not be
found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [BinnieCore]: Mod BinnieCore is missing
the required element 'version' and a version.properties file could not
be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [ExtraBees]: Mod ExtraBees is missing
the required element 'version' and a version.properties file could not
be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [ExtraTrees]: Mod ExtraTrees is missing
the required element 'version' and a version.properties file could not
be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [Genetics]: Mod Genetics is missing the
required element 'version' and a version.properties file could not be
found. Falling back to metadata version 2.0-pre14
[02:22:06] [Client thread/WARN] [MagicBees]: Mod MagicBees is missing
the required element 'version' and a version.properties file could not
be found. Falling back to metadata version 1.7.10-2.3.2
[02:22:07] [Client thread/INFO] [FML]: Forge Mod Loader has identified 43 mods to load
[02:22:07] [Client thread/INFO] [FML]: Found mod(s) [craftingpillars]
containing declared API package thaumcraft.api (owned by Thaumcraft)
without associated API reference
[02:22:07] [Client thread/INFO] [FML]: FML has found a non-mod file
CodeChickenLib-1.7.10-1.1.1.99-universal.jar in your mods directory. It
will now be injected into your classpath. This could severe stability
issues, it should be removed if possible.
[02:22:08] [Client thread/INFO] [FML]: Attempting connection with
missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, lucky,
MoreWolvesMod, doggytalents, DamageIndicatorsMod, Treecapitator,
Backpack, bdlib, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics,
chisel, CopiousDogs, craftingpillars, props, eplus, ExtrabiomesXL,
Forestry, ForestryExtras, foxlib, gendustry, grim3212core, MagicBees,
Mantle, moreplayermodels, Natura, OreSpawn, harvestcraft, pokeball,
primitivemobs, RidiculousWorld, SpecialMobs, sus, erebus, voxelmap,
WaslieCore, bspkrsCore] at CLIENT
[02:22:08] [Client thread/INFO] [FML]: Attempting connection with
missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, lucky,
MoreWolvesMod, doggytalents, DamageIndicatorsMod, Treecapitator,
Backpack, bdlib, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics,
chisel, CopiousDogs, craftingpillars, props, eplus, ExtrabiomesXL,
Forestry, ForestryExtras, foxlib, gendustry, grim3212core, MagicBees,
Mantle, moreplayermodels, Natura, OreSpawn, harvestcraft, pokeball,
primitivemobs, RidiculousWorld, SpecialMobs, sus, erebus, voxelmap,
WaslieCore, bspkrsCore] at SERVER
[02:22:08] [Client thread/ERROR] [Backpack]: The mod Backpack is
expecting signature @[email protected] for source backpack-2.0.1-1.7.x.jar,
however there is no signature matching that description
[02:22:14] [Client thread/INFO]: Reloading ResourceManager: Default,
FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft
Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Lucky
Block, FMLFileResourcePack:MoreWolvesMod, FMLFileResourcePack:Doggy
Talents, FMLFileResourcePack:Damage Indicators,
FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack,
FMLFileResourcePack:BD Lib, FMLFileResourcePack:Botany,
FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees,
FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics,
FMLFileResourcePack:Chisel, FMLFileResourcePack:Copious Dogs,
FMLFileResourcePack:Crafting Pillars Mod, FMLFileResourcePack:Decocraft,
FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:ExtrabiomesXL,
FMLFileResourcePack:Forestry for Minecraft,
FMLFileResourcePack:Forestry Extras, FMLFileResourcePack:FoxLib,
FMLFileResourcePack:GenDustry, FMLFileResourcePack:Grim3212 Core,
FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle,
FMLFileResourcePack:MorePlayerModels, FMLFileResourcePack:Natura,
FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Pam's HarvestCraft,
FMLFileResourcePack:Pokeball, FMLFileResourcePack:Primitive Mobs,
FMLFileResourcePack:Ridiculous World, FMLFileResourcePack:Special Mobs,
FMLFileResourcePack:Superheroes Unlimited Mod,
FMLFileResourcePack:Erebus, FMLFileResourcePack:VoxelMap No Radar,
FMLFileResourcePack:WaslieCore, FMLFileResourcePack:bspkrsCore,
CutieCraft_6244194.zip
[02:22:14] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[02:22:15] [Client thread/INFO] [Treecapitator]: Loading configuration
file
C:\Users\ShayLynn\AppData\Roaming\.minecraft\config\Treecapitator.cfg
[02:22:15] [Client thread/INFO] [Treecapitator]: Proceeding to load tree/mod configs from file.
[02:22:15] [Client thread/INFO] [bdlib]: bdlib 1.9.0.94 loaded
[02:22:16] [Doggy Talents Version Check/INFO] [Doggy Talents]: Received version data: OUTDATED
[02:22:16] [Doggy Talents Version Check/INFO] [Doggy Talents]: A new Doggy Talents version exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[02:22:16] [Client thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
[02:22:16] [Client thread/INFO] [ExtrabiomesXL]: Initializing.
[02:22:17] [Thread-9/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]:
java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/74770478/DamageIndicatorMod1710.txt
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:22:17] [Thread-9/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(Native Method)
[02:22:17] [Thread-9/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(AccessController.java:713)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:22:17] [Thread-9/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.net.URL.openStream(URL.java:1038)
[02:22:17] [Thread-9/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
DamageIndicatorsMod.client.DIClientProxy$1.run(DIClientProxy.java:79)
[02:22:17] [Thread-9/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.Thread.run(Thread.java:745)
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: BLACK = DYE_BLACK
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: BLUE = DYE_BLUE
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: BROWN = DYE_BROWN
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: WHITE = DYE_WHITE
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Module CAUTIA is enabled.
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Module FABRICA is enabled.
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Module AMICA is enabled.
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Name: ExtrabiomesXL:double_woodslab
[02:22:17] [Client thread/INFO] [Mantle]: Mantle (1.7.10-0.3.2.jenkins184) -- Preparing for launch.
[02:22:17] [Client thread/INFO] [Mantle]: Entering preinitialization phase.
[02:22:17] [Client thread/INFO] [Mantle]: Loading configuration from disk.
[02:22:17] [Client thread/INFO] [Mantle]: Configuration load completed.
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse
Natura TE4 Compatibility; missing dependency: ThermalExpansion
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse
Natura BuildCraft Compatibility; missing dependency:
BuildCraft|Transport
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse
Natura Thaumcraft Compatibility; missing dependency: Thaumcraft
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse
Natura FMP Compatibility; missing dependency: ForgeMultipart
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse
Natura MFR Compatibility; missing dependency: MineFactoryReloaded
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura Waila Compatibility; missing dependency: Waila
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Fuels
Plugin failed to load: Compatible BuildCraftAPI|fuels version not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Recipes
Plugin failed to load: Compatible BuildCraftAPI|recipes version not
found
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6
Statements Plugin failed to load: Compatible BuildCraftAPI|statements
version not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Transport Plugin failed to load: BuildCraft|Transport not found
[02:22:19] [Client thread/INFO] [Forestry]: Module Pipes Plugin failed to load: BuildCraft|Transport not found
[02:22:19] [Client thread/INFO] [Forestry]: Module AgriCraft Plugin failed to load: AgriCraft not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BiomesOPlenty Plugin failed to load: BiomesOPlenty not found
[02:22:19] [Client thread/INFO] [Forestry]: Module EnderIO Plugin failed to load: EnderIO not found
[02:22:19] [Client thread/INFO] [Forestry]: Module ExtraUtilities Plugin failed to load: ExtraUtilities not found
[02:22:19] [Client thread/INFO] [Forestry]: Module IndustrialCraft2 Plugin failed to load: IndustrialCraft2 not found
[02:22:19] [Client thread/INFO] [Forestry]: Module MagicalCrops Plugin failed to load: Magical Crops not found
[02:22:19] [Client thread/INFO] [Forestry]: Module PlantMegaPack Plugin failed to load: Plant Mega Pack not found
[02:22:19] [Client thread/INFO] [Forestry]: Module Witchery Plugin failed to load: Witchery not found
[02:22:20] [Thread-10/WARN] [Forestry]: Unable to read from remote version authority.
[02:22:53] [Client thread/INFO] [eplus]: Initializing Configurations.
[02:22:53] [Client thread/INFO] [eplus]: Plugin loaded: ThaumcraftPlugin
[02:22:53] [Client thread/INFO] [eplus]: Plugin loaded: Treecapitatior
[02:22:53] [Client thread/INFO] [eplus]: Plugin loaded: TConPlugin
[02:22:53] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... ThaumcraftPlugin
[02:22:53] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... Treecapitatior
[02:22:53] [Client thread/INFO] [eplus]: Initializing Blocks.
[02:22:53] [Client thread/INFO] [eplus]: Initializing Items.
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/46500170/Site/donator_list.txt
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(AccessController.java:713)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.net.URL.openStream(URL.java:1038)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
wasliecore.helpers.FileHelper.addDonators(FileHelper.java:109)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
wasliecore.main.WaslieCore.preInit(WaslieCore.java:51)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.main.Main.main(SourceFile:148)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[02:22:53] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[02:22:54] [Client thread/INFO] [STDOUT]: [wasliecore.main.WaslieCore:preInit:55]: WaslieCore is brought to you by wasliebob
[02:22:54] [Client thread/INFO] [MagicBees]: Preinit started
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type IRON
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type COPPER
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type TIN
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type SILVER
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget SILVER
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type LEAD
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget LEAD
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type DIAMOND
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget DIAMOND
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type EMERALD
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget EMERALD
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type APATITE
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget APATITE
[02:22:54] [Client thread/INFO] [MagicBees]: Preinit completed
[02:22:54] [Client thread/INFO] [gendustry]: IC2 Version: NOT FOUND
[02:22:54] [Client thread/INFO] [gendustry]: RF API Version: CoFHAPI 1.7.10R1.0.2
[02:22:54] [Client thread/INFO] [gendustry]: Available Forestry species roots:
[02:22:54] [Client thread/INFO] [gendustry]: * rootBees - forestry.apiculture.genetics.BeeHelper
[02:22:54] [Client thread/INFO] [gendustry]: * rootTrees - forestry.arboriculture.genetics.TreeHelper
[02:22:54] [Client thread/INFO] [gendustry]: * rootButterflies - forestry.lepidopterology.genetics.ButterflyHelper
[02:22:54] [Client thread/INFO] [gendustry]: * rootFlowers - binnie.botany.genetics.FlowerHelper
[02:22:54] [Client thread/INFO] [bdlib]: Loading internal config files for mod Gendustry
[02:22:54] [Client thread/INFO] [bdlib]: Loading config:
jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/tuning.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config:
jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/recipes.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config:
jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/upgrades.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config:
jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/bees_color.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config:
jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/bees_patreon.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading user config files for mod Gendustry
[02:22:55] [Client thread/INFO] [bdlib]: Config loading for mod Gendustry finished
[02:22:55] [Client thread/INFO] [bdlib]: Loaded creative tabs for gendustry
[02:22:55] [Client thread/INFO] [gendustry]: Items loaded
[02:22:55] [Client thread/INFO] [gendustry]: Fluids loaded
[02:22:55] [Client thread/INFO] [gendustry]: Blocks loaded
[02:22:56] [Client thread/INFO] [gendustry]: Machines loaded
[02:22:56] [Client thread/INFO] [gendustry]: Registered reload listener
[02:22:56] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
Aug 04, 2015 2:22:58 AM net.daveyx0.primitivemobs.common.PrimitiveMobs PreInit
INFO: Config file path: C:\Users\ShayLynn\AppData\Roaming\.minecraft\config/primitivemobs/
Aug 04, 2015 2:22:58 AM net.daveyx0.primitivemobs.config.PrimitiveMobsConfigurationGeneral init
INFO: Loaded General configuration file
Aug 04, 2015 2:22:58 AM net.daveyx0.primitivemobs.config.PrimitiveMobsConfigurationSpawns init
INFO: Loaded Spawnrate configuration file
[02:22:59] [Client thread/INFO] [Ridiculous World]: #****TheSand
[02:23:01] [Client thread/INFO] [FML]: Applying holder lookups
[02:23:01] [Client thread/INFO] [FML]: Holder lookups applied
[02:23:01] [Client thread/INFO] [FML]: Injecting itemstacks
[02:23:01] [Client thread/INFO] [FML]: Itemstack injection complete
[02:23:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[02:23:01] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[02:23:01] [Thread-13/INFO] [STDOUT]:
[paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of
OpenAL. For more information, see http://www.lwjgl.org)
[02:23:02] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[02:23:02] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:02] [Sound Library Loader/INFO]: Sound engine started
[02:23:02] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
[02:23:02] [Client thread/INFO]: Created: 16x16 textures/items-atlas
[02:23:02] [Client thread/ERROR] [CodeChickenCore]: Unable to do mod description scrolling due to lack of stencil buffer
[02:23:03] [Client thread/ERROR] [DamageIndicatorsMod]: The language
resource assets/damageindicatorsmod/lang/en_US.lang cannot be located on
the classpath. This is a programming error.
[02:23:03] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod bspkrsCore
Aug 04, 2015 2:23:03 AM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs
at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
[02:23:03] [Client thread/INFO] [bspkrsCore]: bspkrsCore 6.15 is out of date! Visit http://www.minecraftforum.net/topic/1114612- to download the latest release (6.16).
[02:23:03] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod Treecapitator
[02:23:03] [Client thread/INFO] [ExtrabiomesXL]: Initializing Treecapitator support...
[02:23:03] [Client thread/INFO] [ExtrabiomesXL]: Treecapitator IMC message sent.
[02:23:03] [Client thread/INFO] [Mantle]: Entering initialization phase.
[02:23:05] [Client thread/INFO] [eplus]: Initializing GUI Handler.
[02:23:05] [Client thread/INFO] [MagicBees]: Init completed
[02:23:05] [Client thread/INFO] [gendustry]: Registered 2 branches
[02:23:05] [Client thread/INFO] [gendustry]: Registered 17 bees
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]:
java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/37637724/MinecraftModVersions/grim3212core.version
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(AccessController.java:713)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.net.URL.openStream(URL.java:1038)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.util.VersionChecker.<init>(VersionChecker.java:22)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.GrimModule.registerVersionCheck(GrimModule.java:63)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.GrimModule.registerMod(GrimModule.java:43)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.Grim3212Core.init(Grim3212Core.java:69)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.main.Main.main(SourceFile:148)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[02:23:06] [Client thread/ERROR] [Grim3212 Core]: Error retrieving version check data for grim3212core
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]:
java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/37637724/MinecraftModVersions/pokeball.version
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(AccessController.java:713)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.net.URL.openStream(URL.java:1038)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.util.VersionChecker.<init>(VersionChecker.java:22)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.GrimModule.registerVersionCheck(GrimModule.java:63)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.GrimModule.registerMod(GrimModule.java:43)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.pokeball.Pokeball.load(Pokeball.java:58)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.main.Main.main(SourceFile:148)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[02:23:06] [Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[02:23:06] [Client thread/ERROR] [Grim3212 Core]: Error retrieving version check data for pokeball
[02:23:08] [Client thread/INFO] [Treecapitator]: Received IMC message from mod ExtrabiomesXL.
[02:23:08] [Client thread/WARN] [Treecapitator]: Unknown tag "trees"
found while verifying a ThirdPartyModConfig NBTTagCompound object
[02:23:08] [Client thread/INFO] [Treecapitator]: Received IMC message from mod Natura.
[02:23:08] [Client thread/WARN] [Treecapitator]: Unknown tag
"useShiftedItemID" found while verifying a ThirdPartyModConfig
NBTTagCompound object
[02:23:08] [Client thread/WARN] [Treecapitator]: Unknown tag "trees"
found while verifying a ThirdPartyModConfig NBTTagCompound object
[02:23:08] [Client thread/WARN] [Forestry]: Failed to find (chisel:granite) in the Forge item and block registries.
[02:23:08] [Client thread/WARN] [Forestry]: Failed to find (chisel:andesite) in the Forge item and block registries.
[02:23:08] [Client thread/WARN] [Forestry]: Failed to find (chisel:diorite) in the Forge item and block registries.
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.frugal. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.charging. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.haste. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.repair. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.potency. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for Treecapitating. Request sent from eplus
[02:23:08] [Client thread/INFO] [FML]: Injecting itemstacks
[02:23:08] [Client thread/INFO] [FML]: Itemstack injection complete
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item
[email protected] meta 32767 was register to an
item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item
[email protected] meta 32767 was register to an item
list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item
[email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item
[email protected] meta 32767 was register to an
item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item
[email protected] meta 32767 was register to an item
list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item
[email protected] meta 32767 was register to an item
list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item
[email protected] meta 32767 was register to an item
list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item
[email protected] meta 32767 was register to an
item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.0
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.1
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.2
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.3
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.4
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.5
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.0
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.1
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.2
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.3
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.4
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.5
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.6
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.7
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.8
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.9
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.10
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.11
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.12
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.13
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.14
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.15
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id bedfinder
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id blackpelt
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id creepersweeper
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id doggydash
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id fisherdog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id guarddog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id happyeater
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id hellhound
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id hunterdog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id packpuppy
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id pestfighter
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id pillowpaw
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id poisonfang
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id puppyeyes
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id quickhealer
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id rescuedog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id shepherddog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id wolfmount
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/INFO] [Treecapitator]: Prioritizing User and IMC mod configs...
[02:23:08] [Client thread/INFO] [Treecapitator]: Registering items and trees...
[02:23:08] [Client thread/INFO] [Treecapitator]: Skipping Ore Dictionary processing.
[02:23:08] [Client thread/INFO] [Backpack]: [Backpacks] NEI Support enabled
[02:23:08] [Client thread/INFO] [ExtrabiomesXL]: Successfully Loaded.
[02:23:08] [Client thread/INFO] [Mantle]: Entering postinitialization phase.
[02:23:08] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[02:23:08] [Client thread/INFO] [Forestry]: Skipping CraftGuide integration.
[02:23:09] [Client thread/WARN] [FML]: Redundant call to BiomeDictionary.registerAllBiomes ignored
[02:23:09] [Client thread/INFO] [eplus]: Plugin initialized in PostInit... TConPlugin
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Postinit completed
[02:23:09] [Client thread/INFO] [gendustry]: Registered 17 mutations
[02:23:09] [Client thread/INFO] [gendustry]: Preparing genetics cache ...
[02:23:09] [Thread-16/INFO] [FML]: An updated version of MagicBees is available: 2.3.3. You are currently using 2.3.2
[02:23:09] [Client thread/INFO] [gendustry]: Cached 355 mutation outputs
[02:23:09] [Client thread/INFO] [gendustry]: Cached 216 mutation inputs
[02:23:09] [Client thread/INFO] [gendustry]: Cached 801 chromosomes
[02:23:10] [Client thread/INFO] [STDOUT]: [com.thevoxelbox.voxelmap.Map:<init>:388]: could not get entityRenderMap
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class!
erebus.recipes.RecipeSprintLeggingsUpgrades Modder please refer to
net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class!
erebus.recipes.RecipeWhetstoneUpgrades Modder please refer to
net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class!
erebus.recipes.RecipePaxel Modder please refer to
net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class!
erebus.recipes.EnchantSensitiveRecipe Modder please refer to
net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class!
mod.lucky.crafting.LuckyCrafting Modder please refer to
net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 43 mods
[02:23:10] [Client thread/INFO]: Reloading ResourceManager: Default,
FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft
Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Lucky
Block, FMLFileResourcePack:MoreWolvesMod, FMLFileResourcePack:Doggy
Talents, FMLFileResourcePack:Damage Indicators,
FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack,
FMLFileResourcePack:BD Lib, FMLFileResourcePack:Botany,
FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees,
FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics,
FMLFileResourcePack:Chisel, FMLFileResourcePack:Copious Dogs,
FMLFileResourcePack:Crafting Pillars Mod, FMLFileResourcePack:Decocraft,
FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:ExtrabiomesXL,
FMLFileResourcePack:Forestry for Minecraft,
FMLFileResourcePack:Forestry Extras, FMLFileResourcePack:FoxLib,
FMLFileResourcePack:GenDustry, FMLFileResourcePack:Grim3212 Core,
FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle,
FMLFileResourcePack:MorePlayerModels, FMLFileResourcePack:Natura,
FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Pam's HarvestCraft,
FMLFileResourcePack:Pokeball, FMLFileResourcePack:Primitive Mobs,
FMLFileResourcePack:Ridiculous World, FMLFileResourcePack:Special Mobs,
FMLFileResourcePack:Superheroes Unlimited Mod,
FMLFileResourcePack:Erebus, FMLFileResourcePack:VoxelMap No Radar,
FMLFileResourcePack:WaslieCore, FMLFileResourcePack:bspkrsCore,
CutieCraft_6244194.zip
[02:23:30] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
[02:23:35] [Client thread/INFO]: Created: 2048x1024 textures/blocks-atlas
[02:23:37] [Client thread/INFO]: Created: 1024x1024 textures/items-atlas
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:37] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:37] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[02:23:37] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[02:23:37] [Thread-17/INFO] [STDOUT]:
[paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of
OpenAL. For more information, see http://www.lwjgl.org)
[02:23:37] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[02:23:38] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:38] [Sound Library Loader/INFO]: Sound engine started
[02:23:38] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 5 textures
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 3 locations:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack
type net.minecraft.client.resources.DefaultResourcePack : Default
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: mod MoreWolvesMod
resources at
C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\[1.7.10-1.7.2]MoreWolvesMod.zip
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: resource pack at path
C:\Users\ShayLynn\AppData\Roaming\.minecraft\resourcepacks\CutieCraft_6244194.zip
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_167_doggytalents.dogbath.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_445_bookshelf.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_6385_erebus.warHammer.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1303_erebus.swampVent.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_769_null.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN craftingpillars
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain craftingpillars is missing 1 texture
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain craftingpillars has 1 location:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: mod craftingpillars
resources at
C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\CraftingPillars-1.7.x-1.6.1.jar
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain craftingpillars are:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/present.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain craftingpillars
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN mythril
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain mythril is missing 1 texture
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain mythril is
missing a resource manager - it is probably a side-effect of automatic
texture processing
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain mythril are:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/mythril_ring.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain mythril
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[02:23:39] [Doggy Talents Version Check/INFO]: [CHAT] A new Doggy Talents version exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[02:23:40] [Thread-11/INFO]: [CHAT] §2MorePlayerModels§f installed. More info at §9§nClick here
[02:23:46] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:24:06] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:24:18] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:24:22] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[02:24:22] [Server thread/INFO]: Generating keypair
[02:24:23] [Server thread/INFO]: Converting map!
[02:24:23] [Server thread/INFO]: Scanning folders...
[02:24:23] [Server thread/INFO]: Total conversion count is 0
[02:24:23] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[02:24:23] [Server thread/INFO] [FML]: Applying holder lookups
[02:24:23] [Server thread/INFO] [FML]: Holder lookups applied
[02:24:23] [Server thread/INFO] [FML]: Loading dimension 0 (New World)
([email protected])
[02:24:23] [Server thread/INFO] [FML]: Loading dimension 66 (New World)
([email protected])
[02:24:23] [Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[02:24:23] [Server thread/INFO] [FML]: Loading dimension 40 (New World)
([email protected])
[02:24:24] [Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[02:24:24] [Server thread/WARN]: Unable to find spawn biome
[02:24:24] [Server thread/INFO] [FML]: Loading dimension 85 (New World)
([email protected])
[02:24:24] [Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[02:24:24] [Server thread/WARN]: Unable to find spawn biome
[02:24:29] [Server thread/INFO] [FML]: Loading dimension 84 (New World)
([email protected])
[02:24:29] [Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[02:24:29] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 83 (New World)
([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[02:24:30] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 82 (New World)
([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[02:24:30] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 81 (New World)
([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[02:24:30] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 80 (New World)
([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 51 (New World)
([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[02:24:30] [Server thread/INFO] [FML]: Loading dimension -1 (New World)
([email protected])
[02:24:31] [Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
net.minecraft.[email protected]
[02:24:31] [Server thread/INFO] [FML]: Loading dimension 1 (New World)
([email protected])
[02:24:31] [Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[02:24:31] [Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[02:24:31] [Server thread/INFO]: Preparing start region for level 0
[02:24:32] [Server thread/INFO]: Preparing spawn area: 6%
[02:24:33] [Server thread/INFO]: Preparing spawn area: 11%
[02:24:34] [Server thread/INFO]: Preparing spawn area: 19%
[02:24:35] [Server thread/INFO]: Preparing spawn area: 25%
[02:24:36] [Server thread/INFO]: Preparing spawn area: 30%
[02:24:37] [Server thread/INFO]: Preparing spawn area: 35%
[02:24:38] [Server thread/INFO]: Preparing spawn area: 43%
[02:24:39] [Server thread/INFO]: Preparing spawn area: 50%
Aug 04, 2015 2:24:39 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @0 34 224
Aug 04, 2015 2:24:39 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @0 42 288
[02:24:40] [Server thread/INFO]: Preparing spawn area: 56%
Aug 04, 2015 2:24:40 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @32 39 96
[02:24:41] [Server thread/INFO]: Preparing spawn area: 63%
Aug 04, 2015 2:24:42 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @64 36 64
[02:24:42] [Server thread/INFO]: Preparing spawn area: 69%
[02:24:43] [Server thread/INFO]: Preparing spawn area: 75%
[02:24:44] [Server thread/INFO]: Preparing spawn area: 82%
[02:24:45] [Server thread/INFO]: Preparing spawn area: 87%
[02:24:46] [Server thread/INFO]: Preparing spawn area: 93%
Aug 04, 2015 2:24:46 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @160 25 320
Aug 04, 2015 2:24:47 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @176 26 208
[02:24:47] [Server thread/INFO]: Preparing spawn area: 99%
[02:24:47] [Server thread/INFO]: Changing view distance to 32, from 10
[02:24:48] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
[02:24:48] [Netty IO #1/INFO] [FML]: Client protocol version 2
[02:24:48] [Netty IO #1/INFO] [FML]: Client attempting to join with 43 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]${mcversion}-${version},[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
-
1.7.10,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
-
1.7.10,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[02:24:48] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[02:24:48] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[02:24:48] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
[02:24:48] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[02:24:48] [Server thread/INFO]: ShaylyNNN[local:E:086725af] logged in with entity id 439 at (6.5, 64.0, 260.5)
[02:24:48] [Server thread/INFO]: ShaylyNNN joined the game
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/46500170/Site/Builds/FE2_UPDATE.wasliecore
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(Native Method)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(AccessController.java:713)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.net.URL.openStream(URL.java:1038)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
wasliecore.helpers.UpdateHelper.getUpdate(UpdateHelper.java:57)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
forestryextras.handlers.events.OnPlayerJoinWorld.joinEvent(OnPlayerJoinWorld.java:21)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.eventhandler.ASMEventHandler_269_OnPlayerJoinWorld_joinEvent_EntityJoinWorldEvent.invoke(.dynamic)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.world.World.func_72838_d(World.java:1334)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.management.ServerConfigurationManager.func_72377_c(ServerConfigurationManager.java:301)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:161)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:190)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:463)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
[02:24:52] [Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Aug 04, 2015 2:24:54 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-224 20 240
Aug 04, 2015 2:24:55 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @-208 34 144
Aug 04, 2015 2:24:58 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-224 27 112
Aug 04, 2015 2:25:01 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @112 32 496
Aug 04, 2015 2:25:01 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @144 34 480
Aug 04, 2015 2:25:05 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-240 27 16
Aug 04, 2015 2:25:08 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @256 20 448
Aug 04, 2015 2:25:13 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @272 27 -80
Aug 04, 2015 2:25:13 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @288 34 560
0
[02:21:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[02:21:52] [main/INFO] [FML]: Forge Mod Loader version 7.99.29.1490 for Minecraft 1.7.10 loading
[02:21:52] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Users\ShayLynn\Desktop\runtime\jre-x64\1.8.0_25
[02:21:52] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[02:21:52] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[02:21:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[02:21:55] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[02:21:55] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[02:21:55] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[02:21:57] [main/INFO]: Setting user: ShaylyNNN
[02:21:59] [Client thread/INFO]: LWJGL Version: 2.9.1
[02:22:01] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 8/4/15 2:22 AM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 26681896 bytes (25 MB) / 190210048 bytes (181 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.2.9232' Renderer: 'ATI Radeon HD 5450 '
[02:22:01] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[02:22:01] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1490 Initialized
[02:22:01] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[02:22:01] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[02:22:01] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[02:22:01] [Client thread/INFO] [FML]: Searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods for mods
[02:22:01] [Client thread/INFO] [FML]: Also searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\1.7.10 for mods
[02:22:05] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3
[02:22:05] [Client thread/WARN] [Botany]: Mod Botany is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [BinnieCore]: Mod BinnieCore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [ExtraBees]: Mod ExtraBees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [ExtraTrees]: Mod ExtraTrees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [Genetics]: Mod Genetics is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:06] [Client thread/WARN] [MagicBees]: Mod MagicBees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.7.10-2.3.2
[02:22:07] [Client thread/INFO] [FML]: Forge Mod Loader has identified 43 mods to load
[02:22:07] [Client thread/INFO] [FML]: Found mod(s) [craftingpillars] containing declared API package thaumcraft.api (owned by Thaumcraft) without associated API reference
[02:22:07] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.99-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[02:22:08] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, lucky, MoreWolvesMod, doggytalents, DamageIndicatorsMod, Treecapitator, Backpack, bdlib, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, chisel, CopiousDogs, craftingpillars, props, eplus, ExtrabiomesXL, Forestry, ForestryExtras, foxlib, gendustry, grim3212core, MagicBees, Mantle, moreplayermodels, Natura, OreSpawn, harvestcraft, pokeball, primitivemobs, RidiculousWorld, SpecialMobs, sus, erebus, voxelmap, WaslieCore, bspkrsCore] at CLIENT
[02:22:08] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, lucky, MoreWolvesMod, doggytalents, DamageIndicatorsMod, Treecapitator, Backpack, bdlib, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, chisel, CopiousDogs, craftingpillars, props, eplus, ExtrabiomesXL, Forestry, ForestryExtras, foxlib, gendustry, grim3212core, MagicBees, Mantle, moreplayermodels, Natura, OreSpawn, harvestcraft, pokeball, primitivemobs, RidiculousWorld, SpecialMobs, sus, erebus, voxelmap, WaslieCore, bspkrsCore] at SERVER
[02:22:08] [Client thread/ERROR] [Backpack]: The mod Backpack is expecting signature @[email protected] for source backpack-2.0.1-1.7.x.jar, however there is no signature matching that description
[02:22:14] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:MoreWolvesMod, FMLFileResourcePack:Doggy Talents, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Chisel, FMLFileResourcePack:Copious Dogs, FMLFileResourcePack:Crafting Pillars Mod, FMLFileResourcePack:Decocraft, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Forestry Extras, FMLFileResourcePack:FoxLib, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Grim3212 Core, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle, FMLFileResourcePack:MorePlayerModels, FMLFileResourcePack:Natura, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Pokeball, FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Ridiculous World, FMLFileResourcePack:Special Mobs, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Erebus, FMLFileResourcePack:VoxelMap No Radar, FMLFileResourcePack:WaslieCore, FMLFileResourcePack:bspkrsCore, CutieCraft_6244194.zip
[02:22:14] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[02:22:15] [Client thread/INFO] [Treecapitator]: Loading configuration file C:\Users\ShayLynn\AppData\Roaming\.minecraft\config\Treecapitator.cfg
[02:22:15] [Client thread/INFO] [Treecapitator]: Proceeding to load tree/mod configs from file.
[02:22:15] [Client thread/INFO] [bdlib]: bdlib 1.9.0.94 loaded
[02:22:16] [Doggy Talents Version Check/INFO] [Doggy Talents]: Received version data: OUTDATED
[02:22:16] [Doggy Talents Version Check/INFO] [Doggy Talents]: A new Doggy Talents version exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[02:22:16] [Client thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
[02:22:16] [Client thread/INFO] [ExtrabiomesXL]: Initializing.
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/74770478/DamageIndicatorMod1710.txt
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at DamageIndicatorsMod.client.DIClientProxy$1.run(DIClientProxy.java:79)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Thread.run(Thread.java:745)
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: BLACK = DYE_BLACK
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: BLUE = DYE_BLUE
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: BROWN = DYE_BROWN
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: WHITE = DYE_WHITE
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Module CAUTIA is enabled.
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Module FABRICA is enabled.
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Module AMICA is enabled.
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Name: ExtrabiomesXL:double_woodslab
[02:22:17] [Client thread/INFO] [Mantle]: Mantle (1.7.10-0.3.2.jenkins184) -- Preparing for launch.
[02:22:17] [Client thread/INFO] [Mantle]: Entering preinitialization phase.
[02:22:17] [Client thread/INFO] [Mantle]: Loading configuration from disk.
[02:22:17] [Client thread/INFO] [Mantle]: Configuration load completed.
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura TE4 Compatibility; missing dependency: ThermalExpansion
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura BuildCraft Compatibility; missing dependency: BuildCraft|Transport
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura Thaumcraft Compatibility; missing dependency: Thaumcraft
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura FMP Compatibility; missing dependency: ForgeMultipart
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura MFR Compatibility; missing dependency: MineFactoryReloaded
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura Waila Compatibility; missing dependency: Waila
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Fuels Plugin failed to load: Compatible BuildCraftAPI|fuels version not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Recipes Plugin failed to load: Compatible BuildCraftAPI|recipes version not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Statements Plugin failed to load: Compatible BuildCraftAPI|statements version not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Transport Plugin failed to load: BuildCraft|Transport not found
[02:22:19] [Client thread/INFO] [Forestry]: Module Pipes Plugin failed to load: BuildCraft|Transport not found
[02:22:19] [Client thread/INFO] [Forestry]: Module AgriCraft Plugin failed to load: AgriCraft not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BiomesOPlenty Plugin failed to load: BiomesOPlenty not found
[02:22:19] [Client thread/INFO] [Forestry]: Module EnderIO Plugin failed to load: EnderIO not found
[02:22:19] [Client thread/INFO] [Forestry]: Module ExtraUtilities Plugin failed to load: ExtraUtilities not found
[02:22:19] [Client thread/INFO] [Forestry]: Module IndustrialCraft2 Plugin failed to load: IndustrialCraft2 not found
[02:22:19] [Client thread/INFO] [Forestry]: Module MagicalCrops Plugin failed to load: Magical Crops not found
[02:22:19] [Client thread/INFO] [Forestry]: Module PlantMegaPack Plugin failed to load: Plant Mega Pack not found
[02:22:19] [Client thread/INFO] [Forestry]: Module Witchery Plugin failed to load: Witchery not found
[02:22:20] [Thread-10/WARN] [Forestry]: Unable to read from remote version authority.
[02:22:53] [Client thread/INFO] [eplus]: Initializing Configurations.
[02:22:53] [Client thread/INFO] [eplus]: Plugin loaded: ThaumcraftPlugin
[02:22:53] [Client thread/INFO] [eplus]: Plugin loaded: Treecapitatior
[02:22:53] [Client thread/INFO] [eplus]: Plugin loaded: TConPlugin
[02:22:53] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... ThaumcraftPlugin
[02:22:53] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... Treecapitatior
[02:22:53] [Client thread/INFO] [eplus]: Initializing Blocks.
[02:22:53] [Client thread/INFO] [eplus]: Initializing Items.
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/46500170/Site/donator_list.txt
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at wasliecore.helpers.FileHelper.addDonators(FileHelper.java:109)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at wasliecore.main.WaslieCore.preInit(WaslieCore.java:51)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[02:22:54] [Client thread/INFO] [STDOUT]: [wasliecore.main.WaslieCore:preInit:55]: WaslieCore is brought to you by wasliebob
[02:22:54] [Client thread/INFO] [MagicBees]: Preinit started
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type IRON
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type COPPER
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type TIN
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type SILVER
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget SILVER
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type LEAD
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget LEAD
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type DIAMOND
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget DIAMOND
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type EMERALD
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget EMERALD
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type APATITE
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget APATITE
[02:22:54] [Client thread/INFO] [MagicBees]: Preinit completed
[02:22:54] [Client thread/INFO] [gendustry]: IC2 Version: NOT FOUND
[02:22:54] [Client thread/INFO] [gendustry]: RF API Version: CoFHAPI 1.7.10R1.0.2
[02:22:54] [Client thread/INFO] [gendustry]: Available Forestry species roots:
[02:22:54] [Client thread/INFO] [gendustry]: * rootBees - forestry.apiculture.genetics.BeeHelper
[02:22:54] [Client thread/INFO] [gendustry]: * rootTrees - forestry.arboriculture.genetics.TreeHelper
[02:22:54] [Client thread/INFO] [gendustry]: * rootButterflies - forestry.lepidopterology.genetics.ButterflyHelper
[02:22:54] [Client thread/INFO] [gendustry]: * rootFlowers - binnie.botany.genetics.FlowerHelper
[02:22:54] [Client thread/INFO] [bdlib]: Loading internal config files for mod Gendustry
[02:22:54] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/tuning.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/recipes.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/upgrades.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/bees_color.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/bees_patreon.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading user config files for mod Gendustry
[02:22:55] [Client thread/INFO] [bdlib]: Config loading for mod Gendustry finished
[02:22:55] [Client thread/INFO] [bdlib]: Loaded creative tabs for gendustry
[02:22:55] [Client thread/INFO] [gendustry]: Items loaded
[02:22:55] [Client thread/INFO] [gendustry]: Fluids loaded
[02:22:55] [Client thread/INFO] [gendustry]: Blocks loaded
[02:22:56] [Client thread/INFO] [gendustry]: Machines loaded
[02:22:56] [Client thread/INFO] [gendustry]: Registered reload listener
[02:22:56] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
Aug 04, 2015 2:22:58 AM net.daveyx0.primitivemobs.common.PrimitiveMobs PreInit
INFO: Config file path: C:\Users\ShayLynn\AppData\Roaming\.minecraft\config/primitivemobs/
Aug 04, 2015 2:22:58 AM net.daveyx0.primitivemobs.config.PrimitiveMobsConfigurationGeneral init
INFO: Loaded General configuration file
Aug 04, 2015 2:22:58 AM net.daveyx0.primitivemobs.config.PrimitiveMobsConfigurationSpawns init
INFO: Loaded Spawnrate configuration file
[02:22:59] [Client thread/INFO] [Ridiculous World]: #****TheSand
[02:23:01] [Client thread/INFO] [FML]: Applying holder lookups
[02:23:01] [Client thread/INFO] [FML]: Holder lookups applied
[02:23:01] [Client thread/INFO] [FML]: Injecting itemstacks
[02:23:01] [Client thread/INFO] [FML]: Itemstack injection complete
[02:23:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[02:23:01] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[02:23:01] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[02:23:02] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[02:23:02] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:02] [Sound Library Loader/INFO]: Sound engine started
[02:23:02] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
[02:23:02] [Client thread/INFO]: Created: 16x16 textures/items-atlas
[02:23:02] [Client thread/ERROR] [CodeChickenCore]: Unable to do mod description scrolling due to lack of stencil buffer
[02:23:03] [Client thread/ERROR] [DamageIndicatorsMod]: The language resource assets/damageindicatorsmod/lang/en_US.lang cannot be located on the classpath. This is a programming error.
[02:23:03] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod bspkrsCore
Aug 04, 2015 2:23:03 AM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
[02:23:03] [Client thread/INFO] [bspkrsCore]: bspkrsCore 6.15 is out of date! Visit http://www.minecraftforum.net/topic/1114612- to download the latest release (6.16).
[02:23:03] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod Treecapitator
[02:23:03] [Client thread/INFO] [ExtrabiomesXL]: Initializing Treecapitator support...
[02:23:03] [Client thread/INFO] [ExtrabiomesXL]: Treecapitator IMC message sent.
[02:23:03] [Client thread/INFO] [Mantle]: Entering initialization phase.
[02:23:05] [Client thread/INFO] [eplus]: Initializing GUI Handler.
[02:23:05] [Client thread/INFO] [MagicBees]: Init completed
[02:23:05] [Client thread/INFO] [gendustry]: Registered 2 branches
[02:23:05] [Client thread/INFO] [gendustry]: Registered 17 bees
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/37637724/MinecraftModVersions/grim3212core.version
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.util.VersionChecker.<init>(VersionChecker.java:22)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerVersionCheck(GrimModule.java:63)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerMod(GrimModule.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.Grim3212Core.init(Grim3212Core.java:69)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[02:23:06] [Client thread/ERROR] [Grim3212 Core]: Error retrieving version check data for grim3212core
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/37637724/MinecraftModVersions/pokeball.version
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.util.VersionChecker.<init>(VersionChecker.java:22)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerVersionCheck(GrimModule.java:63)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerMod(GrimModule.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.pokeball.Pokeball.load(Pokeball.java:58)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[02:23:06] [Client thread/ERROR] [Grim3212 Core]: Error retrieving version check data for pokeball
[02:23:08] [Client thread/INFO] [Treecapitator]: Received IMC message from mod ExtrabiomesXL.
[02:23:08] [Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while verifying a ThirdPartyModConfig NBTTagCompound object
[02:23:08] [Client thread/INFO] [Treecapitator]: Received IMC message from mod Natura.
[02:23:08] [Client thread/WARN] [Treecapitator]: Unknown tag "useShiftedItemID" found while verifying a ThirdPartyModConfig NBTTagCompound object
[02:23:08] [Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while verifying a ThirdPartyModConfig NBTTagCompound object
[02:23:08] [Client thread/WARN] [Forestry]: Failed to find (chisel:granite) in the Forge item and block registries.
[02:23:08] [Client thread/WARN] [Forestry]: Failed to find (chisel:andesite) in the Forge item and block registries.
[02:23:08] [Client thread/WARN] [Forestry]: Failed to find (chisel:diorite) in the Forge item and block registries.
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.frugal. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.charging. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.haste. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.repair. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.potency. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for Treecapitating. Request sent from eplus
[02:23:08] [Client thread/INFO] [FML]: Injecting itemstacks
[02:23:08] [Client thread/INFO] [FML]: Itemstack injection complete
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.0
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.1
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.2
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.3
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.4
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.5
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.0
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.1
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.2
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.3
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.4
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.5
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.6
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.7
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.8
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.9
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.10
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.11
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.12
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.13
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.14
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.15
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id bedfinder
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id blackpelt
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id creepersweeper
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id doggydash
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id fisherdog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id guarddog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id happyeater
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id hellhound
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id hunterdog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id packpuppy
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id pestfighter
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id pillowpaw
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id poisonfang
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id puppyeyes
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id quickhealer
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id rescuedog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id shepherddog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id wolfmount
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/INFO] [Treecapitator]: Prioritizing User and IMC mod configs...
[02:23:08] [Client thread/INFO] [Treecapitator]: Registering items and trees...
[02:23:08] [Client thread/INFO] [Treecapitator]: Skipping Ore Dictionary processing.
[02:23:08] [Client thread/INFO] [Backpack]: [Backpacks] NEI Support enabled
[02:23:08] [Client thread/INFO] [ExtrabiomesXL]: Successfully Loaded.
[02:23:08] [Client thread/INFO] [Mantle]: Entering postinitialization phase.
[02:23:08] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[02:23:08] [Client thread/INFO] [Forestry]: Skipping CraftGuide integration.
[02:23:09] [Client thread/WARN] [FML]: Redundant call to BiomeDictionary.registerAllBiomes ignored
[02:23:09] [Client thread/INFO] [eplus]: Plugin initialized in PostInit... TConPlugin
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Postinit completed
[02:23:09] [Client thread/INFO] [gendustry]: Registered 17 mutations
[02:23:09] [Client thread/INFO] [gendustry]: Preparing genetics cache ...
[02:23:09] [Thread-16/INFO] [FML]: An updated version of MagicBees is available: 2.3.3. You are currently using 2.3.2
[02:23:09] [Client thread/INFO] [gendustry]: Cached 355 mutation outputs
[02:23:09] [Client thread/INFO] [gendustry]: Cached 216 mutation inputs
[02:23:09] [Client thread/INFO] [gendustry]: Cached 801 chromosomes
[02:23:10] [Client thread/INFO] [STDOUT]: [com.thevoxelbox.voxelmap.Map:<init>:388]: could not get entityRenderMap
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipeSprintLeggingsUpgrades Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipeWhetstoneUpgrades Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipePaxel Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.EnchantSensitiveRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! mod.lucky.crafting.LuckyCrafting Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 43 mods
[02:23:10] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:MoreWolvesMod, FMLFileResourcePack:Doggy Talents, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Chisel, FMLFileResourcePack:Copious Dogs, FMLFileResourcePack:Crafting Pillars Mod, FMLFileResourcePack:Decocraft, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Forestry Extras, FMLFileResourcePack:FoxLib, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Grim3212 Core, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle, FMLFileResourcePack:MorePlayerModels, FMLFileResourcePack:Natura, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Pokeball, FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Ridiculous World, FMLFileResourcePack:Special Mobs, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Erebus, FMLFileResourcePack:VoxelMap No Radar, FMLFileResourcePack:WaslieCore, FMLFileResourcePack:bspkrsCore, CutieCraft_6244194.zip
[02:23:30] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
[02:23:35] [Client thread/INFO]: Created: 2048x1024 textures/blocks-atlas
[02:23:37] [Client thread/INFO]: Created: 1024x1024 textures/items-atlas
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:37] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:37] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[02:23:37] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[02:23:37] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[02:23:37] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[02:23:38] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:38] [Sound Library Loader/INFO]: Sound engine started
[02:23:38] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 5 textures
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 3 locations:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: mod MoreWolvesMod resources at C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\[1.7.10-1.7.2]MoreWolvesMod.zip
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: resource pack at path C:\Users\ShayLynn\AppData\Roaming\.minecraft\resourcepacks\CutieCraft_6244194.zip
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_167_doggytalents.dogbath.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_445_bookshelf.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_6385_erebus.warHammer.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1303_erebus.swampVent.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_769_null.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN craftingpillars
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain craftingpillars is missing 1 texture
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain craftingpillars has 1 location:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: mod craftingpillars resources at C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\CraftingPillars-1.7.x-1.6.1.jar
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain craftingpillars are:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/present.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain craftingpillars
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN mythril
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain mythril is missing 1 texture
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain mythril is missing a resource manager - it is probably a side-effect of automatic texture processing
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain mythril are:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/mythril_ring.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain mythril
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[02:23:39] [Doggy Talents Version Check/INFO]: [CHAT] A new Doggy Talents version exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[02:23:40] [Thread-11/INFO]: [CHAT] §2MorePlayerModels§f installed. More info at §9§nClick here
[02:23:46] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:24:06] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:24:18] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:24:22] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[02:24:22] [Server thread/INFO]: Generating keypair
[02:24:23] [Server thread/INFO]: Converting map!
[02:24:23] [Server thread/INFO]: Scanning folders...
[02:24:23] [Server thread/INFO]: Total conversion count is 0
[02:24:23] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[02:24:23] [Server thread/INFO] [FML]: Applying holder lookups
[02:24:23] [Server thread/INFO] [FML]: Holder lookups applied
[02:24:23] [Server thread/INFO] [FML]: Loading dimension 0 (New World) ([email protected])
[02:24:23] [Server thread/INFO] [FML]: Loading dimension 66 (New World) ([email protected])
[02:24:23] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:23] [Server thread/INFO] [FML]: Loading dimension 40 (New World) ([email protected])
[02:24:24] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:24] [Server thread/WARN]: Unable to find spawn biome
[02:24:24] [Server thread/INFO] [FML]: Loading dimension 85 (New World) ([email protected])
[02:24:24] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:24] [Server thread/WARN]: Unable to find spawn biome
[02:24:29] [Server thread/INFO] [FML]: Loading dimension 84 (New World) ([email protected])
[02:24:29] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:29] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 83 (New World) ([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 82 (New World) ([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 81 (New World) (net.minecraft[email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 80 (New World) ([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 51 (New World) ([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/INFO] [FML]: Loading dimension -1 (New World) ([email protected])
[02:24:31] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:31] [Server thread/INFO] [FML]: Loading dimension 1 (New World) ([email protected])
[02:24:31] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:31] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:31] [Server thread/INFO]: Preparing start region for level 0
[02:24:32] [Server thread/INFO]: Preparing spawn area: 6%
[02:24:33] [Server thread/INFO]: Preparing spawn area: 11%
[02:24:34] [Server thread/INFO]: Preparing spawn area: 19%
[02:24:35] [Server thread/INFO]: Preparing spawn area: 25%
[02:24:36] [Server thread/INFO]: Preparing spawn area: 30%
[02:24:37] [Server thread/INFO]: Preparing spawn area: 35%
[02:24:38] [Server thread/INFO]: Preparing spawn area: 43%
[02:24:39] [Server thread/INFO]: Preparing spawn area: 50%
Aug 04, 2015 2:24:39 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @0 34 224
Aug 04, 2015 2:24:39 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @0 42 288
[02:24:40] [Server thread/INFO]: Preparing spawn area: 56%
Aug 04, 2015 2:24:40 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @32 39 96
[02:24:41] [Server thread/INFO]: Preparing spawn area: 63%
Aug 04, 2015 2:24:42 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @64 36 64
[02:24:42] [Server thread/INFO]: Preparing spawn area: 69%
[02:24:43] [Server thread/INFO]: Preparing spawn area: 75%
[02:24:44] [Server thread/INFO]: Preparing spawn area: 82%
[02:24:45] [Server thread/INFO]: Preparing spawn area: 87%
[02:24:46] [Server thread/INFO]: Preparing spawn area: 93%
Aug 04, 2015 2:24:46 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @160 25 320
Aug 04, 2015 2:24:47 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @176 26 208
[02:24:47] [Server thread/INFO]: Preparing spawn area: 99%
[02:24:47] [Server thread/INFO]: Changing view distance to 32, from 10
[02:24:48] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
[02:24:48] [Netty IO #1/INFO] [FML]: Client protocol version 2
[02:24:48] [Netty IO #1/INFO] [FML]: Client attempting to join with 43 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]${mcversion}-${version},[email protected],C[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] - 1.7.10,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] - 1.7.10,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[02:24:48] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[02:24:48] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[02:24:48] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
[02:24:48] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[02:24:48] [Server thread/INFO]: ShaylyNNN[local:E:086725af] logged in with entity id 439 at (6.5, 64.0, 260.5)
[02:24:48] [Server thread/INFO]: ShaylyNNN joined the game
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/46500170/Site/Builds/FE2_UPDATE.wasliecore
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at wasliecore.helpers.UpdateHelper.getUpdate(UpdateHelper.java:57)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at forestryextras.handlers.events.OnPlayerJoinWorld.joinEvent(OnPlayerJoinWorld.java:21)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_269_OnPlayerJoinWorld_joinEvent_EntityJoinWorldEvent.invoke(.dynamic)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.world.World.func_72838_d(World.java:1334)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.func_72377_c(ServerConfigurationManager.java:301)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:161)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:190)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:463)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Aug 04, 2015 2:24:54 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-224 20 240
Aug 04, 2015 2:24:55 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @-208 34 144
Aug 04, 2015 2:24:58 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-224 27 112
Aug 04, 2015 2:25:01 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @112 32 496
Aug 04, 2015 2:25:01 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @144 34 480
Aug 04, 2015 2:25:05 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-240 27 16
Aug 04, 2015 2:25:08 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @256 20 448
Aug 04, 2015 2:25:13 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @272 27 -80
Aug 04, 2015 2:25:13 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @288 34 560
0
[02:21:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[02:21:52] [main/INFO] [FML]: Forge Mod Loader version 7.99.29.1490 for Minecraft 1.7.10 loading
[02:21:52] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Users\ShayLynn\Desktop\runtime\jre-x64\1.8.0_25
[02:21:52] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[02:21:52] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[02:21:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:21:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[02:21:55] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[02:21:55] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[02:21:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[02:21:55] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[02:21:57] [main/INFO]: Setting user: ShaylyNNN
[02:21:59] [Client thread/INFO]: LWJGL Version: 2.9.1
[02:22:01] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 8/4/15 2:22 AM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 26681896 bytes (25 MB) / 190210048 bytes (181 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.2.9232' Renderer: 'ATI Radeon HD 5450 '
[02:22:01] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[02:22:01] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1490 Initialized
[02:22:01] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[02:22:01] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[02:22:01] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[02:22:01] [Client thread/INFO] [FML]: Searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods for mods
[02:22:01] [Client thread/INFO] [FML]: Also searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\1.7.10 for mods
[02:22:05] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3
[02:22:05] [Client thread/WARN] [Botany]: Mod Botany is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [BinnieCore]: Mod BinnieCore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [ExtraBees]: Mod ExtraBees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [ExtraTrees]: Mod ExtraTrees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:05] [Client thread/WARN] [Genetics]: Mod Genetics is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[02:22:06] [Client thread/WARN] [MagicBees]: Mod MagicBees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.7.10-2.3.2
[02:22:07] [Client thread/INFO] [FML]: Forge Mod Loader has identified 43 mods to load
[02:22:07] [Client thread/INFO] [FML]: Found mod(s) [craftingpillars] containing declared API package thaumcraft.api (owned by Thaumcraft) without associated API reference
[02:22:07] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.99-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[02:22:08] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, lucky, MoreWolvesMod, doggytalents, DamageIndicatorsMod, Treecapitator, Backpack, bdlib, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, chisel, CopiousDogs, craftingpillars, props, eplus, ExtrabiomesXL, Forestry, ForestryExtras, foxlib, gendustry, grim3212core, MagicBees, Mantle, moreplayermodels, Natura, OreSpawn, harvestcraft, pokeball, primitivemobs, RidiculousWorld, SpecialMobs, sus, erebus, voxelmap, WaslieCore, bspkrsCore] at CLIENT
[02:22:08] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, lucky, MoreWolvesMod, doggytalents, DamageIndicatorsMod, Treecapitator, Backpack, bdlib, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, chisel, CopiousDogs, craftingpillars, props, eplus, ExtrabiomesXL, Forestry, ForestryExtras, foxlib, gendustry, grim3212core, MagicBees, Mantle, moreplayermodels, Natura, OreSpawn, harvestcraft, pokeball, primitivemobs, RidiculousWorld, SpecialMobs, sus, erebus, voxelmap, WaslieCore, bspkrsCore] at SERVER
[02:22:08] [Client thread/ERROR] [Backpack]: The mod Backpack is expecting signature @[email protected] for source backpack-2.0.1-1.7.x.jar, however there is no signature matching that description
[02:22:14] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:MoreWolvesMod, FMLFileResourcePack:Doggy Talents, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Chisel, FMLFileResourcePack:Copious Dogs, FMLFileResourcePack:Crafting Pillars Mod, FMLFileResourcePack:Decocraft, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Forestry Extras, FMLFileResourcePack:FoxLib, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Grim3212 Core, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle, FMLFileResourcePack:MorePlayerModels, FMLFileResourcePack:Natura, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Pokeball, FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Ridiculous World, FMLFileResourcePack:Special Mobs, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Erebus, FMLFileResourcePack:VoxelMap No Radar, FMLFileResourcePack:WaslieCore, FMLFileResourcePack:bspkrsCore, CutieCraft_6244194.zip
[02:22:14] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[02:22:14] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[02:22:15] [Client thread/INFO] [Treecapitator]: Loading configuration file C:\Users\ShayLynn\AppData\Roaming\.minecraft\config\Treecapitator.cfg
[02:22:15] [Client thread/INFO] [Treecapitator]: Proceeding to load tree/mod configs from file.
[02:22:15] [Client thread/INFO] [bdlib]: bdlib 1.9.0.94 loaded
[02:22:16] [Doggy Talents Version Check/INFO] [Doggy Talents]: Received version data: OUTDATED
[02:22:16] [Doggy Talents Version Check/INFO] [Doggy Talents]: A new Doggy Talents version exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[02:22:16] [Client thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
[02:22:16] [Client thread/INFO] [ExtrabiomesXL]: Initializing.
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/74770478/DamageIndicatorMod1710.txt
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at DamageIndicatorsMod.client.DIClientProxy$1.run(DIClientProxy.java:79)
[02:22:17] [Thread-9/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Thread.run(Thread.java:745)
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: BLACK = DYE_BLACK
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: BLUE = DYE_BLUE
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: BROWN = DYE_BROWN
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: WHITE = DYE_WHITE
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Module CAUTIA is enabled.
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Module FABRICA is enabled.
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Module AMICA is enabled.
[02:22:17] [Client thread/INFO] [ExtrabiomesXL]: Name: ExtrabiomesXL:double_woodslab
[02:22:17] [Client thread/INFO] [Mantle]: Mantle (1.7.10-0.3.2.jenkins184) -- Preparing for launch.
[02:22:17] [Client thread/INFO] [Mantle]: Entering preinitialization phase.
[02:22:17] [Client thread/INFO] [Mantle]: Loading configuration from disk.
[02:22:17] [Client thread/INFO] [Mantle]: Configuration load completed.
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura TE4 Compatibility; missing dependency: ThermalExpansion
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura BuildCraft Compatibility; missing dependency: BuildCraft|Transport
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura Thaumcraft Compatibility; missing dependency: Thaumcraft
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura FMP Compatibility; missing dependency: ForgeMultipart
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura MFR Compatibility; missing dependency: MineFactoryReloaded
[02:22:18] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura Waila Compatibility; missing dependency: Waila
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Fuels Plugin failed to load: Compatible BuildCraftAPI|fuels version not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Recipes Plugin failed to load: Compatible BuildCraftAPI|recipes version not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Statements Plugin failed to load: Compatible BuildCraftAPI|statements version not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Transport Plugin failed to load: BuildCraft|Transport not found
[02:22:19] [Client thread/INFO] [Forestry]: Module Pipes Plugin failed to load: BuildCraft|Transport not found
[02:22:19] [Client thread/INFO] [Forestry]: Module AgriCraft Plugin failed to load: AgriCraft not found
[02:22:19] [Client thread/INFO] [Forestry]: Module BiomesOPlenty Plugin failed to load: BiomesOPlenty not found
[02:22:19] [Client thread/INFO] [Forestry]: Module EnderIO Plugin failed to load: EnderIO not found
[02:22:19] [Client thread/INFO] [Forestry]: Module ExtraUtilities Plugin failed to load: ExtraUtilities not found
[02:22:19] [Client thread/INFO] [Forestry]: Module IndustrialCraft2 Plugin failed to load: IndustrialCraft2 not found
[02:22:19] [Client thread/INFO] [Forestry]: Module MagicalCrops Plugin failed to load: Magical Crops not found
[02:22:19] [Client thread/INFO] [Forestry]: Module PlantMegaPack Plugin failed to load: Plant Mega Pack not found
[02:22:19] [Client thread/INFO] [Forestry]: Module Witchery Plugin failed to load: Witchery not found
[02:22:20] [Thread-10/WARN] [Forestry]: Unable to read from remote version authority.
[02:22:53] [Client thread/INFO] [eplus]: Initializing Configurations.
[02:22:53] [Client thread/INFO] [eplus]: Plugin loaded: ThaumcraftPlugin
[02:22:53] [Client thread/INFO] [eplus]: Plugin loaded: Treecapitatior
[02:22:53] [Client thread/INFO] [eplus]: Plugin loaded: TConPlugin
[02:22:53] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... ThaumcraftPlugin
[02:22:53] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... Treecapitatior
[02:22:53] [Client thread/INFO] [eplus]: Initializing Blocks.
[02:22:53] [Client thread/INFO] [eplus]: Initializing Items.
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/46500170/Site/donator_list.txt
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at wasliecore.helpers.FileHelper.addDonators(FileHelper.java:109)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at wasliecore.main.WaslieCore.preInit(WaslieCore.java:51)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[02:22:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[02:22:54] [Client thread/INFO] [STDOUT]: [wasliecore.main.WaslieCore:preInit:55]: WaslieCore is brought to you by wasliebob
[02:22:54] [Client thread/INFO] [MagicBees]: Preinit started
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type IRON
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type COPPER
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type TIN
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type SILVER
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget SILVER
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type LEAD
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget LEAD
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type DIAMOND
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget DIAMOND
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type EMERALD
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget EMERALD
[02:22:54] [Client thread/INFO] [MagicBees]: Found nugget of type APATITE
[02:22:54] [Client thread/INFO] [MagicBees]: Disabled nugget APATITE
[02:22:54] [Client thread/INFO] [MagicBees]: Preinit completed
[02:22:54] [Client thread/INFO] [gendustry]: IC2 Version: NOT FOUND
[02:22:54] [Client thread/INFO] [gendustry]: RF API Version: CoFHAPI 1.7.10R1.0.2
[02:22:54] [Client thread/INFO] [gendustry]: Available Forestry species roots:
[02:22:54] [Client thread/INFO] [gendustry]: * rootBees - forestry.apiculture.genetics.BeeHelper
[02:22:54] [Client thread/INFO] [gendustry]: * rootTrees - forestry.arboriculture.genetics.TreeHelper
[02:22:54] [Client thread/INFO] [gendustry]: * rootButterflies - forestry.lepidopterology.genetics.ButterflyHelper
[02:22:54] [Client thread/INFO] [gendustry]: * rootFlowers - binnie.botany.genetics.FlowerHelper
[02:22:54] [Client thread/INFO] [bdlib]: Loading internal config files for mod Gendustry
[02:22:54] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/tuning.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/recipes.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/upgrades.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/bees_color.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/bees_patreon.cfg
[02:22:55] [Client thread/INFO] [bdlib]: Loading user config files for mod Gendustry
[02:22:55] [Client thread/INFO] [bdlib]: Config loading for mod Gendustry finished
[02:22:55] [Client thread/INFO] [bdlib]: Loaded creative tabs for gendustry
[02:22:55] [Client thread/INFO] [gendustry]: Items loaded
[02:22:55] [Client thread/INFO] [gendustry]: Fluids loaded
[02:22:55] [Client thread/INFO] [gendustry]: Blocks loaded
[02:22:56] [Client thread/INFO] [gendustry]: Machines loaded
[02:22:56] [Client thread/INFO] [gendustry]: Registered reload listener
[02:22:56] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
Aug 04, 2015 2:22:58 AM net.daveyx0.primitivemobs.common.PrimitiveMobs PreInit
INFO: Config file path: C:\Users\ShayLynn\AppData\Roaming\.minecraft\config/primitivemobs/
Aug 04, 2015 2:22:58 AM net.daveyx0.primitivemobs.config.PrimitiveMobsConfigurationGeneral init
INFO: Loaded General configuration file
Aug 04, 2015 2:22:58 AM net.daveyx0.primitivemobs.config.PrimitiveMobsConfigurationSpawns init
INFO: Loaded Spawnrate configuration file
[02:22:59] [Client thread/INFO] [Ridiculous World]: #****TheSand
[02:23:01] [Client thread/INFO] [FML]: Applying holder lookups
[02:23:01] [Client thread/INFO] [FML]: Holder lookups applied
[02:23:01] [Client thread/INFO] [FML]: Injecting itemstacks
[02:23:01] [Client thread/INFO] [FML]: Itemstack injection complete
[02:23:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[02:23:01] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[02:23:01] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[02:23:02] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[02:23:02] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:02] [Sound Library Loader/INFO]: Sound engine started
[02:23:02] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
[02:23:02] [Client thread/INFO]: Created: 16x16 textures/items-atlas
[02:23:02] [Client thread/ERROR] [CodeChickenCore]: Unable to do mod description scrolling due to lack of stencil buffer
[02:23:03] [Client thread/ERROR] [DamageIndicatorsMod]: The language resource assets/damageindicatorsmod/lang/en_US.lang cannot be located on the classpath. This is a programming error.
[02:23:03] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod bspkrsCore
Aug 04, 2015 2:23:03 AM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
[02:23:03] [Client thread/INFO] [bspkrsCore]: bspkrsCore 6.15 is out of date! Visit http://www.minecraftforum.net/topic/1114612- to download the latest release (6.16).
[02:23:03] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod Treecapitator
[02:23:03] [Client thread/INFO] [ExtrabiomesXL]: Initializing Treecapitator support...
[02:23:03] [Client thread/INFO] [ExtrabiomesXL]: Treecapitator IMC message sent.
[02:23:03] [Client thread/INFO] [Mantle]: Entering initialization phase.
[02:23:05] [Client thread/INFO] [eplus]: Initializing GUI Handler.
[02:23:05] [Client thread/INFO] [MagicBees]: Init completed
[02:23:05] [Client thread/INFO] [gendustry]: Registered 2 branches
[02:23:05] [Client thread/INFO] [gendustry]: Registered 17 bees
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/37637724/MinecraftModVersions/grim3212core.version
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.util.VersionChecker.<init>(VersionChecker.java:22)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerVersionCheck(GrimModule.java:63)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerMod(GrimModule.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.Grim3212Core.init(Grim3212Core.java:69)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[02:23:06] [Client thread/ERROR] [Grim3212 Core]: Error retrieving version check data for grim3212core
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/37637724/MinecraftModVersions/pokeball.version
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.util.VersionChecker.<init>(VersionChecker.java:22)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerVersionCheck(GrimModule.java:63)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.core.GrimModule.registerMod(GrimModule.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at grim3212.mc.pokeball.Pokeball.load(Pokeball.java:58)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[02:23:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[02:23:06] [Client thread/ERROR] [Grim3212 Core]: Error retrieving version check data for pokeball
[02:23:08] [Client thread/INFO] [Treecapitator]: Received IMC message from mod ExtrabiomesXL.
[02:23:08] [Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while verifying a ThirdPartyModConfig NBTTagCompound object
[02:23:08] [Client thread/INFO] [Treecapitator]: Received IMC message from mod Natura.
[02:23:08] [Client thread/WARN] [Treecapitator]: Unknown tag "useShiftedItemID" found while verifying a ThirdPartyModConfig NBTTagCompound object
[02:23:08] [Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while verifying a ThirdPartyModConfig NBTTagCompound object
[02:23:08] [Client thread/WARN] [Forestry]: Failed to find (chisel:granite) in the Forge item and block registries.
[02:23:08] [Client thread/WARN] [Forestry]: Failed to find (chisel:andesite) in the Forge item and block registries.
[02:23:08] [Client thread/WARN] [Forestry]: Failed to find (chisel:diorite) in the Forge item and block registries.
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.frugal. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.charging. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.haste. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.repair. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.potency. Request sent from eplus
[02:23:08] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for Treecapitating. Request sent from eplus
[02:23:08] [Client thread/INFO] [FML]: Injecting itemstacks
[02:23:08] [Client thread/INFO] [FML]: Itemstack injection complete
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: The item [email protected] meta 32767 was register to an item list
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.0
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.1
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.2
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.3
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.4
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.5
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.0
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.1
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.2
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.3
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.4
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.5
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.6
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.7
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.8
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.9
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.10
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.11
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.12
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.13
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.14
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.15
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id bedfinder
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id blackpelt
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id creepersweeper
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id doggydash
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id fisherdog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id guarddog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id happyeater
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id hellhound
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id hunterdog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id packpuppy
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id pestfighter
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id pillowpaw
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id poisonfang
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id puppyeyes
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id quickhealer
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id rescuedog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id shepherddog
[02:23:08] [Client thread/INFO] [Doggy Talents]: Register the talent with the id wolfmount
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[02:23:08] [Client thread/INFO] [Treecapitator]: Prioritizing User and IMC mod configs...
[02:23:08] [Client thread/INFO] [Treecapitator]: Registering items and trees...
[02:23:08] [Client thread/INFO] [Treecapitator]: Skipping Ore Dictionary processing.
[02:23:08] [Client thread/INFO] [Backpack]: [Backpacks] NEI Support enabled
[02:23:08] [Client thread/INFO] [ExtrabiomesXL]: Successfully Loaded.
[02:23:08] [Client thread/INFO] [Mantle]: Entering postinitialization phase.
[02:23:08] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[02:23:08] [Client thread/INFO] [Forestry]: Skipping CraftGuide integration.
[02:23:09] [Client thread/WARN] [FML]: Redundant call to BiomeDictionary.registerAllBiomes ignored
[02:23:09] [Client thread/INFO] [eplus]: Plugin initialized in PostInit... TConPlugin
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Registering marble
[02:23:09] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[02:23:09] [Client thread/INFO] [MagicBees]: Registering rock
[02:23:09] [Client thread/INFO] [MagicBees]: Registering water
[02:23:09] [Client thread/INFO] [MagicBees]: Registering basalt
[02:23:09] [Client thread/INFO] [MagicBees]: Postinit completed
[02:23:09] [Client thread/INFO] [gendustry]: Registered 17 mutations
[02:23:09] [Client thread/INFO] [gendustry]: Preparing genetics cache ...
[02:23:09] [Thread-16/INFO] [FML]: An updated version of MagicBees is available: 2.3.3. You are currently using 2.3.2
[02:23:09] [Client thread/INFO] [gendustry]: Cached 355 mutation outputs
[02:23:09] [Client thread/INFO] [gendustry]: Cached 216 mutation inputs
[02:23:09] [Client thread/INFO] [gendustry]: Cached 801 chromosomes
[02:23:10] [Client thread/INFO] [STDOUT]: [com.thevoxelbox.voxelmap.Map:<init>:388]: could not get entityRenderMap
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipeSprintLeggingsUpgrades Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipeWhetstoneUpgrades Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipePaxel Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! erebus.recipes.EnchantSensitiveRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Unknown recipe class! mod.lucky.crafting.LuckyCrafting Modder please refer to net.minecraftforge.oredict.RecipeSorter
[02:23:10] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 43 mods
[02:23:10] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:MoreWolvesMod, FMLFileResourcePack:Doggy Talents, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Chisel, FMLFileResourcePack:Copious Dogs, FMLFileResourcePack:Crafting Pillars Mod, FMLFileResourcePack:Decocraft, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Forestry Extras, FMLFileResourcePack:FoxLib, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Grim3212 Core, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle, FMLFileResourcePack:MorePlayerModels, FMLFileResourcePack:Natura, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Pokeball, FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Ridiculous World, FMLFileResourcePack:Special Mobs, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Erebus, FMLFileResourcePack:VoxelMap No Radar, FMLFileResourcePack:WaslieCore, FMLFileResourcePack:bspkrsCore, CutieCraft_6244194.zip
[02:23:30] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
[02:23:35] [Client thread/INFO]: Created: 2048x1024 textures/blocks-atlas
[02:23:37] [Client thread/INFO]: Created: 1024x1024 textures/items-atlas
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[02:23:37] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:37] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:37] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[02:23:37] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[02:23:37] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[02:23:37] [Thread-17/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[02:23:38] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[02:23:38] [Sound Library Loader/INFO]: Sound engine started
[02:23:38] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 5 textures
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 3 locations:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: mod MoreWolvesMod resources at C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\[1.7.10-1.7.2]MoreWolvesMod.zip
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: resource pack at path C:\Users\ShayLynn\AppData\Roaming\.minecraft\resourcepacks\CutieCraft_6244194.zip
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_167_doggytalents.dogbath.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_445_bookshelf.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_6385_erebus.warHammer.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1303_erebus.swampVent.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_769_null.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN craftingpillars
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain craftingpillars is missing 1 texture
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain craftingpillars has 1 location:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: mod craftingpillars resources at C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\CraftingPillars-1.7.x-1.6.1.jar
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain craftingpillars are:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/present.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain craftingpillars
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN mythril
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain mythril is missing 1 texture
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain mythril is missing a resource manager - it is probably a side-effect of automatic texture processing
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain mythril are:
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/mythril_ring.png
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain mythril
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[02:23:38] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[02:23:39] [Doggy Talents Version Check/INFO]: [CHAT] A new Doggy Talents version exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[02:23:40] [Thread-11/INFO]: [CHAT] §2MorePlayerModels§f installed. More info at §9§nClick here
[02:23:46] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:24:06] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:24:18] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[02:24:22] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[02:24:22] [Server thread/INFO]: Generating keypair
[02:24:23] [Server thread/INFO]: Converting map!
[02:24:23] [Server thread/INFO]: Scanning folders...
[02:24:23] [Server thread/INFO]: Total conversion count is 0
[02:24:23] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[02:24:23] [Server thread/INFO] [FML]: Applying holder lookups
[02:24:23] [Server thread/INFO] [FML]: Holder lookups applied
[02:24:23] [Server thread/INFO] [FML]: Loading dimension 0 (New World) ([email protected])
[02:24:23] [Server thread/INFO] [FML]: Loading dimension 66 (New World) ([email protected])
[02:24:23] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:23] [Server thread/INFO] [FML]: Loading dimension 40 (New World) ([email protected])
[02:24:24] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:24] [Server thread/WARN]: Unable to find spawn biome
[02:24:24] [Server thread/INFO] [FML]: Loading dimension 85 (New World) ([email protected])
[02:24:24] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:24] [Server thread/WARN]: Unable to find spawn biome
[02:24:29] [Server thread/INFO] [FML]: Loading dimension 84 (New World) ([email protected])
[02:24:29] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:29] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 83 (New World) ([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 82 (New World) ([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 81 (New World) ([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/WARN]: Unable to find spawn biome
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 80 (New World) ([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/INFO] [FML]: Loading dimension 51 (New World) ([email protected])
[02:24:30] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:30] [Server thread/INFO] [FML]: Loading dimension -1 (New World) ([email protected])
[02:24:31] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:31] [Server thread/INFO] [FML]: Loading dimension 1 (New World) ([email protected])
[02:24:31] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:31] [Server thread/INFO] [STDOUT]: [erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to [email protected]
[02:24:31] [Server thread/INFO]: Preparing start region for level 0
[02:24:32] [Server thread/INFO]: Preparing spawn area: 6%
[02:24:33] [Server thread/INFO]: Preparing spawn area: 11%
[02:24:34] [Server thread/INFO]: Preparing spawn area: 19%
[02:24:35] [Server thread/INFO]: Preparing spawn area: 25%
[02:24:36] [Server thread/INFO]: Preparing spawn area: 30%
[02:24:37] [Server thread/INFO]: Preparing spawn area: 35%
[02:24:38] [Server thread/INFO]: Preparing spawn area: 43%
[02:24:39] [Server thread/INFO]: Preparing spawn area: 50%
Aug 04, 2015 2:24:39 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @0 34 224
Aug 04, 2015 2:24:39 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @0 42 288
[02:24:40] [Server thread/INFO]: Preparing spawn area: 56%
Aug 04, 2015 2:24:40 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @32 39 96
[02:24:41] [Server thread/INFO]: Preparing spawn area: 63%
Aug 04, 2015 2:24:42 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @64 36 64
[02:24:42] [Server thread/INFO]: Preparing spawn area: 69%
[02:24:43] [Server thread/INFO]: Preparing spawn area: 75%
[02:24:44] [Server thread/INFO]: Preparing spawn area: 82%
[02:24:45] [Server thread/INFO]: Preparing spawn area: 87%
[02:24:46] [Server thread/INFO]: Preparing spawn area: 93%
Aug 04, 2015 2:24:46 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @160 25 320
Aug 04, 2015 2:24:47 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @176 26 208
[02:24:47] [Server thread/INFO]: Preparing spawn area: 99%
[02:24:47] [Server thread/INFO]: Changing view distance to 32, from 10
[02:24:48] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
[02:24:48] [Netty IO #1/INFO] [FML]: Client protocol version 2
[02:24:48] [Netty IO #1/INFO] [FML]: Client attempting to join with 43 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]${mcversion}-${version},[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] - 1.7.10,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] - 1.7.10,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[02:24:48] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[02:24:48] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[02:24:48] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
[02:24:48] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[02:24:48] [Server thread/INFO]: ShaylyNNN[local:E:086725af] logged in with entity id 439 at (6.5, 64.0, 260.5)
[02:24:48] [Server thread/INFO]: ShaylyNNN joined the game
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/46500170/Site/Builds/FE2_UPDATE.wasliecore
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at wasliecore.helpers.UpdateHelper.getUpdate(UpdateHelper.java:57)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at forestryextras.handlers.events.OnPlayerJoinWorld.joinEvent(OnPlayerJoinWorld.java:21)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_269_OnPlayerJoinWorld_joinEvent_EntityJoinWorldEvent.invoke(.dynamic)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.world.World.func_72838_d(World.java:1334)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.func_72377_c(ServerConfigurationManager.java:301)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:161)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:190)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:463)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
[02:24:52] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Aug 04, 2015 2:24:54 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-224 20 240
Aug 04, 2015 2:24:55 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @-208 34 144
Aug 04, 2015 2:24:58 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-224 27 112
Aug 04, 2015 2:25:01 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @112 32 496
Aug 04, 2015 2:25:01 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @144 34 480
Aug 04, 2015 2:25:05 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-240 27 16
Aug 04, 2015 2:25:08 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @256 20 448
Aug 04, 2015 2:25:13 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @272 27 -80
Aug 04, 2015 2:25:13 AM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @288 34 560
0
removed them sill dont mork
0
[23:39:41] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[23:39:41] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[23:39:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[23:39:41] [main/INFO] [FML]: Forge Mod Loader version 7.99.29.1490 for Minecraft 1.7.10 loading
[23:39:41]
[main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version
1.8.0_25, running on Windows 7:amd64:6.1, installed at
C:\Users\ShayLynn\Desktop\runtime\jre-x64\1.8.0_25
[23:39:41]
[main/ERROR] [FML]: FML has detected several badly downloaded jar files,
which have been named as zip files. You probably need to download them
again, or they may not work properly
[23:39:41] [main/ERROR] [FML]: Problem file : FWG-1.0.3.jar.zip
[23:39:41] [main/ERROR] [FML]: Problem file : RWG-alpha-1.3.2.jar.zip
[23:39:42]
[main/WARN] [FML]: The coremod
codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion
annotation, it may cause issues with this version of Minecraft
[23:39:42]
[main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does
not have a MCVersion annotation, it may cause issues with this version
of Minecraft
[23:39:42] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:39:42] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:39:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:39:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:39:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:39:44]
[main/INFO] [FML]: Found valid fingerprint for Minecraft Forge.
Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[23:39:44]
[main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate
fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[23:39:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:39:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:39:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:39:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:39:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:39:45] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[23:39:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[23:39:45] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[23:39:48] [main/INFO]: Setting user: ShaylyNNN
[23:39:51] [Client thread/INFO]: LWJGL Version: 2.9.1
[23:39:53] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 7/29/15 11:39 PM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 50698112 bytes (48 MB) / 196071424 bytes (186 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total;
-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
-Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode
-XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.2.9232' Renderer: 'ATI Radeon HD 5450 '
[23:39:53] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[23:39:53] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1490 Initialized
[23:39:53] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[23:39:54] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[23:39:54] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[23:39:54] [Client thread/INFO] [FML]: Searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods for mods
[23:39:54] [Client thread/INFO] [FML]: Also searching C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\1.7.10 for mods
[23:39:59]
[Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is
missing the required element 'version' and a version.properties file
could not be found. Falling back to metadata version 3.2.3
[23:39:59]
[Client thread/WARN] [Botany]: Mod Botany is missing the required
element 'version' and a version.properties file could not be found.
Falling back to metadata version 2.0-pre14
[23:39:59] [Client
thread/WARN] [BinnieCore]: Mod BinnieCore is missing the required
element 'version' and a version.properties file could not be found.
Falling back to metadata version 2.0-pre14
[23:39:59] [Client
thread/WARN] [ExtraBees]: Mod ExtraBees is missing the required element
'version' and a version.properties file could not be found. Falling back
to metadata version 2.0-pre14
[23:39:59] [Client thread/WARN]
[ExtraTrees]: Mod ExtraTrees is missing the required element 'version'
and a version.properties file could not be found. Falling back to
metadata version 2.0-pre14
[23:39:59] [Client thread/WARN]
[Genetics]: Mod Genetics is missing the required element 'version' and a
version.properties file could not be found. Falling back to metadata
version 2.0-pre14
[23:40:00] [Client thread/WARN] [MagicBees]: Mod
MagicBees is missing the required element 'version' and a
version.properties file could not be found. Falling back to metadata
version 1.7.10-2.3.2
[23:40:01] [Client thread/INFO] [FML]: Forge Mod Loader has identified 45 mods to load
[23:40:01]
[Client thread/INFO] [FML]: Found mod(s) [craftingpillars] containing
declared API package thaumcraft.api (owned by Thaumcraft) without
associated API reference
[23:40:02] [Client thread/INFO] [FML]: FML
has found a non-mod file CodeChickenLib-1.7.10-1.1.1.99-universal.jar in
your mods directory. It will now be injected into your classpath. This
could severe stability issues, it should be removed if possible.
[23:40:03]
[Client thread/INFO] [FML]: Attempting connection with missing mods
[mcp, FML, Forge, CodeChickenCore, NotEnoughItems, lucky, MoreWolvesMod,
doggytalents, DamageIndicatorsMod, Treecapitator, Backpack, bdlib,
Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, chisel,
CopiousDogs, craftingpillars, props, eplus, ExtrabiomesXL, Forestry,
ForestryExtras, foxlib, FWG, gendustry, grim3212core, MagicBees, Mantle,
moreplayermodels, Natura, OreSpawn, harvestcraft, pokeball,
primitivemobs, RidiculousWorld, RWG, SpecialMobs, sus, erebus, voxelmap,
WaslieCore, bspkrsCore] at CLIENT
[23:40:03] [Client thread/INFO]
[FML]: Attempting connection with missing mods [mcp, FML, Forge,
CodeChickenCore, NotEnoughItems, lucky, MoreWolvesMod, doggytalents,
DamageIndicatorsMod, Treecapitator, Backpack, bdlib, Botany, BinnieCore,
ExtraBees, ExtraTrees, Genetics, chisel, CopiousDogs, craftingpillars,
props, eplus, ExtrabiomesXL, Forestry, ForestryExtras, foxlib, FWG,
gendustry, grim3212core, MagicBees, Mantle, moreplayermodels, Natura,
OreSpawn, harvestcraft, pokeball, primitivemobs, RidiculousWorld, RWG,
SpecialMobs, sus, erebus, voxelmap, WaslieCore, bspkrsCore] at SERVER
[23:40:04]
[Client thread/ERROR] [Backpack]: The mod Backpack is expecting
signature @[email protected] for source backpack-2.0.1-1.7.x.jar, however
there is no signature matching that description
[23:40:13] [Client
thread/INFO]: Reloading ResourceManager: Default,
FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft
Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Lucky
Block, FMLFileResourcePack:MoreWolvesMod, FMLFileResourcePack:Doggy
Talents, FMLFileResourcePack:Damage Indicators,
FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack,
FMLFileResourcePack:BD Lib, FMLFileResourcePack:Botany,
FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees,
FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics,
FMLFileResourcePack:Chisel, FMLFileResourcePack:Copious Dogs,
FMLFileResourcePack:Crafting Pillars Mod, FMLFileResourcePack:Decocraft,
FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:ExtrabiomesXL,
FMLFileResourcePack:Forestry for Minecraft,
FMLFileResourcePack:Forestry Extras, FMLFileResourcePack:FoxLib,
FMLFileResourcePack:Fun World Gen, FMLFileResourcePack:GenDustry,
FMLFileResourcePack:Grim3212 Core, FMLFileResourcePack:Magic Bees,
FMLFileResourcePack:Mantle, FMLFileResourcePack:MorePlayerModels,
FMLFileResourcePack:Natura, FMLFileResourcePack:OreSpawn,
FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Pokeball,
FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Ridiculous
World, FMLFileResourcePack:Realistic World Gen Alpha,
FMLFileResourcePack:Special Mobs, FMLFileResourcePack:Superheroes
Unlimited Mod, FMLFileResourcePack:Erebus, FMLFileResourcePack:VoxelMap
No Radar, FMLFileResourcePack:WaslieCore,
FMLFileResourcePack:bspkrsCore, CutieCraft_6244194.zip
[23:40:13]
[Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: FWG
in C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\FWG-1.0.3.jar.zip
[23:40:13]
[Client thread/WARN]: ResourcePack: ignored non-lowercase namespace:
FWG in
C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\FWG-1.0.3.jar.zip
[23:40:13]
[Client thread/WARN]: ResourcePack: ignored non-lowercase namespace:
FWG in
C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\FWG-1.0.3.jar.zip
[23:40:13] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[23:40:13] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[23:40:13] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[23:40:13] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[23:40:13] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[23:40:14]
[Client thread/INFO] [Treecapitator]: Loading configuration file
C:\Users\ShayLynn\AppData\Roaming\.minecraft\config\Treecapitator.cfg
[23:40:15] [Client thread/INFO] [Treecapitator]: Proceeding to load tree/mod configs from file.
[23:40:15] [Client thread/INFO] [bdlib]: bdlib 1.9.0.94 loaded
[23:40:16] [Client thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
[23:40:16] [Client thread/INFO] [ExtrabiomesXL]: Initializing.
[23:40:16] [Doggy Talents Version Check/INFO] [Doggy Talents]: Received version data: OUTDATED
[23:40:16]
[Doggy Talents Version Check/INFO] [Doggy Talents]: A new Doggy Talents
version exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]:
java.io.IOException: Server returned HTTP response code: 429 for URL:
https://dl.dropboxusercontent.com/u/74770478/DamageIndicatorMod1710.txt
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(Native Method)
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(AccessController.java:713)
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.net.URL.openStream(URL.java:1038)
[23:40:17] [Thread-8/INFO]
[STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at
DamageIndicatorsMod.client.DIClientProxy$1.run(DIClientProxy.java:79)
[23:40:17]
[Thread-8/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.Thread.run(Thread.java:745)
[23:40:17] [Client thread/INFO] [ExtrabiomesXL]: BLACK = DYE_BLACK
[23:40:17] [Client thread/INFO] [ExtrabiomesXL]: BLUE = DYE_BLUE
[23:40:17] [Client thread/INFO] [ExtrabiomesXL]: BROWN = DYE_BROWN
[23:40:17] [Client thread/INFO] [ExtrabiomesXL]: WHITE = DYE_WHITE
[23:40:17] [Client thread/INFO] [ExtrabiomesXL]: Module CAUTIA is enabled.
[23:40:17] [Client thread/INFO] [ExtrabiomesXL]: Module FABRICA is enabled.
[23:40:17] [Client thread/INFO] [ExtrabiomesXL]: Module AMICA is enabled.
[23:40:17] [Client thread/INFO] [ExtrabiomesXL]: Name: ExtrabiomesXL:double_woodslab
[23:40:17] [Client thread/INFO] [Mantle]: Mantle (1.7.10-0.3.2.jenkins184) -- Preparing for launch.
[23:40:17] [Client thread/INFO] [Mantle]: Entering preinitialization phase.
[23:40:17] [Client thread/INFO] [Mantle]: Loading configuration from disk.
[23:40:17] [Client thread/INFO] [Mantle]: Configuration load completed.
[23:40:17]
[Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura TE4
Compatibility; missing dependency: ThermalExpansion
[23:40:17]
[Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura
BuildCraft Compatibility; missing dependency: BuildCraft|Transport
[23:40:17]
[Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura
Thaumcraft Compatibility; missing dependency: Thaumcraft
[23:40:17]
[Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura FMP
Compatibility; missing dependency: ForgeMultipart
[23:40:17] [Client
thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura MFR
Compatibility; missing dependency: MineFactoryReloaded
[23:40:17] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura Waila Compatibility; missing dependency: Waila
[23:40:19]
[Client thread/INFO] [Forestry]: Module BuildCraft 6 Fuels Plugin
failed to load: Compatible BuildCraftAPI|fuels version not found
[23:40:19]
[Client thread/INFO] [Forestry]: Module BuildCraft 6 Recipes Plugin
failed to load: Compatible BuildCraftAPI|recipes version not found
[23:40:19]
[Client thread/INFO] [Forestry]: Module BuildCraft 6 Statements Plugin
failed to load: Compatible BuildCraftAPI|statements version not found
[23:40:19] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Transport Plugin failed to load: BuildCraft|Transport not found
[23:40:19] [Client thread/INFO] [Forestry]: Module Pipes Plugin failed to load: BuildCraft|Transport not found
[23:40:19] [Client thread/INFO] [Forestry]: Module AgriCraft Plugin failed to load: AgriCraft not found
[23:40:19] [Client thread/INFO] [Forestry]: Module BiomesOPlenty Plugin failed to load: BiomesOPlenty not found
[23:40:19] [Client thread/INFO] [Forestry]: Module EnderIO Plugin failed to load: EnderIO not found
[23:40:19] [Client thread/INFO] [Forestry]: Module ExtraUtilities Plugin failed to load: ExtraUtilities not found
[23:40:19] [Client thread/INFO] [Forestry]: Module IndustrialCraft2 Plugin failed to load: IndustrialCraft2 not found
[23:40:19] [Client thread/INFO] [Forestry]: Module MagicalCrops Plugin failed to load: Magical Crops not found
[23:40:19] [Client thread/INFO] [Forestry]: Module PlantMegaPack Plugin failed to load: Plant Mega Pack not found
[23:40:19] [Client thread/INFO] [Forestry]: Module Witchery Plugin failed to load: Witchery not found
[23:40:19] [Thread-9/WARN] [Forestry]: Unable to read from remote version authority.
[23:41:03] [Client thread/INFO] [eplus]: Initializing Configurations.
[23:41:03] [Client thread/INFO] [eplus]: Plugin loaded: TConPlugin
[23:41:03] [Client thread/INFO] [eplus]: Plugin loaded: ThaumcraftPlugin
[23:41:03] [Client thread/INFO] [eplus]: Plugin loaded: Treecapitatior
[23:41:03] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... ThaumcraftPlugin
[23:41:03] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... Treecapitatior
[23:41:03] [Client thread/INFO] [eplus]: Initializing Blocks.
[23:41:03] [Client thread/INFO] [eplus]: Initializing Items.
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]:
java.io.FileNotFoundException:
https://dl.dropboxusercontent.com/u/46500170/Site/donator_list.txt
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(Native Method)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(AccessController.java:713)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.net.URL.openStream(URL.java:1038)
[23:41:04] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
wasliecore.helpers.FileHelper.addDonators(FileHelper.java:109)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
wasliecore.main.WaslieCore.preInit(WaslieCore.java:51)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:04] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:04] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.post(EventBus.java:275)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:04] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.post(EventBus.java:275)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.main.Main.main(SourceFile:148)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:04] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[23:41:04]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[23:41:04] [Client thread/INFO] [STDOUT]: [wasliecore.main.WaslieCore:preInit:55]: WaslieCore is brought to you by wasliebob
[23:41:04] [Client thread/INFO] [MagicBees]: Preinit started
[23:41:04] [Client thread/INFO] [MagicBees]: Found nugget of type IRON
[23:41:04] [Client thread/INFO] [MagicBees]: Found nugget of type COPPER
[23:41:04] [Client thread/INFO] [MagicBees]: Found nugget of type TIN
[23:41:04] [Client thread/INFO] [MagicBees]: Found nugget of type SILVER
[23:41:04] [Client thread/INFO] [MagicBees]: Disabled nugget SILVER
[23:41:04] [Client thread/INFO] [MagicBees]: Found nugget of type LEAD
[23:41:04] [Client thread/INFO] [MagicBees]: Disabled nugget LEAD
[23:41:04] [Client thread/INFO] [MagicBees]: Found nugget of type DIAMOND
[23:41:04] [Client thread/INFO] [MagicBees]: Disabled nugget DIAMOND
[23:41:04] [Client thread/INFO] [MagicBees]: Found nugget of type EMERALD
[23:41:04] [Client thread/INFO] [MagicBees]: Disabled nugget EMERALD
[23:41:04] [Client thread/INFO] [MagicBees]: Found nugget of type APATITE
[23:41:04] [Client thread/INFO] [MagicBees]: Disabled nugget APATITE
[23:41:04] [Client thread/INFO] [MagicBees]: Preinit completed
[23:41:04] [Client thread/INFO] [gendustry]: IC2 Version: NOT FOUND
[23:41:04] [Client thread/INFO] [gendustry]: RF API Version: CoFHAPI 1.7.10R1.0.2
[23:41:04] [Client thread/INFO] [gendustry]: Available Forestry species roots:
[23:41:04] [Client thread/INFO] [gendustry]: * rootBees - forestry.apiculture.genetics.BeeHelper
[23:41:04] [Client thread/INFO] [gendustry]: * rootTrees - forestry.arboriculture.genetics.TreeHelper
[23:41:04] [Client thread/INFO] [gendustry]: * rootButterflies - forestry.lepidopterology.genetics.ButterflyHelper
[23:41:04] [Client thread/INFO] [gendustry]: * rootFlowers - binnie.botany.genetics.FlowerHelper
[23:41:05] [Client thread/INFO] [bdlib]: Loading internal config files for mod Gendustry
[23:41:05]
[Client thread/INFO] [bdlib]: Loading config:
jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/tuning.cfg
[23:41:05]
[Client thread/INFO] [bdlib]: Loading config:
jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/recipes.cfg
[23:41:06]
[Client thread/INFO] [bdlib]: Loading config:
jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/upgrades.cfg
[23:41:06]
[Client thread/INFO] [bdlib]: Loading config:
jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/bees_color.cfg
[23:41:06]
[Client thread/INFO] [bdlib]: Loading config:
jar:file:/C:/Users/ShayLynn/AppData/Roaming/.minecraft/Mods/gendustry-1.5.2.107-mc1.7.10.jar!/assets/gendustry/config/bees_patreon.cfg
[23:41:06] [Client thread/INFO] [bdlib]: Loading user config files for mod Gendustry
[23:41:06] [Client thread/INFO] [bdlib]: Config loading for mod Gendustry finished
[23:41:06] [Client thread/INFO] [bdlib]: Loaded creative tabs for gendustry
[23:41:06] [Client thread/INFO] [gendustry]: Items loaded
[23:41:06] [Client thread/INFO] [gendustry]: Fluids loaded
[23:41:06] [Client thread/INFO] [gendustry]: Blocks loaded
[23:41:07] [Client thread/INFO] [gendustry]: Machines loaded
[23:41:07] [Client thread/INFO] [gendustry]: Registered reload listener
[23:41:07] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
Jul 29, 2015 11:41:10 PM net.daveyx0.primitivemobs.common.PrimitiveMobs PreInit
INFO: Config file path: C:\Users\ShayLynn\AppData\Roaming\.minecraft\config/primitivemobs/
Jul 29, 2015 11:41:10 PM net.daveyx0.primitivemobs.config.PrimitiveMobsConfigurationGeneral init
INFO: Loaded General configuration file
Jul 29, 2015 11:41:10 PM net.daveyx0.primitivemobs.config.PrimitiveMobsConfigurationSpawns init
INFO: Loaded Spawnrate configuration file
[23:41:10] [Client thread/INFO] [Ridiculous World]: #****TheSand
[23:41:14] [Client thread/INFO] [FML]: Applying holder lookups
[23:41:14] [Client thread/INFO] [FML]: Holder lookups applied
[23:41:14] [Client thread/INFO] [FML]: Injecting itemstacks
[23:41:14] [Client thread/INFO] [FML]: Itemstack injection complete
[23:41:14] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:41:14] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[23:41:14] [Thread-12/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[23:41:14]
[Thread-12/INFO] [STDOUT]:
[paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of
OpenAL. For more information, see http://www.lwjgl.org)
[23:41:15] [Thread-12/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[23:41:15] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:41:15] [Sound Library Loader/INFO]: Sound engine started
[23:41:15] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
[23:41:16] [Client thread/INFO]: Created: 16x16 textures/items-atlas
[23:41:16] [Client thread/ERROR] [CodeChickenCore]: Unable to do mod description scrolling due to lack of stencil buffer
[23:41:16]
[Client thread/ERROR] [DamageIndicatorsMod]: The language resource
assets/damageindicatorsmod/lang/en_US.lang cannot be located on the
classpath. This is a programming error.
[23:41:16] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod bspkrsCore
Jul 29, 2015 11:41:16 PM java.util.prefs.WindowsPreferences <init>
WARNING:
Could not open/create prefs root node Software\JavaSoft\Prefs at root
0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
[23:41:16]
[Client thread/INFO] [bspkrsCore]: bspkrsCore 6.15 is out of date!
Visit http://www.minecraftforum.net/topic/1114612- to download the
latest release (6.16).
[23:41:17] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod Treecapitator
[23:41:17] [Client thread/INFO] [ExtrabiomesXL]: Initializing Treecapitator support...
[23:41:17] [Client thread/INFO] [ExtrabiomesXL]: Treecapitator IMC message sent.
[23:41:17] [Client thread/INFO] [Mantle]: Entering initialization phase.
[23:41:19] [Client thread/INFO] [eplus]: Initializing GUI Handler.
[23:41:19] [Client thread/INFO] [MagicBees]: Init completed
[23:41:19] [Client thread/INFO] [gendustry]: Registered 2 branches
[23:41:19] [Client thread/INFO] [gendustry]: Registered 17 bees
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]:
java.io.IOException: Server returned HTTP response code: 429 for URL:
https://dl.dropboxusercontent.com/u/37637724/MinecraftModVersions/grim3212core.version
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(Native Method)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(AccessController.java:713)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.net.URL.openStream(URL.java:1038)
[23:41:20] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.util.VersionChecker.<init>(VersionChecker.java:22)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.GrimModule.registerVersionCheck(GrimModule.java:63)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.GrimModule.registerMod(GrimModule.java:43)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.Grim3212Core.init(Grim3212Core.java:69)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:20] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:20] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.post(EventBus.java:275)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:20] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.post(EventBus.java:275)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.main.Main.main(SourceFile:148)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:20] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[23:41:20]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[23:41:20] [Client thread/ERROR] [Grim3212 Core]: Error retrieving version check data for grim3212core
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]:
java.io.IOException: Server returned HTTP response code: 429 for URL:
https://dl.dropboxusercontent.com/u/37637724/MinecraftModVersions/pokeball.version
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(Native Method)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(AccessController.java:713)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.net.URL.openStream(URL.java:1038)
[23:41:21] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.util.VersionChecker.<init>(VersionChecker.java:22)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.GrimModule.registerVersionCheck(GrimModule.java:63)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.core.GrimModule.registerMod(GrimModule.java:43)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
grim3212.mc.pokeball.Pokeball.load(Pokeball.java:58)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:21] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:21] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.post(EventBus.java:275)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:21] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
com.google.common.eventbus.EventBus.post(EventBus.java:275)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.client.main.Main.main(SourceFile:148)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.lang.reflect.Method.invoke(Method.java:483)
[23:41:21] [Client
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[23:41:21]
[Client thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[23:41:21] [Client thread/ERROR] [Grim3212 Core]: Error retrieving version check data for pokeball
[23:41:23] [Client thread/INFO] [Treecapitator]: Received IMC message from mod ExtrabiomesXL.
[23:41:23]
[Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while
verifying a ThirdPartyModConfig NBTTagCompound object
[23:41:23] [Client thread/INFO] [Treecapitator]: Received IMC message from mod Natura.
[23:41:23]
[Client thread/WARN] [Treecapitator]: Unknown tag "useShiftedItemID"
found while verifying a ThirdPartyModConfig NBTTagCompound object
[23:41:23]
[Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while
verifying a ThirdPartyModConfig NBTTagCompound object
[23:41:23] [Client thread/WARN] [Forestry]: Failed to find (chisel:granite) in the Forge item and block registries.
[23:41:23] [Client thread/WARN] [Forestry]: Failed to find (chisel:andesite) in the Forge item and block registries.
[23:41:23] [Client thread/WARN] [Forestry]: Failed to find (chisel:diorite) in the Forge item and block registries.
[23:41:23] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.frugal. Request sent from eplus
[23:41:23] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.charging. Request sent from eplus
[23:41:23] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.haste. Request sent from eplus
[23:41:23] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.repair. Request sent from eplus
[23:41:23] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.potency. Request sent from eplus
[23:41:23] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for Treecapitating. Request sent from eplus
[23:41:23] [Client thread/INFO] [FML]: Injecting itemstacks
[23:41:23] [Client thread/INFO] [FML]: Itemstack injection complete
[23:41:23]
[Client thread/INFO] [Doggy Talents]: The item
[email protected] meta 32767 was register to an
item list
[23:41:23] [Client thread/INFO] [Doggy Talents]: The item
[email protected] meta 32767 was register to an item
list
[23:41:23] [Client thread/INFO] [Doggy Talents]: The item
[email protected] meta 32767 was register to an item list
[23:41:23]
[Client thread/INFO] [Doggy Talents]: The item
[email protected] meta 32767 was register to an
item list
[23:41:23] [Client thread/INFO] [Doggy Talents]: The item
[email protected] meta 32767 was register to an item
list
[23:41:23] [Client thread/INFO] [Doggy Talents]: The item
[email protected] meta 32767 was register to an item
list
[23:41:23] [Client thread/INFO] [Doggy Talents]: The item
[email protected] meta 32767 was register to an item
list
[23:41:23] [Client thread/INFO] [Doggy Talents]: The item
[email protected] meta 32767 was register to an
item list
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.0
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.1
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.2
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.3
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.4
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.5
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.0
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.1
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.2
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.3
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.4
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.5
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.6
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.7
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.8
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.9
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.10
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.11
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.12
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.13
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.14
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.15
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id bedfinder
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id blackpelt
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id creepersweeper
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id doggydash
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id fisherdog
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id guarddog
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id happyeater
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id hellhound
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id hunterdog
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id packpuppy
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id pestfighter
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id pillowpaw
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id poisonfang
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id puppyeyes
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id quickhealer
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id rescuedog
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id shepherddog
[23:41:23] [Client thread/INFO] [Doggy Talents]: Register the talent with the id wolfmount
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:23] [Client thread/WARN] [Doggy Talents]: The block id Forestry:planks2 does not exist for a material
[23:41:24] [Client thread/INFO] [Treecapitator]: Prioritizing User and IMC mod configs...
[23:41:24] [Client thread/INFO] [Treecapitator]: Registering items and trees...
[23:41:24] [Client thread/INFO] [Treecapitator]: Skipping Ore Dictionary processing.
[23:41:24] [Client thread/INFO] [Backpack]: [Backpacks] NEI Support enabled
[23:41:24] [Client thread/INFO] [ExtrabiomesXL]: Successfully Loaded.
[23:41:24] [Client thread/INFO] [Mantle]: Entering postinitialization phase.
[23:41:24] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[23:41:24] [Client thread/INFO] [Forestry]: Skipping CraftGuide integration.
[23:41:24] [Client thread/WARN] [FML]: Redundant call to BiomeDictionary.registerAllBiomes ignored
[23:41:24] [Client thread/INFO] [eplus]: Plugin initialized in PostInit... TConPlugin
[23:41:24] [Client thread/INFO] [MagicBees]: Registering marble
[23:41:24] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[23:41:24] [Client thread/INFO] [MagicBees]: Registering rock
[23:41:24] [Client thread/INFO] [MagicBees]: Registering water
[23:41:24] [Client thread/INFO] [MagicBees]: Registering basalt
[23:41:24] [Client thread/INFO] [MagicBees]: Registering marble
[23:41:24] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[23:41:24] [Client thread/INFO] [MagicBees]: Registering rock
[23:41:24] [Client thread/INFO] [MagicBees]: Registering water
[23:41:24] [Client thread/INFO] [MagicBees]: Registering basalt
[23:41:24] [Client thread/INFO] [MagicBees]: Registering marble
[23:41:24] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[23:41:24] [Client thread/INFO] [MagicBees]: Registering rock
[23:41:24] [Client thread/INFO] [MagicBees]: Registering water
[23:41:24] [Client thread/INFO] [MagicBees]: Registering basalt
[23:41:24] [Client thread/INFO] [MagicBees]: Registering marble
[23:41:24] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
[23:41:24] [Client thread/INFO] [MagicBees]: Registering rock
[23:41:24] [Client thread/INFO] [MagicBees]: Registering water
[23:41:24] [Client thread/INFO] [MagicBees]: Registering basalt
[23:41:24] [Client thread/INFO] [MagicBees]: Postinit completed
[23:41:24] [Client thread/INFO] [gendustry]: Registered 17 mutations
[23:41:25] [Client thread/INFO] [gendustry]: Preparing genetics cache ...
[23:41:25] [Thread-15/INFO] [FML]: An updated version of MagicBees is available: 2.3.3. You are currently using 2.3.2
[23:41:25] [Client thread/INFO] [gendustry]: Cached 355 mutation outputs
[23:41:25] [Client thread/INFO] [gendustry]: Cached 216 mutation inputs
[23:41:25] [Client thread/INFO] [gendustry]: Cached 801 chromosomes
[23:41:26] [Client thread/INFO] [STDOUT]: [com.thevoxelbox.voxelmap.Map:<init>:388]: could not get entityRenderMap
[23:41:26]
[Client thread/INFO] [FML]: Unknown recipe class!
erebus.recipes.RecipeSprintLeggingsUpgrades Modder please refer to
net.minecraftforge.oredict.RecipeSorter
[23:41:26] [Client
thread/INFO] [FML]: Unknown recipe class!
erebus.recipes.RecipeWhetstoneUpgrades Modder please refer to
net.minecraftforge.oredict.RecipeSorter
[23:41:26] [Client
thread/INFO] [FML]: Unknown recipe class! erebus.recipes.RecipePaxel
Modder please refer to net.minecraftforge.oredict.RecipeSorter
[23:41:26]
[Client thread/INFO] [FML]: Unknown recipe class!
erebus.recipes.EnchantSensitiveRecipe Modder please refer to
net.minecraftforge.oredict.RecipeSorter
[23:41:26] [Client
thread/INFO] [FML]: Unknown recipe class!
mod.lucky.crafting.LuckyCrafting Modder please refer to
net.minecraftforge.oredict.RecipeSorter
[23:41:26] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 45 mods
[23:41:26]
[Client thread/INFO]: Reloading ResourceManager: Default,
FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft
Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Lucky
Block, FMLFileResourcePack:MoreWolvesMod, FMLFileResourcePack:Doggy
Talents, FMLFileResourcePack:Damage Indicators,
FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack,
FMLFileResourcePack:BD Lib, FMLFileResourcePack:Botany,
FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees,
FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics,
FMLFileResourcePack:Chisel, FMLFileResourcePack:Copious Dogs,
FMLFileResourcePack:Crafting Pillars Mod, FMLFileResourcePack:Decocraft,
FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:ExtrabiomesXL,
FMLFileResourcePack:Forestry for Minecraft,
FMLFileResourcePack:Forestry Extras, FMLFileResourcePack:FoxLib,
FMLFileResourcePack:Fun World Gen, FMLFileResourcePack:GenDustry,
FMLFileResourcePack:Grim3212 Core, FMLFileResourcePack:Magic Bees,
FMLFileResourcePack:Mantle, FMLFileResourcePack:MorePlayerModels,
FMLFileResourcePack:Natura, FMLFileResourcePack:OreSpawn,
FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Pokeball,
FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:Ridiculous
World, FMLFileResourcePack:Realistic World Gen Alpha,
FMLFileResourcePack:Special Mobs, FMLFileResourcePack:Superheroes
Unlimited Mod, FMLFileResourcePack:Erebus, FMLFileResourcePack:VoxelMap
No Radar, FMLFileResourcePack:WaslieCore,
FMLFileResourcePack:bspkrsCore, CutieCraft_6244194.zip
[23:41:26]
[Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: FWG
in C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\FWG-1.0.3.jar.zip
[23:41:26]
[Client thread/WARN]: ResourcePack: ignored non-lowercase namespace:
FWG in
C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\FWG-1.0.3.jar.zip
[23:41:26]
[Client thread/WARN]: ResourcePack: ignored non-lowercase namespace:
FWG in
C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\FWG-1.0.3.jar.zip
[23:41:48] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
[23:41:54] [Client thread/INFO]: Created: 2048x1024 textures/blocks-atlas
[23:41:56] [Client thread/INFO]: Created: 1024x1024 textures/items-atlas
[23:41:56] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:41:56] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[23:41:56]
[Client thread/INFO] [STDOUT]:
[paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul
Lamb, www.paulscode.com
[23:41:56] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:41:56] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:41:56] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[23:41:56] [Thread-16/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[23:41:56]
[Thread-16/INFO] [STDOUT]:
[paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of
OpenAL. For more information, see http://www.lwjgl.org)
[23:41:56] [Thread-16/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[23:41:57] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:41:57] [Sound Library Loader/INFO]: Sound engine started
[23:41:57] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 5 textures
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 3 locations:
[23:41:57]
[Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type
net.minecraft.client.resources.DefaultResourcePack : Default
[23:41:57]
[Client thread/ERROR] [TEXTURE ERRORS]: mod MoreWolvesMod resources at
C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\[1.7.10-1.7.2]MoreWolvesMod.zip
[23:41:57]
[Client thread/ERROR] [TEXTURE ERRORS]: resource pack at path
C:\Users\ShayLynn\AppData\Roaming\.minecraft\resourcepacks\CutieCraft_6244194.zip
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are:
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_167_doggytalents.dogbath.png
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_445_bookshelf.png
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_6385_erebus.warHammer.png
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1303_erebus.swampVent.png
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_769_null.png
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN craftingpillars
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: domain craftingpillars is missing 1 texture
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: domain craftingpillars has 1 location:
[23:41:57]
[Client thread/ERROR] [TEXTURE ERRORS]: mod craftingpillars resources
at
C:\Users\ShayLynn\AppData\Roaming\.minecraft\Mods\CraftingPillars-1.7.x-1.6.1.jar
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain craftingpillars are:
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/present.png
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain craftingpillars
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN mythril
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: domain mythril is missing 1 texture
[23:41:57]
[Client thread/ERROR] [TEXTURE ERRORS]: domain mythril is missing a
resource manager - it is probably a side-effect of automatic texture
processing
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain mythril are:
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/mythril_ring.png
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain mythril
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[23:41:57] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[23:41:59]
[Doggy Talents Version Check/INFO]: [CHAT] A new Doggy Talents version
exists v1.9.0h. Get it here: http://adfoc.us/14766155916785
[23:42:00] [Thread-10/INFO]: [CHAT] §2MorePlayerModels§f installed. More info at §9§nClick here
[23:43:33] [Client thread/INFO] [STDOUT]: [fwg.gui.GuiGeneratorSettings:func_73866_w_:47]: INIT
[23:44:32] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
[23:44:36] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[23:44:36] [Server thread/INFO]: Generating keypair
[23:44:36] [Server thread/INFO]: Converting map!
[23:44:36] [Server thread/INFO]: Scanning folders...
[23:44:36] [Server thread/INFO]: Total conversion count is 0
[23:44:36] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[23:44:36] [Server thread/INFO] [FML]: Applying holder lookups
[23:44:36] [Server thread/INFO] [FML]: Holder lookups applied
[23:44:36] [Server thread/WARN]: Unable to find spawn biome
[23:44:37]
[Server thread/INFO] [FML]: Loading dimension 0 (Realisic V2)
([email protected])
[23:44:37]
[Server thread/INFO] [FML]: Loading dimension 66 (Realisic V2)
([email protected])
[23:44:37]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[23:44:37] [Server
thread/INFO] [FML]: Loading dimension 40 (Realisic V2)
([email protected])
[23:44:37]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[23:44:37] [Server thread/WARN]: Unable to find spawn biome
[23:44:37]
[Server thread/INFO] [FML]: Loading dimension 85 (Realisic V2)
([email protected])
[23:44:37]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[23:44:37] [Server thread/WARN]: Unable to find spawn biome
[23:44:43]
[Server thread/INFO] [FML]: Loading dimension 84 (Realisic V2)
([email protected])
[23:44:43]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[23:44:43] [Server thread/WARN]: Unable to find spawn biome
[23:44:43]
[Server thread/INFO] [FML]: Loading dimension 83 (Realisic V2)
([email protected])
[23:44:43]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[23:44:43] [Server thread/WARN]: Unable to find spawn biome
[23:44:44]
[Server thread/INFO] [FML]: Loading dimension 82 (Realisic V2)
([email protected])
[23:44:44]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[23:44:44] [Server thread/WARN]: Unable to find spawn biome
[23:44:44]
[Server thread/INFO] [FML]: Loading dimension 81 (Realisic V2)
([email protected])
[23:44:44]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[23:44:44] [Server thread/WARN]: Unable to find spawn biome
[23:44:44]
[Server thread/INFO] [FML]: Loading dimension 80 (Realisic V2)
([email protected])
[23:44:44]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[23:44:44] [Server
thread/INFO] [FML]: Loading dimension 51 (Realisic V2)
([email protected])
[23:44:44]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[23:44:44] [Server
thread/INFO] [FML]: Loading dimension -1 (Realisic V2)
([email protected])
[23:44:44]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[23:44:44] [Server
thread/INFO] [FML]: Loading dimension 1 (Realisic V2)
([email protected])
[23:44:44]
[Server thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[23:44:44] [Server
thread/INFO] [STDOUT]:
[erebus.world.teleporter.TeleporterHandler:onWorldLoad:60]: added to
[email protected]
[23:44:44] [Server thread/INFO]: Preparing start region for level 0
[23:44:46] [Server thread/INFO]: Preparing spawn area: 4%
[23:44:47] [Server thread/INFO]: Preparing spawn area: 7%
[23:44:48] [Server thread/INFO]: Preparing spawn area: 11%
[23:44:49] [Server thread/INFO]: Preparing spawn area: 15%
[23:44:50] [Server thread/INFO]: Preparing spawn area: 19%
[23:44:51] [Server thread/INFO]: Preparing spawn area: 23%
[23:44:52] [Server thread/INFO]: Preparing spawn area: 27%
Jul 29, 2015 11:44:52 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @-96 33 -128
[23:44:53] [Server thread/INFO]: Preparing spawn area: 30%
[23:44:54] [Server thread/INFO]: Preparing spawn area: 34%
[23:44:55] [Server thread/INFO]: Preparing spawn area: 37%
Jul 29, 2015 11:44:56 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @-48 40 -192
[23:44:56] [Server thread/INFO]: Preparing spawn area: 40%
[23:44:57] [Server thread/INFO]: Preparing spawn area: 43%
Jul 29, 2015 11:44:58 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @-16 39 -16
[23:44:58] [Server thread/INFO]: Preparing spawn area: 47%
[23:44:59] [Server thread/INFO]: Preparing spawn area: 50%
Jul 29, 2015 11:45:00 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @0 36 -176
[23:45:00] [Server thread/INFO]: Preparing spawn area: 53%
Jul 29, 2015 11:45:01 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @16 43 -96
[23:45:01] [Server thread/INFO]: Preparing spawn area: 57%
[23:45:02] [Server thread/INFO]: Preparing spawn area: 61%
[23:45:03] [Server thread/INFO]: Preparing spawn area: 65%
Jul 29, 2015 11:45:04 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @64 36 -176
[23:45:04] [Server thread/INFO]: Preparing spawn area: 69%
[23:45:05] [Server thread/INFO]: Preparing spawn area: 72%
[23:45:06] [Server thread/INFO]: Preparing spawn area: 74%
Jul 29, 2015 11:45:07 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @80 27 128
[23:45:08] [Server thread/INFO]: Preparing spawn area: 76%
Jul 29, 2015 11:45:08 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @96 38 -80
[23:45:09] [Server thread/INFO]: Preparing spawn area: 79%
[23:45:10] [Server thread/INFO]: Preparing spawn area: 81%
[23:45:11] [Server thread/INFO]: Preparing spawn area: 83%
[23:45:12] [Server thread/INFO]: Preparing spawn area: 85%
Jul 29, 2015 11:45:12 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @128 35 16
[23:45:13] [Server thread/INFO]: Preparing spawn area: 86%
[23:45:14] [Server thread/INFO]: Preparing spawn area: 89%
[23:45:15] [Server thread/INFO]: Preparing spawn area: 91%
Jul 29, 2015 11:45:15 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @144 34 176
[23:45:16] [Server thread/INFO]: Preparing spawn area: 94%
Jul 29, 2015 11:45:16 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @160 36 128
Jul 29, 2015 11:45:17 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @176 41 -192
[23:45:17] [Server thread/INFO]: Preparing spawn area: 96%
[23:45:18] [Server thread/INFO]: Preparing spawn area: 99%
[23:45:19] [Server thread/INFO]: Changing view distance to 32, from 10
[23:45:20] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
[23:45:20] [Netty IO #1/INFO] [FML]: Client protocol version 2
[23:45:20]
[Netty IO #1/INFO] [FML]: Client attempting to join with 45 mods :
[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]${mcversion}-${version},[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
-
1.7.10,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
1.3.2,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
-
1.7.10,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[23:45:20] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[23:45:20] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[23:45:20] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[23:45:20] [Server thread/INFO]: ShaylyNNN[local:E:ff90be44] logged in with entity id 399 at (2.5, 69.0, -6.5)
[23:45:20] [Server thread/INFO]: ShaylyNNN joined the game
[23:45:20] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]:
java.io.FileNotFoundException:
https://dl.dropboxusercontent.com/u/46500170/Site/Builds/FE2_UPDATE.wasliecore
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(Native Method)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.security.AccessController.doPrivileged(AccessController.java:713)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
java.net.URL.openStream(URL.java:1038)
[23:45:20] [Server
thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
wasliecore.helpers.UpdateHelper.getUpdate(UpdateHelper.java:57)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
forestryextras.handlers.events.OnPlayerJoinWorld.joinEvent(OnPlayerJoinWorld.java:21)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.eventhandler.ASMEventHandler_271_OnPlayerJoinWorld_joinEvent_EntityJoinWorldEvent.invoke(.dynamic)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.world.World.func_72838_d(World.java:1334)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.management.ServerConfigurationManager.func_72377_c(ServerConfigurationManager.java:301)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:161)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:190)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:463)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
[23:45:20]
[Server thread/INFO] [STDERR]:
[java.lang.Throwable$WrappedPrintStream:println:748]: at
net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Jul 29, 2015 11:45:35 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @80 23 208
Jul 29, 2015 11:45:35 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @32 40 224
Jul 29, 2015 11:45:39 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-272 16 16
Jul 29, 2015 11:45:44 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @32 40 256
Jul 29, 2015 11:45:46 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @272 17 -96
Jul 29, 2015 11:45:47 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @-160 43 224
Jul 29, 2015 11:45:47 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-160 20 -272
Jul 29, 2015 11:45:55 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @272 34 -128
Jul 29, 2015 11:46:15 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-16 17 -336
Jul 29, 2015 11:46:31 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @144 33 -304
Jul 29, 2015 11:46:49 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @-272 40 176
Jul 29, 2015 11:46:49 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-272 22 176
Jul 29, 2015 11:47:31 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Gem Cave @-272 17 -304
Jul 29, 2015 11:47:34 PM net.daveyx0.primitivemobs.world.gen.WorldGeneratorPrimitiveMobs generateSurface
INFO: Spider Cave @-304 41 192