MineColonies

MineColonies

65M Downloads

AI log upload // Builders Stuck on empty Stack of Air

Closed this issue ยท 10 comments

commented

Is there an existing issue for this?

  • I have searched the existing issues.

Are you using the latest MineColonies Version?

  • I am running the latest beta/release version of MineColonies for my Minecraft version.
    I am also running the latest versions of other mods that are part of my problem.

Did you check on the Wiki? or ask on Discord?

  • I checked the MineColonies Wiki and made sure my issue is not covered there. Or I was sent from discord to open an issue here.

Minecraft Version

1.20

MineColonies Version

1.20.1-1.1.968-snapshot

Structurize Version

1.20.1-1.0.775-snapshot

Related Mods and their Versions

Forge: 47.2.0

Reproduction Steps

Try to build anything.

Logs

https://gist.github.com/Yijare/0e05fc4f24b98c5cc772e8d7c0659e8c

Anything else?

No response

Footer


Viewers

  • Add a thumbs-up to the bug report if you are also affected. This helps the bug report become more visible to the team and doesn't clutter the comments.
  • Add a comment if you have any insights or background information that isn't already part of the conversation.
commented

Can you send us the complete log?

commented
java.lang.NullPointerException: Cannot invoke "com.ishland.c2me.threading.worldgen.common.IChunkStatus.getReducedTaskRadius()" because "chunkStatus" is null
	at net.minecraft.server.level.WorldGenRegion.handler$cmo000$c2me_threading_worldgen$onInit(WorldGenRegion.java:544) ~[client-1.20.1-20230612.114412-srg.jar%23508!/:?]
	at net.minecraft.server.level.WorldGenRegion.<init>(WorldGenRegion.java:106) ~[client-1.20.1-20230612.114412-srg.jar%23508!/:?]
	at com.ldtteam.structurize.util.BlockUtils$OurWorldGenRegion.<init>(BlockUtils.java:740) ~[structurize-1.20.1-1.0.775-snapshot.jar%23484!/:1.20.1-1.0.775-snapshot]
	at com.ldtteam.structurize.util.BlockUtils.createNoiseBiome(BlockUtils.java:309) ~[structurize-1.20.1-1.0.775-snapshot.jar%23484!/:1.20.1-1.0.775-snapshot]
	at com.ldtteam.structurize.util.BlockUtils.lambda$getWorldgenBlock$8(BlockUtils.java:215) ~[structurize-1.20.1-1.0.775-snapshot.jar%23484!/:1.20.1-1.0.775-snapshot]
	at net.minecraft.world.level.chunk.ChunkAccess.m_223012_(ChunkAccess.java:397) ~[client-1.20.1-20230612.114412-srg.jar%23508!/:?]
	at com.ldtteam.structurize.util.BlockUtils.getWorldgenBlock(BlockUtils.java:215) ~[structurize-1.20.1-1.0.775-snapshot.jar%23484!/:1.20.1-1.0.775-snapshot]
	at com.ldtteam.structurize.placement.handlers.placement.PlacementHandlers$FallingBlockPlacementHandler.getRequiredItems(PlacementHandlers.java:277) ~[structurize-1.20.1-1.0.775-snapshot.jar%23484!/:1.20.1-1.0.775-snapshot]
	at com.ldtteam.structurize.placement.StructurePlacer.getResourceRequirements(StructurePlacer.java:655) ~[structurize-1.20.1-1.0.775-snapshot.jar%23484!/:1.20.1-1.0.775-snapshot]
	at com.ldtteam.structurize.placement.StructurePlacer.executeStructureStep(StructurePlacer.java:165) ~[structurize-1.20.1-1.0.775-snapshot.jar%23484!/:1.20.1-1.0.775-snapshot]
	at com.minecolonies.core.entity.ai.workers.AbstractEntityAIStructureWithWorkOrder.requestMaterials(AbstractEntityAIStructureWithWorkOrder.java:281) ~[minecolonies-1.20.1-1.1.968-snapshot.jar%23447!/:1.20.1-1.1.968-snapshot]
	at com.minecolonies.core.entity.ai.workers.AbstractEntityAIStructureWithWorkOrder.requestMaterialsState(AbstractEntityAIStructureWithWorkOrder.java:206) ~[minecolonies-1.20.1-1.1.968-snapshot.jar%23447!/:1.20.1-1.1.968-snapshot]
	at com.minecolonies.core.entity.ai.workers.AbstractEntityAIStructureWithWorkOrder.loadRequirements(AbstractEntityAIStructureWithWorkOrder.java:163) ~[minecolonies-1.20.1-1.1.968-snapshot.jar%23447!/:1.20.1-1.1.968-snapshot]

This is your problem. The ishland.c2me threading mod

commented

Hold your horses. Uninstalled c2me. AI Error persists. So no, it's not c2me.

commented

This one here:

at com.ldtteam.structurize.util.BlockUtils$OurWorldGenRegion.<init>(BlockUtils.java:740) ~[structurize-1.20.1-1.0.775-snapshot.jar%23484!/:1.20.1-1.0.775-snapshot]
at com.ldtteam.structurize.util.BlockUtils.createNoiseBiome(BlockUtils.java:309) ~[structurize-1.20.1-1.0.775-snapshot.jar%23484!/:1.20.1-1.0.775-snapshot]
at com.ldtteam.structurize.util.BlockUtils.lambda$getWorldgenBlock$8(BlockUtils.java:215) ~[structurize-1.20.1-1.0.775-snapshot.jar%23484!/:1.20.1-1.0.775-snapshot]
at net.minecraft.world.level.chunk.ChunkAccess.m_223012_(ChunkAccess.java:397) ~[client-1.20.1-20230612.114412-srg.jar%23508!/:?]
at com.ldtteam.structurize.util.BlockUtils.getWorldgenBlock(BlockUtils.java:215) ~[structurize-1.20.1-1.0.775-snapshot.jar%23484!/:1.20.1-1.0.775-snapshot]
at com.ldtteam.structurize.placement.handlers.placement.PlacementHandlers$FallingBlockPlacementHandler.getRequiredItems(PlacementHandlers.java:277) ~[structurize-1.20.1-1.0.775-snapshot.jar%23484!/:1.20.1-1.0.775-snapshot]

or the empty stack ones?

commented

both and my builder keeps saying i should report it

commented

Please upload new log. Please as a gist.github.com

commented

I can see the log of the empty stack, but no entity related one?

commented

The AI complained about it and thats the log I have. So i have no clue what is or is not going on.