Page 1 of 1

[2.0.15] Rocket silo orbital requests flicker unrequested items rapidly

Posted: Mon Nov 11, 2024 2:50 pm
by MechBFP
See the attached save file. After loading the save go to the Navius map and search for the 1 rocket silo that I have. Select it and then keep your mouse hovered over the circuit network signals that the rocket silo is outputting. Shortly before a rocket is ready to be launched you will see the silo rapidly outputting a bunch of incorrect Orbital Request signals before going back to the correct output.

I believe this is caused by all the "construction requests" on my "Fulgora Ship" space platform that are set to 0 (and therefore should longer need to be fulfilled) but for a few seconds something happens that causes everything to be requested again, as if the satisfaction on the platform is being ignored for a number of ticks.

I was unable to get a screenshot of the behavior because it happens too fast but it consistently happens before every rocket launch.

EDIT: Note that I cannot replicate this behavior with just normal logistic group requests from the space platform, so it seems to be limited to the construction requests.

Re: [2.0.15] Rocket Silo Orbital Requests flicker unrequested items rapidly.

Posted: Wed Nov 13, 2024 4:24 pm
by robynthedevil
I have also noticed this behavior.

Related issue is when a rocket launches for a request, the request signal will disappear, reappear after a second, and disappear again. appears fixed in 2.0.15

Re: [2.0.15] Rocket Silo Orbital Requests flicker unrequested items rapidly.

Posted: Wed Nov 13, 2024 4:37 pm
by robynthedevil
I have a screenshot of the rapid flickering

Rocket Requests
Rocket Requests
Rocket Requests
11-13-2024, 11-35-59.png (123.67 KiB) Viewed 744 times
Normal/Expected
Normal/Expected
Normal/Expected
11-13-2024, 11-36-15.png (402.54 KiB) Viewed 744 times
Flicker
Flicker
Flicker
11-13-2024, 11-37-02.png (406.61 KiB) Viewed 744 times

Re: [2.0.15] Rocket Silo Orbital Requests flicker unrequested items rapidly.

Posted: Thu Nov 14, 2024 12:22 am
by MechBFP
Ah, thank you! I thought they were negative but wasn’t sure. I am also using the “rocket capacity” and “stack capacity” of the selector combinator and now it makes sense why my bots tried bringing items since those selectors don’t care if the values are negative, it still outputs those values for the items when it sees them.
So ya it goes below zero somewhere in the logic instead of stopping at 0 for construction requests.

Re: [2.0.15] Rocket Silo Orbital Requests flicker unrequested items rapidly.

Posted: Fri Nov 15, 2024 4:57 pm
by robynthedevil
Easy workaround for the combinators is to just filter on greater than 0. Though it can still happen when you have positive requests mixed with the negative flickering bc of implicit addition.

Re: [2.0.15] Rocket Silo Orbital Requests flicker unrequested items rapidly.

Posted: Mon Nov 25, 2024 9:40 pm
by SteelGiant
I am experiencing this issue as well on 2.0.20. I have one platform under construction in orbit around Nauvis ("Workhorse 1"), and another completed stationary platform ("Orbital Science Factory", no needed materials) in orbit. The Read Orbital Requests signal is rapidly flickering and requesting large numbers, often negative, of items not needed for the under construction platform. See attached screenshot and save file. The player is standing next to the only rocket silo, and the read requests signal is being sent to the large power pole touching it. The negative signals seem to pop in every couple of ticks for a while and then stop, despite no change to the silo. It may coincide with when the Orbital Science Factory is putting items in or out of the platform hub.

It seems the negative signals may be the oversupply of items present in Orbital Science Factory e.g. there is a -1 Laser turret signal and there is a spare laser turret in storage on Orbital Science Factory, similarly it seems for red belts. There is a -584 platform because there is 585 spare on Orbital Science Factory but 1 needed on Workhorse 1.

Presumably negative needs should not be sent on this signal. Additionally, I'm not clear on why this is intermittently being sent.

Re: [2.0.15] Rocket Silo Orbital Requests flicker unrequested items rapidly.

Posted: Tue Nov 26, 2024 2:46 pm
by Carbon112000
I experienced same issue, you have to filter only signals >0 for now. I posted report with video samples 2 weeks ago: 121003

Re: [2.0.15] Rocket Silo Orbital Requests flicker unrequested items rapidly.

Posted: Tue Nov 26, 2024 3:18 pm
by SteelGiant
Carbon112000 wrote: Tue Nov 26, 2024 2:46 pm I experienced same issue, you have to filter only signals >0 for now. I posted report with video samples 2 weeks ago: 121003
Unfortunately while that helps a bit that won't fix things, as if you have some of the items you need on another platform then the signal will go negative before the request is fulfilled. For example, say you have 500 spare space platform on one platform, but you need 700 to build another. Then the signal will start off as only 200 (700 - 500) and then go negative when there are still 500 platform needed on the new platform.

Re: [2.0.15] Rocket Silo Orbital Requests flicker unrequested items rapidly.

Posted: Fri Jan 24, 2025 3:45 am
by MechBFP
SteelGiant wrote: Tue Nov 26, 2024 3:18 pm
Carbon112000 wrote: Tue Nov 26, 2024 2:46 pm I experienced same issue, you have to filter only signals >0 for now. I posted report with video samples 2 weeks ago: 121003
Unfortunately while that helps a bit that won't fix things, as if you have some of the items you need on another platform then the signal will go negative before the request is fulfilled. For example, say you have 500 spare space platform on one platform, but you need 700 to build another. Then the signal will start off as only 200 (700 - 500) and then go negative when there are still 500 platform needed on the new platform.
I haven't been able to play in quite some time. Do you know if this is still an issue in the newer versions? I haven't seen *any* circuit network related fixes so I am assuming they are low priority.