Posted 24 September 2012 - 04:32 PM
Somewhere between Forge 4.1.4.272 and .275 ComputerCraft and Forge loses their compatibility.
Forge .275 is very recent so it might be on that end. Maybe more of a heads up, rather than a bug report.
MultiMC log below.
EDIT1: Updated the title
Forge .275 is very recent so it might be on that end. Maybe more of a heads up, rather than a bug report.
MultiMC log below.
Spoiler
2012-09-24 17:21:42 [INFO] [ForgeModLoader] Forge Mod Loader version 3.1.20.381 for Minecraft client:1.3.2, server:1.3.2 loading
2012-09-24 17:21:44 [INFO] [STDOUT] 27 achievements
2012-09-24 17:21:44 [INFO] [STDOUT] 195 recipes
2012-09-24 17:21:44 [INFO] [STDOUT] Setting user:xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
2012-09-24 17:21:44 [INFO] [STDOUT] LWJGL Version: 2.4.2
2012-09-24 17:21:45 [INFO] [ForgeModLoader] Attempting early MinecraftForge initialization
2012-09-24 17:21:45 [INFO] [ForgeModLoader] MinecraftForge v4.1.4.275 Initialized
2012-09-24 17:21:45 [INFO] [ForgeModLoader] Completed early MinecraftForge initialization
2012-09-24 17:21:45 [INFO] [ForgeModLoader] Searching E:\Games\MineCraft\MultiMC\instances\1.3.2 Mod Test\.minecraft\mods for mods
2012-09-24 17:21:45 [INFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load
2012-09-24 17:21:46 [INFO] [STDOUT] MinecraftForge v4.1.4.275 Initialized
2012-09-24 17:21:46 [INFO] [STDOUT] Starting up SoundSystem...
2012-09-24 17:21:46 [INFO] [STDOUT] Initializing LWJGL OpenAL
2012-09-24 17:21:46 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
2012-09-24 17:21:46 [INFO] [STDOUT] OpenAL initialized.
2012-09-24 17:21:46 [INFO] [STDOUT] Loading ComputerCraft v1.42 (rev 667)
2012-09-24 17:21:46 [INFO] [STDOUT] ComputerCraft: Searching for RedPowerLib...
2012-09-24 17:21:46 [INFO] [STDOUT] ComputerCraft: RedPowerLib not found.
2012-09-24 17:21:47 [INFO] [STDOUT] Loading CCTurtle v1.42 (rev 667)
2012-09-24 17:21:47 [INFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 4 mods
2012-09-24 17:21:47 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoSuchMethodError: ModTextureAnimation.func_783_a()V
2012-09-24 17:21:47 [INFO] [STDERR] at dan200.computer.client.TextureComputerFX.a(TextureComputerFX.java:35)
2012-09-24 17:21:47 [INFO] [STDERR] at avf.a(RenderEngine.java:465)
2012-09-24 17:21:47 [INFO] [STDERR] at cpw.mods.fml.client.TextureFXManager.registerTextureOverrides(TextureFXManager.java:237)
2012-09-24 17:21:47 [INFO] [STDERR] at cpw.mods.fml.client.TextureFXManager.loadTextures(TextureFXManager.java:231)
2012-09-24 17:21:47 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.onInitializationComplete(FMLClientHandler.java:198)
2012-09-24 17:21:47 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:489)
2012-09-24 17:21:47 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:746)
2012-09-24 17:21:47 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
EDIT1: Updated the title