Hello! I wanted to make a mod pack on the curse client and it doesn't work!
Crash Log:
[19:55:41] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[19:55:41] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[19:55:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[19:55:41] [main/INFO] [FML]: Forge Mod Loader version 7.99.30.1492 for Minecraft 1.7.10 loading
[19:55:41] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 8.1:amd64:6.3, installed at C:\Users\Zachary\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_25
[19:55:41] [main/INFO] [FML]: [AppEng] Core Init
[19:55:41] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: codechicken/core/launch/DepLoader
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at codechicken.core.launch.CodeChickenCorePlugin.<init>(CodeChickenCorePlugin.java:47)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.newInstance(Class.java:438)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:501)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: codechicken.core.launch.DepLoader
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 15 more
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.io.FileNotFoundException: C:\Users\Zachary\Documents\Curse\Minecraft\Instances\Mod Pack (The system cannot find the file specified)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.zip.ZipFile.open(Native Method)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.zip.ZipFile.<init>(ZipFile.java:220)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.zip.ZipFile.<init>(ZipFile.java:150)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.jar.JarFile.<init>(JarFile.java:166)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.jar.JarFile.<init>(JarFile.java:103)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:93)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:69)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:94)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:89)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:145)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 17 more
[19:55:41] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at C:\Users\Zachary\Documents\Curse\Minecraft\Instances\Mod Pack! for Forge Mod Loader
java.lang.NoClassDefFoundError: codechicken/core/launch/DepLoader
at codechicken.core.launch.CodeChickenCorePlugin.<init>(CodeChickenCorePlugin.java:47) ~[CodeChickenCore-1.7.10-1.0.6.43-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.1492-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389) ~[forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221) ~[forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1492-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.core.launch.DepLoader
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.io.FileNotFoundException: C:\Users\Zachary\Documents\Curse\Minecraft\Instances\Mod Pack (The system cannot find the file specified)
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_25]
at java.util.zip.ZipFile.<init>(ZipFile.java:220) ~[?:1.8.0_25]
at java.util.zip.ZipFile.<init>(ZipFile.java:150) ~[?:1.8.0_25]
at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_25]
at java.util.jar.JarFile.<init>(JarFile.java:103) ~[?:1.8.0_25]
at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:93) ~[?:1.8.0_25]
at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:69) ~[?:1.8.0_25]
at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:94) ~[?:1.8.0_25]
at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122) ~[?:1.8.0_25]
at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:89) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:145) ~[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" [19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: codechicken/core/launch/DepLoader
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at codechicken.core.launch.CodeChickenCorePlugin.<init>(CodeChickenCorePlugin.java:47)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.newInstance(Class.java:438)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:501)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: codechicken.core.launch.DepLoader
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 15 more
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.io.FileNotFoundException: C:\Users\Zachary\Documents\Curse\Minecraft\Instances\Mod Pack (The system cannot find the file specified)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.zip.ZipFile.open(Native Method)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.zip.ZipFile.<init>(ZipFile.java:220)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.zip.ZipFile.<init>(ZipFile.java:150)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.jar.JarFile.<init>(JarFile.java:166)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.jar.JarFile.<init>(JarFile.java:103)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:93)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:69)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:94)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:89)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:145)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 17 more
Note: I am not a coder and thus have no clue what any of the crash log means so if anyone that has an answer could simplify it(and the answer) for me, that would be great! Thanks in advance!
i tried dumping all the mods into the ftblite3 pack on the ftb launcher and this is what i got
Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 8/15/15 3:30 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: thehippomaster/MutantCreatures/MutantSkeleton
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: thehippomaster/MutantCreatures/MutantSkeleton
at thehippomaster.MutantCreatures.item.ChemicalX.<clinit>(ChemicalX.java:83)
at thehippomaster.MutantCreatures.MutantCreatures.preInit(MutantCreatures.java:91)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
... 10 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.MutantCreatures.MutantSkeleton
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 38 more
Caused by: java.lang.NoClassDefFoundError: thehippomaster/AnimationAPI/IAnimatedEntity
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 40 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.AnimationAPI.IAnimatedEntity
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 44 more
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 8.1 (amd64) version 6.3
Java Version: 1.7.0_79, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 270800288 bytes (258 MB) / 866648064 bytes (826 MB) up to 1808269312 bytes (1724 MB)
JVM Flags: 4 total; -Xms256M -Xmx1939M -XX:PermSize=256m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
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: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 110 mods loaded, 110 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UCH Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UCH appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCH Aroma1997Core{1.0.2.14} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.14.jar)
UCH CodeChickenCore{1.0.6.43} [CodeChicken Core] (minecraft.jar)
UCH NotEnoughItems{1.0.4.107} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.107-universal.jar)
UCH VeinMiner_coremod{0.27.1_build.unknown} [Core mod] (minecraft.jar)
UCH OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH debug{1.0} [debug] (denseores-1.6.2.jar)
UCH bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCH Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCH appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCH bdlib{1.9.1.97} [BD Lib] (bdlib-1.9.1.97-mc1.7.10.jar)
UCH ae2stuff{0.4.3.47} [AE2 Stuff] (ae2stuff-0.4.3.47-mc1.7.10.jar)
UCH Aroma1997CoreHelper{1.0.2.14} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.14.jar)
UCH AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar)
UCH CoFHCore{1.7.10R3.0.3B2} [CoFH Core] (CoFHCore-[1.7.10]3.0.3B2-294.jar)
UCH autopackager{1.5.4} [AutoPackager] (autopackager-1.5.4.jar)
UCH bagginses{2.1.1} [Bagginses] (Bagginses-2.1.1.jar)
UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCH AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-13.jar)
UCH Botania{r1.7-208} [Botania] (Botania r1.7-208.jar)
UCH BuildCraft|Core{7.0.20} [BuildCraft] (buildcraft-7.0.20.jar)
UCH BuildCraft|Silicon{7.0.20} [BC Silicon] (buildcraft-7.0.20.jar)
UCH BuildCraft|Transport{7.0.20} [BC Transport] (buildcraft-7.0.20.jar)
UCH BuildCraft|Builders{7.0.20} [BC Builders] (buildcraft-7.0.20.jar)
UCH BuildCraft|Robotics{7.0.20} [BC Robotics] (buildcraft-7.0.20.jar)
UCH BuildCraft|Energy{7.0.20} [BC Energy] (buildcraft-7.0.20.jar)
UCH BuildCraft|Factory{7.0.20} [BC Factory] (buildcraft-7.0.20.jar)
UCH cgo{3.2.0} [CG Origin] (CGOrigin-1.7.10-3.2.0.jar)
UCH ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCH compactstorage{v2.0.0a} [CompactStorage] (compactstorage-1.7.10-release-2.0.0.13-universal.jar)
UCH ComputerCraft{1.74} [ComputerCraft] (ComputerCraft1.74.jar)
UCH CustomMainMenu{1.6} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.6.jar)
UCH D3Core{1.1.0.29} [D3Core] (D3Core-1.7.10-1.1.0.29 (1).jar)
UCH ForgeMultipart{1.1.2.332} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.332-universal.jar)
UCH ThermalFoundation{1.7.10R1.2.0B1} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0B1-95.jar)
UCH ExtraUtilities{1.2.5} [Extra Utilities] (extrautilities-1.2.5.jar)
UCH progressiveautomation{1.6.18} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.18.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCH MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH ThermalExpansion{1.7.10R4.0.2B2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.2B2-210.jar)
UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCH TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
UCH ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCH FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCH FlatSigns{2.1.0.19} [Flat Signs] (FlatSigns-1.7.10-universal-2.1.0.19.jar)
UCH McMultipart{1.1.2.332} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.332-universal.jar)
UCH GreenThumb{1.1.0.8} [GreenThumb] (GreenThumb-1.7.10-1.1.0.8.jar)
UCH iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCH inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
UCH inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCH ironbackpacks{0.5.0} [Iron Backpacks] (Iron Backpacks-1.7.10-1.0.4-universal.jar)
UCH JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH Mystcraft{0.12.3.00} [Mystcraft] (mystcraft-1.7.10-0.12.3.00.jar)
UCH MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH Morpheus{1.7.10-1.6.4} [Morpheus] (Morpheus-1.7.10-1.6.4.jar)
UCE MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
UCH NEIAddons{1.12.10.33} [NEI Addons] (neiaddons-1.12.10.33-mc1.7.10 (1).jar)
UCH NEIAddons|AppEng{1.12.10.33} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.10.33-mc1.7.10 (1).jar)
UCH NEIAddons|Botany{1.12.10.33} [NEI Addons: Botany] (neiaddons-1.12.10.33-mc1.7.10 (1).jar)
UCH NEIAddons|Forestry{1.12.10.33} [NEI Addons: Forestry] (neiaddons-1.12.10.33-mc1.7.10 (1).jar)
UCH NEIAddons|CraftingTables{1.12.10.33} [NEI Addons: Crafting Tables] (neiaddons-1.12.10.33-mc1.7.10 (1).jar)
UCH NEIAddons|ExNihilo{1.12.10.33} [NEI Addons: Ex Nihilo] (neiaddons-1.12.10.33-mc1.7.10 (1).jar)
UCH NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12.jar)
UCH notenoughkeys{@[email protected]} [NotEnoughKEys] (NotEnoughKeys-1.7.10-1.0.0b29.jar)
UCH ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar)
UCH OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8.jar)
UCH OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4.jar)
UCH origin{3.5.1} [Origin] (Origin-1.7.10-3.5.1 (1).jar)
UCH owneremitter{2.0.1} [Owner Emitter] (OwnerEmitter-1.7.10-2.0.1.jar)
UCH PortalGun{4.0.0-beta-5} [PortalGun] (PortalGun-4.0.0-beta-5.jar)
UCH pressure{1.2.1.108} [Pressure Pipes] (pressure-1.2.1.108-mc1.7.10.jar)
UCH quantumflux{1.7.10-1.3.0} [QuantumFlux] (QuantumFlux-1.7.10-1.3.0.jar)
UCH RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
UCH RedstoneArsenal{1.7.10R1.1.1B1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.1B1-85.jar)
UCH ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar)
UCH simplyjetpacks{1.5.1} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.1.jar)
UCH SolarFlux{1.7.10-0.8a} [Solar Flux] (SolarFlux-1.7.10-0.8a.jar)
UCH StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar)
UCH StorageDrawers{1.7.10-1.5.11} [Storage Drawers] (StorageDrawers-1.7.10-1.5.11.jar)
UCH supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar)
UCH ThermalDynamics{1.7.10R1.1.0B2} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0B2-149.jar)
UCH TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCH TorchTools{1.2.0.26} [TorchTools] (TorchTools-1.7.10-1.2.0.26 (1).jar)
UCH VeinMiner{0.27.1_build.unknown} [Vein Miner] (VeinMiner-1.7.10_0.27.1.unknown.jar)
UCH VeinMinerModSupport{0.27.1_build.unknown} [Mod Support] (VeinMiner-1.7.10_0.27.1.unknown.jar)
UCH WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
UCH denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCH ForgeMicroblock{1.1.2.332} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.332-universal.jar)
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.3925' Renderer: 'Intel(R) HD Graphics'
OpenModsLib class transformers: [gl_capabilities_hook:FINISHED],[player_render_hook:ENABLED],[map_gen_fix:FINISHED],[movement_callback:FINISHED],[stencil_patches:FINISHED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.0.3B2-294
ThermalFoundation: -[1.7.10]1.2.0B1-95
Mantle Environment: Environment healthy.
MineFactoryReloaded: -[1.7.10]2.8.0-104
ThermalExpansion: -[1.7.10]4.0.2B2-210
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.0-12
RedstoneArsenal: -[1.7.10]1.1.1B1-85
ThermalDynamics: -[1.7.10]1.1.0B2-149
List of loaded APIs:
* API_NEK (1.0.0) from NotEnoughKeys-1.7.10-1.0.0b29.jar
* appliedenergistics2|API (rv2) from appliedenergistics2-rv2-stable-10.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* BotaniaAPI (58) from Botania r1.7-208.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|blueprints (1.3) from buildcraft-7.0.20.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|core (1.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.0.20.jar
* BuildCraftAPI|events (1.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.0.20.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.0.20.jar
* BuildCraftAPI|items (1.1) from buildcraft-7.0.20.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.0.20.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|robotics (2.1) from buildcraft-7.0.20.jar
* BuildCraftAPI|statements (1.1) from buildcraft-7.0.20.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.0.20.jar
* BuildCraftAPI|tools (1.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|transport (4.1) from buildcraft-7.0.20.jar
* CoFHAPI (1.7.10R1.0.1) from buildcraft-7.0.20.jar
* CoFHAPI|block (1.7.10R1.0.12) from ProgressiveAutomation-1.7.10-1.6.18.jar
* CoFHAPI|core (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|energy (1.7.10R1.0.0) from extrautilities-1.2.5.jar
* CoFHAPI|fluid (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|inventory (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|item (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|modhelpers (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|tileentity (1.7.10R1.0.12) from ProgressiveAutomation-1.7.10-1.6.18.jar
* CoFHAPI|transport (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|world (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|audio (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|container (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|element (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|slot (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|inventory (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|render (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|render|particle (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|util (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|util|helpers (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|util|position (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|world (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|world|feature (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* compactstorage (v2.0.0a) from compactstorage-1.7.10-release-2.0.0.13-universal.jar
* ComputerCraft|API (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|FileSystem (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Lua (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Media (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Peripheral (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Permissions (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Redstone (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Turtle (1.74) from ComputerCraft1.74.jar
* IC2API (1.0) from RedstoneArsenal-[1.7.10]1.1.1B1-85.jar
* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.00.jar
* OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.4.jar
* pressureAPI (1.2.1.108) from pressure-1.2.1.108-mc1.7.10.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* VeinMinerApi (0.1) from VeinMiner-1.7.10_0.27.1.unknown.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
[15:30:44] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# c:\ftb\FTBLite3\minecraft\crash-reports\crash-2015-08-15_15.30.44-client.txt
MC process exited. return value: -1
The Meaning of Life, the Universe, and Everything.
Join Date:
4/8/2015
Posts:
332
Member Details
For the newer error, you're missing animationapi, which mutant creatures requires. Try to be sure you get everything you need when you download your mods, especially when using the curse client.
that is the full log. i guess ill put the whole log from start to crash. i am now using the ftb launcher
AnalyticsBackgroundThread started
FTBLaunch starting up (version 1.4.8 Build: 10408)
OS: Windows 8.1 6.3 (64-bit)
Launcher Install Dir: c:\ftb
System memory: 1196M free, 1939M total
From Console: Aug 15, 2015 11:00:27 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.
The FTB Launcher has found the following Java versions installed:
Java Version: 1.8.0_51 sorted as: 1.8.0_51 64 Bit Java at : C:\Program Files\Java\jre1.8.0_51\bin\java.exe
Java Version: 1.8.0_51 sorted as: 1.8.0_51 64 Bit Java at : C:\Program Files\Java\jre1.8.0_51\bin\java.exe
Preferred: Java Version: 1.8.0_51 sorted as: 1.8.0_51 64 Bit Java at : C:\Program Files\Java\jre1.8.0_51\bin\java.exe
Using download server Automatic:CurseCDN on host ftb.cursecdn.com (198.41.208.102)
[i18n] Fallback enUS loaded
[i18n] enUS English (US) language file loaded!
Checking installation location
Loading user data
Loading modpack information for modpacks.xml...
Loading modpack information for thirdparty.xml...
Creating Console window
Creating main window
Local Authlib Version is good, skipping Download
Adding Authlib to Classpath
[i18n] Added 0 enUS to options pane
[i18n] Added 1 cyGB to options pane
[i18n] Added 2 daDK to options pane
[i18n] Added 3 deDE to options pane
[i18n] Added 4 enGB to options pane
[i18n] Added 5 enUS to options pane
[i18n] Added 6 esES to options pane
[i18n] Added 7 fiFI to options pane
[i18n] Added 8 frCA to options pane
[i18n] Added 9 frFR to options pane
[i18n] Added 10 itIT to options pane
[i18n] Added 11 maHU to options pane
[i18n] Added 12 nlNL to options pane
[i18n] Added 13 noNO to options pane
[i18n] Added 14 plPL to options pane
[i18n] Added 15 ptBR to options pane
[i18n] Added 16 ptPT to options pane
[i18n] Added 17 ruRU to options pane
[i18n] Added 18 svSE to options pane
[i18n] Added 19 zhCN to options pane
[i18n] enUS English (US) language file loaded!
loading map information...
loading texture pack information...
Setting up Launcher
Downloading pack data
Opening main window
Logging in...
Beginning authlib authentication attempt
successfully created YggdrasilAuthenticationService
Login complete.
Checking local assets file, for MC version1.7.10 Please wait!
Setting up native libraries for FTB Lite 3 v Recommended Version MC 1.7.10
Syncing Assets:
Java Path: C:\Program Files\Java\jre1.8.0_51\bin\javaw.exe
Pack: FTB Lite 3 1.7.10
Setting MinMemory to 256
Setting MaxMemory to 1939
[23:01:02] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[23:01:02] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[23:01:02] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[23:01:02] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
[23:01:02] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre1.8.0_51
[23:01:03] [main/INFO] [FML]: [AppEng] Core Init
[23:01:03] [main/WARN] [FML]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:03] [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:01:04] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:04] [main/WARN] [FML]: The coremod fastcraft.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:05] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:05] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:05] [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:01:05] [main/WARN] [FML]: The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:05] [main/WARN] [FML]: The coremod openmods.core.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:05] [main/WARN] [FML]: The coremod lumien.randomthings.Transformer.RTLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:05] [main/WARN] [FML]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:05] [main/WARN] [FML]: The coremod portablejim.veinminer.asm.VeinMinerCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:05] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:01:05] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:01:05] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:01:05] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:01:05] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:11] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[23:01:11] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[23:01:11] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:11] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:12] [main/INFO] [Aroma1997Core]: Finished data injection.
[23:01:12] [main/INFO] [Aroma1997Core]: Finished data injection.
[23:01:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:12] [main/INFO] [INpurePreloader]: Attempting to detect JVM version...
[23:01:12] [main/INFO] [INpurePreloader]: Detected JVM: 1.8
[23:01:12] [main/INFO] [INpurePreloader]: Starting library configuration...
[23:01:12] [main/INFO] [INpureLogInterceptor]: System attached to FML. Now intercepting all logging calls.
[23:01:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:01:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:15] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[23:01:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[23:01:15] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[23:01:17] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Transformed
[23:01:17] [main/INFO] [AE2-CORE]: func_146977_a_original(Lnet/minecraft/inventory/Slot;)V - New Method
[23:01:17] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Invoke Virtual
[23:01:18] [main/INFO] [RandomThingsCore]: Found World Class: net/minecraft/world/World
[23:01:20] [main/INFO]: Setting user: Derp_50
[23:01:21] [main/INFO] [RandomThingsCore]: Found Item Class: net/minecraft/item/Item
[23:01:22] [main/INFO] [RandomThingsCore]: Found Leave Class: net/minecraft/block/BlockLeavesBase
[23:01:27] [Client thread/INFO]: LWJGL Version: 2.9.1
[23:01:30] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 8/15/15 11:01 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 8.1 (amd64) version 6.3
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 157933504 bytes (150 MB) / 560463872 bytes (534 MB) up to 1808269312 bytes (1724 MB)
JVM Flags: 3 total; -Xms256M -Xmx1939M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
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: 'Intel' Version: '4.0.0 - Build 10.18.10.3925' Renderer: 'Intel(R) HD Graphics'
[23:01:30] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[23:01:31] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized
[23:01:31] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[23:01:31] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[23:01:32] [Client thread/INFO] [FML]: [AppEng] Core Init
[23:01:33] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[23:01:33] [Client thread/INFO] [FML]: Searching C:\ftb\FTBLite3\minecraft\mods for mods
[23:01:33] [Client thread/INFO] [FML]: Also searching C:\ftb\FTBLite3\minecraft\mods\1.7.10 for mods
[23:01:48] [Client thread/WARN] [Aroma1997CoreHelper]: Mod Aroma1997CoreHelper is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.2.14
[23:01:48] [Client thread/WARN] [AromaBackup]: Mod AromaBackup is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.0.0.5
[23:01:53] [Client thread/WARN] [ChickenChunks]: Mod ChickenChunks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.4.19
[23:01:54] [Client thread/WARN] [D3Core]: Mod D3Core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.29
[23:01:54] [Client thread/INFO] [debug]: Mod debug is missing the required element 'name'. Substituting debug
[23:01:54] [Client thread/WARN] [debug]: Mod debug is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[23:01:54] [Client thread/WARN] [ExtraUtilities]: Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.5
[23:01:55] [Client thread/WARN] [ForgeMicroblock]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.332
[23:01:55] [Client thread/WARN] [ForgeMultipart]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.332
[23:01:55] [Client thread/WARN] [McMultipart]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.332
[23:01:55] [Client thread/WARN] [GreenThumb]: Mod GreenThumb is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.8
[23:01:59] [Client thread/WARN] [TorchTools]: Mod TorchTools is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.26
[23:02:00] [Client thread/INFO] [FML]: Forge Mod Loader has identified 110 mods to load
[23:02:01] [Client thread/INFO] [FML]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference
[23:02:07] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.136-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:02:07] [Client thread/INFO] [FML]: FML has found a non-mod file commons-codec-1.9.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:02:07] [Client thread/INFO] [FML]: FML has found a non-mod file commons-compress-1.8.1.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:02:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, appliedenergistics2-core, Aroma1997Core, CodeChickenCore, NotEnoughItems, VeinMiner_coremod, OpenModsCore, <CoFH ASM>, Treecapitator, ae2stuff, appliedenergistics2, Aroma1997CoreHelper, AromaBackup, autopackager, bagginses, Baubles, bdlib, AWWayofTime, Botania, BuildCraft|Silicon, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Energy, BuildCraft|Factory, cgo, ChickenChunks, CoFHCore, compactstorage, ComputerCraft, CustomMainMenu, D3Core, debug, denseores, ExtraTiC, ExtraUtilities, FastCraft, FlatSigns, ForgeMicroblock, ForgeMultipart, McMultipart, GreenThumb, iChunUtil, inpure|core, inventorytweaks, ironbackpacks, JABBA, Mantle, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatAtum, MineFactoryReloaded|CompatBackTools, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatChococraft, MineFactoryReloaded|CompatExtraBiomes, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatMystcraft, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatSufficientBiomes, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, Morpheus, MutantCreatures, Mystcraft, NEIAddons, NEIAddons|AppEng, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, NetherOres, notenoughkeys, ObsidiPlates, OpenBlocks, OpenMods, origin, owneremitter, PortalGun, pressure, progressiveautomation, quantumflux, RandomThings, RedstoneArsenal, ResourceLoader, simplyjetpacks, SolarFlux, StevesWorkshop, StorageDrawers, supercraftingframe, TConstruct, ThermalDynamics, ThermalExpansion, ThermalFoundation, TiCTooltips, TorchTools, TwilightForest, VeinMiner, VeinMinerModSupport, Waila, WailaHarvestability, bspkrsCore] at CLIENT
[23:02:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, appliedenergistics2-core, Aroma1997Core, CodeChickenCore, NotEnoughItems, VeinMiner_coremod, OpenModsCore, <CoFH ASM>, Treecapitator, ae2stuff, appliedenergistics2, Aroma1997CoreHelper, AromaBackup, autopackager, bagginses, Baubles, bdlib, AWWayofTime, Botania, BuildCraft|Silicon, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Energy, BuildCraft|Factory, cgo, ChickenChunks, CoFHCore, compactstorage, ComputerCraft, CustomMainMenu, D3Core, debug, denseores, ExtraTiC, ExtraUtilities, FastCraft, FlatSigns, ForgeMicroblock, ForgeMultipart, McMultipart, GreenThumb, iChunUtil, inpure|core, inventorytweaks, ironbackpacks, JABBA, Mantle, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatAtum, MineFactoryReloaded|CompatBackTools, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatChococraft, MineFactoryReloaded|CompatExtraBiomes, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatMystcraft, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatSufficientBiomes, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, Morpheus, MutantCreatures, Mystcraft, NEIAddons, NEIAddons|AppEng, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, NetherOres, notenoughkeys, ObsidiPlates, OpenBlocks, OpenMods, origin, owneremitter, PortalGun, pressure, progressiveautomation, quantumflux, RandomThings, RedstoneArsenal, ResourceLoader, simplyjetpacks, SolarFlux, StevesWorkshop, StorageDrawers, supercraftingframe, TConstruct, ThermalDynamics, ThermalExpansion, ThermalFoundation, TiCTooltips, TorchTools, TwilightForest, VeinMiner, VeinMinerModSupport, Waila, WailaHarvestability, bspkrsCore] at SERVER
[23:02:32] [Client thread/INFO] [progressiveautomation]: Starting automation
[23:02:34] [Client thread/INFO] [TConstruct]: Preparing to take over the world
[23:02:46] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:AE2 Stuff, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Aroma1997Core|Helper, FMLFileResourcePack:AromaBackup, FMLFileResourcePack:AutoPackager, FMLFileResourcePack:Bagginses, FMLFileResourcePack:Baubles, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Botania, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:CG Origin, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CompactStorage, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:D3Core, FMLFileResourcePack:debug, FMLFileResourcePack:Dense Ores, FMLFileResourcePack:ExtraTiC, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:FastCraft, FMLFileResourcePack:Flat Signs, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:GreenThumb, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:INpureCore, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Backpacks, FMLFileResourcePack:JABBA, FMLFileResourcePack:Mantle, FMLFileResourcePack:MineFactory Reloaded, FMLFileResourcePack:MFR Compat: Applied Energistics, FMLFileResourcePack:MFR Compat: Atum, FMLFileResourcePack:MFR Compat: BackTools, FMLFileResourcePack:MFR Compat: BuildCraft, FMLFileResourcePack:MFR Compat: Chococraft, FMLFileResourcePack:MFR Compat: ExtraBiomes, FMLFileResourcePack:MFR Compat: Forestry, FMLFileResourcePack:MFR Compat: ForgeMicroblock, FMLFileResourcePack:MFR Compat: IC2, FMLFileResourcePack:MFR Compat: Mystcraft, FMLFileResourcePack:MFR Compat ProjectRed, FMLFileResourcePack:MFR Compat: Railcraft, FMLFileResourcePack:MFR Compat: Sufficient Biomes, FMLFileResourcePack:MFR Compat: Thaumcraft, FMLFileResourcePack:MFR Compat: Thermal Expansion, FMLFileResourcePack:MFR Compat: Tinkers' Construct, FMLFileResourcePack:MFR Compat: TwilightForest, FMLFileResourcePack:MFR Compat: Vanilla, FMLFileResourcePack:Morpheus, FMLFileResourcePack:Mutant Creatures, FMLFileResourcePack:Mystcraft, FMLFileResourcePack:NEI Addons, FMLFileResourcePack:NEI Addons: Applied Energistics 2, FMLFileResourcePack:NEI Addons: Botany, FMLFileResourcePack:NEI Addons: Forestry, FMLFileResourcePack:NEI Addons: Crafting Tables, FMLFileResourcePack:NEI Addons: Ex Nihilo, FMLFileResourcePack:Nether Ores, FMLFileResourcePack:NotEnoughKEys, FMLFileResourcePack:ObsidiPlates, FMLFileResourcePack:OpenBlocks, FMLFileResourcePack:OpenMods, FMLFileResourcePack:Origin, FMLFileResourcePack:Owner Emitter, FMLFileResourcePack:PortalGun, FMLFileResourcePack:Pressure Pipes, FMLFileResourcePack:Progressive Automation, FMLFileResourcePack:QuantumFlux, FMLFileResourcePack:Random Things, FMLFileResourcePack:Redstone Arsenal, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:Simply Jetpacks, FMLFileResourcePack:Solar Flux, FMLFileResourcePack:Steve's Workshop, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Super Crafting Frame, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TiC Tooltips, FMLFileResourcePack:TorchTools, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Vein Miner, FMLFileResourcePack:Mod Support, FMLFileResourcePack:Waila, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:bspkrsCore
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBLite3\minecraft\mods\BloodMagic-1.7.10-1.3.3-13.jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBLite3\minecraft\mods\BloodMagic-1.7.10-1.3.3-13.jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBLite3\minecraft\mods\BloodMagic-1.7.10-1.3.3-13.jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBLite3\minecraft\mods\BloodMagic-1.7.10-1.3.3-13.jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBLite3\minecraft\mods\BloodMagic-1.7.10-1.3.3-13.jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBLite3\minecraft\mods\BloodMagic-1.7.10-1.3.3-13.jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\ftb\FTBLite3\minecraft\mods\D3Core-1.7.10-1.1.0.29 (1).jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\ftb\FTBLite3\minecraft\mods\D3Core-1.7.10-1.1.0.29 (1).jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\ftb\FTBLite3\minecraft\mods\D3Core-1.7.10-1.1.0.29 (1).jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\ftb\FTBLite3\minecraft\mods\D3Core-1.7.10-1.1.0.29 (1).jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\ftb\FTBLite3\minecraft\mods\D3Core-1.7.10-1.1.0.29 (1).jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\ftb\FTBLite3\minecraft\mods\GreenThumb-1.7.10-1.1.0.8.jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\ftb\FTBLite3\minecraft\mods\GreenThumb-1.7.10-1.1.0.8.jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\ftb\FTBLite3\minecraft\mods\GreenThumb-1.7.10-1.1.0.8.jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\ftb\FTBLite3\minecraft\mods\GreenThumb-1.7.10-1.1.0.8.jar
[23:02:48] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\ftb\FTBLite3\minecraft\mods\GreenThumb-1.7.10-1.1.0.8.jar
[23:02:48] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\ftb\FTBLite3\minecraft\mods\GreenThumb-1.7.10-1.1.0.8.jar
[23:02:49] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[23:02:49] [Client thread/INFO] [FML]: Found 337 ObjectHolder annotations
[23:02:49] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[23:02:49] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[23:02:49] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[23:02:49] [Client thread/INFO] [Aroma1997Core]: Logger initialized.
[23:02:49] [Client thread/INFO] [Aroma1997Core]: Finished Pre-initialization.
[23:02:50] [Client thread/INFO] [Treecapitator]: Loading configuration file C:\ftb\FTBLite3\minecraft\config\Treecapitator.cfg
[23:02:50] [Client thread/INFO] [Treecapitator]: Proceeding to load tree/mod configs from file.
[23:02:51] [Client thread/INFO] [AE2:C]: Pre Initialization ( started )
[23:02:52] [Client thread/INFO] [AE2-CORE]: func_145841_b(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
[23:02:52] [Client thread/INFO] [AE2-CORE]: func_145839_a(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
[23:02:53] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySink from appeng/tile/powersink/IC2 because IC2 integration is disabled.
[23:02:53] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/IC2
[23:02:53] [Client thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.Power.AdvancedShaftPowerReceiver from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[23:02:53] [Client thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.Interfaces.Transducerable from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[23:02:53] [Client thread/INFO] [AE2-CORE]: Removing Method Tick_RotaryCraft from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[23:02:53] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/RotaryCraft
[23:02:53] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/tile/powersink/RedstoneFlux because RF integration is enabled.
[23:02:53] [Client thread/INFO] [AE2-CORE]: Removing Interface mekanism.api.energy.IStrictEnergyAcceptor from appeng/tile/powersink/MekJoules because Mekanism integration is disabled.
[23:02:53] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/MekJoules
[23:02:54] [Client thread/INFO] [AE2-CORE]: Allowing Interface powercrystals.minefactoryreloaded.api.rednet.connectivity.IRedNetConnection from appeng/block/networking/BlockCableBus because MFR integration is enabled.
[23:02:54] [Client thread/INFO] [AE2-CORE]: Allowing Method getConnectionType from appeng/block/networking/BlockCableBus because MFR integration is enabled.
[23:02:54] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/quartz/ToolQuartzWrench because BC integration is enabled.
[23:02:54] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.item.ISpecialElectricItem from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
[23:02:54] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.item.IElectricItemManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
[23:02:54] [Client thread/INFO] [AE2-CORE]: Removing Method getManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
[23:02:54] [Client thread/INFO] [AE2-CORE]: Updated appeng/items/tools/powered/powersink/IC2
[23:02:54] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyContainerItem from appeng/items/tools/powered/powersink/RedstoneFlux because RFItem integration is enabled.
[23:02:54] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/ToolNetworkTool because BC integration is enabled.
[23:02:57] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/misc/PartStorageBus because BC integration is enabled.
[23:02:57] [Client thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/misc/PartStorageBus because BC integration is enabled.
[23:02:57] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/p2p/PartP2PItems because BC integration is enabled.
[23:02:57] [Client thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/p2p/PartP2PItems because BC integration is enabled.
[23:02:57] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySink from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is disabled.
[23:02:57] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySource from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is disabled.
[23:02:57] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/p2p/PartP2PIC2Power
[23:02:57] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/parts/p2p/PartP2PRFPower because RF integration is enabled.
[23:02:58] [Client thread/INFO] [AE2:C]: Starting AE2 VersionChecker
[23:02:58] [Client thread/INFO] [AE2:C]: Pre Initialization ( ended after 7421ms )
[23:02:58] [Client thread/INFO] [bdlib]: bdlib 1.9.1.97 loaded
[23:03:01] [Client thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
[23:03:02] [Client thread/INFO] [bdlib]: Loading internal config files for mod AE2 Stuff
[23:03:02] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/ftb/FTBLite3/minecraft/mods/ae2stuff-0.4.3.47-mc1.7.10.jar!/assets/ae2stuff/config/tuning.cfg
Exception in thread "AE2 VersionChecker" [23:03:03] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.IllegalArgumentException: Raw channel stable did not contain any of the pre-programmed types.
[23:03:03] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at appeng.services.version.VersionParser.parseChannel(VersionParser.java:117)
[23:03:03] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at appeng.services.version.VersionParser.parseVersion(VersionParser.java:72)
[23:03:03] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at appeng.services.version.VersionParser.parse(VersionParser.java:34)
[23:03:03] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at appeng.services.version.ModVersionFetcher.get(ModVersionFetcher.java:34)
[23:03:03] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at appeng.services.VersionChecker.processInterval(VersionChecker.java:106)
[23:03:03] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at appeng.services.VersionChecker.run(VersionChecker.java:86)
[23:03:03] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Thread.run(Unknown Source)
[23:03:03] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/ftb/FTBLite3/minecraft/mods/ae2stuff-0.4.3.47-mc1.7.10.jar!/assets/ae2stuff/config/recipes.cfg
[23:03:04] [Client thread/INFO] [bdlib]: Loading user config files for mod AE2 Stuff
[23:03:04] [Client thread/INFO] [bdlib]: Config loading for mod AE2 Stuff finished
[23:03:04] [Client thread/INFO] [bdlib]: Loaded creative tabs for ae2stuff
[23:03:05] [Client thread/INFO] [Aroma1997CoreHelper]: Helping Aroma1997Core
[23:03:05] [Client thread/INFO] [CoFHWorld]: Registering Default Templates.
[23:03:05] [Client thread/INFO] [CoFHWorld]: Registering default generators
[23:03:06] [Client thread/INFO] [CoFHWorld]: Complete
[23:03:13] [CoFHUpdater:CoFHCore/INFO] [CoFHCore]: An updated version of CoFH Core is available: CoFH Core 3.0.3 for Minecraft 1.7.10.
[23:03:25] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.Container
[23:03:25] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerWorkbench
[23:03:25] [Client thread/INFO] [RandomThingsCore]: Found Render Global Class: net/minecraft/client/renderer/RenderGlobal
[23:03:26] [Client thread/INFO] [BuildCraft]: Starting BuildCraft 7.0.20
[23:03:26] [Client thread/INFO] [BuildCraft]: Copyright (c) SpaceToad, 2011-2015
[23:03:26] [Client thread/INFO] [BuildCraft]: http://www.mod-buildcraft.com
[23:03:27] [Thread-11/INFO] [BuildCraft]: Beginning version check
[23:03:30] [Client thread/INFO] [CG Origin]: Looking for packets to register for channel 'cgo' in package 'com.countrygamer.cgo.library.common'.
[23:03:30] [Client thread/INFO] [CompactStorage]: Are we in deofb? Yep!
[23:03:33] [CoFHUpdater:ThermalFoundation/INFO] [ThermalFoundation]: An updated version of Thermal Foundation is available: Thermal Foundation 1.2.0 for Minecraft 1.7.10.
[23:03:33] [Client thread/INFO] [ThermalFoundation]: Loading Plugins...
[23:03:33] [Client thread/INFO] [ThermalFoundation]: Finished Loading Plugins.
[23:03:34] [Client thread/INFO] [extrautils]: Hello World
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketAngelRingNotifier with discriminator: 0
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketGUIWidget with discriminator: 1
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketParticle with discriminator: 2
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketParticleEvent with discriminator: 3
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketPlaySound with discriminator: 4
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketRain with discriminator: 5
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketUseItemAlt with discriminator: 6
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketVillager with discriminator: 7
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketVillagerReturn with discriminator: 8
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketYoink with discriminator: 9
[23:03:34] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base_remote.0 will now be used in the Ender Constructor
[23:03:34] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base_remote.6 will now be used in the Ender Constructor
[23:03:34] [Client thread/INFO] [extrautils]: Recipes constructing item.extrautils:nodeUpgrade.5 will now be used in the Ender Constructor
[23:03:34] [Client thread/INFO] [extrautils]: Recipes constructing item.extrautils:nodeUpgrade.6 will now be used in the Ender Constructor
[23:03:34] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:magnumTorch will now be used in the Ender Constructor
[23:03:34] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:endMarker will now be used in the Ender Constructor
[23:03:34] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base.12 will now be used in the Ender Constructor
[23:03:34] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:enderQuarryUpgrade.0 will now be used in the Ender Constructor
[23:03:34] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base.13 will now be used in the Ender Constructor
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeGlove to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeMicroBlocks to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeSoul to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeMagicalWood to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeCustomOres to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeFilterInvert to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeEnchantCrafting to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeHorseTransmutation to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeUnsigil to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeUnEnchanting to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeUnstableIngotCrafting to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeUnstableNuggetCrafting to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeUnstableCrafting to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeDifficultySpecific to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeBagDye to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeGBEnchanting to RecipeSorter
[23:03:35] [Client thread/INFO] [progressiveautomation]: harvestcraft not found, not loading
[23:03:35] [Client thread/INFO] [progressiveautomation]: PneumaticCraft not found, not loading
[23:03:35] [Client thread/INFO] [progressiveautomation]: MFR Loaded
[23:03:35] [Client thread/INFO] [progressiveautomation]: AgriCraft not found, not loading
[23:03:35] [Client thread/INFO] [progressiveautomation]: B0bGrowsOre not found, not loading
[23:03:35] [Client thread/INFO] [progressiveautomation]: RightClickPlants Loaded
[23:03:35] [Client thread/INFO] [progressiveautomation]: Vanilla Loaded
[23:03:36] [Client thread/INFO] [Mantle]: Mantle (1.7.10-0.3.2.jenkins184) -- Preparing for launch.
[23:03:36] [Client thread/INFO] [Mantle]: Entering preinitialization phase.
[23:03:36] [Client thread/INFO] [Mantle]: Loading configuration from disk.
[23:03:36] [Client thread/INFO] [Mantle]: Configuration load completed.
[23:03:38] [Client thread/INFO] [ThermalExpansion]: Loading Plugins...
[23:03:39] [Client thread/INFO] [ThermalExpansion]: Finished Loading Plugins.
[23:03:39] [Client thread/INFO] [ThermalExpansion]: There are no crafting files present in C:\ftb\FTBLite3\minecraft\config\cofh\thermalexpansion\crafting.
[23:03:39] [CoFHUpdater:ThermalExpansion/INFO] [ThermalExpansion]: An updated version of Thermal Expansion is available: Thermal Expansion 4.0.2B3 for Minecraft 1.7.10.
[23:03:39] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers Thaumcraft Compatibility; missing dependency: Thaumcraft
[23:03:39] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers IC2 Compatibility; missing dependency: IC2
[23:03:39] [
also, it crashes exactly after finishing loading stage 2 on the forge initializer thingy
Hello! I wanted to make a mod pack on the curse client and it doesn't work!
Crash Log:
[19:55:41] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[19:55:41] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[19:55:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[19:55:41] [main/INFO] [FML]: Forge Mod Loader version 7.99.30.1492 for Minecraft 1.7.10 loading
[19:55:41] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 8.1:amd64:6.3, installed at C:\Users\Zachary\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_25
[19:55:41] [main/INFO] [FML]: [AppEng] Core Init
[19:55:41] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: codechicken/core/launch/DepLoader
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at codechicken.core.launch.CodeChickenCorePlugin.<init>(CodeChickenCorePlugin.java:47)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.newInstance(Class.java:438)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:501)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: codechicken.core.launch.DepLoader
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 15 more
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.io.FileNotFoundException: C:\Users\Zachary\Documents\Curse\Minecraft\Instances\Mod Pack (The system cannot find the file specified)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.zip.ZipFile.open(Native Method)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.zip.ZipFile.<init>(ZipFile.java:220)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.zip.ZipFile.<init>(ZipFile.java:150)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.jar.JarFile.<init>(JarFile.java:166)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.jar.JarFile.<init>(JarFile.java:103)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:93)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:69)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:94)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:89)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:145)
[19:55:41] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 17 more
[19:55:41] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at C:\Users\Zachary\Documents\Curse\Minecraft\Instances\Mod Pack! for Forge Mod Loader
java.lang.NoClassDefFoundError: codechicken/core/launch/DepLoader
at codechicken.core.launch.CodeChickenCorePlugin.<init>(CodeChickenCorePlugin.java:47) ~[CodeChickenCore-1.7.10-1.0.6.43-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.1492-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389) ~[forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221) ~[forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1492-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.core.launch.DepLoader
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.io.FileNotFoundException: C:\Users\Zachary\Documents\Curse\Minecraft\Instances\Mod Pack (The system cannot find the file specified)
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_25]
at java.util.zip.ZipFile.<init>(ZipFile.java:220) ~[?:1.8.0_25]
at java.util.zip.ZipFile.<init>(ZipFile.java:150) ~[?:1.8.0_25]
at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_25]
at java.util.jar.JarFile.<init>(JarFile.java:103) ~[?:1.8.0_25]
at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:93) ~[?:1.8.0_25]
at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:69) ~[?:1.8.0_25]
at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:94) ~[?:1.8.0_25]
at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122) ~[?:1.8.0_25]
at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:89) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:145) ~[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" [19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: codechicken/core/launch/DepLoader
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at codechicken.core.launch.CodeChickenCorePlugin.<init>(CodeChickenCorePlugin.java:47)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.newInstance(Class.java:438)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:501)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: codechicken.core.launch.DepLoader
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 15 more
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.io.FileNotFoundException: C:\Users\Zachary\Documents\Curse\Minecraft\Instances\Mod Pack (The system cannot find the file specified)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.zip.ZipFile.open(Native Method)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.zip.ZipFile.<init>(ZipFile.java:220)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.zip.ZipFile.<init>(ZipFile.java:150)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.jar.JarFile.<init>(JarFile.java:166)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.jar.JarFile.<init>(JarFile.java:103)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:93)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:69)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:94)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:89)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:145)
[19:55:42] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 17 more
Mod list:
Optifine
Ae2
AutoPackager
CodeChickenCore
CoFh core
CoFh lib
Ender IO
Extra Utilities
ExtraTiC
Iguana's Tinker Tweaks
Inventory Tweaks
Iron Chests
Jabba
Magical Crops
Mantle
MFR
Nei Integration
Nether Ores
Notenoughitems
Practicalities
QuantimFlux
Redstone Arsenal
Simply Jetpacks
Solar Flux
Waila
Note: I am not a coder and thus have no clue what any of the crash log means so if anyone that has an answer could simplify it(and the answer) for me, that would be great! Thanks in advance!
i have tinkers, i added thermal expansion foundation and dynamics, and endercore and it still crashes. thanks for the help!
New report. In a spoiler this time.
CLICK FOR BEST SUPPORT WEBSITE EVER!
Make sure to click the reply or quote button on my post if you are replying to me, otherwise it is unlikely that I will see your post.
i tried dumping all the mods into the ftblite3 pack on the ftb launcher and this is what i got
Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 8/15/15 3:30 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: thehippomaster/MutantCreatures/MutantSkeleton
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: thehippomaster/MutantCreatures/MutantSkeleton
at thehippomaster.MutantCreatures.item.ChemicalX.<clinit>(ChemicalX.java:83)
at thehippomaster.MutantCreatures.MutantCreatures.preInit(MutantCreatures.java:91)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
... 10 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.MutantCreatures.MutantSkeleton
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 38 more
Caused by: java.lang.NoClassDefFoundError: thehippomaster/AnimationAPI/IAnimatedEntity
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 40 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.AnimationAPI.IAnimatedEntity
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 44 more
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 8.1 (amd64) version 6.3
Java Version: 1.7.0_79, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 270800288 bytes (258 MB) / 866648064 bytes (826 MB) up to 1808269312 bytes (1724 MB)
JVM Flags: 4 total; -Xms256M -Xmx1939M -XX:PermSize=256m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
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: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 110 mods loaded, 110 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UCH Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UCH appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCH Aroma1997Core{1.0.2.14} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.14.jar)
UCH CodeChickenCore{1.0.6.43} [CodeChicken Core] (minecraft.jar)
UCH NotEnoughItems{1.0.4.107} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.107-universal.jar)
UCH VeinMiner_coremod{0.27.1_build.unknown} [Core mod] (minecraft.jar)
UCH OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH debug{1.0} [debug] (denseores-1.6.2.jar)
UCH bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCH Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCH appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCH bdlib{1.9.1.97} [BD Lib] (bdlib-1.9.1.97-mc1.7.10.jar)
UCH ae2stuff{0.4.3.47} [AE2 Stuff] (ae2stuff-0.4.3.47-mc1.7.10.jar)
UCH Aroma1997CoreHelper{1.0.2.14} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.14.jar)
UCH AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar)
UCH CoFHCore{1.7.10R3.0.3B2} [CoFH Core] (CoFHCore-[1.7.10]3.0.3B2-294.jar)
UCH autopackager{1.5.4} [AutoPackager] (autopackager-1.5.4.jar)
UCH bagginses{2.1.1} [Bagginses] (Bagginses-2.1.1.jar)
UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCH AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-13.jar)
UCH Botania{r1.7-208} [Botania] (Botania r1.7-208.jar)
UCH BuildCraft|Core{7.0.20} [BuildCraft] (buildcraft-7.0.20.jar)
UCH BuildCraft|Silicon{7.0.20} [BC Silicon] (buildcraft-7.0.20.jar)
UCH BuildCraft|Transport{7.0.20} [BC Transport] (buildcraft-7.0.20.jar)
UCH BuildCraft|Builders{7.0.20} [BC Builders] (buildcraft-7.0.20.jar)
UCH BuildCraft|Robotics{7.0.20} [BC Robotics] (buildcraft-7.0.20.jar)
UCH BuildCraft|Energy{7.0.20} [BC Energy] (buildcraft-7.0.20.jar)
UCH BuildCraft|Factory{7.0.20} [BC Factory] (buildcraft-7.0.20.jar)
UCH cgo{3.2.0} [CG Origin] (CGOrigin-1.7.10-3.2.0.jar)
UCH ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCH compactstorage{v2.0.0a} [CompactStorage] (compactstorage-1.7.10-release-2.0.0.13-universal.jar)
UCH ComputerCraft{1.74} [ComputerCraft] (ComputerCraft1.74.jar)
UCH CustomMainMenu{1.6} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.6.jar)
UCH D3Core{1.1.0.29} [D3Core] (D3Core-1.7.10-1.1.0.29 (1).jar)
UCH ForgeMultipart{1.1.2.332} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.332-universal.jar)
UCH ThermalFoundation{1.7.10R1.2.0B1} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0B1-95.jar)
UCH ExtraUtilities{1.2.5} [Extra Utilities] (extrautilities-1.2.5.jar)
UCH progressiveautomation{1.6.18} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.18.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCH MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH ThermalExpansion{1.7.10R4.0.2B2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.2B2-210.jar)
UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCH TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
UCH ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCH FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCH FlatSigns{2.1.0.19} [Flat Signs] (FlatSigns-1.7.10-universal-2.1.0.19.jar)
UCH McMultipart{1.1.2.332} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.332-universal.jar)
UCH GreenThumb{1.1.0.8} [GreenThumb] (GreenThumb-1.7.10-1.1.0.8.jar)
UCH iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCH inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
UCH inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCH ironbackpacks{0.5.0} [Iron Backpacks] (Iron Backpacks-1.7.10-1.0.4-universal.jar)
UCH JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH Mystcraft{0.12.3.00} [Mystcraft] (mystcraft-1.7.10-0.12.3.00.jar)
UCH MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH Morpheus{1.7.10-1.6.4} [Morpheus] (Morpheus-1.7.10-1.6.4.jar)
UCE MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
UCH NEIAddons{1.12.10.33} [NEI Addons] (neiaddons-1.12.10.33-mc1.7.10 (1).jar)
UCH NEIAddons|AppEng{1.12.10.33} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.10.33-mc1.7.10 (1).jar)
UCH NEIAddons|Botany{1.12.10.33} [NEI Addons: Botany] (neiaddons-1.12.10.33-mc1.7.10 (1).jar)
UCH NEIAddons|Forestry{1.12.10.33} [NEI Addons: Forestry] (neiaddons-1.12.10.33-mc1.7.10 (1).jar)
UCH NEIAddons|CraftingTables{1.12.10.33} [NEI Addons: Crafting Tables] (neiaddons-1.12.10.33-mc1.7.10 (1).jar)
UCH NEIAddons|ExNihilo{1.12.10.33} [NEI Addons: Ex Nihilo] (neiaddons-1.12.10.33-mc1.7.10 (1).jar)
UCH NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12.jar)
UCH notenoughkeys{@[email protected]} [NotEnoughKEys] (NotEnoughKeys-1.7.10-1.0.0b29.jar)
UCH ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar)
UCH OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8.jar)
UCH OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4.jar)
UCH origin{3.5.1} [Origin] (Origin-1.7.10-3.5.1 (1).jar)
UCH owneremitter{2.0.1} [Owner Emitter] (OwnerEmitter-1.7.10-2.0.1.jar)
UCH PortalGun{4.0.0-beta-5} [PortalGun] (PortalGun-4.0.0-beta-5.jar)
UCH pressure{1.2.1.108} [Pressure Pipes] (pressure-1.2.1.108-mc1.7.10.jar)
UCH quantumflux{1.7.10-1.3.0} [QuantumFlux] (QuantumFlux-1.7.10-1.3.0.jar)
UCH RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
UCH RedstoneArsenal{1.7.10R1.1.1B1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.1B1-85.jar)
UCH ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar)
UCH simplyjetpacks{1.5.1} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.1.jar)
UCH SolarFlux{1.7.10-0.8a} [Solar Flux] (SolarFlux-1.7.10-0.8a.jar)
UCH StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar)
UCH StorageDrawers{1.7.10-1.5.11} [Storage Drawers] (StorageDrawers-1.7.10-1.5.11.jar)
UCH supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar)
UCH ThermalDynamics{1.7.10R1.1.0B2} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0B2-149.jar)
UCH TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCH TorchTools{1.2.0.26} [TorchTools] (TorchTools-1.7.10-1.2.0.26 (1).jar)
UCH VeinMiner{0.27.1_build.unknown} [Vein Miner] (VeinMiner-1.7.10_0.27.1.unknown.jar)
UCH VeinMinerModSupport{0.27.1_build.unknown} [Mod Support] (VeinMiner-1.7.10_0.27.1.unknown.jar)
UCH WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
UCH denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCH ForgeMicroblock{1.1.2.332} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.332-universal.jar)
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.3925' Renderer: 'Intel(R) HD Graphics'
OpenModsLib class transformers: [gl_capabilities_hook:FINISHED],[player_render_hook:ENABLED],[map_gen_fix:FINISHED],[movement_callback:FINISHED],[stencil_patches:FINISHED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.0.3B2-294
ThermalFoundation: -[1.7.10]1.2.0B1-95
Mantle Environment: Environment healthy.
MineFactoryReloaded: -[1.7.10]2.8.0-104
ThermalExpansion: -[1.7.10]4.0.2B2-210
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.0-12
RedstoneArsenal: -[1.7.10]1.1.1B1-85
ThermalDynamics: -[1.7.10]1.1.0B2-149
List of loaded APIs:
* API_NEK (1.0.0) from NotEnoughKeys-1.7.10-1.0.0b29.jar
* appliedenergistics2|API (rv2) from appliedenergistics2-rv2-stable-10.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* BotaniaAPI (58) from Botania r1.7-208.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|blueprints (1.3) from buildcraft-7.0.20.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|core (1.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.0.20.jar
* BuildCraftAPI|events (1.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.0.20.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.0.20.jar
* BuildCraftAPI|items (1.1) from buildcraft-7.0.20.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.0.20.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|robotics (2.1) from buildcraft-7.0.20.jar
* BuildCraftAPI|statements (1.1) from buildcraft-7.0.20.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.0.20.jar
* BuildCraftAPI|tools (1.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|transport (4.1) from buildcraft-7.0.20.jar
* CoFHAPI (1.7.10R1.0.1) from buildcraft-7.0.20.jar
* CoFHAPI|block (1.7.10R1.0.12) from ProgressiveAutomation-1.7.10-1.6.18.jar
* CoFHAPI|core (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|energy (1.7.10R1.0.0) from extrautilities-1.2.5.jar
* CoFHAPI|fluid (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|inventory (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|item (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|modhelpers (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|tileentity (1.7.10R1.0.12) from ProgressiveAutomation-1.7.10-1.6.18.jar
* CoFHAPI|transport (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|world (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|audio (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|container (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|element (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|slot (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|inventory (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|render (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|render|particle (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|util (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|util|helpers (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|util|position (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|world (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|world|feature (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* compactstorage (v2.0.0a) from compactstorage-1.7.10-release-2.0.0.13-universal.jar
* ComputerCraft|API (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|FileSystem (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Lua (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Media (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Peripheral (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Permissions (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Redstone (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Turtle (1.74) from ComputerCraft1.74.jar
* IC2API (1.0) from RedstoneArsenal-[1.7.10]1.1.1B1-85.jar
* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.00.jar
* OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.4.jar
* pressureAPI (1.2.1.108) from pressure-1.2.1.108-mc1.7.10.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* VeinMinerApi (0.1) from VeinMiner-1.7.10_0.27.1.unknown.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
[15:30:44] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# c:\ftb\FTBLite3\minecraft\crash-reports\crash-2015-08-15_15.30.44-client.txt
MC process exited. return value: -1
also, i accidentally deleted the pack and recreated it slightly different
Mod list:
ae2stuff
applied energistics
aroma1997core
aromabackup
autopackager
bagginses
baubles
bdlib
bloodmagic
botania
buildcraft
gcorigin
chickenchunks
codechiickencore
cofhcore
compactstorage
computercraft
custommainmenu
d3core
denseores
extrautilities
fastcraft
flatsigns
forgemultipart
greenthumb
ichunutil
inpurecore
inventorytweaks
iron backpacks
jabba
mantle
minefactoryreloaded
morpheous
mutantcreatures
mystcraft
neiaddons
netherores
notenoughitems
notenoughkeys
obsidiplates
openblocks
openmodslib
origin
owneremitter
portalgun
pressure
progressiveautomation
quantumflux
randomthings
redstonearsenal
resourceloader
simplyjetpacks
solarflux
stevesworkshop
storagedrawers
supercraftingframe
tconstruct
thermal dynamics, expansion, and core
tictooltips
torchtools
twilightforest
veinminer
waila
wailahervestability
treecapitator
Thanks again for the help!
For the newer error, you're missing animationapi, which mutant creatures requires. Try to be sure you get everything you need when you download your mods, especially when using the curse client.
I added animation api and it still crashes.
New log:
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 324839176 bytes (309 MB) / 984612864 bytes (939 MB) up to 1808269312 bytes (1724 MB)
JVM Flags: 3 total; -Xms256M -Xmx1939M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
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: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 110 mods loaded, 110 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UCH Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UCH appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCH Aroma1997Core{1.0.2.14} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.14.jar)
UCH CodeChickenCore{1.0.6.43} [CodeChicken Core] (minecraft.jar)
UCH NotEnoughItems{1.0.4.107} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.107-universal.jar)
UCH VeinMiner_coremod{0.27.1_build.unknown} [Core mod] (minecraft.jar)
UCH OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH debug{1.0} [debug] (denseores-1.6.2.jar)
UCH bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCH Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCH appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCH bdlib{1.9.1.97} [BD Lib] (bdlib-1.9.1.97-mc1.7.10.jar)
UCH ae2stuff{0.4.3.47} [AE2 Stuff] (ae2stuff-0.4.3.47-mc1.7.10.jar)
UCH Aroma1997CoreHelper{1.0.2.14} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.14.jar)
UCH AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar)
UCH CoFHCore{1.7.10R3.0.3B2} [CoFH Core] (CoFHCore-[1.7.10]3.0.3B2-294.jar)
UCH autopackager{1.5.4} [AutoPackager] (autopackager-1.5.4.jar)
UCH bagginses{2.1.1} [Bagginses] (Bagginses-2.1.1.jar)
UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCH AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-13.jar)
UCH Botania{r1.7-208} [Botania] (Botania r1.7-208.jar)
UCH BuildCraft|Core{7.0.20} [BuildCraft] (buildcraft-7.0.20.jar)
UCH BuildCraft|Silicon{7.0.20} [BC Silicon] (buildcraft-7.0.20.jar)
UCH BuildCraft|Transport{7.0.20} [BC Transport] (buildcraft-7.0.20.jar)
UCH BuildCraft|Builders{7.0.20} [BC Builders] (buildcraft-7.0.20.jar)
UCH BuildCraft|Robotics{7.0.20} [BC Robotics] (buildcraft-7.0.20.jar)
UCH BuildCraft|Energy{7.0.20} [BC Energy] (buildcraft-7.0.20.jar)
UCH BuildCraft|Factory{7.0.20} [BC Factory] (buildcraft-7.0.20.jar)
UCH cgo{3.2.0} [CG Origin] (CGOrigin-1.7.10-3.2.0.jar)
UCH ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCH compactstorage{v2.0.0a} [CompactStorage] (compactstorage-1.7.10-release-2.0.0.13-universal.jar)
UCH ComputerCraft{1.74} [ComputerCraft] (ComputerCraft1.74.jar)
UCH CustomMainMenu{1.6} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.6.jar)
UCH D3Core{1.1.0.29} [D3Core] (D3Core-1.7.10-1.1.0.29 (1).jar)
UCH ForgeMultipart{1.1.2.332} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.332-universal.jar)
UCH ThermalFoundation{1.7.10R1.2.0B1} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0B1-95.jar)
UCH ExtraUtilities{1.2.5} [Extra Utilities] (extrautilities-1.2.5.jar)
UCH progressiveautomation{1.6.18} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.18.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCH MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH ThermalExpansion{1.7.10R4.0.2B2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.2B2-210.jar)
UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCH TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
UCH ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCH FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCH FlatSigns{2.1.0.19} [Flat Signs] (FlatSigns-1.7.10-universal-2.1.0.19.jar)
UCH McMultipart{1.1.2.332} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.332-universal.jar)
UCH GreenThumb{1.1.0.8} [GreenThumb] (GreenThumb-1.7.10-1.1.0.8.jar)
UCH iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCH inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
UCH inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCH ironbackpacks{0.5.0} [Iron Backpacks] (Iron Backpacks-1.7.10-1.0.4-universal.jar)
UCH JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH Mystcraft{0.12.3.00} [Mystcraft] (mystcraft-1.7.10-0.12.3.00.jar)
UCH MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH Morpheus{1.7.10-1.6.4} [Morpheus] (Morpheus-1.7.10-1.6.4.jar)
UCE MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
UCH NEIAddons{1.12.10.33} [NEI Addons] (neiaddons-1.12.10.33-mc1.7.10 (1).jar)
UCH NEIAddons|AppEng{1.12.10.33} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.10.33-mc1.7.10 (1).jar)
UCH NEIAddons|Botany{1.12.10.33} [NEI Addons: Botany] (neiaddons-1.12.10.33-mc1.7.10 (1).jar)
UCH NEIAddons|Forestry{1.12.10.33} [NEI Addons: Forestry] (neiaddons-1.12.10.33-mc1.7.10 (1).jar)
UCH NEIAddons|CraftingTables{1.12.10.33} [NEI Addons: Crafting Tables] (neiaddons-1.12.10.33-mc1.7.10 (1).jar)
UCH NEIAddons|ExNihilo{1.12.10.33} [NEI Addons: Ex Nihilo] (neiaddons-1.12.10.33-mc1.7.10 (1).jar)
UCH NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12.jar)
UCH notenoughkeys{@[email protected]} [NotEnoughKEys] (NotEnoughKeys-1.7.10-1.0.0b29.jar)
UCH ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar)
UCH OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8.jar)
UCH OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4.jar)
UCH origin{3.5.1} [Origin] (Origin-1.7.10-3.5.1 (1).jar)
UCH owneremitter{2.0.1} [Owner Emitter] (OwnerEmitter-1.7.10-2.0.1.jar)
UCH PortalGun{4.0.0-beta-5} [PortalGun] (PortalGun-4.0.0-beta-5.jar)
UCH pressure{1.2.1.108} [Pressure Pipes] (pressure-1.2.1.108-mc1.7.10.jar)
UCH quantumflux{1.7.10-1.3.0} [QuantumFlux] (QuantumFlux-1.7.10-1.3.0.jar)
UCH RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
UCH RedstoneArsenal{1.7.10R1.1.1B1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.1B1-85.jar)
UCH ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar)
UCH simplyjetpacks{1.5.1} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.1.jar)
UCH SolarFlux{1.7.10-0.8a} [Solar Flux] (SolarFlux-1.7.10-0.8a.jar)
UCH StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar)
UCH StorageDrawers{1.7.10-1.5.11} [Storage Drawers] (StorageDrawers-1.7.10-1.5.11.jar)
UCH supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar)
UCH ThermalDynamics{1.7.10R1.1.0B2} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0B2-149.jar)
UCH TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCH TorchTools{1.2.0.26} [TorchTools] (TorchTools-1.7.10-1.2.0.26 (1).jar)
UCH VeinMiner{0.27.1_build.unknown} [Vein Miner] (VeinMiner-1.7.10_0.27.1.unknown.jar)
UCH VeinMinerModSupport{0.27.1_build.unknown} [Mod Support] (VeinMiner-1.7.10_0.27.1.unknown.jar)
UCH WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
UCH denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCH ForgeMicroblock{1.1.2.332} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.332-universal.jar)
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.3925' Renderer: 'Intel(R) HD Graphics'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:ENABLED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.0.3B2-294
ThermalFoundation: -[1.7.10]1.2.0B1-95
Mantle Environment: Environment healthy.
MineFactoryReloaded: -[1.7.10]2.8.0-104
ThermalExpansion: -[1.7.10]4.0.2B2-210
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.0-12
RedstoneArsenal: -[1.7.10]1.1.1B1-85
ThermalDynamics: -[1.7.10]1.1.0B2-149
List of loaded APIs:
* API_NEK (1.0.0) from NotEnoughKeys-1.7.10-1.0.0b29.jar
* appliedenergistics2|API (rv2) from appliedenergistics2-rv2-stable-10.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* BotaniaAPI (58) from Botania r1.7-208.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|blueprints (1.3) from buildcraft-7.0.20.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|core (1.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.0.20.jar
* BuildCraftAPI|events (1.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.0.20.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.0.20.jar
* BuildCraftAPI|items (1.1) from buildcraft-7.0.20.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.0.20.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|robotics (2.1) from buildcraft-7.0.20.jar
* BuildCraftAPI|statements (1.1) from buildcraft-7.0.20.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.0.20.jar
* BuildCraftAPI|tools (1.0) from buildcraft-7.0.20.jar
* BuildCraftAPI|transport (4.1) from buildcraft-7.0.20.jar
* CoFHAPI (1.7.10R1.0.12) from ProgressiveAutomation-1.7.10-1.6.18.jar
* CoFHAPI|block (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|core (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|energy (1.7.10R1.0.1) from buildcraft-7.0.20.jar
* CoFHAPI|fluid (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|inventory (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|item (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|modhelpers (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|tileentity (1.7.10R1.0.12) from ProgressiveAutomation-1.7.10-1.6.18.jar
* CoFHAPI|transport (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|world (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|audio (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|container (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|element (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|slot (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|inventory (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|render (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|render|particle (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|util (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|util|helpers (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|util|position (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|world (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|world|feature (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* compactstorage (v2.0.0a) from compactstorage-1.7.10-release-2.0.0.13-universal.jar
* ComputerCraft|API (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|FileSystem (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Lua (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Media (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Peripheral (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Permissions (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Redstone (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Turtle (1.74) from ComputerCraft1.74.jar
* IC2API (1.0) from RedstoneArsenal-[1.7.10]1.1.1B1-85.jar
* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.00.jar
* OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.4.jar
* pressureAPI (1.2.1.108) from pressure-1.2.1.108-mc1.7.10.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.11.jar
* VeinMinerApi (0.1) from VeinMiner-1.7.10_0.27.1.unknown.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
[21:54:19] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# c:\ftb\FTBLite3\minecraft\crash-reports\crash-2015-08-15_21.54.19-client.txt
MC process exited. return value: -1
Full crash report.
CLICK FOR BEST SUPPORT WEBSITE EVER!
Make sure to click the reply or quote button on my post if you are replying to me, otherwise it is unlikely that I will see your post.
that is the full log. i guess ill put the whole log from start to crash. i am now using the ftb launcher
AnalyticsBackgroundThread started
FTBLaunch starting up (version 1.4.8 Build: 10408)
OS: Windows 8.1 6.3 (64-bit)
Launcher Install Dir: c:\ftb
System memory: 1196M free, 1939M total
From Console: Aug 15, 2015 11:00:27 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.
The FTB Launcher has found the following Java versions installed:
Java Version: 1.8.0_51 sorted as: 1.8.0_51 64 Bit Java at : C:\Program Files\Java\jre1.8.0_51\bin\java.exe
Java Version: 1.8.0_51 sorted as: 1.8.0_51 64 Bit Java at : C:\Program Files\Java\jre1.8.0_51\bin\java.exe
Preferred: Java Version: 1.8.0_51 sorted as: 1.8.0_51 64 Bit Java at : C:\Program Files\Java\jre1.8.0_51\bin\java.exe
Using download server Automatic:CurseCDN on host ftb.cursecdn.com (198.41.208.102)
[i18n] Fallback enUS loaded
[i18n] enUS English (US) language file loaded!
Checking installation location
Loading user data
Loading modpack information for modpacks.xml...
Loading modpack information for thirdparty.xml...
Creating Console window
Creating main window
Local Authlib Version is good, skipping Download
Adding Authlib to Classpath
[i18n] Added 0 enUS to options pane
[i18n] Added 1 cyGB to options pane
[i18n] Added 2 daDK to options pane
[i18n] Added 3 deDE to options pane
[i18n] Added 4 enGB to options pane
[i18n] Added 5 enUS to options pane
[i18n] Added 6 esES to options pane
[i18n] Added 7 fiFI to options pane
[i18n] Added 8 frCA to options pane
[i18n] Added 9 frFR to options pane
[i18n] Added 10 itIT to options pane
[i18n] Added 11 maHU to options pane
[i18n] Added 12 nlNL to options pane
[i18n] Added 13 noNO to options pane
[i18n] Added 14 plPL to options pane
[i18n] Added 15 ptBR to options pane
[i18n] Added 16 ptPT to options pane
[i18n] Added 17 ruRU to options pane
[i18n] Added 18 svSE to options pane
[i18n] Added 19 zhCN to options pane
[i18n] enUS English (US) language file loaded!
loading map information...
loading texture pack information...
Setting up Launcher
Downloading pack data
Opening main window
Logging in...
Beginning authlib authentication attempt
successfully created YggdrasilAuthenticationService
Login complete.
Checking local assets file, for MC version1.7.10 Please wait!
Setting up native libraries for FTB Lite 3 v Recommended Version MC 1.7.10
Syncing Assets:
Java Path: C:\Program Files\Java\jre1.8.0_51\bin\javaw.exe
Pack: FTB Lite 3 1.7.10
Setting MinMemory to 256
Setting MaxMemory to 1939
[23:01:02] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[23:01:02] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[23:01:02] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[23:01:02] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
[23:01:02] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre1.8.0_51
[23:01:03] [main/INFO] [FML]: [AppEng] Core Init
[23:01:03] [main/WARN] [FML]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:03] [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:01:04] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:04] [main/WARN] [FML]: The coremod fastcraft.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:05] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:05] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:05] [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:01:05] [main/WARN] [FML]: The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:05] [main/WARN] [FML]: The coremod openmods.core.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:05] [main/WARN] [FML]: The coremod lumien.randomthings.Transformer.RTLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:05] [main/WARN] [FML]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:05] [main/WARN] [FML]: The coremod portablejim.veinminer.asm.VeinMinerCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:01:05] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:01:05] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:01:05] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:01:05] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:01:05] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:11] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[23:01:11] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[23:01:11] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:11] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:12] [main/INFO] [Aroma1997Core]: Finished data injection.
[23:01:12] [main/INFO] [Aroma1997Core]: Finished data injection.
[23:01:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:12] [main/INFO] [INpurePreloader]: Attempting to detect JVM version...
[23:01:12] [main/INFO] [INpurePreloader]: Detected JVM: 1.8
[23:01:12] [main/INFO] [INpurePreloader]: Starting library configuration...
[23:01:12] [main/INFO] [INpureLogInterceptor]: System attached to FML. Now intercepting all logging calls.
[23:01:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:01:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:01:15] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[23:01:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[23:01:15] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[23:01:17] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Transformed
[23:01:17] [main/INFO] [AE2-CORE]: func_146977_a_original(Lnet/minecraft/inventory/Slot;)V - New Method
[23:01:17] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Invoke Virtual
[23:01:18] [main/INFO] [RandomThingsCore]: Found World Class: net/minecraft/world/World
[23:01:20] [main/INFO]: Setting user: Derp_50
[23:01:21] [main/INFO] [RandomThingsCore]: Found Item Class: net/minecraft/item/Item
[23:01:22] [main/INFO] [RandomThingsCore]: Found Leave Class: net/minecraft/block/BlockLeavesBase
[23:01:27] [Client thread/INFO]: LWJGL Version: 2.9.1
[23:01:30] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 8/15/15 11:01 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 8.1 (amd64) version 6.3
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 157933504 bytes (150 MB) / 560463872 bytes (534 MB) up to 1808269312 bytes (1724 MB)
JVM Flags: 3 total; -Xms256M -Xmx1939M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
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: 'Intel' Version: '4.0.0 - Build 10.18.10.3925' Renderer: 'Intel(R) HD Graphics'
[23:01:30] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[23:01:31] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized
[23:01:31] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[23:01:31] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[23:01:32] [Client thread/INFO] [FML]: [AppEng] Core Init
[23:01:33] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[23:01:33] [Client thread/INFO] [FML]: Searching C:\ftb\FTBLite3\minecraft\mods for mods
[23:01:33] [Client thread/INFO] [FML]: Also searching C:\ftb\FTBLite3\minecraft\mods\1.7.10 for mods
[23:01:48] [Client thread/WARN] [Aroma1997CoreHelper]: Mod Aroma1997CoreHelper is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.2.14
[23:01:48] [Client thread/WARN] [AromaBackup]: Mod AromaBackup is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.0.0.5
[23:01:53] [Client thread/WARN] [ChickenChunks]: Mod ChickenChunks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.4.19
[23:01:54] [Client thread/WARN] [D3Core]: Mod D3Core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.29
[23:01:54] [Client thread/INFO] [debug]: Mod debug is missing the required element 'name'. Substituting debug
[23:01:54] [Client thread/WARN] [debug]: Mod debug is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[23:01:54] [Client thread/WARN] [ExtraUtilities]: Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.5
[23:01:55] [Client thread/WARN] [ForgeMicroblock]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.332
[23:01:55] [Client thread/WARN] [ForgeMultipart]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.332
[23:01:55] [Client thread/WARN] [McMultipart]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.332
[23:01:55] [Client thread/WARN] [GreenThumb]: Mod GreenThumb is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.8
[23:01:59] [Client thread/WARN] [TorchTools]: Mod TorchTools is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.26
[23:02:00] [Client thread/INFO] [FML]: Forge Mod Loader has identified 110 mods to load
[23:02:01] [Client thread/INFO] [FML]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference
[23:02:07] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.136-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:02:07] [Client thread/INFO] [FML]: FML has found a non-mod file commons-codec-1.9.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:02:07] [Client thread/INFO] [FML]: FML has found a non-mod file commons-compress-1.8.1.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:02:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, appliedenergistics2-core, Aroma1997Core, CodeChickenCore, NotEnoughItems, VeinMiner_coremod, OpenModsCore, <CoFH ASM>, Treecapitator, ae2stuff, appliedenergistics2, Aroma1997CoreHelper, AromaBackup, autopackager, bagginses, Baubles, bdlib, AWWayofTime, Botania, BuildCraft|Silicon, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Energy, BuildCraft|Factory, cgo, ChickenChunks, CoFHCore, compactstorage, ComputerCraft, CustomMainMenu, D3Core, debug, denseores, ExtraTiC, ExtraUtilities, FastCraft, FlatSigns, ForgeMicroblock, ForgeMultipart, McMultipart, GreenThumb, iChunUtil, inpure|core, inventorytweaks, ironbackpacks, JABBA, Mantle, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatAtum, MineFactoryReloaded|CompatBackTools, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatChococraft, MineFactoryReloaded|CompatExtraBiomes, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatMystcraft, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatSufficientBiomes, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, Morpheus, MutantCreatures, Mystcraft, NEIAddons, NEIAddons|AppEng, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, NetherOres, notenoughkeys, ObsidiPlates, OpenBlocks, OpenMods, origin, owneremitter, PortalGun, pressure, progressiveautomation, quantumflux, RandomThings, RedstoneArsenal, ResourceLoader, simplyjetpacks, SolarFlux, StevesWorkshop, StorageDrawers, supercraftingframe, TConstruct, ThermalDynamics, ThermalExpansion, ThermalFoundation, TiCTooltips, TorchTools, TwilightForest, VeinMiner, VeinMinerModSupport, Waila, WailaHarvestability, bspkrsCore] at CLIENT
[23:02:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, appliedenergistics2-core, Aroma1997Core, CodeChickenCore, NotEnoughItems, VeinMiner_coremod, OpenModsCore, <CoFH ASM>, Treecapitator, ae2stuff, appliedenergistics2, Aroma1997CoreHelper, AromaBackup, autopackager, bagginses, Baubles, bdlib, AWWayofTime, Botania, BuildCraft|Silicon, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Energy, BuildCraft|Factory, cgo, ChickenChunks, CoFHCore, compactstorage, ComputerCraft, CustomMainMenu, D3Core, debug, denseores, ExtraTiC, ExtraUtilities, FastCraft, FlatSigns, ForgeMicroblock, ForgeMultipart, McMultipart, GreenThumb, iChunUtil, inpure|core, inventorytweaks, ironbackpacks, JABBA, Mantle, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatAtum, MineFactoryReloaded|CompatBackTools, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatChococraft, MineFactoryReloaded|CompatExtraBiomes, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatMystcraft, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatSufficientBiomes, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, Morpheus, MutantCreatures, Mystcraft, NEIAddons, NEIAddons|AppEng, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, NetherOres, notenoughkeys, ObsidiPlates, OpenBlocks, OpenMods, origin, owneremitter, PortalGun, pressure, progressiveautomation, quantumflux, RandomThings, RedstoneArsenal, ResourceLoader, simplyjetpacks, SolarFlux, StevesWorkshop, StorageDrawers, supercraftingframe, TConstruct, ThermalDynamics, ThermalExpansion, ThermalFoundation, TiCTooltips, TorchTools, TwilightForest, VeinMiner, VeinMinerModSupport, Waila, WailaHarvestability, bspkrsCore] at SERVER
[23:02:32] [Client thread/INFO] [progressiveautomation]: Starting automation
[23:02:34] [Client thread/INFO] [TConstruct]: Preparing to take over the world
[23:02:46] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:AE2 Stuff, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Aroma1997Core|Helper, FMLFileResourcePack:AromaBackup, FMLFileResourcePack:AutoPackager, FMLFileResourcePack:Bagginses, FMLFileResourcePack:Baubles, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Botania, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:CG Origin, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CompactStorage, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:D3Core, FMLFileResourcePack:debug, FMLFileResourcePack:Dense Ores, FMLFileResourcePack:ExtraTiC, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:FastCraft, FMLFileResourcePack:Flat Signs, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:GreenThumb, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:INpureCore, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Backpacks, FMLFileResourcePack:JABBA, FMLFileResourcePack:Mantle, FMLFileResourcePack:MineFactory Reloaded, FMLFileResourcePack:MFR Compat: Applied Energistics, FMLFileResourcePack:MFR Compat: Atum, FMLFileResourcePack:MFR Compat: BackTools, FMLFileResourcePack:MFR Compat: BuildCraft, FMLFileResourcePack:MFR Compat: Chococraft, FMLFileResourcePack:MFR Compat: ExtraBiomes, FMLFileResourcePack:MFR Compat: Forestry, FMLFileResourcePack:MFR Compat: ForgeMicroblock, FMLFileResourcePack:MFR Compat: IC2, FMLFileResourcePack:MFR Compat: Mystcraft, FMLFileResourcePack:MFR Compat ProjectRed, FMLFileResourcePack:MFR Compat: Railcraft, FMLFileResourcePack:MFR Compat: Sufficient Biomes, FMLFileResourcePack:MFR Compat: Thaumcraft, FMLFileResourcePack:MFR Compat: Thermal Expansion, FMLFileResourcePack:MFR Compat: Tinkers' Construct, FMLFileResourcePack:MFR Compat: TwilightForest, FMLFileResourcePack:MFR Compat: Vanilla, FMLFileResourcePack:Morpheus, FMLFileResourcePack:Mutant Creatures, FMLFileResourcePack:Mystcraft, FMLFileResourcePack:NEI Addons, FMLFileResourcePack:NEI Addons: Applied Energistics 2, FMLFileResourcePack:NEI Addons: Botany, FMLFileResourcePack:NEI Addons: Forestry, FMLFileResourcePack:NEI Addons: Crafting Tables, FMLFileResourcePack:NEI Addons: Ex Nihilo, FMLFileResourcePack:Nether Ores, FMLFileResourcePack:NotEnoughKEys, FMLFileResourcePack:ObsidiPlates, FMLFileResourcePack:OpenBlocks, FMLFileResourcePack:OpenMods, FMLFileResourcePack:Origin, FMLFileResourcePack:Owner Emitter, FMLFileResourcePack:PortalGun, FMLFileResourcePack:Pressure Pipes, FMLFileResourcePack:Progressive Automation, FMLFileResourcePack:QuantumFlux, FMLFileResourcePack:Random Things, FMLFileResourcePack:Redstone Arsenal, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:Simply Jetpacks, FMLFileResourcePack:Solar Flux, FMLFileResourcePack:Steve's Workshop, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Super Crafting Frame, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TiC Tooltips, FMLFileResourcePack:TorchTools, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Vein Miner, FMLFileResourcePack:Mod Support, FMLFileResourcePack:Waila, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:bspkrsCore
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBLite3\minecraft\mods\BloodMagic-1.7.10-1.3.3-13.jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBLite3\minecraft\mods\BloodMagic-1.7.10-1.3.3-13.jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBLite3\minecraft\mods\BloodMagic-1.7.10-1.3.3-13.jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBLite3\minecraft\mods\BloodMagic-1.7.10-1.3.3-13.jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBLite3\minecraft\mods\BloodMagic-1.7.10-1.3.3-13.jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBLite3\minecraft\mods\BloodMagic-1.7.10-1.3.3-13.jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\ftb\FTBLite3\minecraft\mods\D3Core-1.7.10-1.1.0.29 (1).jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\ftb\FTBLite3\minecraft\mods\D3Core-1.7.10-1.1.0.29 (1).jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\ftb\FTBLite3\minecraft\mods\D3Core-1.7.10-1.1.0.29 (1).jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\ftb\FTBLite3\minecraft\mods\D3Core-1.7.10-1.1.0.29 (1).jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: D3Core in C:\ftb\FTBLite3\minecraft\mods\D3Core-1.7.10-1.1.0.29 (1).jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\ftb\FTBLite3\minecraft\mods\GreenThumb-1.7.10-1.1.0.8.jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\ftb\FTBLite3\minecraft\mods\GreenThumb-1.7.10-1.1.0.8.jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\ftb\FTBLite3\minecraft\mods\GreenThumb-1.7.10-1.1.0.8.jar
[23:02:47] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\ftb\FTBLite3\minecraft\mods\GreenThumb-1.7.10-1.1.0.8.jar
[23:02:48] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\ftb\FTBLite3\minecraft\mods\GreenThumb-1.7.10-1.1.0.8.jar
[23:02:48] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: GreenThumb in C:\ftb\FTBLite3\minecraft\mods\GreenThumb-1.7.10-1.1.0.8.jar
[23:02:49] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[23:02:49] [Client thread/INFO] [FML]: Found 337 ObjectHolder annotations
[23:02:49] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[23:02:49] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[23:02:49] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[23:02:49] [Client thread/INFO] [Aroma1997Core]: Logger initialized.
[23:02:49] [Client thread/INFO] [Aroma1997Core]: Finished Pre-initialization.
[23:02:50] [Client thread/INFO] [Treecapitator]: Loading configuration file C:\ftb\FTBLite3\minecraft\config\Treecapitator.cfg
[23:02:50] [Client thread/INFO] [Treecapitator]: Proceeding to load tree/mod configs from file.
[23:02:51] [Client thread/INFO] [AE2:C]: Pre Initialization ( started )
[23:02:52] [Client thread/INFO] [AE2-CORE]: func_145841_b(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
[23:02:52] [Client thread/INFO] [AE2-CORE]: func_145839_a(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
[23:02:53] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySink from appeng/tile/powersink/IC2 because IC2 integration is disabled.
[23:02:53] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/IC2
[23:02:53] [Client thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.Power.AdvancedShaftPowerReceiver from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[23:02:53] [Client thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.Interfaces.Transducerable from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[23:02:53] [Client thread/INFO] [AE2-CORE]: Removing Method Tick_RotaryCraft from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[23:02:53] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/RotaryCraft
[23:02:53] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/tile/powersink/RedstoneFlux because RF integration is enabled.
[23:02:53] [Client thread/INFO] [AE2-CORE]: Removing Interface mekanism.api.energy.IStrictEnergyAcceptor from appeng/tile/powersink/MekJoules because Mekanism integration is disabled.
[23:02:53] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/MekJoules
[23:02:54] [Client thread/INFO] [AE2-CORE]: Allowing Interface powercrystals.minefactoryreloaded.api.rednet.connectivity.IRedNetConnection from appeng/block/networking/BlockCableBus because MFR integration is enabled.
[23:02:54] [Client thread/INFO] [AE2-CORE]: Allowing Method getConnectionType from appeng/block/networking/BlockCableBus because MFR integration is enabled.
[23:02:54] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/quartz/ToolQuartzWrench because BC integration is enabled.
[23:02:54] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.item.ISpecialElectricItem from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
[23:02:54] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.item.IElectricItemManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
[23:02:54] [Client thread/INFO] [AE2-CORE]: Removing Method getManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
[23:02:54] [Client thread/INFO] [AE2-CORE]: Updated appeng/items/tools/powered/powersink/IC2
[23:02:54] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyContainerItem from appeng/items/tools/powered/powersink/RedstoneFlux because RFItem integration is enabled.
[23:02:54] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/ToolNetworkTool because BC integration is enabled.
[23:02:57] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/misc/PartStorageBus because BC integration is enabled.
[23:02:57] [Client thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/misc/PartStorageBus because BC integration is enabled.
[23:02:57] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/p2p/PartP2PItems because BC integration is enabled.
[23:02:57] [Client thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/p2p/PartP2PItems because BC integration is enabled.
[23:02:57] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySink from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is disabled.
[23:02:57] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySource from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is disabled.
[23:02:57] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/p2p/PartP2PIC2Power
[23:02:57] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/parts/p2p/PartP2PRFPower because RF integration is enabled.
[23:02:58] [Client thread/INFO] [AE2:C]: Starting AE2 VersionChecker
[23:02:58] [Client thread/INFO] [AE2:C]: Pre Initialization ( ended after 7421ms )
[23:02:58] [Client thread/INFO] [bdlib]: bdlib 1.9.1.97 loaded
[23:03:01] [Client thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
[23:03:02] [Client thread/INFO] [bdlib]: Loading internal config files for mod AE2 Stuff
[23:03:02] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/ftb/FTBLite3/minecraft/mods/ae2stuff-0.4.3.47-mc1.7.10.jar!/assets/ae2stuff/config/tuning.cfg
Exception in thread "AE2 VersionChecker" [23:03:03] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.IllegalArgumentException: Raw channel stable did not contain any of the pre-programmed types.
[23:03:03] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at appeng.services.version.VersionParser.parseChannel(VersionParser.java:117)
[23:03:03] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at appeng.services.version.VersionParser.parseVersion(VersionParser.java:72)
[23:03:03] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at appeng.services.version.VersionParser.parse(VersionParser.java:34)
[23:03:03] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at appeng.services.version.ModVersionFetcher.get(ModVersionFetcher.java:34)
[23:03:03] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at appeng.services.VersionChecker.processInterval(VersionChecker.java:106)
[23:03:03] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at appeng.services.VersionChecker.run(VersionChecker.java:86)
[23:03:03] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Thread.run(Unknown Source)
[23:03:03] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/ftb/FTBLite3/minecraft/mods/ae2stuff-0.4.3.47-mc1.7.10.jar!/assets/ae2stuff/config/recipes.cfg
[23:03:04] [Client thread/INFO] [bdlib]: Loading user config files for mod AE2 Stuff
[23:03:04] [Client thread/INFO] [bdlib]: Config loading for mod AE2 Stuff finished
[23:03:04] [Client thread/INFO] [bdlib]: Loaded creative tabs for ae2stuff
[23:03:05] [Client thread/INFO] [Aroma1997CoreHelper]: Helping Aroma1997Core
[23:03:05] [Client thread/INFO] [CoFHWorld]: Registering Default Templates.
[23:03:05] [Client thread/INFO] [CoFHWorld]: Registering default generators
[23:03:06] [Client thread/INFO] [CoFHWorld]: Complete
[23:03:13] [CoFHUpdater:CoFHCore/INFO] [CoFHCore]: An updated version of CoFH Core is available: CoFH Core 3.0.3 for Minecraft 1.7.10.
[23:03:25] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.Container
[23:03:25] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerWorkbench
[23:03:25] [Client thread/INFO] [RandomThingsCore]: Found Render Global Class: net/minecraft/client/renderer/RenderGlobal
[23:03:26] [Client thread/INFO] [BuildCraft]: Starting BuildCraft 7.0.20
[23:03:26] [Client thread/INFO] [BuildCraft]: Copyright (c) SpaceToad, 2011-2015
[23:03:26] [Client thread/INFO] [BuildCraft]: http://www.mod-buildcraft.com
[23:03:27] [Thread-11/INFO] [BuildCraft]: Beginning version check
[23:03:30] [Client thread/INFO] [CG Origin]: Looking for packets to register for channel 'cgo' in package 'com.countrygamer.cgo.library.common'.
[23:03:30] [Client thread/INFO] [CompactStorage]: Are we in deofb? Yep!
[23:03:33] [CoFHUpdater:ThermalFoundation/INFO] [ThermalFoundation]: An updated version of Thermal Foundation is available: Thermal Foundation 1.2.0 for Minecraft 1.7.10.
[23:03:33] [Client thread/INFO] [ThermalFoundation]: Loading Plugins...
[23:03:33] [Client thread/INFO] [ThermalFoundation]: Finished Loading Plugins.
[23:03:34] [Client thread/INFO] [extrautils]: Hello World
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketAngelRingNotifier with discriminator: 0
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketGUIWidget with discriminator: 1
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketParticle with discriminator: 2
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketParticleEvent with discriminator: 3
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketPlaySound with discriminator: 4
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketRain with discriminator: 5
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketUseItemAlt with discriminator: 6
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketVillager with discriminator: 7
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketVillagerReturn with discriminator: 8
[23:03:34] [Client thread/INFO] [extrautils]: Registering Packet class PacketYoink with discriminator: 9
[23:03:34] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base_remote.0 will now be used in the Ender Constructor
[23:03:34] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base_remote.6 will now be used in the Ender Constructor
[23:03:34] [Client thread/INFO] [extrautils]: Recipes constructing item.extrautils:nodeUpgrade.5 will now be used in the Ender Constructor
[23:03:34] [Client thread/INFO] [extrautils]: Recipes constructing item.extrautils:nodeUpgrade.6 will now be used in the Ender Constructor
[23:03:34] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:magnumTorch will now be used in the Ender Constructor
[23:03:34] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:endMarker will now be used in the Ender Constructor
[23:03:34] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base.12 will now be used in the Ender Constructor
[23:03:34] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:enderQuarryUpgrade.0 will now be used in the Ender Constructor
[23:03:34] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base.13 will now be used in the Ender Constructor
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeGlove to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeMicroBlocks to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeSoul to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeMagicalWood to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeCustomOres to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeFilterInvert to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeEnchantCrafting to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeHorseTransmutation to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeUnsigil to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeUnEnchanting to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeUnstableIngotCrafting to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeUnstableNuggetCrafting to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeUnstableCrafting to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeDifficultySpecific to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeBagDye to RecipeSorter
[23:03:35] [Client thread/INFO] [extrautils]: Registering RecipeGBEnchanting to RecipeSorter
[23:03:35] [Client thread/INFO] [progressiveautomation]: harvestcraft not found, not loading
[23:03:35] [Client thread/INFO] [progressiveautomation]: PneumaticCraft not found, not loading
[23:03:35] [Client thread/INFO] [progressiveautomation]: MFR Loaded
[23:03:35] [Client thread/INFO] [progressiveautomation]: AgriCraft not found, not loading
[23:03:35] [Client thread/INFO] [progressiveautomation]: B0bGrowsOre not found, not loading
[23:03:35] [Client thread/INFO] [progressiveautomation]: RightClickPlants Loaded
[23:03:35] [Client thread/INFO] [progressiveautomation]: Vanilla Loaded
[23:03:36] [Client thread/INFO] [Mantle]: Mantle (1.7.10-0.3.2.jenkins184) -- Preparing for launch.
[23:03:36] [Client thread/INFO] [Mantle]: Entering preinitialization phase.
[23:03:36] [Client thread/INFO] [Mantle]: Loading configuration from disk.
[23:03:36] [Client thread/INFO] [Mantle]: Configuration load completed.
[23:03:38] [Client thread/INFO] [ThermalExpansion]: Loading Plugins...
[23:03:39] [Client thread/INFO] [ThermalExpansion]: Finished Loading Plugins.
[23:03:39] [Client thread/INFO] [ThermalExpansion]: There are no crafting files present in C:\ftb\FTBLite3\minecraft\config\cofh\thermalexpansion\crafting.
[23:03:39] [CoFHUpdater:ThermalExpansion/INFO] [ThermalExpansion]: An updated version of Thermal Expansion is available: Thermal Expansion 4.0.2B3 for Minecraft 1.7.10.
[23:03:39] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers Thaumcraft Compatibility; missing dependency: Thaumcraft
[23:03:39] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers IC2 Compatibility; missing dependency: IC2
[23:03:39] [
also, it crashes exactly after finishing loading stage 2 on the forge initializer thingy
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumYou still don't have AnimationAPI.
ohhhhhhh oops, i put it in another modpack mod folder. it works now, thanks for your time!