Jump to content

Errors with forge and mcp


fred4106

Recommended Posts

Hey,

 

So i tried following several different tutorials to use mcp to make a forge compatible mod.

 

I'm on windows xp if that makes a difference.

 

The steps i did in order:

Download and extract mcp

put the 100% clean bin and resource folders in the mcp/jars folder

download the latest forge src and extract it in the mcp folder

it creates a mcp/forge folder

go into the mcp/forge folder and run install.cmd

 

It runs for a while and then comes up with several errors

18:45:50 - !! Updates available. Please run updatemcp to get them. !!
18:47:41 - !! renaming disabled !!
18:47:41 - !! Missing server jar file. Aborting !!
18:48:25 - '"C:\Program Files\Java\jdk1.6.0\bin\javac" -Xlint:-options -deprecation -g -source 1.6 -target 1.6 -...' failed : 1
18:48:25 - 
18:48:25 - == ERRORS FOUND ==
18:48:25 - 
18:48:25 - src\minecraft\net\minecraft\src\RenderBlocks.java:3209: missing return statement
18:48:25 -     }
18:48:25 -     ^
18:48:25 - 
18:48:25 - src\minecraft\net\minecraft\src\ModLoader.java:387: type parameters of <T>T cannot be determined; no unique maximal instance exists for type variable T with upper bounds T,java.lang.Object
18:48:25 -         return ReflectionHelper.getPrivateValue(instanceclass, instance, fieldindex);
18:48:25 -                                                ^
18:48:25 - 
18:48:25 - src\minecraft\net\minecraft\src\ModLoader.java:401: type parameters of <T>T cannot be determined; no unique maximal instance exists for type variable T with upper bounds T,java.lang.Object
18:48:25 -         return ReflectionHelper.getPrivateValue(instanceclass, instance, field);
18:48:25 -                                                ^
18:48:25 - 
18:48:25 - 3 errors
18:48:25 - ==================
18:48:25 - 
18:48:25 - Client recompile failed, correct source then rerun updatemd5
18:48:25 - !! Can not find server sources, try decompiling !!

 

If someone can help me it would be much appreciated.

Thanks

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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