Everything posted by Paint_Ninja
-
The game crashed whilst rendering overlay Error: net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Fai
Please paste the contents of your splashy config file here
-
FTB Quests crash minecraft
This is the Minecraft Forge forums, Fabric is not supported here.
- when i launch minecraft forge with quark and autoreglib i crash
-
The game crashed whilst initializing game Error: java.lang.RuntimeException: null I don't know what to do
Remove or update skbackpacks-1.3.jar. If already on the latest version of that mod for your MC version, report the issue to the mod author. Also, it looks like you're on MC 1.19.3. You should consider upgrading to 1.19.4, as it's more stable and receives more updates and bugfixes from both Forge and mod devs in general.
- Exaroton server crashing, need help reading logs :,)
-
Game crashing. Keep getting NullPointerException: Rendering overlay
MC 1.16.5 is end of life and no longer supported here. However, it looks like an issue with the Pixelmon mod, so you could try asking the authors for help.
-
Game keeps crashing Error: java.lang.NoSuchMethodError: 'void com.mojang.blaze3d.systems.RenderSystem.m_69458_(boolean)'
Please remove Optifine and try again - it's known to cause issues sometimes.
- My minecraft keeps crashing after my computer reset itself. Crash below
- [Solved] Forge 1.19.2 crash on launch due to outdated graphics drivers
-
I got a "The game crashed whilst initializing game Error: java.lang.NullPointerException: Cannot Invoke"java.io.File.getname()"-
Can you tell us which mod so that others with the same issue can fix it too?
-
ERROR 1 with minecraft 1.20.1 version forge 47.0.35
Update your graphics drivers, you're using an old beta version from a year ago. https://www.amd.com/en/support Install the one labelled "WHQL Recommended". Avoid "Optional" drivers as they are beta versions.
-
Crash Code, I cant open the game
This is the Minecraft Forge forum, we do not support Fabric here
- My game crash while rendering the world
- Server crashes when i try to open it
-
DSR Shaders (1.20.3, 1.20.2) – Good Shaderpack for Mid-Range PCs
What launcher are you using?
-
Forge crashing minecraft launcher error code 1
Please note that "error code 1" only means "it crashed", with error code 0 meaning "game closed without crashing". To help diagnose your issue we need your debug.log in full, found in %AppData%\.minecraft\logs\ . Please put it on pastebin.com and provide a link These can be safely ignored, it's not an error. From top to bottom, this is saying "found the mod loader", "found the java mod support", "found the lowcode mod support (think global datapacks)", "found the game". JarJar is the name for Forge's jar-in-jar system. Basically, mods can embed dependencies and libraries inside their mod jar. These log messages are saying it already found the required deps as normal jars and will be using those instead of embedded ones, nothing to worry about. This isn't part of Forge. We need your debug.log to be able to assist you further.
-
Forge is laggy even without anymods although vannila and fabric work perfect - 1.20.1
Sorry to hear you're having performance issues with Forge. To troubleshoot the issue, we need more details: 1. Please take screenshots of your Options -> Video Settings on Forge, Vanilla and Fabric and indicate which is which. This is to make sure the comparison is fair, because obviously if your graphics settings are a lot higher on your Forge install than the others, it'll run slower. 2. Please take a screenshot of the display tab dxdiag. You can do this by pressing Win + R on your keyboard, put "dxdiag" and press enter. If it asks about checking if your drivers are digitally signed, click yes. Finally, click the display tab. 3. We need the debug.log, found in the logs folder. You can find the logs folder in the same place as where the resourcepacks or mods folders are.
-
Forge 1.19.2 Server does not start: Oculus fails to correctly load
Oculus cannot be installed on servers, remove it from server-side. Note that you can still have it installed on clients that join this server.
-
Minecraft 1.19.2 forge crash (no mods involved?)
The Tumbleweed mod is causing the crash
-
Having big problem with forge after internet went out
I've written a fairly comprehensive troubleshooting guide that goes over solutions for the root cause of this issue here. IPv6 support was added because when it works, it usually decreases your ping time as you have a more direct connection to the server with less intermediary processing through NAT hops. As such, disabling IPv6 should be treated as a last resort solution as it'll likely increase your ping time to capable servers, increase lag and break some Vanilla networking features such as connecting to IPv6-only servers.
-
forge-1.19.2 java.net.ConnectException:Connection timed out: connect
Try some of the solutions on this page: Troubleshooting login errors in Forge - Support & Bug Reports - Forge Forums (minecraftforge.net)
-
"Connection timed out" when forge installed
Try some of the solutions on this page
-
Ayuda, no me abre Forge 1.16.4
Ya no se ofrece ayuda para las versiones 1.17 y anteriores. Pero en tu caso, prueba 1.16.5
-
Hi I am trying to host a server from my pc and it crashes every time. what should I do? crash log:
1.16.5 is EOL, but it seems like randompatches is causing the issue.
-
Troubleshooting login errors in Forge
If you're having trouble with joining servers or sharing to LAN, this thread should help by providing some solutions for common causes. This is my first time writing a comprehensive troubleshooting guide on this forum so if you have any feedback please let me know. 1. Hosts file What's a hosts file and why should I care? How do I fix it? How do I know if this worked? Repeat the steps above and check if the changes you made to the file have applied. 2. DNS What's DNS and why should I care? How do I fix it? How do I know if this worked? Go to https://1.1.1.1/help and it should say you're connected to 1.1.1.1. If it doesn't, open PowerShell, run `Clear-DnsClientCache`, reboot and try again. 3. Firewall What's a firewall and why should I care? How do I fix it? 4. Launchers and Java Why would this matter and how do I fix it? 5. VPNs and proxies If you're using a VPN or proxy, it might be blocking certain traffic. Try disabling it and see if it fixes the issue. 6. General router settings (I'm sorry if you've gotten this far and still having trouble.) What's a router? How do I fix it? 7. Adapter settings What's an adapter and why should I care? How do I fix it? 8. Antivirus If you're using a third-party antivirus (not Windows Defender), it might be blocking certain traffic. Try disabling it and see if it fixes the issue. If it does, add an exception for Minecraft and Forge. Contact your antivirus provider for further help with this. 9. Docker For server owners, if you're using Docker, it might be worth trying to explicitly enable IPv6 support. This is usually done by adding `--sysctl net.ipv6.conf.all.disable_ipv6=0` to the `docker run` command. Another thing you can try is adding AAAA records for your server's domain name to point to the IPv6 address of your server, assuming everything else IPv6-related is already working of course. Also refer to the Firewall section above - it's very important that if you block IPv6 for some reason, that you do it for both incoming and outgoing traffic and not just one direction. 10. Finale If, after everything here, you're still having trouble that only seems to affect Forge, please ping me (Paint_Ninja#6054) in #squirrels on the Forge Discord server so I can find out what's going on and why it's happening. I wrote the PRs that added full dual-stack networking support to Forge and want to make sure I've covered all bases. While I did extensive testing, there's always the possibility I missed something that only affects a small number of users. This applies to anyone having trouble - players, server owners, launcher devs...
IPS spam blocked by CleanTalk.