quadraxis
Forge Modder-
Posts
201 -
Joined
-
Last visited
-
Days Won
3
Everything posted by quadraxis
-
missing registries minecraft data serializers 1.12.2 server
quadraxis replied to Teeoo's topic in Support & Bug Reports
Sorry, I should have perhaps been more clear. I want the latest.log file from the client where this happens. Please also upload it to a text-hosting site like pastebin/gist/etc and link it here, rather than trying to put the whole log in your post. -
missing registries minecraft data serializers 1.12.2 server
quadraxis replied to Teeoo's topic in Support & Bug Reports
Post the latest.log file from when this happens. -
missing registries minecraft data serializers 1.12.2 server
quadraxis replied to Teeoo's topic in Support & Bug Reports
Have you actually tried clicking "Yes"? What happens? -
[1.12.2] No OpenGL context found in the current thread.
quadraxis replied to Gyarik's topic in Support & Bug Reports
The report shows an outdated version of Optifine, try updating or removing it. -
You are using an outdated version of Optifine, try updating or removing it.
-
Known issue, see https://github.com/MinecraftForge/MinecraftForge/issues/5675. Possibly waiting on a better system in https://github.com/MinecraftForge/MinecraftForge/pull/5497, or in 1.14, although the currently broken hooks should probably be removed to restore vanilla behaviour in the meantime.
-
[1.12.2] Modded Minecraft randomly crashes
quadraxis replied to oozesloth's topic in Support & Bug Reports
-
All enums that are extensible in 1.13+ will have a static create() method patched in by Forge.
-
Particles are not backed by a Forge registry at present, so those features wil not work (https://github.com/MinecraftForge/MinecraftForge/issues/5514). The annotation is probably added by default due to the package and is not indicative of support here.
-
java.lang.OutOfMemoryError: Java heap space: failed reallocation of scalar replaced objects You ran out of memory, allocate some more.
-
Crash after crash for my server!
quadraxis replied to Intrigued_Voyager's topic in Support & Bug Reports
Update Forge to 2836. -
Crash on startup Forge 1.13.2
quadraxis replied to xx_cr4ftJuNkiE_xx's topic in Support & Bug Reports
The logs are not particularly helpful here, but it seems like you may be using Java 11. Currently, only Java 8-10 are supported for 1.13. -
Caused by: java.lang.IllegalArgumentException: Block: class com.brandon3055.draconicevolution.blocks.energynet.EnergyCrystal has property: type with invalidly named value: crystal_ıo It's an issue with Draconic Evolution, actually, so you'll need to try updating that.
-
Baubles Causing Minecraft To Crash
quadraxis replied to Aelius_Nerva's topic in Support & Bug Reports
You cannot use an instance name that ends in '!'. -
OpenJDK 12 conflict with Forge for MC 1.12.2
quadraxis replied to Shadox's topic in Support & Bug Reports
Only Java 8 is supported for 1.12. -
They aren't: Memory: 3458883760 bytes (3298 MB) / 4116185088 bytes (3925 MB) up to 4116185088 bytes (3925 MB) JVM Flags: 2 total; -Xmx4096M -Xms4096M Initial heap is set to max deliberately here, so it's not due to allocation demands, and they have 3298/3924 MB free. Consider voting on vanilla ticket MC-123545 if you misunderstood the situation it due to the crash report being unclear.
-
[Solved][1.13.2] Object did not get ID it asked for
quadraxis replied to Patmobile's topic in Modder Support
Update to the latest version of Forge (currently 25.0.90). -
[Solved][1.13.2] Object did not get ID it asked for
quadraxis replied to Patmobile's topic in Modder Support
What version of Forge are you using? (not "1.13.2", the full exact version) Some code for registry synching was only added recently (https://github.com/MinecraftForge/MinecraftForge/commit/d99a55a7d18e6e6035156970565ef7fcf77ea812).