Minecraft Comes Alive (MCA)

Minecraft Comes Alive (MCA)

13M Downloads

Did you just say that MCA needs 1.7.2?

theraot opened this issue ยท 4 comments

commented

My copy of minecraft is refusing to start "MCA-4.1.2 MC-1.7.10.zip" because it "does not wish to run" in 1.7.10. The previous version of MCA did work correctly.

I did search your respository and found what seems to be the problem in the commit "Port fixes to 1.7.10" (ad893e6 - 4 hours ago):

The line 142 of the file Minecraft/1.7.10/src/main/java/mca/core/MCA.java says 1.7.2
Also the line 7 of the file Minecraft/1.7.10/src/main/resources/mcmod.info says 1.7.2

Please have a look to this.

commented

Build bug. Revert to 4.1.1 for now.

commented

confirmed and here is the exact error snippet.

[15:25:50] [Server thread/ERROR] [FML]: The mod mca does not wish to run in Minecraft version Minecraft 1.7.10. You will have to remove it to play.
[15:25:50] [Server thread/ERROR]: Encountered an unexpected exception
cpw.mods.fml.common.WrongMinecraftVersionException
at cpw.mods.fml.common.Loader.sortModList(Loader.java:214) ~[Loader.class:?]
at cpw.mods.fml.common.Loader.loadMods(Loader.java:472) ~[Loader.class:?]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) ~[FMLServerHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:313) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]

commented

Oh my, that is embarrassing.

commented

Resolved. Download again from the same links.