Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. [11:15:13] [Server thread/ERROR] [Sponge]: SlotIndex out of LensBounds! Did the Container change after creation?
  2. java.lang.IndexOutOfBoundsException: Index: 72
  3. at org.spongepowered.common.item.inventory.lens.impl.collections.DynamicLensCollectionImpl.checkIndex(DynamicLensCollectionImpl.java:156) ~[DynamicLensCollectionImpl.class:1.12.2-2838-7.1.7-RC3848]
  4. at org.spongepowered.common.item.inventory.lens.impl.collections.DynamicLensCollectionImpl.getLens(DynamicLensCollectionImpl.java:94) ~[DynamicLensCollectionImpl.class:1.12.2-2838-7.1.7-RC3848]
  5. at org.spongepowered.common.item.inventory.lens.impl.collections.DynamicLensCollectionImpl.get(DynamicLensCollectionImpl.java:89) ~[DynamicLensCollectionImpl.class:1.12.2-2838-7.1.7-RC3848]
  6. at org.spongepowered.common.item.inventory.lens.impl.collections.SlotCollection.getSlot(SlotCollection.java:135) ~[SlotCollection.class:1.12.2-2838-7.1.7-RC3848]
  7. at org.spongepowered.common.item.inventory.lens.impl.DelegatingLens.<init>(DelegatingLens.java:61) ~[DelegatingLens.class:1.12.2-2838-7.1.7-RC3848]
  8. at org.spongepowered.common.item.inventory.util.ContainerUtil.generateAdapterLens(ContainerUtil.java:317) ~[ContainerUtil.class:1.12.2-2838-7.1.7-RC3848]
  9. at org.spongepowered.common.item.inventory.util.ContainerUtil.generateLens(ContainerUtil.java:223) ~[ContainerUtil.class:1.12.2-2838-7.1.7-RC3848]
  10. at net.minecraft.inventory.Container.bridge$generateLens(Container.java:2011) ~[afr.class:?]
  11. at net.minecraft.inventory.Container.bridge$getRootLens(Container.java:2648) ~[afr.class:?]
  12. at net.minecraft.inventory.Container.impl$getAdapters(Container.java:2023) ~[afr.class:?]
  13. at net.minecraft.inventory.Container.bridge$getContainerSlot(Container.java:2436) ~[afr.class:?]
  14. at net.minecraft.inventory.Container.bridge$detectAndSendChanges(Container.java:2124) [afr.class:?]
  15. at net.minecraft.inventory.Container.func_75142_b(Container.java:2097) [afr.class:?]
  16. at ic2.core.ContainerBase.func_75142_b(ContainerBase.java:156) [ContainerBase.class:?]
  17. at net.minecraft.network.NetHandlerPlayServer.func_147351_a(NetHandlerPlayServer.java:1168) [pa.class:?]
  18. at net.minecraft.network.play.client.CPacketClickWindow.func_148833_a(CPacketClickWindow.java:38) [lf.class:?]
  19. at net.minecraft.network.play.client.CPacketClickWindow.func_148833_a(CPacketClickWindow.java:12) [lf.class:?]
  20. at org.spongepowered.common.event.tracking.phase.packet.PacketPhaseUtil.onProcessPacket(PacketPhaseUtil.java:192) [PacketPhaseUtil.class:1.12.2-2838-7.1.7-RC3848]
  21. at net.minecraft.network.PacketThreadUtil$1.redirect$impl$redirectToPhaseTracker$zkm000(SourceFile:540) [hv$1.class:?]
  22. at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [hv$1.class:?]
  23. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_212]
  24. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_212]
  25. at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
  26. at org.spongepowered.common.SpongeImplHooks.onUtilRunTask(SpongeImplHooks.java:306) [SpongeImplHooks.class:1.12.2-2838-7.1.7-RC3848]
  27. at net.minecraft.server.MinecraftServer.redirect$onRun$zja000(MinecraftServer.java:4715) [MinecraftServer.class:?]
  28. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?]
  29. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
  30. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  31. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  32. at java.lang.Thread.run(Unknown Source) [?:1.8.0_212]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement