Page 1 of 1

1.12.4 - LTN keeps complaining "No station supplying x found in networks 0x1"

Posted: Mon Mar 02, 2020 9:56 pm
by triffid_hunter
Just grabbed the latest update, and now LTN keeps complaining "No station supplying x found in networks 0x1" - even though there are definitely provider stations with more than enough items.

This exact same save worked perfectly with LTN-1.12.3.

I have my default network set to 0x1 because that makes it easier to assign separated networks later.
Chat log showing deliveries occurring in 1.12.3 but not in 1.12.4. Power pole shows signals being fed to LTN input, which should make this station a valid provider.
Chat log showing deliveries occurring in 1.12.3 but not in 1.12.4. Power pole shows signals being fed to LTN input, which should make this station a valid provider.
screenshot-20200303-054531.png (7.2 MiB) Viewed 5025 times

Re: 1.12.4 - LTN keeps complaining "No station supplying x found in networks 0x1"

Posted: Mon Mar 02, 2020 9:59 pm
by triffid_hunter
Reverting to 1.12.3 has everything working again as expected

Re: 1.12.4 - LTN keeps complaining "No station supplying x found in networks 0x1"

Posted: Tue Mar 03, 2020 12:46 am
by Xode
Same problem for me except it was just reporting 0xfffffff or something like that. Once i reverted to 12.3 it worked fine again.

Re: 1.12.4 - LTN keeps complaining "No station supplying x found in networks 0x1"

Posted: Tue Mar 03, 2020 12:58 am
by Separer
I'm a chinese player,I have update to 1.12.4,it cames the same problem , now,I hope the author can solve it,Thank you!

Re: 1.12.4 - LTN keeps complaining "No station supplying x found in networks 0x1"

Posted: Tue Mar 03, 2020 2:34 am
by Shaftoe
Can confirm.

Re: 1.12.4 - LTN keeps complaining "No station supplying x found in networks 0x1"

Posted: Tue Mar 03, 2020 4:34 am
by ghazranka
This is also happening for me too, how do you revert to 12.3?

Re: 1.12.4 - LTN keeps complaining "No station supplying x found in networks 0x1"

Posted: Tue Mar 03, 2020 5:10 am
by Xode
just go to the downloads page and manually download it onto your %appdata%/factorio/mods folder, after deleting 1.12.4 from the same directory

Re: 1.12.4 - LTN keeps complaining "No station supplying x found in networks 0x1"

Posted: Tue Mar 03, 2020 7:47 am
by Rups
I can confirm this issue. Revert to 1.12.3 solves LTN malfuntion.

Re: 1.12.4 - LTN keeps complaining "No station supplying x found in networks 0x1"

Posted: Tue Mar 03, 2020 10:31 am
by Optera
My bad, I added a stop entity.valid check to providers last night. Seem like I've been too tired to notice I added the valid check one level too high in the data structure, resulting in all providers being seen as invalid.
I'll fix it once I get home.

Update: fixed in 1.12.5

Re: 1.12.4 - LTN keeps complaining "No station supplying x found in networks 0x1"

Posted: Wed Mar 04, 2020 1:41 am
by triffid_hunter
Xode wrote:
Tue Mar 03, 2020 12:46 am
0xfffffff
That's -1, the default network id if you don't change it. Since network id is a bitmask, that means all 32 possible networks.

It's discussed here under Encoded Network ID.
Optera wrote:
Tue Mar 03, 2020 10:31 am
Update: fixed in 1.12.5
Lovely, thanks!