Jump to content

Paint_Ninja

Community Manager
  • Posts

    766
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Paint_Ninja

  1. Cheats are not allowed here
  2. That crash report doesn't seem to come from Forge. Have you installed the Forge server? Please don't dump crash reports directly in the forums. Share a link to them on paste.ee instead, as explained in the FAQ.
  3. Please share more detailed steps on how to reproduce this and we'll look into fixing it. I tried putting a music disc in and it didn't loop.
  4. Please read the FAQ before posting. Do not dump the log directly on the thread as it often triggers anti-spam measures, resulting in slow support. Arclight and other Forge forks aren't supported here. Contact Arclight for help with crashes with their software.
  5. The mod dev plugin for intellij is unofficial. The forge templates it spits out are sadly often incomplete, outdated or broken. To start making a forge mod, we recommend using the latest MDK from the files site for the version of MC you want to mod. You extract that zip and open it in IntelliJ. 1.8.9 is extremely old. New IDEs won't work with it - you need a similarly old IDE. If you're modding 1.8.9 purely because you want legacy spam click combat, consider the SpammyCombat mod for modern MC and mod modern MC instead.
  6. Oculus is broken. Check for updates for it or remove it
  7. Your post triggered the anti-spam. Please read the FAQ and share a link to your crash report
  8. Follow the driver update guide in the FAQ: https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/#comment-541436:~:text=How do I update my drivers%3F
  9. Unable to reproduce on 49.0.19. Please may you share steps on how to reproduce this issue?
  10. Please do not revive a year-old post with a crash from a different mod. Read the FAQ then make a new thread
  11. This is the Forge forums. We do not support Fabric here.
  12. This is the Forge forums, we do not support nor recommend Quilt here.
  13. Thanks, seems to be an edge-case bug with the new launch system introduced in Forge 1.20.3+. A temporary workaround until we fix the issue is to add the following JVM arg: --add-exports jdk.naming.dns/com.sun.jndi.dns=java.naming
  14. Please read the FAQ to find out how to enable the debug.log, where to find it and how to upload it to a paste site to share a link. The debug.log will contain various troubleshooting details when attempting to connect, including what IP stack it picked, what the DNS query resolved to, where in the connection process it failed and more.
  15. Please share your debug.log, as explained in the FAQ
  16. Your crash report doesn't contain any sensitive personal information, it's fine to share
  17. This flag tells Java to perform the reference counting procedure of G1 garbage collection in parallel. If you have a lot of cpu threads (at least 12) and allocated a lot of ram, adding this flag can help scan through all that allocated ram faster. However, it may hurt performance if you don't have many threads as it'll cause thread contention, where it starts fighting with the game for cpu resources. The FAQ has some advice on performance iirc.
  18. Your post was automatically hidden by the anti-spam, please share a link to your crash report or log on paste.ee, as explained in the FAQ.
  19. This is the Forge forums, we don't support Fabric here.
×
×
  • Create New...

Important Information

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