Jump to content

Ugdhar

Moderators
  • Posts

    2617
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Ugdhar

  1. 1.7.10 is no longer supported due to how old it is. You will need to update to a current (1.14+) version to receive support on these forums.
  2. 1.7.10 is no longer supported due to how old it is. You will need to update to a current (1.14+) version to receive support on these forums.
  3. Add a line at the end of your batch file that says "PAUSE" (without the quotes), and it will wait for a keystroke after exiting before it closes the window.
  4. Read the EAQ please, at the very least where it describes logs. :
  5. Not doing so makes it harder to debug your issue, and a lot of people are "too lazy" to debug partial code.
  6. Post logs as described in the EAQ next time you try to join the server and it fails, it might have a clue as to why it's happening.
  7. From the forge changelog: I would try downgrading your version of forge, as it appears it was built before these breaking changes were made. 1.15.1-30.0.15 would be my guess for the one this mod was built with, considering curseforge release date and forge update dates. The rendering stuff is going through a lot of changes in 1.15 from what I've read, so when encountering any kind of rendering errors, compare the mod release date and the release date of the version of forge you are using to see if there were any subsequent breaking changes. Good luck! =]
  8. You should start your own thread and post logs, chances are your issue is not at all related to this one.
  9. Where did you download your mods from? Some of your filenames suggest you downloaded from a bad website. I personally would only ever download mods from curseforge, or directly from the developers website. Sites that repost mods like 9 minecraft and such are bad, see https://stopmodreposts.org/ for more information. If you downloaded mods from any of the bad websites listed, I would delete them and redownload them from proper sources.
  10. Make sure you have java installed, if so, likely jar files have become unassociated with it for some reason. There is an app on the web called jarfix that will correct this for you.
  11. It would seem that immersive portals and chisels & bits 2 are both calling client classes, which will crash a dedicated server. Double check that there are not special instructions for server setup, and probably report to the mod authors.
  12. So firstly, you have optifine for 1.8.9 trying to load in 1.12.2, which won't work, remove that old version, and get the one for 1.12.2 if you need it. (it almost looks like you have 2 copies of optifine in there with different filenames. Remove them all) It would also appear that you skyblockadditions mod is also for 1.8.9, remove/update that one. After these fixes, see what happens! Good luck, and Happy Holidays!
  13. Better than nothing, if there's a debug.log that's probably even better.
  14. Well one thing I noticed, you have iguanatweaks, and that is for MC 1.7, not 1.12.2.
  15. Post logs as described in the EAQ, without further information it could be literally anything causing your issue.
  16. It is using the 32-bit java by default, otherwise it would say 64-bit when you run java -version. Either change your path, use the full path to the java executable, or uninstall 32-bit java.
  17. Make sure you have 64 bit Java (java -version should say 64-bit)
  18. Looks like an issue with tough as nails, I'd say contact the author, but it looks like this mod has been abandoned as of August and will not receive updates/support. Probably should just remove it. Sorry!
  19. Also, please do not post logs as images, they are much harder to see, and cannot be searched through.
  20. 1.12.2 requires 8, but higher versions will work with 8-10
  21. 1.8.9 is no longer supported on this site due to how old it is. Update to a modern (1.12.2+) version to receive support.
  22. It says that it cannot find the page when I use that pintrest link. Perhaps try using a github gist? https://gist.github.com/
  23. Posting code as screenshots is probably the worst way to share. You should make a github repo with your codebase (with everything req to make it buildable) and post a link here. At the very least, copy/pasting your code into a code block (the <> at the top of the msg posting box) would still be easier to see than screenshots.
  24. Do you have a debug.log or something? Unfortunately that crash report doesn't have any useful information in it.
×
×
  • Create New...

Important Information

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