Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] If you are in Emplacement inventory while it is destroyed, game is bricked #242

Open
Carvercarver1 opened this issue Mar 3, 2023 · 0 comments
Assignees
Labels
Bug A feature of the mod doesn't work properly, causes a crash, etc.

Comments

@Carvercarver1
Copy link
Member

[Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Ticking player
	at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:773) ~[MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) ~[MinecraftServer.class:?]
	at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:185) ~[chd.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
	at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_45]
	at java.util.ArrayList.get(Unknown Source) ~[?:1.8.0_45]
	at net.minecraft.util.NonNullList.get(SourceFile:44) ~[fi.class:?]
	at blusunrize.immersiveengineering.common.gui.InventoryTile.getStackInSlot(InventoryTile.java:73) ~[InventoryTile.class:?]
	at net.minecraft.inventory.Slot.getStack(Slot.java:60) ~[agr.class:?]
	at net.minecraft.inventory.Container.detectAndSendChanges(Container.java:79) ~[afr.class:?]
	at net.minecraft.entity.player.EntityPlayerMP.onUpdate(EntityPlayerMP.java:324) ~[oq.class:?]
	at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1996) ~[amu.class:?]
	at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832) ~[oo.class:?]
	at net.minecraft.world.World.updateEntity(World.java:1958) ~[amu.class:?]
	at net.minecraft.world.WorldServer.tickPlayers(WorldServer.java:642) ~[oo.class:?]
	at net.minecraft.world.World.updateEntities(World.java:1737) ~[amu.class:?]
	at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613) ~[oo.class:?]
	at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767) ~[MinecraftServer.class:?]
	... 4 more
@Carvercarver1 Carvercarver1 added the Bug A feature of the mod doesn't work properly, causes a crash, etc. label Mar 3, 2023
@Pabilo8 Pabilo8 added this to the Factory Refurbishment (0.3.0) milestone Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A feature of the mod doesn't work properly, causes a crash, etc.
Projects
None yet
Development

No branches or pull requests

2 participants