Jump to content

ChampionAsh5357

Members
  • Posts

    3284
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by ChampionAsh5357

  1. From what I've seen, it is most likely a conflict between iris and oculus. Check your versions and then contact the mod authors.
  2. This issue has been resolved afaik past 1.16 as it was an issue with the M1 chip in combination with GLFW when creating the early progress window. So, please provide the crash report.
  3. In order to root out one of the more common issues, we'll need to see your hosts file. Here's the steps to getting this file. 1) Press the Win + R key on your keyboard. 2) Paste the following into the prompt that opens: 'notepad %windir%\system32\drivers\etc\hosts' 3) Use Ctrl+A to select everything in the file, then Ctrl+C into the textbox to post to this thread.
  4. You can google how to add something to your PATH environment variable and create a JAVA_HOME one.
  5. The log you provided seems to be just a jumble of characters rather than an actual log. I would suggest using a paste or gist and providing the debug.log there.
  6. Please provide the full debug.log in the logs folder along with which version you are using.
  7. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
  8. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
  9. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
  10. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
  11. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
  12. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
  13. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
  14. Not unless you add PartEntities to the main entity itself, which at that point is not worth it.
  15. There is none currently. Best I can recommend is to look at vanilla commands in the source and extrapolate from there. You could also try to find some information on Brigadier.
  16. What version are you using? Afaik, that shouldn't be the case.
  17. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
  18. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
  19. Same way as you did in the packet, fixing the issue where you don't write the value. You will need to use IContainerFactory now for the menu though.
  20. Yeah, so it seems that the clients are seeing that the server is vanilla. I'm not sure why this is the case, but you may want to check to make sure the server is correct or that what they are trying to connect to (if the value is somehow cached) is correct.
  21. You're out of memory, so you probably need to dedicate more memory through -Xmx (more important) and -Xms (less important).
  22. Minecraft 1.18.2 uses Java 17, so install that.
  23. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
  24. I was able to find a machine with the graphics card mentioned (after much pain), but I was still unable to reproduce. Most likely, there is some weirdness going on with the drivers and operating system in the computer as a whole, so you may just want to go through the official sites and update them all at once.
×
×
  • Create New...

Important Information

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