Jump to content

MDW01

Members
  • Posts

    441
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by MDW01

  1. If you are confused by the instructions of where the logs are are you sure you installed forge correctly because all you have to do is upload the logs/fml-{client/server}-latest.log which is found in your .minecraft folder
  2. No just No. Your problem is you are using 1.5.2 it's god damn ancient 5 years old to be exact. If 1.7.9 is not supported why would 1.5.2 be? If you are struggling with basic math let us know and we might be able to help. Post a crash report for any recent version of the game and we will be able to help you.
  3. First off that is not a good idea because even if you could limit CPU usage if that server is already using up most of your CPU throttling would make that server unplayable. Also to my knowledge the JVM has no control over CPU usage or its priority only the amount of memory allocation. The only possible workaround would be to run each server on a separate JVM in a separate Docker container. And control the resource (Memory, CPU, Network, IO) allocation for each container. Considering you don't already know this you should not even attempt it.
  4. 1.8.9 is old update if you want to receive support.
  5. I think the error you are experiencing may be related to your drivers. Make sure all your drivers are up to date not just the Nvidia ones if the issue presists try reverting to the previous Nvidia driver.
  6. Excusez mon français. Ce n'est pas ma première langue. Essayez de supprimer Immersive Engineering c'est un coremod et nous n'offrons pas de support aux personnes qui les utilisent. Aussi s'il vous plaît poster le rapport d'accident sous forme de texte pas une image, il est plus facile à lire.
  7. 1.7.10 is no longer supported on this forum. Update if you want to receive support. This thread will likely be locked once it is seen by a moderator.
  8. Forge is not associated with the mod. The place you downloaded the mod from lists several places to report issues. The post pinned to the top of the page for Support & Bug Reports And a log is a thing generated by the game that tells us what it is doing or trying to do. A simple google search will tell you where it is located.
  9. Please post your logs forge version and how you installed forge.
  10. Sorry about that you are completely right. I guess I miss understood what each of the variables was when I looked through the code. I should really go get some sleep. To show what is happening: if (neighborPos != false || neighborPos != true) = true if (neighborPos != true || neighborPos != false) = true What it should be: if (neighborPos != false && neighborPos != true) = false if (neighborPos != true && neighborPos != false) = false
  11. Could you put a system.out.print inside the if that just says true and then post the log. or better under the existing ones with System.out.println( neighborPos != oppPos || neighborPos != facingPos);
  12. Yea you should be right if it was and I think it wouldn't work at all. He has the code linked above.
  13. It might just be me but the wording of your post is a bit confusing. Could you more clearly state what you are expecting to happen and what is happening?
  14. Did you download it from https://files.minecraftforge.net don't just check if the sites look the same make sure the URL is the same.
  15. The forge community is not affiliated with the plugin but I still enjoy it, as it has a couple of nice features. Since they don't currently have any documentation a good place to ask questions is on their discord which is mentioned on their website. minecraftdev.org.
  16. It looks like they are aware of the issue all you can do is wait for the update. https://github.com/Azanor/Baubles/issues/254
  17. Thanks that will probably be a lot easier. I'll look into it.
  18. That's odd it's crashing really early on. try removing all the mods and add them back one by one to see which one is causing it.
  19. That is the log from the launcher, not the game itself. check the logs/fml-{client/server}-latest.log found in your .minecraftfolder / server root folder.
×
×
  • Create New...

Important Information

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