Issues getting my modpack to load

Ive been working on a modpack on fabric and decided to move over to quilt to see if it would work. It did not and it crashed saying it had an internal error and to post here. The full crash log is to big to post, so im not sure how to do that.

---- Crashed! ----
Date/Time: 2023/08/25 16:13:15.0544
Quilt Loader Version: 0.20.0

-- Crash --

org.quiltmc.loader.impl.FormattedException: java.lang.NullPointerException
	at org.quiltmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:526)
	at org.quiltmc.loader.impl.launch.knot.Knot.launch(Knot.java:82)
	at org.quiltmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:28)
Caused by: java.lang.NullPointerException
	at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:889)
	at com.google.common.collect.StandardTable.put(StandardTable.java:150)
	at org.quiltmc.qsl.registry.attachment.impl.RegistryEntryAttachmentHolder.putValue(RegistryEntryAttachmentHolder.java:131)
	at org.quiltmc.qsl.registry.attachment.impl.RegistryEntryAttachmentImpl.put(RegistryEntryAttachmentImpl.java:192)
	at it.unimi.dsi.fastutil.objects.Reference2ObjectMap.lambda$forEach$0(Reference2ObjectMap.java:223)
	at it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap$MapEntrySet.fastForEach(Reference2ObjectOpenHashMap.java:1045)
	at it.unimi.dsi.fastutil.objects.Reference2ObjectMap.forEach(Reference2ObjectMap.java:226)
	at org.quiltmc.qsl.item.content.registry.impl.ItemContentRegistriesInitializer.onInitialize(ItemContentRegistriesInitializer.java:58)
	at net.minecraft.class_2966.handler$fll002$quilt_base$onInitialize(class_2966.java:1542)
	at net.minecraft.class_2966.method_12851(class_2966.java:69)
	at net.minecraft.client.main.Main.method_44604(Main.java:161)
	at net.minecraft.client.main.Main.main(Main.java:51)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.quiltmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:524)
	... 2 more

Could you post the full log? You might have an incompatible mod installed, like Decorative Blocks.

that would probably be it, I have that on the modpack, but do you have a link to something like a list of all known incompatible mods?

Not all, but most of them, yes: Mod Incompatibility Megathread - User Support - QuiltMC. Specifically for Decorative Blocks, though, there’s a fork by the same name on CurseForge, that works on Quilt and even 1.20+

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.