Jump to content

BuddingDev

Members
  • Posts

    237
  • Joined

  • Last visited

Everything posted by BuddingDev

  1. You think locking my thread can shut me up??? NO. The issue is still NOT SOLVED. I am now using forge-1.8.9-11.15.1.1855 So this is my build.gradle: http://pastebin.com/mHK06YUU Still it is giving me "unmappable character for utf-8", no matter how hard I try. So yeah. That does not quite work out well. 1. Am I doing the build.gradle right? 2. Are the Forge builders missing something out? Most 1.8 versions I have tried gave me this error. Try not to lock a thread when the issue in that thread is not even solved.
  2. Let me try to summarize this stuff and stop salts: gradlew setupDecompWorkspace is not working because there are a few "unmappable characters for encoding UTF-8" Any ideas?
  3. Before we continue, I would like to confess something. I am a Java programmer, not a gradle master. So it is quite sad to see you assume I am deliberately bragging about a supposedly minor issue.
  4. Can someone give me a slightest hint what I should add and where I should add? It is frustrating as hell, since the gradle has to be fixed by myself even though it is with a supposedly ok recommended Forge package! Bump bump bump
  5. I seriously dont get it. What am I supposed to type? This is Minecraft Forge, not Java
  6. Like this? apply plugin: 'net.minecraftforge.gradle.forge' tasks.withType(Compile) { options.encoding = 'UTF-8' }
  7. But... whete should I put it? This is my first time trying to fix a gradle file.
  8. I dont get it. What should I type in that encoding area?
  9. Aaaaaaaaaaaaaaaalllllright Here you go http://pastebin.com/wwk48HCv
  10. Should I be doing stacktrace, debug or info? Just to make sure we have the correct info.
  11. Still a negative... That annoying Encoding So: Forge has something done wrong in its encoding (but its just a few lines...? I am using version 11.15.1.1722 by the way) OR My PC has something that failed to be compatible with Forge
  12. I am wiping out both of them, just to see if things work out
  13. So there is a .gradle at my MDK directory, and a .gradle at my user home... which one are you referring to?
  14. Aw mannnnn, it is so so so soooooooo disappointing Encoding issues again http://pastebin.com/uyZ3fHKT
  15. Oh you mean that one? I think I will retry
  16. Here you go http://pastebin.com/DfKCVikp
  17. Still a negative... Same problem. Encoding issues.
  18. Try doing name = "" + ChatFormatting.BLACK + "FuriousDrag"; You know, sometimes the order matters.
  19. Bump Seriously I dont think I can solve this easily. Anyone can help?
  20. I am using Forge 1.8.9-11.15.1.1722 How do I obtain the complete log? Overtime the cmd will 'discard' the logs printed from earlier... As you can see there are quite some weird characters going on. What is happening? Is the Forge using a different encoding scheme or something like that? http://pastebin.com/CLqVEw1d
  21. I heard there is the MDK for Forge 1.8. According to the instructions I should extract the MDK, thn execute gradlew setupDecompWorkspace at the extracted directory. But everytime I tried this, it gives me a BUILD FAILED with a nasty "task recompileMC failed" Anyone know a way to fix that?
  22. Basically, the Keyboard class cannot be found... (or am I missing something from my setup?)
  23. Bump. For example, I can no longer find Keyboard class as mehtioned in the 1.7.10 wiki. And this http://www.minecraftforge.net/forum/index.php?topic=25847.0 is so very confusing... it is based on the Keyboard class... So, seriously, does anyone know how to detect keyboard input from user?
  24. I want to do something when the player press a key in Minecraft. Something to do with the KeyInputEvent. The wiki is extremely out of date. Any help appreciated.
  25. Oh wait... I had been a real noob... /lock
×
×
  • Create New...

Important Information

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