Jump to content

DaemonUmbra

Members
  • Posts

    11222
  • Joined

  • Last visited

  • Days Won

    67

Everything posted by DaemonUmbra

  1. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  2. 1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  3. This isn't something we can fix ourselves, we need GLFW to update, then LWJGL to update to use the new GLFW, then Mojang to use the new LWJGL. This is due to the M1's having a different graphics API
  4. If your error log mentions task '_', JavaExec, or ProjectScopeServices, it means that the Gradle Daemon (which runs in the background and usually speeds up builds) is corrupted and needs to be stopped. Close your IDE, run gradlew --stop (or ./gradlew --stop on *nix) in the same directory of your project, then reopen your IDE and refresh/reload the Gradle settings (IDEA: Gradle tab, the reload icon; Eclipse: right-click the project, 'Refresh Gradle Nature')
  5. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  6. Dependencies that have names ending in _mapped_[stable/snapshot]_[Mapping Version] are NOT hosted anywhere, they are generated by ForgeGradle on the fly and inserted into Gradle through a fake repository, when one of these dependencies is reported missing it is a sign that errors occurred generating them. Please look higher in the Gradle log for answers.
  7. Does vanilla work? Had someone else confirm it's broken with vanilla too, and there's nothing we can do. This is an issue with Apple deciding they don't want old stuff to work on their new stuff.
  8. This is infuriating because from the look of it this is coming straight out of GLFW when it can't find the service OSX is supposed to provide for accessing the monitor
  9. This is what happens when you turn off Num Lock...
  10. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  11. Please provide debug.log (more info on where it is and how to provide it in my signature below, just expand the spoiler)
  12. 1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  13. Yeah, you would wrap fg.deobf() around mod dependencies so they get deobfuscated to your current mappings
  14. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  15. Start clean again with installing Forge and running it, then instead of running vanilla, provide the debug.log via one of the paste sites in my signature below. The process generates the eula.txt as expected on my machine, so it must be something about your setup and I'm hoping the debug.log can shed some light.
×
×
  • Create New...

Important Information

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