Jump to content

DiamondHunter Zero

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by DiamondHunter Zero

  1. The mod folder is empty. I'm currently checking if my Eclipse project is interfering with forge.
  2. When trying to load 1.8 with the latest version of forge, even without mods, causes the game to crash without even starting the loader. My launcher has the new "non-java launcher update" message and even on the new minecraft launcher, it still crashes. Output reads: [12:33:45] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [12:33:45] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [12:33:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [12:33:45] [main/INFO] [FML]: Forge Mod Loader version 11.14.3.1513 for Minecraft 1.8 loading [12:33:45] [main/INFO] [FML]: Java is Java HotSpot 64-Bit Server VM, version 1.6.0_65, running on Mac OS X:x86_64:10.10.4, installed at /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:461]: java.lang.NoClassDefFoundError: cpw/mods/fml/relauncher/IFMLLoadingPlugin [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.defineClass1(Native Method) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.defineClass(ClassLoader.java:621) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader.access$000(URLClassLoader.java:58) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader$1.run(URLClassLoader.java:197) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.security.AccessController.doPrivileged(Native Method) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader.findClass(URLClassLoader.java:190) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.loadClass(ClassLoader.java:306) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.loadClass(ClassLoader.java:247) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.forName0(Native Method) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.forName(Class.java:249) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraftforge.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:485) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:409) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:241) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraftforge.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTraceAsCause:488]: Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.relauncher.IFMLLoadingPlugin [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.loadClass(ClassLoader.java:306) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.loadClass(ClassLoader.java:247) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTraceAsCause:492]: ... 23 more [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTraceAsCause:488]: Caused by: java.lang.NullPointerException [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTraceAsCause:492]: ... 25 more [12:33:45] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at /Users/Ethannear/Library/Application Support/minecraft for Forge Mod Loader java.lang.NoClassDefFoundError: cpw/mods/fml/relauncher/IFMLLoadingPlugin at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.6.0_65] at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637) ~[?:1.6.0_65] at java.lang.ClassLoader.defineClass(ClassLoader.java:621) ~[?:1.6.0_65] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) ~[?:1.6.0_65] at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) ~[?:1.6.0_65] at java.net.URLClassLoader.access$000(URLClassLoader.java:58) ~[?:1.6.0_65] at java.net.URLClassLoader$1.run(URLClassLoader.java:197) ~[?:1.6.0_65] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.6.0_65] at java.net.URLClassLoader.findClass(URLClassLoader.java:190) ~[?:1.6.0_65] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) ~[?:1.6.0_65] at java.lang.ClassLoader.loadClass(ClassLoader.java:247) ~[?:1.6.0_65] at java.lang.Class.forName0(Native Method) ~[?:1.6.0_65] at java.lang.Class.forName(Class.java:249) ~[?:1.6.0_65] at net.minecraftforge.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:485) ~[forge-1.8-11.14.3.1513.jar:?] at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:409) ~[forge-1.8-11.14.3.1513.jar:?] at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:241) ~[forge-1.8-11.14.3.1513.jar:?] at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.8-11.14.3.1513.jar:?] at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.8-11.14.3.1513.jar:?] at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.8-11.14.3.1513.jar:?] at net.minecraftforge.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.8-11.14.3.1513.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: cpw.mods.fml.relauncher.IFMLLoadingPlugin at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) ~[?:1.6.0_65] at java.lang.ClassLoader.loadClass(ClassLoader.java:247) ~[?:1.6.0_65] ... 23 more Caused by: java.lang.NullPointerException at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) ~[?:1.6.0_65] at java.lang.ClassLoader.loadClass(ClassLoader.java:247) ~[?:1.6.0_65] ... 23 more Exception in thread "main" [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:461]: java.lang.NoClassDefFoundError: cpw/mods/fml/relauncher/IFMLLoadingPlugin [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.defineClass1(Native Method) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.defineClass(ClassLoader.java:621) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader.access$000(URLClassLoader.java:58) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader$1.run(URLClassLoader.java:197) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.security.AccessController.doPrivileged(Native Method) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader.findClass(URLClassLoader.java:190) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.loadClass(ClassLoader.java:306) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.loadClass(ClassLoader.java:247) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.forName0(Native Method) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.forName(Class.java:249) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraftforge.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:485) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:409) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:241) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraftforge.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTraceAsCause:488]: Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.relauncher.IFMLLoadingPlugin [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.loadClass(ClassLoader.java:306) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.loadClass(ClassLoader.java:247) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTraceAsCause:492]: ... 23 more [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTraceAsCause:488]: Caused by: java.lang.NullPointerException [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) [12:33:45] [main/INFO] [sTDERR]: [java.lang.Throwable:printStackTraceAsCause:492]: ... 25 more What's the issue? The launcher, Game of Forge?
  3. After finishing the basics of my mod, I'm trying to convert my java code into a .jar file using gradle. However, when i type "./gradlew build" into my terminal (on mac) it fails and reads this: Johns-MacBook-Pro:forge-1 DiamondHunterZero$ ./gradlew build FAILURE: Build failed with an exception. * Where: Build file '/Users/Ethannear/Desktop/programing/forge-1/build.gradle' line: 20 * What went wrong: Could not compile build file '/Users/Ethannear/Desktop/programing/forge-1/build.gradle'. > startup failed: build file '/Users/Ethannear/Desktop/programing/forge-1/build.gradle': 20: unexpected token: 0.0 @ line 20, column 14. version = “1.0.0” ^ 1 error * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 6.733 secs I am using the latest forge src download but it continues to insist there is something wrong with my 'version'. I can't even tell if it's the Forge version or my mod version in the build.file This is what my build.file reads: buildscript { repositories { mavenCentral() maven { name = "forge" url = "http://files.minecraftforge.net/maven" } maven { name = "sonatype" url = "https://oss.sonatype.org/content/repositories/snapshots/" } } dependencies { classpath 'net.minecraftforge.gradle:ForgeGradle:1.2-SNAPSHOT' } } apply plugin: 'forge' version = “1.7 beta” group= “com.dhz.pvplegends” // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = “PVP Legends - Alpha” minecraft { version = "1.7.10-10.13.4.1448-1.7.10" runDir = "eclipse" } dependencies { // you may put jars on which you depend on in ./libs // or you may define them like so.. //compile "some.group:artifact:version:classifier" //compile "some.group:artifact:version" // real examples //compile 'com.mod-buildcraft:buildcraft:6.0.8:dev' // adds buildcraft to the dev env //compile 'com.googlecode.efficient-java-matrix-library:ejml:0.24' // adds ejml to the dev env // for more info... // http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html // http://www.gradle.org/docs/current/userguide/dependency_management.html } processResources { // this will ensure that this task is redone when the versions change. inputs.property "version", project.version inputs.property "mcversion", project.minecraft.version // replace stuff in mcmod.info, nothing else from(sourceSets.main.resources.srcDirs) { include 'mcmod.info' // replace version and mcversion expand 'version':project.version, 'mcversion':project.minecraft.version } // copy everything else, thats not the mcmod.info from(sourceSets.main.resources.srcDirs) { exclude 'mcmod.info' } } What's wrong?
  4. Upon trying to test my package: "package com.dhz.pvplegends; import net.minecraft.init.Blocks; import net.minecraft.init.Items; import net.minecraft.item.ItemStack; import cpw.mods.fml.common.Mod; import cpw.mods.fml.common.Mod.EventHandler; import cpw.mods.fml.common.event.FMLInitializationEvent; import cpw.mods.fml.common.registry.GameRegistry; @Mod(modid = pvplegendsmain.MODID, version = pvplegendsmain.VERSION) public class pvplegendsmain { public static final String MODID = "pvplegends"; public static final String VERSION = "1.0"; @EventHandler public void init(FMLInitializationEvent event) { System.out.println("DIRT BLOCK >> "+Blocks.dirt.getUnlocalizedName()); } }" It crashes and reads: [18:54:23] [main/INFO] [GradleStart]: Extra: [] [18:54:23] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --accessToken, {REDACTED}, --assetIndex, 1.7.10, --assetsDir, /Users/Ethannear/.gradle/caches/minecraft/assets, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] [18:54:23] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker [18:54:23] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker [18:54:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [18:54:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker [18:54:23] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading [18:54:23] [main/INFO] [FML]: Java is Java HotSpot 64-Bit Server VM, version 1.7.0_79, running on Mac OS X:x86_64:10.10.4, installed at /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre [18:54:23] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [18:54:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [18:54:23] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin [18:54:23] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [18:54:23] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [18:54:23] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker [18:54:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [18:54:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [18:54:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [18:54:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:54:23] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [18:54:24] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [18:54:24] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:54:24] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker [18:54:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [18:54:25] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker [18:54:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker [18:54:25] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} [18:54:27] [main/INFO]: Setting user: Player123 [18:54:29] [Client thread/INFO]: LWJGL Version: 2.9.1 [18:54:30] [Client thread/INFO] [sTDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ---- // I let you down. Sorry Time: 20/08/15 6:54 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: Mac OS X (x86_64) version 10.10.4 Java Version: 1.7.0_79, Oracle Corporation Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 818819416 bytes (780 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M 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 Inc.' Version: '2.1 INTEL-10.6.31' Renderer: 'Intel HD Graphics 4000 OpenGL Engine' [18:54:30] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization [18:54:30] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized [18:54:30] [Client thread/INFO] [FML]: Replaced 183 ore recipies [18:54:30] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization [18:54:30] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [18:54:30] [Client thread/INFO] [FML]: Searching /Users/Ethannear/Desktop/programing/forge-1/eclipse/mods for mods [18:54:30] [Client thread/INFO] [pvplegends]: Mod pvplegends is missing the required element 'name'. Substituting pvplegends [18:54:33] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load [18:54:34] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, pvplegends, examplemod] at CLIENT [18:54:34] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, pvplegends, examplemod] at SERVER [18:54:34] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:pvplegends, FMLFileResourcePack:Example Mod [18:54:34] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [18:54:34] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations [18:54:34] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations [18:54:34] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations [18:54:35] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [18:54:35] [Client thread/INFO] [FML]: Applying holder lookups [18:54:35] [Client thread/INFO] [FML]: Holder lookups applied [18:54:35] [Client thread/INFO] [FML]: Injecting itemstacks [18:54:35] [Client thread/INFO] [FML]: Itemstack injection complete [18:54:35] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: [18:54:35] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... [18:54:35] [Thread-7/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL [18:54:35] [Thread-7/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [18:54:35] [Thread-7/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. [18:54:35] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: [18:54:35] [sound Library Loader/INFO]: Sound engine started [18:54:37] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas [18:54:37] [Client thread/INFO]: Created: 256x256 textures/items-atlas [18:54:37] [Client thread/INFO] [sTDOUT]: [com.dhz.pvplegends.pvplegendsmain:init:20]: DIRT BLOCK >> tile.dirt [18:54:37] [Client thread/INFO] [sTDOUT]: [com.example.examplemod.ExampleMod:init:21]: DIRT BLOCK >> tile.dirt [18:54:37] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue [18:54:37] [Client thread/ERROR] [FML]: States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UCHI FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar) UCHI Forge{10.13.4.1448} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar) UCHI pvplegends{1.0} [pvplegends] (bin) UCHE examplemod{1.0} [Example Mod] (bin) [18:54:37] [Client thread/ERROR] [FML]: The following problems were captured during this phase [18:54:37] [Client thread/ERROR] [FML]: Caught exception from examplemod java.lang.ClassCastException: net.minecraft.item.ItemRedstone cannot be cast to java.lang.Character at net.minecraft.item.crafting.CraftingManager.addRecipe(CraftingManager.java:209) ~[forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar:?] at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:250) ~[forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar:?] at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:245) ~[forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar:?] at com.example.examplemod.ExampleMod.init(ExampleMod.java:32) ~[bin/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_79] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79] at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_79] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79] at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar:?] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_79] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79] at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) [Loader.class:?] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:597) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:942) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_79] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79] at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?] at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?] at GradleStart.main(Unknown Source) [start/:?] [18:54:37] [Client thread/INFO] [sTDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: ---- Minecraft Crash Report ---- // I bet Cylons wouldn't have this problem. Time: 20/08/15 6:54 PM Description: Initializing game java.lang.ClassCastException: net.minecraft.item.ItemRedstone cannot be cast to java.lang.Character at net.minecraft.item.crafting.CraftingManager.addRecipe(CraftingManager.java:209) at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:250) at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:245) at com.example.examplemod.ExampleMod.init(ExampleMod.java:32) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) 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(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) 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.initializeMods(Loader.java:737) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) at net.minecraft.client.Minecraft.startGame(Minecraft.java:597) at net.minecraft.client.Minecraft.run(Minecraft.java:942) at net.minecraft.client.main.Main.main(Main.java:164) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) at GradleStart.main(Unknown Source) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraft.item.crafting.CraftingManager.addRecipe(CraftingManager.java:209) at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:250) at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:245) at com.example.examplemod.ExampleMod.init(ExampleMod.java:32) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) 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(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) 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.initializeMods(Loader.java:737) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) at net.minecraft.client.Minecraft.startGame(Minecraft.java:597) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.run(Minecraft.java:942) at net.minecraft.client.main.Main.main(Main.java:164) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) at GradleStart.main(Unknown Source) -- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Mac OS X (x86_64) version 10.10.4 Java Version: 1.7.0_79, Oracle Corporation Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 793922576 bytes (757 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M 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 5 mods loaded, 5 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UCHI FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar) UCHI Forge{10.13.4.1448} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar) UCHI pvplegends{1.0} [pvplegends] (bin) UCHE examplemod{1.0} [Example Mod] (bin) GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-10.6.31' Renderer: 'Intel HD Graphics 4000 OpenGL Engine' Launched Version: 1.7.10 LWJGL: 2.9.1 OpenGL: Intel HD Graphics 4000 OpenGL Engine GL version 2.1 INTEL-10.6.31, Intel Inc. GL Caps: Using GL 1.3 multitexturing. Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported. Anisotropic filtering is supported and maximum anisotropy is 16. Shaders are available because OpenGL 2.1 is supported. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [] Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Anisotropic Filtering: Off (1) [18:54:37] [Client thread/INFO] [sTDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# /Users/Ethannear/Desktop/programing/forge-1/eclipse/./crash-reports/crash-2015-08-20_18.54.37-client.txt AL lib: (EE) alc_cleanup: 1 device not closed What's wrong? It seems to be something with the FML. This is my first ever go at programming a mod, so I'm following a book. what should I do? NOTE: this mod is for 1.7.10
  5. Upon first downloading the latest recommended version of forge for 1.7.10, when i load up the game it appears with a "forge installing" screen below the Mojang logo. The game then freezes when bar reaches "6/7 Loading - Finishing up" and can only be shut down using force quit. Before updating to the latest forge, it froze and the log read: :[15:05:16] [main/INFO]: Setting user: Diamond_Hunter_0 [15:05:18] [Client thread/INFO]: LWJGL Version: 2.9.1 [15:05:34] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:AdventOfAscension, FMLFileResourcePack:Archimedes' Ships, FMLFileResourcePack:Backpack, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CraftGuide, FMLFileResourcePack:Custom Ore Generation, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:Infernal Mobs, FMLFileResourcePack:Mantle, FMLFileResourcePack:More Enchantments, FMLFileResourcePack:AencEx, FMLFileResourcePack:Mo' Villages, FMLFileResourcePack:§9MrCrayfish's Furniture Mod, FMLFileResourcePack:NotEnoughKEys, FMLFileResourcePack:Power Tools, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Rei's Minimap, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Teleportation Pads, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TeeLuk's SpecialArmor, LabPack [15:05:51] [sound Library Loader/INFO]: Sound engine started [15:05:51] [Client thread/WARN]: File minecraft:sounds/lab/speech/game_superloot.ogg does not exist, cannot add it to event minecraft:lab.speech.game_superloot [15:05:51] [Client thread/WARN]: File minecraft:sounds/lab/speech/game_mobhunters.ogg does not exist, cannot add it to event minecraft:lab.speech.game_mobhunters [15:05:51] [Client thread/WARN]: File minecraft:sounds/lab/speech/midgame_17.ogg does not exist, cannot add it to event minecraft:lab.speech.midgame_17 [15:05:51] [Client thread/WARN]: File minecraft:sounds/lab/speech/endgame_18.ogg does not exist, cannot add it to event minecraft:lab.speech.endgame_18 [15:05:59] [Client thread/INFO]: Created: 1024x1024 textures/blocks-atlas [15:06:06] [Client thread/INFO]: Created: 1024x1024 textures/items-atlas After installing the recommended forge, it freezes and reads on the Launcher: [15:05:08] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker [15:05:09] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker [15:05:09] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker [15:05:09] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading [15:05:09] [main/INFO] [FML]: Java is Java HotSpot 64-Bit Server VM, version 1.6.0_65, running on Mac OS X:x86_64:10.10.4, installed at /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home [15:05:09] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [15:05:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [15:05:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker [15:05:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [15:05:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [15:05:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:05:12] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [15:05:12] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc [15:05:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:05:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:05:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker [15:05:12] [main/INFO] [sTDOUT]: [cofh.asm.CoFHAccessTransformer:readMappingFile:40]: Adding Accesstransformer map: CoFH_at.cfg [15:05:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:05:14] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker [15:05:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker [15:05:14] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} [15:05:15] [main/INFO] [sTDOUT]: [TMIForgeTransformer:transform:18]: [TMI] Rewriting class bex / net.minecraft.client.gui.inventory.GuiContainer [15:05:16] [main/INFO]: Setting user: Diamond_Hunter_0 [15:05:18] [Client thread/INFO]: LWJGL Version: 2.9.1 [15:05:20] [Client thread/INFO] [sTDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ---- // You're mean. Time: 7/9/15 3:05 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: Mac OS X (x86_64) version 10.10.4 Java Version: 1.6.0_65, Apple Inc. Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Apple Inc. Memory: 106059888 bytes (101 MB) / 200613888 bytes (191 MB) up to 1060372480 bytes (1011 MB) JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-10.6.31' Renderer: 'Intel HD Graphics 4000 OpenGL Engine' [15:05:20] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization [15:05:20] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized [15:05:20] [Client thread/INFO] [FML]: Replaced 183 ore recipies [15:05:21] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization [15:05:21] [Client thread/ERROR] [FML]: Unable to determine registrant mod for TooManyItems. This is a critical error and should be impossible java.lang.Throwable at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:55) [EventBus.class:?] at TMIForgeContainer.<init>(TMIForgeContainer.java:35) [TMIForgeContainer.class:?] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.6.0_65] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) [?:1.6.0_65] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) [?:1.6.0_65] at java.lang.reflect.Constructor.newInstance(Constructor.java:513) [?:1.6.0_65] at java.lang.Class.newInstance0(Class.java:357) [?:1.6.0_65] at java.lang.Class.newInstance(Class.java:310) [?:1.6.0_65] at cpw.mods.fml.common.Loader.identifyMods(Loader.java:340) [Loader.class:?] at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) [Loader.class:?] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?] at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.6.0_65] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) ~[?:1.6.0_65] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) ~[?:1.6.0_65] at java.lang.reflect.Method.invoke(Method.java:597) ~[?:1.6.0_65] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?] [15:05:21] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [15:05:21] [Client thread/INFO] [FML]: Searching /Users/Ethannear/Library/Application Support/minecraft/mods for mods [15:05:21] [Client thread/INFO] [FML]: Also searching /Users/Ethannear/Library/Application Support/minecraft/mods/1.7.10 for mods [15:05:26] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3 [15:05:28] [Client thread/WARN] [CustomOreGen]: Mod CustomOreGen is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.18 [15:05:29] [Client thread/INFO] [FML]: Forge Mod Loader has identified 36 mods to load [15:05:30] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, TooManyItems, <CoFH ASM>, lucky, DamageIndicatorsMod, nevermine, ArchimedesShips, Backpack, BiblioCraft, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Silicon, BuildCraft|Robotics, BuildCraft|Core, CoFHCore, craftguide, CustomOreGen, eplus, InfernalMobs, Mantle, me, AencEx, movillages, cfm, notenoughkeys, cuchaz.powerTools, Railcraft, ReiMinimap, TConstruct, telepads, ThermalFoundation, SpecialArmor] at CLIENT [15:05:30] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, TooManyItems, <CoFH ASM>, lucky, DamageIndicatorsMod, nevermine, ArchimedesShips, Backpack, BiblioCraft, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Silicon, BuildCraft|Robotics, BuildCraft|Core, CoFHCore, craftguide, CustomOreGen, eplus, InfernalMobs, Mantle, me, AencEx, movillages, cfm, notenoughkeys, cuchaz.powerTools, Railcraft, ReiMinimap, TConstruct, telepads, ThermalFoundation, SpecialArmor] at SERVER [15:05:31] [Client thread/ERROR] [backpack]: The mod Backpack is expecting signature @FINGERPRINT@ for source backpack-2.0.1-1.7.x.jar, however there is no signature matching that description [15:05:33] [Client thread/INFO] [TConstruct]: Preparing to take over the world [15:05:34] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:AdventOfAscension, FMLFileResourcePack:Archimedes' Ships, FMLFileResourcePack:Backpack, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CraftGuide, FMLFileResourcePack:Custom Ore Generation, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:Infernal Mobs, FMLFileResourcePack:Mantle, FMLFileResourcePack:More Enchantments, FMLFileResourcePack:AencEx, FMLFileResourcePack:Mo' Villages, FMLFileResourcePack:ß9MrCrayfish's Furniture Mod, FMLFileResourcePack:NotEnoughKEys, FMLFileResourcePack:Power Tools, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Rei's Minimap, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Teleportation Pads, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TeeLuk's SpecialArmor, LabPack [15:05:34] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [15:05:34] [Client thread/INFO] [FML]: Found 337 ObjectHolder annotations [15:05:34] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations [15:05:34] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations [15:05:34] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [15:05:43] [Client thread/INFO] [CoFHWorld]: Registering Default Templates. [15:05:43] [Client thread/INFO] [CoFHWorld]: Registering default generators [15:05:43] [Client thread/INFO] [CoFHWorld]: Complete [15:05:43] [Client thread/INFO] [buildCraft]: Starting BuildCraft 7.0.12 [15:05:43] [Client thread/INFO] [buildCraft]: Copyright © SpaceToad, 2011-2015 [15:05:43] [Client thread/INFO] [buildCraft]: http://www.mod-buildcraft.com [15:05:43] [Thread-19/INFO] [buildCraft]: Beginning version check [15:05:45] [Client thread/INFO] [eplus]: Initializing Configurations. [15:05:45] [Client thread/INFO] [eplus]: Plugin loaded: Treecapitatior [15:05:45] [Client thread/INFO] [eplus]: Plugin loaded: TConPlugin [15:05:45] [Client thread/INFO] [eplus]: Plugin loaded: ThaumcraftPlugin [15:05:45] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... Treecapitatior [15:05:45] [Client thread/INFO] [eplus]: Plugin initialized in PreInit... ThaumcraftPlugin [15:05:45] [Client thread/INFO] [eplus]: Initializing Blocks. [15:05:45] [Client thread/INFO] [eplus]: Initializing Items. [15:05:45] [Client thread/INFO] [Mantle]: Mantle (1.7.10-0.3.2.jenkins184) -- Preparing for launch. [15:05:45] [Client thread/INFO] [Mantle]: Entering preinitialization phase. [15:05:45] [Client thread/INFO] [Mantle]: Loading configuration from disk. [15:05:45] [Client thread/INFO] [Mantle]: Configuration load completed. [15:05:45] [Client thread/INFO] [FML]: [MoVillages] Generated Village Customization Config! [15:05:45] [Thread-16/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:461]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://dl.dropboxusercontent.com/u/74770478/DamageIndicatorMod1710.txt [15:05:45] [Thread-16/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1459) [15:05:45] [Thread-16/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234) [15:05:45] [Thread-16/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URL.openStream(URL.java:1010) [15:05:45] [Thread-16/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at DamageIndicatorsMod.client.DIClientProxy$1.run(DIClientProxy.java:79) [15:05:45] [Thread-16/INFO] [sTDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Thread.run(Thread.java:695) [15:05:46] [Thread-19/WARN] [buildCraft]: Using outdated version [7.0.12] for Minecraft 1.7.10. Consider updating to 7.0.13. [15:05:46] [CoFHUpdater:CoFHCore/INFO] [CoFHCore]: An updated version of CoFH Core is available: CoFH Core 3.0.3B2 for Minecraft 1.7.10. [15:05:47] [Client thread/INFO] [Railcraft]: Module disabled: ModuleIC2, IC2 not detected [15:05:47] [Client thread/INFO] [Railcraft]: Module disabled: ModuleThaumcraft, Thaumcraft not detected [15:05:50] [Client thread/INFO] [ThermalFoundation]: Loading Plugins... [15:05:50] [Client thread/INFO] [sTDOUT]: [cofh.thermalfoundation.plugins.mfr.MFRPlugin:preInit:14]: should work [15:05:50] [Client thread/INFO] [ThermalFoundation]: Finished Loading Plugins. [15:05:50] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers Thaumcraft Compatibility; missing dependency: Thaumcraft [15:05:50] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers Waila Compatibility; missing dependency: Waila [15:05:50] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers AE2 Compatibility; missing dependency: appliedenergistics2 [15:05:50] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers IC2 Compatibility; missing dependency: IC2 [15:05:50] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers Mystcraft Compatibility; missing dependency: Mystcraft [15:05:50] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers MFR Compatibility; missing dependency: MineFactoryReloaded [15:05:50] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers TE4 Compatibility; missing dependency: ThermalExpansion [15:05:50] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers FMP Compatibility; missing dependency: ForgeMultipart [15:05:50] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers' Underground Biomes Compatiblity; missing dependency: UndergroundBiomes [15:05:50] [CoFHUpdater:ThermalFoundation/INFO] [ThermalFoundation]: An updated version of Thermal Foundation is available: Thermal Foundation 1.2.0B1 for Minecraft 1.7.10. [15:05:51] [Client thread/INFO] [TConstruct]: Gear module active. Adding gear cast. [15:05:51] [Client thread/INFO] [FML]: Applying holder lookups [15:05:51] [Client thread/INFO] [FML]: Holder lookups applied [15:05:51] [Client thread/INFO] [FML]: Injecting itemstacks [15:05:51] [Client thread/INFO] [FML]: Itemstack injection complete [15:05:51] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: [15:05:51] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... [15:05:51] [Thread-20/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL [15:05:51] [Thread-20/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [15:05:51] [Thread-20/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. [15:05:51] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: [15:05:51] [sound Library Loader/INFO]: Sound engine started [15:05:51] [Client thread/WARN]: File minecraft:sounds/lab/speech/game_superloot.ogg does not exist, cannot add it to event minecraft:lab.speech.game_superloot [15:05:51] [Client thread/WARN]: File minecraft:sounds/lab/speech/game_mobhunters.ogg does not exist, cannot add it to event minecraft:lab.speech.game_mobhunters [15:05:51] [Client thread/WARN]: File minecraft:sounds/lab/speech/midgame_17.ogg does not exist, cannot add it to event minecraft:lab.speech.midgame_17 [15:05:51] [Client thread/WARN]: File minecraft:sounds/lab/speech/endgame_18.ogg does not exist, cannot add it to event minecraft:lab.speech.endgame_18 [15:05:59] [Client thread/INFO]: Created: 1024x1024 textures/blocks-atlas [15:06:06] [Client thread/INFO]: Created: 1024x1024 textures/items-atlas [15:06:06] [Client thread/ERROR] [DamageIndicatorsMod]: The language resource assets/damageindicatorsmod/lang/en_US.lang cannot be located on the classpath. This is a programming error. [15:06:09] [Client thread/INFO] [eplus]: Initializing GUI Handler. [15:06:09] [Client thread/INFO] [sTDOUT]: [atomicstryker.infernalmobs.common.InfernalMobsCore:load:153]: InfernalMobsCore load() completed! Modifiers ready: 27 [15:06:09] [Client thread/INFO] [Mantle]: Entering initialization phase. [15:06:10] [Client thread/ERROR] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@ee78f7b, could not be parsed because it is not a String! [15:06:10] [Client thread/ERROR] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@ee78f7b [15:06:10] [Client thread/ERROR] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@47cdbe2, could not be parsed because it is not a String! [15:06:10] [Client thread/ERROR] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@47cdbe2 [15:06:11] [Client thread/INFO] [notenoughkeys]: TConstruct has be registered with keys key.tarmor, key.tgoggles, key.tbelt, key.tzoom [15:06:11] [Client thread/INFO] [TConstruct]: BuildCraft detected. Registering facades. [15:06:11] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for Treecapitating. Request sent from eplus [15:06:11] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.charging. Request sent from eplus [15:06:11] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.frugal. Request sent from eplus [15:06:11] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.potency. Request sent from eplus [15:06:11] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.haste. Request sent from eplus [15:06:11] [Client thread/INFO] [eplus]: Add custom enchantment tool-tip for enchantment.repair. Request sent from eplus [15:06:11] [Client thread/INFO] [FML]: Injecting itemstacks [15:06:11] [Client thread/INFO] [FML]: Itemstack injection complete [15:06:11] [Client thread/INFO] [ArchimedesShips]: Reading metarotation file: default.mrot [15:06:11] [Client thread/INFO] [backpack]: [backpacks] NEI Support couldn't be enabled [15:06:11] [Client thread/INFO] [buildCraft]: BuildCraft's fake player: UUID = 77456a1f-b9f9-3f84-8863-ddef5b8e2209, name = '[buildCraft]'! [15:06:11] [Client thread/INFO] [CustomOreGen]: Loading global config '/Users/Ethannear/Library/Application Support/minecraft/config/CustomOreGen' ... [15:06:12] [Client thread/INFO] [eplus]: Plugin initialized in PostInit... TConPlugin [15:06:13] [Client thread/INFO] [Mantle]: Entering postinitialization phase. [15:06:13] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml [15:06:19] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from POSTINITIALIZATION to AVAILABLE. Loading cannot continue [15:06:19] [Client thread/ERROR] [FML]: States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJ mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UCHIJ FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar) UCHIJ Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar) UCHIJ TooManyItems{1.7.10} [TooManyItems] (minecraft.jar) UCHIJ <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) UCHIJ lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0) UCHIJ DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar) UCHIJ nevermine{2.3} [AdventOfAscension] (AoA-2.3.1.jar) UCHIJ ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar) UCHIJ Backpack{2.0.1} [backpack] (backpack-2.0.1-1.7.x.jar) UCHIJ BiblioCraft{1.10.3} [biblioCraft] (BiblioCraft[v1.10.3][MC1.7.10].jar) UCHIJ CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar) UCHIJ BuildCraft|Core{7.0.12} [buildCraft] (buildcraft-7.0.12.jar) UCHIJ BuildCraft|Energy{7.0.12} [bC Energy] (buildcraft-7.0.12.jar) UCHIJ BuildCraft|Factory{7.0.12} [bC Factory] (buildcraft-7.0.12.jar) UCHIJ BuildCraft|Transport{7.0.12} [bC Transport] (buildcraft-7.0.12.jar) UCHIJ BuildCraft|Builders{7.0.12} [bC Builders] (buildcraft-7.0.12.jar) UCHIJ BuildCraft|Silicon{7.0.12} [bC Silicon] (buildcraft-7.0.12.jar) UCHIJ BuildCraft|Robotics{7.0.12} [bC Robotics] (buildcraft-7.0.12.jar) UCHIJ craftguide{1.6.8.2} [CraftGuide] (CraftGuide-1.6.8.2-forge.jar) UCHIJ CustomOreGen{1.2.18} [Custom Ore Generation] (CustomOreGen-1.7.10-1.2.18.jar) UCHIJ eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar) UCHIJ InfernalMobs{1.5.4} [infernal Mobs] (InfernalMobs-1.7.10.jar) UCHIJ Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) UCHIJ me{1.3.1.2} [More Enchantments] (More-Enchantments-Mod-1.7.10.jar) UCHIJ AencEx{0.0.1} [AencEx] (More-Enchantments-Mod-1.7.10.jar) UCHIJ movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar) UCHIJ cfm{3.4.7} [ß9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar) UCHIJ notenoughkeys{@MOD_VERSION@} [NotEnoughKEys] (NotEnoughKeys-1.7.10-1.0.0b29.jar) UCHIJ cuchaz.powerTools{1.7.10-1.3} [Power Tools] (powerTools-v1.7.10-1.3.jar) UCHIJ Railcraft{9.6.1.0} [Railcraft] (Railcraft_1.7.10-9.6.1.0.jar) UCHIJ ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar) UCHIJ ThermalFoundation{1.7.10R1.0.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0-81.jar) UCHIE TConstruct{1.7.10-1.8.3.build919} [Tinkers' Construct] (TConstruct-1.7.10-1.8.3b.jar) UCHIJ telepads{1.6.4 v5} [Teleportation Pads] (Telepads-1.7.2_1.7.jar) UCHIJ SpecialArmor{1.7.10} [TeeLuk's SpecialArmor] (TLSpecialArmor-1.7.10.jar) [15:06:19] [Client thread/ERROR] [FML]: The following problems were captured during this phase
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.