[0.16.18] Combinator breaks stack inserter
Posted: Sun Jan 28, 2018 1:09 am
I wanted to enable/disable a stack inserter based on circuit conditions and I noticed that while the enabling/disabling does work, the stack inserter is only able to pick up 1 item at a time. I think the problem is intermittent, but right now it seems to be happening pretty consistently with the attached blueprint.
I am using version 0.16.18.
UPDATE: The problem seems to disappear when the incoming U238 signal is higher than the incoming U235 signal + 1. So at the beginning you can "fix" the inserter by bumping the incoming U238 signal to 2, but this "fix" only lasts until the incoming U235 signal goes up to 1.
UPDATE2: Another way to fix the problem is to make the incoming signals different than the item on the belt. In other words, the inserter in the above example is only broken when it tries to pick up U235. If I put anything else on the belt, the inserter picks up stacks just fine. Similarly, if I change the incoming signal (and the enable/disable condition in the inserter) to, for instance, "A" instead of U235, then the inserter picks up U235 stacks just fine. This is an acceptable workaround for me.
UPDATE3: Never mind, it's not a bug.
I am using version 0.16.18.
Code: Select all
0eNrNV82OmzAQfpWVjxW0GEM25dhbzz1WK+TAbGI12Mg226YRD9D36JP1STqG3YSkCTiJqt1LJNvMNz/fzGdnSxbrBmotpCXZlohCSUOyr1tixFLytduzmxpIRoSFigRE8sqtjOXFt1BIA9qCJm1AhCzhB8loG0wacy3sqgIrirBQ1UJIbtUQI24fAgLSCiugj6ZbbHLZVAv0ltEd1HelSpBhsQJj0UGtDBop6VwjUBSQDcnCtHVBHWHEnhghHQFhOxCruTS10jZcwPoUTNzDMEyzFBqK/iw+AZr4gzJv0PQcdeeKlhxiYlDYG1ardb6AFX8SyBh+XwhdNMLmeFbuQB6FNjafaIIGcxNNFcYsddQbcBD+RnNnhN1Tc911T0b+/Prd7T1HpIGX+Yojposbq4GdZHUDQV+A/CUbIevmsmA7x1L2lTHOhrofDeWwVwWuaLKPx62HxHTn6fE5Nv5SA8h/kNjhl7R9cHGoJ9BalJD3ORnxE6Ol0Qn+Z978vzR80o5TXuHU5OoxVzUgBZ09my7/BcWLb0z53nuOIu8xmvvPJvUG/egN6i8iNPIG9Q+UUm9Qf2Wi8cTFcK609H3qpVF71L1MmSt0aj7QKXdPWu4uTYxlMAHkHVqqxl6kKQjcXj8Xx6IywzkJSOw9VeOS1E3dKdbYpaxFr0Ja+r9ISy8jjfkqfTpOH5ugL/GkL7mOPvYm6EuiQ/4+vAZ/Iyyl56qeXil17E1IXXx71W+Vuumq41x1zrPBP5uArDleU7j3xT0a7j4/P37uPjVLPMQXhelSms3v42iWztg8adu/sTR16w==
UPDATE2: Another way to fix the problem is to make the incoming signals different than the item on the belt. In other words, the inserter in the above example is only broken when it tries to pick up U235. If I put anything else on the belt, the inserter picks up stacks just fine. Similarly, if I change the incoming signal (and the enable/disable condition in the inserter) to, for instance, "A" instead of U235, then the inserter picks up U235 stacks just fine. This is an acceptable workaround for me.
UPDATE3: Never mind, it's not a bug.