Recently I've been reading through the comments on pahimar's "Let's Mod" Series and have noticed that people are having trouble setting up Eclipse for 1.6 in the way he had it working so I decided to make a quick tutorial on how to do so.
Step 1.Download and extract the most recent source version of minecraft forge and extract it as you would usually.
Step 2. Open the default eclipse workspace that comes with MCP and select the jars in the root of the workspace then right click and press copy.
Step 3. Now create a folder where you would like called lib to store the jars right click and paste them in.
Step 4. Create a new workspace to start setting up things the way that you will be using them modify the code cleanup as well as the formatter the way done in the video then create your location variables as well.
Step 5. create the Minecraft project the way done in the video however use the lib folder created earlier for the external jars.
Step 6. Add the jars folder to the Minecraft project and right click it and go into properties.
Step 7. Go to resource filters and we will add 3 filters. The first filter is Include only Files and folders name matches libraries. The second filter is the same as the first but instead of libraries put versions. The third filter is Exclude all Folders name matches natives.
Step 8. Add one filter to the libraries folder include only files name matches *.jar
Step 9. Now add the /src/minecraft source folder into the Minecraft project and mods can be added as they were before.
Step 10. The run configuration has changed though. I will provide some screenshots at the bottom of the thread for the information.
Hopefully I was able to help you get things running nicely again. Enjoy your working eclipse workspace!
And as I said here are 2 screenshots of the settings for the run configuration.
Thanks, but I know the new location related to the old one, but for me it only seemed to work if I put the /assets/ folder into my damn Minecraft src folder instead of my Resources folder.
I used to have "MazMod/resources/mods/mazlt/textures/blocks/blockName.png" I figured changing mods to assets should work but it didnt so i had to move all my assets which is not so neat and tidy as I wanted it, that's why I'm asking
Thanks btw Mazetar for your small guide on how to do sounds now
no problem, saw it mentioned in a support request and then saw some other's asking the same question so why not centralize the information
So, I followed pahimar's full walkthrough, changing the parts you told me to, and I came up with these errors. I don't know whether or not you know which part I may have missed cause I have gone through it a bunch of times and can't find it.
Jul 18, 2013 7:00:57 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Using tweak class name cpw.mods.fml.common.launcher.FMLTweaker
2013-07-18 19:00:57 [INFO] [ForgeModLoader] Forge Mod Loader version 6.2.19.789 for Minecraft 1.6.2 loading
2013-07-18 19:00:57 [INFO] [ForgeModLoader] Java is Java HotSpot™ 64-Bit Server VM, version 1.6.0_51, running on Mac OS X:x86_64:10.8.4, installed at /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
2013-07-18 19:00:57 [INFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
2013-07-18 19:00:57 [INFO] [STDOUT] Loaded 39 rules from AccessTransformer config file fml_at.cfg
2013-07-18 19:00:57 [INFO] [STDOUT] Loaded 107 rules from AccessTransformer config file forge_at.cfg
2013-07-18 19:00:58 [SEVERE] [ForgeModLoader] The binary patch set is missing. Things are probably about to go very wrong.
2013-07-18 19:00:58 [INFO] [ForgeModLoader] Launching wrapped minecraft
2013-07-18 19:00:58 [INFO] [Minecraft-Client] Setting user: Player846
2013-07-18 19:00:58 [INFO] [Minecraft-Client] (Session ID is null)
2013-07-18 19:00:58 [INFO] [STDERR] java.lang.NullPointerException
2013-07-18 19:00:58 [INFO] [STDERR] at java.io.Reader.<init>(Reader.java:61)
2013-07-18 19:00:58 [INFO] [STDERR] at java.io.InputStreamReader.<init>(InputStreamReader.java:55)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.stats.AchievementMap.<init>(AchievementMap.java:20)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.stats.AchievementMap.<clinit>(AchievementMap.java:11)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.stats.StatBase.registerStat(StatBase.java:64)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.stats.StatBasic.registerStat(StatBasic.java:20)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.stats.StatList.<clinit>(StatList.java:31)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.client.Minecraft.<init>(Minecraft.java:327)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.client.main.Main.main(Main.java:77)
2013-07-18 19:00:58 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-18 19:00:58 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2013-07-18 19:00:58 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2013-07-18 19:00:58 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-07-18 19:00:59 [INFO] [Minecraft-Client] LWJGL Version: 2.9.0
2013-07-18 19:01:00 [WARNING] [Minecraft-Client] Unable to parse metadata section of resourcepack: Default
java.lang.NullPointerException
at java.io.Reader.<init>(Reader.java:61)
at java.io.InputStreamReader.<init>(InputStreamReader.java:55)
at net.minecraft.client.resources.AbstractResourcePack.func_110596_a(AbstractResourcePack.java:73)
at net.minecraft.client.resources.DefaultResourcePack.func_135058_a(DefaultResourcePack.java:97)
at net.minecraft.client.resources.LanguageManager.func_135043_a(LanguageManager.java:47)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:539)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:462)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(Main.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-07-18 19:01:00 [INFO] [Minecraft-Client] Reloading ResourceManager: Default
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] Starting up SoundSystem...
2013-07-18 19:01:00 [WARNING] [Minecraft-Client] Failed to load texture: minecraft:textures/gui/title/mojang.png
java.io.FileNotFoundException: minecraft:textures/gui/title/mojang.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:64)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:63)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SimpleTexture.java:31)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:84)
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:41)
at net.minecraft.client.Minecraft.loadScreen(Minecraft.java:640)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(Main.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-07-18 19:01:00 [WARNING] [Minecraft-Client] Failed to load texture: minecraft:textures/font/ascii.png
java.io.FileNotFoundException: minecraft:textures/font/ascii.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:64)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:63)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SimpleTexture.java:31)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:84)
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:41)
at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:106)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:468)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(Main.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-07-18 19:01:00 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2013-07-18 19:01:00 [INFO] [STDOUT] // Sorry
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] Time: 7/18/13 7:01 PM
2013-07-18 19:01:00 [INFO] [STDOUT] Description: Initializing game
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] java.lang.RuntimeException: java.io.FileNotFoundException: minecraft:font/glyph_sizes.bin
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.gui.FontRenderer.readGlyphSizes(FontRenderer.java:224)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:140)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:468)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(Main.java:93)
2013-07-18 19:01:00 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-18 19:01:00 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2013-07-18 19:01:00 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2013-07-18 19:01:00 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Method.java:597)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-07-18 19:01:00 [INFO] [STDOUT] Caused by: java.io.FileNotFoundException: minecraft:font/glyph_sizes.bin
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:64)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:63)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.gui.FontRenderer.readGlyphSizes(FontRenderer.java:219)
2013-07-18 19:01:00 [INFO] [STDOUT] ... 10 more
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2013-07-18 19:01:00 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] -- Head --
2013-07-18 19:01:00 [INFO] [STDOUT] Stacktrace:
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.gui.FontRenderer.readGlyphSizes(FontRenderer.java:224)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:140)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:468)
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] -- Initialization --
2013-07-18 19:01:00 [INFO] [STDOUT] Details:
2013-07-18 19:01:00 [INFO] [STDOUT] Stacktrace:
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(Main.java:93)
2013-07-18 19:01:00 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-18 19:01:00 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2013-07-18 19:01:00 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2013-07-18 19:01:00 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Method.java:597)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] -- System Details --
2013-07-18 19:01:00 [INFO] [STDOUT] Details:
2013-07-18 19:01:00 [INFO] [STDOUT] Minecraft Version: 1.6.2
2013-07-18 19:01:00 [INFO] [STDOUT] Operating System: Mac OS X (x86_64) version 10.8.4
2013-07-18 19:01:00 [INFO] [STDOUT] Java Version: 1.6.0_51, Apple Inc.
2013-07-18 19:01:00 [INFO] [STDOUT] Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Apple Inc.
2013-07-18 19:01:00 [INFO] [STDOUT] Memory: 947921216 bytes (904 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
2013-07-18 19:01:00 [INFO] [STDOUT] JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
2013-07-18 19:01:00 [INFO] [STDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
2013-07-18 19:01:00 [INFO] [STDOUT] Suspicious classes: FML and Forge are installed
2013-07-18 19:01:00 [INFO] [STDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
2013-07-18 19:01:00 [INFO] [STDOUT] FML:
2013-07-18 19:01:00 [INFO] [STDOUT] Launched Version: 1.6
2013-07-18 19:01:00 [INFO] [STDOUT] LWJGL: 2.9.0
2013-07-18 19:01:00 [INFO] [STDOUT] OpenGL: AMD Radeon HD 6770M OpenGL Engine GL version 2.1 ATI-1.8.18, ATI Technologies Inc.
2013-07-18 19:01:00 [INFO] [STDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge'
2013-07-18 19:01:00 [INFO] [STDOUT] Type: Client (map_client.txt)
2013-07-18 19:01:00 [INFO] [STDOUT] Resource Pack: Default
2013-07-18 19:01:00 [INFO] [STDOUT] Current Language: ~~ERROR~~ NullPointerException: null
2013-07-18 19:01:00 [INFO] [STDOUT] Profiler Position: N/A (disabled)
2013-07-18 19:01:00 [INFO] [STDOUT] Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
So, I followed pahimar's full walkthrough, changing the parts you told me to, and I came up with these errors. I don't know whether or not you know which part I may have missed cause I have gone through it a bunch of times and can't find it.
Jul 18, 2013 7:00:57 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Using tweak class name cpw.mods.fml.common.launcher.FMLTweaker
2013-07-18 19:00:57 [INFO] [ForgeModLoader] Forge Mod Loader version 6.2.19.789 for Minecraft 1.6.2 loading
2013-07-18 19:00:57 [INFO] [ForgeModLoader] Java is Java HotSpot™ 64-Bit Server VM, version 1.6.0_51, running on Mac OS X:x86_64:10.8.4, installed at /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
2013-07-18 19:00:57 [INFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
2013-07-18 19:00:57 [INFO] [STDOUT] Loaded 39 rules from AccessTransformer config file fml_at.cfg
2013-07-18 19:00:57 [INFO] [STDOUT] Loaded 107 rules from AccessTransformer config file forge_at.cfg
2013-07-18 19:00:58 [SEVERE] [ForgeModLoader] The binary patch set is missing. Things are probably about to go very wrong.
2013-07-18 19:00:58 [INFO] [ForgeModLoader] Launching wrapped minecraft
2013-07-18 19:00:58 [INFO] [Minecraft-Client] Setting user: Player846
2013-07-18 19:00:58 [INFO] [Minecraft-Client] (Session ID is null)
2013-07-18 19:00:58 [INFO] [STDERR] java.lang.NullPointerException
2013-07-18 19:00:58 [INFO] [STDERR] at java.io.Reader.<init>(Reader.java:61)
2013-07-18 19:00:58 [INFO] [STDERR] at java.io.InputStreamReader.<init>(InputStreamReader.java:55)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.stats.AchievementMap.<init>(AchievementMap.java:20)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.stats.AchievementMap.<clinit>(AchievementMap.java:11)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.stats.StatBase.registerStat(StatBase.java:64)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.stats.StatBasic.registerStat(StatBasic.java:20)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.stats.StatList.<clinit>(StatList.java:31)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.client.Minecraft.<init>(Minecraft.java:327)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.client.main.Main.main(Main.java:77)
2013-07-18 19:00:58 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-18 19:00:58 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2013-07-18 19:00:58 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2013-07-18 19:00:58 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-07-18 19:00:59 [INFO] [Minecraft-Client] LWJGL Version: 2.9.0
2013-07-18 19:01:00 [WARNING] [Minecraft-Client] Unable to parse metadata section of resourcepack: Default
java.lang.NullPointerException
at java.io.Reader.<init>(Reader.java:61)
at java.io.InputStreamReader.<init>(InputStreamReader.java:55)
at net.minecraft.client.resources.AbstractResourcePack.func_110596_a(AbstractResourcePack.java:73)
at net.minecraft.client.resources.DefaultResourcePack.func_135058_a(DefaultResourcePack.java:97)
at net.minecraft.client.resources.LanguageManager.func_135043_a(LanguageManager.java:47)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:539)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:462)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(Main.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-07-18 19:01:00 [INFO] [Minecraft-Client] Reloading ResourceManager: Default
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] Starting up SoundSystem...
2013-07-18 19:01:00 [WARNING] [Minecraft-Client] Failed to load texture: minecraft:textures/gui/title/mojang.png
java.io.FileNotFoundException: minecraft:textures/gui/title/mojang.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:64)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:63)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SimpleTexture.java:31)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:84)
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:41)
at net.minecraft.client.Minecraft.loadScreen(Minecraft.java:640)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(Main.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-07-18 19:01:00 [WARNING] [Minecraft-Client] Failed to load texture: minecraft:textures/font/ascii.png
java.io.FileNotFoundException: minecraft:textures/font/ascii.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:64)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:63)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SimpleTexture.java:31)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:84)
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:41)
at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:106)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:468)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(Main.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-07-18 19:01:00 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2013-07-18 19:01:00 [INFO] [STDOUT] // Sorry
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] Time: 7/18/13 7:01 PM
2013-07-18 19:01:00 [INFO] [STDOUT] Description: Initializing game
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] java.lang.RuntimeException: java.io.FileNotFoundException: minecraft:font/glyph_sizes.bin
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.gui.FontRenderer.readGlyphSizes(FontRenderer.java:224)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:140)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:468)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(Main.java:93)
2013-07-18 19:01:00 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-18 19:01:00 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2013-07-18 19:01:00 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2013-07-18 19:01:00 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Method.java:597)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-07-18 19:01:00 [INFO] [STDOUT] Caused by: java.io.FileNotFoundException: minecraft:font/glyph_sizes.bin
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:64)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:63)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.gui.FontRenderer.readGlyphSizes(FontRenderer.java:219)
2013-07-18 19:01:00 [INFO] [STDOUT] ... 10 more
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2013-07-18 19:01:00 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] -- Head --
2013-07-18 19:01:00 [INFO] [STDOUT] Stacktrace:
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.gui.FontRenderer.readGlyphSizes(FontRenderer.java:224)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:140)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:468)
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] -- Initialization --
2013-07-18 19:01:00 [INFO] [STDOUT] Details:
2013-07-18 19:01:00 [INFO] [STDOUT] Stacktrace:
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(Main.java:93)
2013-07-18 19:01:00 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-18 19:01:00 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2013-07-18 19:01:00 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2013-07-18 19:01:00 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Method.java:597)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] -- System Details --
2013-07-18 19:01:00 [INFO] [STDOUT] Details:
2013-07-18 19:01:00 [INFO] [STDOUT] Minecraft Version: 1.6.2
2013-07-18 19:01:00 [INFO] [STDOUT] Operating System: Mac OS X (x86_64) version 10.8.4
2013-07-18 19:01:00 [INFO] [STDOUT] Java Version: 1.6.0_51, Apple Inc.
2013-07-18 19:01:00 [INFO] [STDOUT] Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Apple Inc.
2013-07-18 19:01:00 [INFO] [STDOUT] Memory: 947921216 bytes (904 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
2013-07-18 19:01:00 [INFO] [STDOUT] JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
2013-07-18 19:01:00 [INFO] [STDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
2013-07-18 19:01:00 [INFO] [STDOUT] Suspicious classes: FML and Forge are installed
2013-07-18 19:01:00 [INFO] [STDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
2013-07-18 19:01:00 [INFO] [STDOUT] FML:
2013-07-18 19:01:00 [INFO] [STDOUT] Launched Version: 1.6
2013-07-18 19:01:00 [INFO] [STDOUT] LWJGL: 2.9.0
2013-07-18 19:01:00 [INFO] [STDOUT] OpenGL: AMD Radeon HD 6770M OpenGL Engine GL version 2.1 ATI-1.8.18, ATI Technologies Inc.
2013-07-18 19:01:00 [INFO] [STDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge'
2013-07-18 19:01:00 [INFO] [STDOUT] Type: Client (map_client.txt)
2013-07-18 19:01:00 [INFO] [STDOUT] Resource Pack: Default
2013-07-18 19:01:00 [INFO] [STDOUT] Current Language: ~~ERROR~~ NullPointerException: null
2013-07-18 19:01:00 [INFO] [STDOUT] Profiler Position: N/A (disabled)
2013-07-18 19:01:00 [INFO] [STDOUT] Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
I'm getting the same thing. Seems to be something to do with the textures and/or fonts
hehe... apparently you can just copy the eclipse folder from eclipse and paste it where ever you want. The only thing you need to do after that is set the source folder to the right location.
Rollback Post to RevisionRollBack
schrödingers cat is
return (new Random().nextInt(2) == 0 ? "alive" : "dead");
Thanks bk1325 for this, much apreciated!
However, I feel realy stupid as I fail allready at step 2 I've looked in mcp/eclipse and mcp/forge/mcp/eclipse but I find no jars in either one for thouse. I feel I'm doing something fundamentaly wrong here.
I'm having the exact same problem IDK what I did wrong.
EDIT: Nevermind I figured it out. I had to open the MCP eclipse workspace from inside eclipse. lol
Thanks bk1325 (: But I myself still have a problem after spending many hours on it. Here's my error log:
Please help me ):
Aug 02, 2013 8:09:13 AM net.minecraft.launchwrapper.LogWrapper log
INFO: Using tweak class name net.minecraft.launchwrapper.VanillaTweaker
Aug 02, 2013 8:09:13 AM net.minecraft.launchwrapper.LogWrapper log
SEVERE: Unable to launch
java.lang.NoSuchMethodException: net.minecraft.client.Minecraft.main([Ljava.lang.String;)
at java.lang.Class.getMethod(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:54)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Nov 09, 2013 10:47:39 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
The import com.google.common cannot be resolved
The import com.google.common cannot be resolved
The import com.google.common cannot be resolved
Rollback Post to RevisionRollBack
On a Quest To Become The Biggest Modder Eva!!! (and possibly on youtube aswell)
To post a comment, please login or register a new account.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumRecently I've been reading through the comments on pahimar's "Let's Mod" Series and have noticed that people are having trouble setting up Eclipse for 1.6 in the way he had it working so I decided to make a quick tutorial on how to do so.
Step 1. Download and extract the most recent source version of minecraft forge and extract it as you would usually.
Step 2. Open the default eclipse workspace that comes with MCP and select the jars in the root of the workspace then right click and press copy.
Step 3. Now create a folder where you would like called lib to store the jars right click and paste them in.
Step 4. Create a new workspace to start setting up things the way that you will be using them modify the code cleanup as well as the formatter the way done in the video then create your location variables as well.
Step 5. create the Minecraft project the way done in the video however use the lib folder created earlier for the external jars.
Step 6. Add the jars folder to the Minecraft project and right click it and go into properties.
Step 7. Go to resource filters and we will add 3 filters. The first filter is Include only Files and folders name matches libraries. The second filter is the same as the first but instead of libraries put versions. The third filter is Exclude all Folders name matches natives.
Step 8. Add one filter to the libraries folder include only files name matches *.jar
Step 9. Now add the /src/minecraft source folder into the Minecraft project and mods can be added as they were before.
Step 10. The run configuration has changed though. I will provide some screenshots at the bottom of the thread for the information.
Hopefully I was able to help you get things running nicely again. Enjoy your working eclipse workspace!
And as I said here are 2 screenshots of the settings for the run configuration.
So, after you set it up, do you just continue on like the usual tutorials?
:3
I used to have "MazMod/resources/mods/mazlt/textures/blocks/blockName.png" I figured changing mods to assets should work but it didnt so i had to move all my assets which is not so neat and tidy as I wanted it, that's why I'm asking
no problem, saw it mentioned in a support request and then saw some other's asking the same question so why not centralize the information
INFO: Using tweak class name cpw.mods.fml.common.launcher.FMLTweaker
2013-07-18 19:00:57 [INFO] [ForgeModLoader] Forge Mod Loader version 6.2.19.789 for Minecraft 1.6.2 loading
2013-07-18 19:00:57 [INFO] [ForgeModLoader] Java is Java HotSpot™ 64-Bit Server VM, version 1.6.0_51, running on Mac OS X:x86_64:10.8.4, installed at /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
2013-07-18 19:00:57 [INFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
2013-07-18 19:00:57 [INFO] [STDOUT] Loaded 39 rules from AccessTransformer config file fml_at.cfg
2013-07-18 19:00:57 [INFO] [STDOUT] Loaded 107 rules from AccessTransformer config file forge_at.cfg
2013-07-18 19:00:58 [SEVERE] [ForgeModLoader] The binary patch set is missing. Things are probably about to go very wrong.
2013-07-18 19:00:58 [INFO] [ForgeModLoader] Launching wrapped minecraft
2013-07-18 19:00:58 [INFO] [Minecraft-Client] Setting user: Player846
2013-07-18 19:00:58 [INFO] [Minecraft-Client] (Session ID is null)
2013-07-18 19:00:58 [INFO] [STDERR] java.lang.NullPointerException
2013-07-18 19:00:58 [INFO] [STDERR] at java.io.Reader.<init>(Reader.java:61)
2013-07-18 19:00:58 [INFO] [STDERR] at java.io.InputStreamReader.<init>(InputStreamReader.java:55)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.stats.AchievementMap.<init>(AchievementMap.java:20)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.stats.AchievementMap.<clinit>(AchievementMap.java:11)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.stats.StatBase.registerStat(StatBase.java:64)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.stats.StatBasic.registerStat(StatBasic.java:20)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.stats.StatList.<clinit>(StatList.java:31)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.client.Minecraft.<init>(Minecraft.java:327)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.client.main.Main.main(Main.java:77)
2013-07-18 19:00:58 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-18 19:00:58 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2013-07-18 19:00:58 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2013-07-18 19:00:58 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
2013-07-18 19:00:58 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-07-18 19:00:59 [INFO] [Minecraft-Client] LWJGL Version: 2.9.0
2013-07-18 19:01:00 [WARNING] [Minecraft-Client] Unable to parse metadata section of resourcepack: Default
java.lang.NullPointerException
at java.io.Reader.<init>(Reader.java:61)
at java.io.InputStreamReader.<init>(InputStreamReader.java:55)
at net.minecraft.client.resources.AbstractResourcePack.func_110596_a(AbstractResourcePack.java:73)
at net.minecraft.client.resources.DefaultResourcePack.func_135058_a(DefaultResourcePack.java:97)
at net.minecraft.client.resources.LanguageManager.func_135043_a(LanguageManager.java:47)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:539)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:462)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(Main.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-07-18 19:01:00 [INFO] [Minecraft-Client] Reloading ResourceManager: Default
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] Starting up SoundSystem...
2013-07-18 19:01:00 [WARNING] [Minecraft-Client] Failed to load texture: minecraft:textures/gui/title/mojang.png
java.io.FileNotFoundException: minecraft:textures/gui/title/mojang.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:64)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:63)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SimpleTexture.java:31)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:84)
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:41)
at net.minecraft.client.Minecraft.loadScreen(Minecraft.java:640)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(Main.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-07-18 19:01:00 [WARNING] [Minecraft-Client] Failed to load texture: minecraft:textures/font/ascii.png
java.io.FileNotFoundException: minecraft:textures/font/ascii.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:64)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:63)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SimpleTexture.java:31)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:84)
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:41)
at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:106)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:468)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(Main.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-07-18 19:01:00 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2013-07-18 19:01:00 [INFO] [STDOUT] // Sorry
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] Time: 7/18/13 7:01 PM
2013-07-18 19:01:00 [INFO] [STDOUT] Description: Initializing game
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] java.lang.RuntimeException: java.io.FileNotFoundException: minecraft:font/glyph_sizes.bin
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.gui.FontRenderer.readGlyphSizes(FontRenderer.java:224)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:140)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:468)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(Main.java:93)
2013-07-18 19:01:00 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-18 19:01:00 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2013-07-18 19:01:00 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2013-07-18 19:01:00 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Method.java:597)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-07-18 19:01:00 [INFO] [STDOUT] Caused by: java.io.FileNotFoundException: minecraft:font/glyph_sizes.bin
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:64)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:63)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.gui.FontRenderer.readGlyphSizes(FontRenderer.java:219)
2013-07-18 19:01:00 [INFO] [STDOUT] ... 10 more
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2013-07-18 19:01:00 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] -- Head --
2013-07-18 19:01:00 [INFO] [STDOUT] Stacktrace:
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.gui.FontRenderer.readGlyphSizes(FontRenderer.java:224)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:140)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:468)
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] -- Initialization --
2013-07-18 19:01:00 [INFO] [STDOUT] Details:
2013-07-18 19:01:00 [INFO] [STDOUT] Stacktrace:
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(Main.java:93)
2013-07-18 19:01:00 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-18 19:01:00 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2013-07-18 19:01:00 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2013-07-18 19:01:00 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Method.java:597)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
2013-07-18 19:01:00 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-07-18 19:01:00 [INFO] [STDOUT]
2013-07-18 19:01:00 [INFO] [STDOUT] -- System Details --
2013-07-18 19:01:00 [INFO] [STDOUT] Details:
2013-07-18 19:01:00 [INFO] [STDOUT] Minecraft Version: 1.6.2
2013-07-18 19:01:00 [INFO] [STDOUT] Operating System: Mac OS X (x86_64) version 10.8.4
2013-07-18 19:01:00 [INFO] [STDOUT] Java Version: 1.6.0_51, Apple Inc.
2013-07-18 19:01:00 [INFO] [STDOUT] Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Apple Inc.
2013-07-18 19:01:00 [INFO] [STDOUT] Memory: 947921216 bytes (904 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
2013-07-18 19:01:00 [INFO] [STDOUT] JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
2013-07-18 19:01:00 [INFO] [STDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
2013-07-18 19:01:00 [INFO] [STDOUT] Suspicious classes: FML and Forge are installed
2013-07-18 19:01:00 [INFO] [STDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
2013-07-18 19:01:00 [INFO] [STDOUT] FML:
2013-07-18 19:01:00 [INFO] [STDOUT] Launched Version: 1.6
2013-07-18 19:01:00 [INFO] [STDOUT] LWJGL: 2.9.0
2013-07-18 19:01:00 [INFO] [STDOUT] OpenGL: AMD Radeon HD 6770M OpenGL Engine GL version 2.1 ATI-1.8.18, ATI Technologies Inc.
2013-07-18 19:01:00 [INFO] [STDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge'
2013-07-18 19:01:00 [INFO] [STDOUT] Type: Client (map_client.txt)
2013-07-18 19:01:00 [INFO] [STDOUT] Resource Pack: Default
2013-07-18 19:01:00 [INFO] [STDOUT] Current Language: ~~ERROR~~ NullPointerException: null
2013-07-18 19:01:00 [INFO] [STDOUT] Profiler Position: N/A (disabled)
2013-07-18 19:01:00 [INFO] [STDOUT] Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
I'm getting the same thing. Seems to be something to do with the textures and/or fonts
I'm having the exact same problem IDK what I did wrong.
EDIT: Nevermind I figured it out. I had to open the MCP eclipse workspace from inside eclipse. lol
But I myself still have a problem after spending many hours on it. Here's my error log:
Please help me ):
Edit: Never mind. Fixed it.
Nov 09, 2013 10:47:39 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
The import com.google.common cannot be resolved
The import com.google.common cannot be resolved
The import com.google.common cannot be resolved