[2.0.20] bug in the stuck inserter
[2.0.20] bug in the stuck inserter
If the signal is given and then interrupted, it unloads everything that has accumulated.
However, if the flow of items is interrupted, disabling the signal does not release the inserter.
machine translation
Re: [2.0.20] bug in the stuck inserter
How it all started.
stuck inserter does not unload items if there are fewer than 16 pieces.
this is not convenient for my purposes, and I started looking for a way around this limitation. I found that if you connect a logic wire, but do not give a signal, loading goes on one item at a time. I started to build a scheme based on this principle. At first everything worked as intended, and then it stopped. I started looking for the reason. found. I sent the error report in the post above. Now I have a thought, isn't it God's fact that items are not unloaded if there are fewer than 16 of them
machine translation
stuck inserter does not unload items if there are fewer than 16 pieces.
this is not convenient for my purposes, and I started looking for a way around this limitation. I found that if you connect a logic wire, but do not give a signal, loading goes on one item at a time. I started to build a scheme based on this principle. At first everything worked as intended, and then it stopped. I started looking for the reason. found. I sent the error report in the post above. Now I have a thought, isn't it God's fact that items are not unloaded if there are fewer than 16 of them
machine translation
Re: [2.0.20] bug in the stuck inserter
If I understand your video correctly, this bug was already reporter here: 121038
Basically, once the stack inserter goes to sleep "waiting for source items" to appear on the empty belt, it stops listening to circuit network changes. Thus it never gets the message that it's okay to swing the arm with what it has.
Basically, once the stack inserter goes to sleep "waiting for source items" to appear on the empty belt, it stops listening to circuit network changes. Thus it never gets the message that it's okay to swing the arm with what it has.
My mods: Multiple Unit Train Control, Smart Artillery Wagons
Maintainer of Vehicle Wagon 2, Cargo Ships, Honk
Maintainer of Vehicle Wagon 2, Cargo Ships, Honk
Re: [2.0.20] bug in the stuck inserter
Yes, it's really the same problem. I'm sorry, I didn't find it, so I created this one.