Jump to content

Ugdhar

Members
  • Posts

    2526
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by Ugdhar

  1. Try deleting that jei-client.toml file in your config folder.
  2. Have you tried stepping through your code with the debugger? I'd set a breakpoint at the beginning of the canSustainPlant method and step through it to see what's going down.
  3. You need to open a terminal window, and make sure you are in the same folder/directory as the installer. Then run
  4. Run the installer from the commandline and post the output. If it generates an installer log (same filename as installer but ends with .log if you can see file extensions) post that as well.
  5. There are errors, the file was just too big to show in the viewer, you have to click the "view the full file" link. This error seems to be spamming towards the end of the log (also, lots of bad loot table errors that don't really say where they're from) It also finishes off with a nice GL error, and a tick taking 3 minutes:
  6. Is your downloads folder a OneDrive/GoogleDrive or something like that? That's my first guess for your issue running the installer directly from your downloads folder. I just downloaded that same version, and ran install for both client and server (from my downloads folder, Win10 Home), and it worked flawlessly. Which version of Java are you using (java -version from the commandline should show it)? For MC/Forge 1.17, I used the latest Java 16 from AdoptOpenJDK.
  7. Try using Java 8 instead of 16 when using MC/Forge 1.16.5
  8. At the top of the page there's a link for "Docs", go there, make sure you're on 1.16.x, and look for "Events". Pretty simple.
  9. Nope, you could edit the title and add [SOLVED] to it so people see it was solved. Also adding a post explaining your fix would be a nice thing to do, in case someone runs into a similar issue, and actually searches the forums first, they may come across your post and get the help they need!
  10. Please post the full debug log, it will have more information in it.
  11. Forge does not support Java 16, at least not until 1.17 comes out. Best to use 8 since that's what Mojang ships.
  12. More information is needed. If this is for a version lower than 1.15, it is no longer supported. If it is 1.15 or higher, please post your debug.log from the server and the client, and that should give people something to start with to figure out what's up.
  13. Old versions of forge are no longer supported, you will need to update to receive support. There banner at the top of most pages on these forums tell which versions are supported.
  14. Please post your latest log from attempting to launch the game, it should tell us what's going on.
  15. Please post your server log, it should give a clue what's going on.
  16. It looks like you may be trying to reply to someone's support post, you instead you created a new one.
  17. Not based on those filenames you aren't. For instance, the "VanillaFoodPantry-Mod-1.16.5.jar" is not named that on Curseforge, it is named vanillafoodpantry-mc1.16.5-6.0b5.jar So, wherever you got some of those mods from, good luck!
  18. It also looks like you are downloading some mods from sketchy websites. (Pretty much any mod that has -Mod in the name is (usually) from one of these sketchy sites.) You should only download mods from Curseforge, or directly from the developer, because these crappy sites will rename files to give them wrong versions, wrong MC versions, and who knows what other crap they stuff in there that could be harmful to your computer. Not to mention they are redistributing work that is not theirs without permission. See https://stopmodreposts.org/ for more information on bad sites, and why they are bad. Then, delete any mods you got from sketchy places, and re-download from Curseforge.
  19. Well, the error says you're running out of memory, and it would seem you're pretty much giving it all you got, so I would try removing some mods and trying again. "It worked before" doesn't really matter, either the game is taking more memory than before (updates/more mods/etc), or your system has less ram available (more programs running, programs in the background, memory leaks, etc).
  20. I'm not sure what to tell you then, the crash you posted clearly says there is not enough memory. When does the crash happen? When loading a saved world, or before you even get to the main menu screen? If it's when loading a save, does it still do that if you create a new world?
  21. You need to make this bigger. If it doesn't work, then you don't have enough RAM in your computer to run what you are trying to run, and will probably have to remove some mods and try again. How much RAM is in your computer?
  22. Memory means RAM. Data is what is stored in memory. It can also be stored on disk (meaning not memory).
  23. You ran out of memory. Try giving the game more memory, or reducing the number of mods you're trying to run.
  24. Try using Java 15 or lower, I don't believe forge will work with Java 16 until after 1.17 comes out.
×
×
  • Create New...

Important Information

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