-
Posts
766 -
Joined
-
Last visited
-
Days Won
27
Everything posted by Paint_Ninja
-
Cheats are not allowed here
-
Exception is server tick loop. Minecraft. How to fix?
Paint_Ninja replied to tralialia's topic in Support & Bug Reports
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. -
1.20.4 [1.20.4] Music Looping Forever
Paint_Ninja replied to Sharc06's topic in Support & Bug Reports
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. -
getting error when trying to launch server MIXIN
Paint_Ninja replied to rabahwc's topic in Support & Bug Reports
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. -
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.
-
Oculus is broken. Check for updates for it or remove it
-
Your post triggered the anti-spam. Please read the FAQ and share a link to your crash report
-
Unable to reproduce on 49.0.19. Please may you share steps on how to reproduce this issue?
-
1.20.1 [1.20.1] Minecraft crashing after launching Forge
Paint_Ninja replied to aleshkakekw's topic in Support & Bug Reports
Please share the new crash report -
When i hit a mob my game crashes (1.19.2)
Paint_Ninja replied to st_bl4ck_st's topic in Support & Bug Reports
Please do not revive a year-old post with a crash from a different mod. Read the FAQ then make a new thread -
This is the Forge forums. We do not support Fabric here.
-
This is the Forge forums, we do not support nor recommend Quilt here.
-
1.20.4 MC 1.20.4 Forge 49.0.14 connection issues.
Paint_Ninja replied to a topic in Support & Bug Reports
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 -
1.20.4 MC 1.20.4 Forge 49.0.14 connection issues.
Paint_Ninja replied to a topic in Support & Bug Reports
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. -
Server Crash Error | ATTACK_DAMAGE_MODIFIER | Support?
Paint_Ninja replied to AspenCypress's topic in Support & Bug Reports
This is the Forge forums, we do not support Fabric here. -
1.20.4 MC 1.20.4 Forge 49.0.14 connection issues.
Paint_Ninja replied to a topic in Support & Bug Reports
Please share your debug.log, as explained in the FAQ -
1.12.2 MC. 1.12.2, is there a way for a better log file?
Paint_Ninja replied to Insterluda's topic in Support & Bug Reports
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. -
java.lang.reflect.invocationtargetexception.null minecraft
Paint_Ninja replied to Atomass's topic in Support & Bug Reports
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. -
This is the Forge forums, we don't support Fabric here.
-
1.12.2 using bat file for server not working
Paint_Ninja replied to averagegaming's topic in Support & Bug Reports
1.12.2 requires Java 8