Jump to content

Recommended Posts

Posted

Hi there, my MCP failed to recompile Minecraft version 1.8.8,

I am running Windows 10 64 bit

here is the log

  Reveal hidden contents

Could anyone help me find out the problem :) thanks.

Posted

Uh, did you edit something? Looks like the encoding is screwed up.

src\minecraft\net\minecraft\client\renderer\EntityRenderer.java:1990: error: illegal character: '\u2022'
                GL11.glFogi('ΦòÜ', 'Φò¢');

As it says: Illegal Character: Φò¢
Try deleting all files and decompile again. What language are you using?

Try to set the encoding to Cp1252
 

Posted
  On 1/1/2018 at 6:16 PM, Janrupf said:

Uh, did you edit something? Looks like the encoding is screwed up.

src\minecraft\net\minecraft\client\renderer\EntityRenderer.java:1990: error: illegal character: '\u2022'
                GL11.glFogi('ΦòÜ', 'Φò¢');

As it says: Illegal Character: Φò¢
Try deleting all files and decompile again. What language are you using?

Try to set the encoding to Cp1252
 

Expand  

I have tried deleting and decompiled again. When I was setting up forge it works fine tho.

 

set encoding to Cp1252? how?

 

Posted
  On 1/1/2018 at 7:20 PM, Janrupf said:

Well, how you set encoding depends on the text editor you using. But did you edit something before you recompiled it?

Expand  

i editted Xms and Xmx value for fernflower using Notepad++

  • Guest locked this topic
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.