Jump to content

Ugdhar

Moderators
  • Posts

    2617
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Ugdhar

  1. The jar installer will run on (mostly) any operating system, including Windows. Forge only works for the Java edition of Minecraft, so if you are playing the Java edition (even on Windows), then you can use forge/mods. If you are running the actual Minecraft Windows version, you cannot use forge, since that version is not written in Java. If the installer is failing to run, make sure you have Java installed, and if it still does not run, it's possible that your jar file association was hijacked by some other program, in which case you should be able to fix it by googling the jarfix program.
  2. Which web browser are you using? I've seen people mention trying to use a browser other than google chrome. *EDIT: Actually, just ran into this post, check it out and give it a try:
  3. This thread you posted in is totally unrelated, but I've seen people suggest downloading forge using a browser other than google chrome, as it seems to be having issues with the adfocus site
  4. Considering that the log format of the official launcher is different, that is impossible. Please post the log from the official launcher.
  5. I would give it a try with the official launcher, and post the debug.log if you still have troubles
  6. That's not even a forge server, I don't think you'll be able to get much help here.
  7. Whenever you make changes and still have issues, always post a new log from after the changes were made. It could be some other issue rearing its ugly head, or you may have missed something someone else will see.
  8. Please post the full debug.log there may be other information in there that was omitted that could point to what's wrong. Also maybe a screenshot of your mods folder
  9. I saw someone suggest using a browser other than google chrome to download forge, might be worth a try.
  10. 1.16 is no longer supported, supported versions are 1.18 and 1.19. More information can be found here:
  11. I've never used any launcher besides the official one, so I am unfamiliar with tlauncher. I would suggest using the official launcher, it supports multiple profiles/versions of minecraft, so you can have multiple versions/modpacks etc.
  12. Then you just have to wait until they release an updated version for a newer version of forge.
  13. Please post your debug.log to confirm the actual error being recieved
  14. If the server crashed, it may have corrupted the world (I had this happen before) and you might have to restore from a backup. You should post the debug log from the server, it should contain information that will help track down the issue, without having to use too much guesswork.
  15. Step 1: Remove all mods that have the word fabric in them Step 2: If it continues to crash, search each mod on curseforge, and see if you have a fabric version of it that does not contain fabric in the name, delete that mod. Step 3: Profit!
  16. Only 1.18 and 1.19 are supported here, you will need to update as 1.16 is no longer supported
  17. I use tmux myself, but I just tried it using screen, and after detaching from the screen session and logging out of my SSH session, then relogging in, my process was still running and I was able to attach to it and it was still doing its thing. Maybe it's your terminal software? I was using Putty.
  18. If you're a beginner with Java, you're going to have a really hard and probably bad time trying to mod Minecraft. My advice is to learn at least basic Java, then come back to this. Although to be honest, you should probably learn more than just basic Java, basic Java is not enough for some of the code used in Minecraft/Forge. Did you look at the Examplemod that came with the MDK? It shows how to register a DeferredRegister, plus there's not a ton of code in it to weed through to find it, it's a single class.
  19. DeferredRegisters need to be registered, if you look at the examplemod that comes with the MDK, it registers item and block deferred registers. I believe they do it in the mod class constructor.
  20. Only 1.18 and 1.19 are supported on these forums. Asking for help with old versions will get your thread locked. It shouldn't open a new window when you download supported versions. Are you making sure you're clicking the "Skip" button in the top right? Otherwise, you may be infected with a virus or malware or some sort of browser issue.
  21. I don't just hang around here waiting for replies, I do other stuff and just come back once in a while. If you want immediate attention, you should join the forge discord. That log does not show a crash, are you sure it is complete and/or that it is the debug.log? And as far as it saying you have Windows 10 when you have 11, I don't have an answer for that one, unless you don't have Windows 11 like you thought?
  22. How are you guys downloading forge? Where from? I just clicked the installer for the latest version, waited for the countdown on the ad page, then clicked Skip, and it downloaded fine for me.
  23. Post the debug.log from the logs folder of your minecraft installation, it might provide some useful information
×
×
  • Create New...

Important Information

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