Jump to content

DaemonUmbra

Members
  • Posts

    11222
  • Joined

  • Last visited

  • Days Won

    67

Everything posted by DaemonUmbra

  1. Does Get-Process -n Java* report any extra Java processes?
  2. Does typing $Env:JAVA_HOME into Powershell report the same value that you set it to be?
  3. Have you restarted your computer since changing the variable?
  4. After changing the variable did you run .\gradlew --stop and try again?
  5. Don't add Gradle to your path unless it is a standalone installation, the Gradle Wrapper will serve you just fine in most cases.
  6. It appears that you have a program that is preventing Minecraft from taking control of the .\world\chickenchunks\loginTimes.dat file.
  7. Could I get a screenshot of your Environment Variables Panel and your JDK directory?
  8. Did you have any game-related files open in an editor when you tried to run the server?
  9. Have you tried putting double quotes around the path? JAVA_HOME="C:\Program Files\Java\jdk1.8.0_191"
  10. A coremod is a mod made in a certain way that is more intrusive than normal. Most mods allow Forge to do the dirty work but Coremods directly modify Minecraft's code, often in ways that break compatibility with other mods and they tend to not leave a proper trail when things go horribly wrong. As for finding it, it looks like any other mod jar so I'm afraid you just have to look.
  11. What launcher are you using?
  12. May I ask where you are getting your mods?
  13. You have a 1.7.10 coremod installed while trying to run 1.12.2
  14. Have you installed Forge in the past?
  15. Please post your debug.log as described in the logs section of my signature.
  16. Where did you download Forge from, please give a URL.
  17. Please red the logs section of my signature.
  18. Please read up on the StopModReposts project and delete any files you got from that site. Only get Forge from http://files.minecraftforge.net, right now the most reliable place to get mods is from CurseForge.
  19. Where did you get Forge from? Please provide a URL.
  20. Please provide your debug.log using Pastebin or GitHub Gist. (More information in the "logs" section of my signature.)
  21. We do not provide support for versions older than 1.10. Please update to a modern version of Minecraft to receive support.
  22. How are you installing Forge? How are you running Forge?
×
×
  • Create New...

Important Information

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