Skip to content

Instantly share code, notes, and snippets.

@carbonatek
carbonatek / crash-report.txt
Created July 9, 2025 10:52
Stack trace caused by a race condition
[12:45:45] [modloading-worker-0/ERROR] [ne.mi.fm.ja.FMLModContainer/]: Exception caught during firing event: Cannot invoke "buildcraft.api.transport.pluggable.IPluggableRegistry.register(buildcraft.api.transport.pluggable.PluggableDefinition)" because "buildcraft.api.transport.pipe.PipeApi.pluggableRegistry" is null
Index: 1
Listeners:
0: NORMAL
1: ASM: class buildcraft.transport.BCTransport preInit(Lnet/minecraftforge/fml/event/lifecycle/FMLConstructModEvent;)V
java.lang.NullPointerException: Cannot invoke "buildcraft.api.transport.pluggable.IPluggableRegistry.register(buildcraft.api.transport.pluggable.PluggableDefinition)" because "buildcraft.api.transport.pipe.PipeApi.pluggableRegistry" is null
at TRANSFORMER/[email protected]/buildcraft.transport.BCTransportPlugs.register(BCTransportPlugs.java:38)
at TRANSFORMER/[email protected]/buildcraft.transport.BCTransportPlugs.register(BCTransportPlugs.java:29)
at TRANSFORMER/[email protected]/buildcraft.transport.BCTransportPlugs.preIni