When launching MC with IC2 (builds 468+), it outputs a ton of errors like
Code
java.io.FileNotFoundException: ic2:textures/blocks/textures/blocks/cf/blockWall.green.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55)
at ic2.core.block.BlockTextureStitched.load(BlockTextureStitched.java:96)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:172)
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:122)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(TextureManager.java:76)
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(TextureManager.java:63)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:521)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:813)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Display More
What to do? Which IC2 version works? Or should I go to the bugtracker and raise the question there?