Jump to content

DaemonUmbra

Members
  • Posts

    11222
  • Joined

  • Last visited

  • Days Won

    67

Everything posted by DaemonUmbra

  1. Is there a reason you have made a total of 3 threads in your course of trying to get your game to work? Threads Merged.
  2. I think I've seen manual Java installation (Not auto-update) prompt for what versions to remove with the new installation, for which deselect all (don't remove any) is an option. However a new Java version will take over for simple "java" invocations via CLI, so this would require specifying the full path to the outdated Java binary/binaries. Note: I have not installed Java fresh in a long time so your mileage may vary.
  3. Forge Relocation's last published version on Curse was for 1.7.10. Zeroh, did you make any changes after my reply or did you just run it again and supply a different log?
  4. You are attempting to run at least one 1.7.10 coremod with Minecraft 1.12.2.
  5. 1.7.10 is no longer supported on this forum due to its age. Please update to a modern version of Minecraft to receive support.
  6. I don't know the nitty gritty of how these mods work. The easiest explanation is that Forge tries its hardest to be the ONLY coremod that anyone needs, people making their own coremods makes this a "too many cooks in the kitchen" situation. People making their own coremods assume things when they make their coremods, and when Forge changes something that they were making assumptions about, things go wrong. Yes the Forge change "causes" the issue. NO this is not Forge's fault, it is explicitly stated that coremods do not receive official support and this is one of the many reason why. People making coremods have to accept that when there is a change in Forge they are responsible for keeping their crap compatible. If you continue to argue that this is Forge's fault then you do not understand the regrettable arrangement between Forge and modders who insist on making coremods.
  7. Please provide debug.log files from both the server and client in the manner described in my signature.
  8. Obfuscate is a coremod, besides Forge plainly flagging it as such, it utilizes a library that in this case has no purpose other than coremodding. While NEI is not a coremod itself, it requires JEI as well as CodeChickenLib (which has coremod functionality) to function.
  9. At least one version had a false positive from an Anti-Virus engine in the past. However this is usually because your browser has simply detected that you downloaded a file that is executable (i.e. a program) and it cannot verify that the program is from a commonly trusted source (i.e. a well-known corporation). If this worries you at all, remember that the source code for everything Officially-Forge-related (as far as I know) can be viewed on GitHub.
  10. In the future please provide a full debug log, not just a snippet. Your client is missing many mods that are installed on the server, your client should have shown a screen stating this.
  11. I believe this is because the JRE that Minecraft ships with is 1) Horrifically out of date 2) Not exactly "installed" on the user's system, it's more just extracted into Minecraft's program files, so there are no registry keys or environment variables pointing to it, a program that wants to use it has to already know where it is.
  12. You are looking at my signature, which in this case shouldn't be required, at least not yet. Please copy paste the exact command you are using.
  13. To quote the Wiki Page:
  14. Update Forge, some of your mods are marked as needing a version more recent than the recommended build.
  15. Versions of Tesla Core Lib prior to 1.0.6 require the separate Power API, do you have that installed?
  16. User was banned for using a cracked launcher. Buy the game.
  17. 1.7.10 is no longer supported on this forum due to its age. Please update to a modern version of Minecraft to receive support.
  18. Even if you think you "have the same issue", do not hijack a thread, make your own. I have split your reply into its own topic.
  19. Please post logs as described in my signature below.
  20. Please provide logs as described in my signature below.
  21. Please provide logs as described in my signature below.
  22. Your repo appears to be out of date, can't help you with code that's not there.
  23. There are .gradle folders in your project workspace and your user directory, try deleting those, note that next time you run anything Gradle related everything it had cached previously will need to be re-downloaded. Also I am not 100% sure this will work. I would also delete your build folder.
  24. Have you tried cleaning the gradle cache?
  25. Exactly how did you start coding this project without Gradle?
×
×
  • Create New...

Important Information

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