Sophisticated Storage

Sophisticated Storage

36M Downloads

Multiple item removing bugs with limited barrel 1.21.1

Bellwar opened this issue ยท 8 comments

commented

I had many weird behaviours with your barrels in ATM10. I upgraded a limited gold barrel 1 to have a stack upgrade and reduced the items inside the barrel to 1 stack. After reload of the game (after multiple ones), I noticed many limited barrels with gold upgrade but without any upgrade inside got reduced to 64 items. Also and not confirmed, my Limited gold barrel 3 with compression upgrade had almost no items. I am not 100% sure since I might have just run out of the resource, but I feel like something got removed.

I had a problem with gold barrels changing to acacia ones and not displaying items. I have updated since to ATM10 2.44 and that problem is gone but clearly there is still something wrong with it.

commented

ok, I will need actual steps to recreate. I tried putting stack upgrade in a limited barrel and adding more than a stack of item reloading multiple times and it still works correctly.
Also I haven't touched any code that's related to loading the stacks recently, but I have touched code that shows the item + count on top of the barrel so I will need to understand if what you're seeing is that on top of the barrel the counts are incorrect, but are correct in the gui, that's a bug fixed like a week ago.

commented

Sadly, it is so inconsistent otherwise, I would try to write down steps for it. I have no idea what it is and why it is happening. As it is connected to the controller to the external storage of RS2, I know for sure it changed the stored amount. I at least wanted to record a video of the one where I inserted a stack upgrade into the gold one and it glitched it into nothing displayed and reduced the amount to one stack. However, none of the other barrels did it after trying to replicate.

I am very sorry, I don't have any leads for this. I just wanted to report what I have been getting, it never happened before with your mod. If I get more information with steps to replicate, I will let you know.

commented

and when it glitched like that was it what was shown on top of the barrel only or when you opened barrel's gui did you see the same?

commented

So it glitched through the acacia into the proper one, but removed the visual. Then I opened the GUI and it showed 64 and afterwards closed it and saw 64. Afterwards worked normally. Happened only single time, this was after updating.

The only thing I am not sure about, I might have placed that barrel without any upgrades before updating. But I don't know how much that matters, as other barrels worked just fine.

commented

Right, one more thing, did that barrel lose upgrade slots? I fixed one more issue recently (like 2 weeks ago) where barrels would lose all but the first upgrade slot on load. It would still keep the proper count of the item in the barrel, but delete any upgrades in the upgrade slots that were lost. Not exactly the same thing, but potentially manifestation of that bug.

commented

No, the other ones were gold barrels with no upgrade and the one we talked about was without upgrade gold and I inserted the first gold stack upgrade to it when it happened.

commented

To add to the issue, might be related or not but I also have weird issues with sophisticated barrels in ATM10 modpack. Sometimes after applying upgrade (ie. from basic to netherite) the rendered items disappear and then sneak+right clicking the barrel crashes the game.

Related crashlog
[17May2025 20:35:26.803] [Render thread/ERROR] [net.minecraft.client.Minecraft/FATAL]: Reported exception thrown!
net.minecraft.ReportedException: Rendering screen
	at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.render(GameRenderer.java:1120) ~[client-1.21.1-20240808.144430-srg.jar%23612!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.runTick(Minecraft.java:1195) ~[client-1.21.1-20240808.144430-srg.jar%23612!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.run(Minecraft.java:807) ~[client-1.21.1-20240808.144430-srg.jar%23612!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:230) ~[client-1.21.1-20240808.144430-srg.jar%23612!/:?]
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
	at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
	at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.38.jar%23111!/:4.0]
	at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.38.jar%23111!/:4.0]
	at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:32) ~[loader-4.0.38.jar%23111!/:4.0]
	at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.38.jar%23111!/:4.0]
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.4.jar%23119!/:?]
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.4.jar%23119!/:?]
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.4.jar%23119!/:?]
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.4.jar%23119!/:?]
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.4.jar%23119!/:?]
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.4.jar%23119!/:?]
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.4.jar%23119!/:?]
	at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?]
	at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?]
Caused by: java.lang.IndexOutOfBoundsException: Index: 0
	at java.base/java.util.Collections$EmptyList.get(Collections.java:4807) ~[?:?]
	at TRANSFORMER/[email protected]/net.p3pp3rf1y.sophisticatedstorage.block.LimitedBarrelBlockEntity.getSlotFillPercentage(LimitedBarrelBlockEntity.java:293) ~[sophisticatedstorage-1.21.1-1.4.19.1118.jar%23978!/:1.21.1-1.4.19.1118]
	at TRANSFORMER/[email protected]/net.p3pp3rf1y.sophisticatedstorage.common.gui.StorageContainerMenu.getSlotFillPercentage(StorageContainerMenu.java:128) ~[sophisticatedstorage-1.21.1-1.4.19.1118.jar%23978!/:1.21.1-1.4.19.1118]
	at TRANSFORMER/[email protected]/net.p3pp3rf1y.sophisticatedstorage.client.gui.LimitedBarrelScreen.renderBars(LimitedBarrelScreen.java:55) ~[sophisticatedstorage-1.21.1-1.4.19.1118.jar%23978!/:1.21.1-1.4.19.1118]
	at TRANSFORMER/[email protected]/net.p3pp3rf1y.sophisticatedstorage.client.gui.LimitedBarrelScreen.renderLabels(LimitedBarrelScreen.java:49) ~[sophisticatedstorage-1.21.1-1.4.19.1118.jar%23978!/:1.21.1-1.4.19.1118]
	at TRANSFORMER/[email protected]/net.p3pp3rf1y.sophisticatedcore.client.gui.StorageScreenBase.renderSuper(StorageScreenBase.java:552) ~[sophisticatedcore-1.21.1-1.3.25.948.jar%23977!/:1.21.1-1.3.25.948]
	at TRANSFORMER/[email protected]/net.p3pp3rf1y.sophisticatedcore.client.gui.StorageScreenBase.render(StorageScreenBase.java:506) ~[sophisticatedcore-1.21.1-1.3.25.948.jar%23977!/:1.21.1-1.3.25.948]
	at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.Screen.renderWithTooltip(Screen.java:112) ~[client-1.21.1-20240808.144430-srg.jar%23612!/:?]
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.client.ClientHooks.drawScreenInternal(ClientHooks.java:429) ~[neoforge-21.1.148-universal.jar%23613!/:?]
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.client.ClientHooks.drawScreen(ClientHooks.java:423) ~[neoforge-21.1.148-universal.jar%23613!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.mixinextras$bridge$drawScreen$260(GameRenderer.java) ~[client-1.21.1-20240808.144430-srg.jar%23612!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.wrapOperation$cio000$konkrete$wrapRenderScreen_Konkrete(GameRenderer.java:6795) ~[client-1.21.1-20240808.144430-srg.jar%23612!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.render(GameRenderer.java:1092) ~[client-1.21.1-20240808.144430-srg.jar%23612!/:?]
	... 18 more
[17May2025 20:35:27.439] [Render thread/INFO] [FluxNetworks/]: Released client Flux Networks cache
[17May2025 20:35:27.439] [Render thread/INFO] [mezz.jei.neoforge.startup.StartEventObserver/]: JEI StartEventObserver received class net.neoforged.neoforge.client.event.ClientPlayerNetworkEvent$LoggingOut
[17May2025 20:35:27.440] [Render thread/INFO] [mezz.jei.neoforge.startup.StartEventObserver/]: JEI StartEventObserver transitioning state from JEI_STARTED to LISTENING
[17May2025 20:35:27.440] [Render thread/INFO] [mezz.jei.library.startup.JeiStarter/]: Stopping JEI
[17May2025 20:35:27.440] [Render thread/INFO] [mezz.jei.library.load.PluginCaller/]: Sending Runtime Unavailable...
[17May2025 20:35:27.442] [Render thread/INFO] [mezz.jei.neoforge.plugins.neoforge.NeoForgeGuiPlugin/]: Stopping JEI GUI
[17May2025 20:35:27.448] [Render thread/INFO] [mezz.jei.library.load.PluginCaller/]: Sending Runtime Unavailable took 7.301 ms
[17May2025 20:35:27.450] [Render thread/INFO] [Framework/]: Unloading synced configs from server
[17May2025 20:35:27.452] [Render thread/INFO] [Framework/]: Sending config unload event for refurbished_furniture.server.toml
[17May2025 20:35:27.492] [Render thread/INFO] [minecolonies/]: Removed all colony views
[17May2025 20:35:27.515] [Render thread/INFO] [ChunkBuilder/]: Stopping worker threads
[17May2025 20:35:27.572] [Netty Client IO #1/ERROR] [net.minecraft.network.Connection/]: Exception caught in connection
io.netty.handler.codec.DecoderException: Failed to decode packet 'clientbound/minecraft:block_update'
	at TRANSFORMER/[email protected]/net.minecraft.network.codec.IdDispatchCodec.decode(IdDispatchCodec.java:38) ~[client-1.21.1-20240808.144430-srg.jar%23612!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.network.codec.IdDispatchCodec.decode(IdDispatchCodec.java:14) ~[client-1.21.1-20240808.144430-srg.jar%23612!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.network.PacketDecoder.redirect$zzl000$connectivity$checkDecodingError(PacketDecoder.java:575) ~[client-1.21.1-20240808.144430-srg.jar%23612!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.network.PacketDecoder.decode(PacketDecoder.java:31) ~[client-1.21.1-20240808.144430-srg.jar%23612!/:?]
	at MC-BOOTSTRAP/[email protected]/io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:529) ~[netty-codec-4.1.97.Final.jar%23148!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:468) ~[netty-codec-4.1.97.Final.jar%23148!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290) ~[netty-codec-4.1.97.Final.jar%23148!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.handler.flow.FlowControlHandler.dequeue(FlowControlHandler.java:202) ~[netty-handler-4.1.97.Final.jar%23150!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.handler.flow.FlowControlHandler.channelRead(FlowControlHandler.java:164) ~[netty-handler-4.1.97.Final.jar%23150!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.97.Final.jar%23148!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.97.Final.jar%23148!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.97.Final.jar%23148!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:333) ~[netty-codec-4.1.97.Final.jar%23148!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:454) ~[netty-codec-4.1.97.Final.jar%23148!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290) ~[netty-codec-4.1.97.Final.jar%23148!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.97.Final.jar%23148!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) ~[netty-handler-4.1.97.Final.jar%23150!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.97.Final.jar%23154!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.97.Final.jar%23149!/:4.1.97.Final]
	at MC-BOOTSTRAP/[email protected]/io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.97.Final.jar%23149!/:4.1.97.Final]
	at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
Caused by: java.lang.IllegalArgumentException: No value with id 895783
	at TRANSFORMER/[email protected]/net.minecraft.core.IdMap.byIdOrThrow(IdMap.java:19) ~[client-1.21.1-20240808.144430-srg.jar%23612!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.network.codec.ByteBufCodecs$24.decode(ByteBufCodecs.java:447) ~[client-1.21.1-20240808.144430-srg.jar%23612!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.network.codec.ByteBufCodecs$24.decode(ByteBufCodecs.java:444) ~[client-1.21.1-20240808.144430-srg.jar%23612!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.network.codec.StreamCodec$8.decode(StreamCodec.java:150) ~[client-1.21.1-20240808.144430-srg.jar%23612!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.network.codec.StreamCodec$5.decode(StreamCodec.java:91) ~[client-1.21.1-20240808.144430-srg.jar%23612!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.network.codec.StreamCodec$5.decode(StreamCodec.java:87) ~[client-1.21.1-20240808.144430-srg.jar%23612!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.network.codec.IdDispatchCodec.decode(IdDispatchCodec.java:36) ~[client-1.21.1-20240808.144430-srg.jar%23612!/:?]
	... 46 more

But there are also other random issues - barrel seems to be working ok with AE2 (shows correct amount of items), but the render on front face seems frozen, also the one in the GUI, fill bar can show 3% while in reality it can be even 50% full. Destroying barrels drops them, but they persist in world until I unload/load the chunks or right click on that fake barrel (it disappears then). Some barrels are always working fine while others tend to glitch out even if replaced with new ones. Also having barrel locked with item but empty is unable to accept that item if send by AE2.

commented

@kpiatkowski those are issues I fixed several weeks ago, you just need to update to newer version of the modpack to pickup the fixes