[0.16.51] Setting combinator inactive then active doesn't update it

This subforum contains all the issues which we already resolved.
Post Reply
mulark
Long Handed Inserter
Long Handed Inserter
Posts: 54
Joined: Wed Oct 18, 2017 11:32 pm
Contact:

[0.16.51] Setting combinator inactive then active doesn't update it

Post by mulark »

By setting a (decider here) combinator inactive with
/c game.player.selected.active = false
and then
/c game.player.selected.active = true
The counter does not start counting up as expected. (The red circle does go away)

If you save the game and then reload it begins functioning as expected.
Attachments
active.zip
(2.38 MiB) Downloaded 150 times

User avatar
DaveMcW
Smart Inserter
Smart Inserter
Posts: 3700
Joined: Tue May 13, 2014 11:06 am
Contact:

Re: [0.16.51] Setting combinator inactive then active doesn't update it

Post by DaveMcW »

Confirmed. I also made a desync demo.

Steps to reproduce:
1. Host this game in multiplayer.
combinator-desync.zip
(373.96 KiB) Downloaded 149 times

2. Run these commands on different ticks.

Code: Select all

/c game.player.surface.find_entities_filtered{name="decider-combinator"}[1].active = false

Code: Select all

/c game.player.surface.find_entities_filtered{name="decider-combinator"}[1].active = true
3. Invite a friend to join.
4. Desync!

Bilka
Factorio Staff
Factorio Staff
Posts: 3128
Joined: Sat Aug 13, 2016 9:20 am
Contact:

Re: [0.16.51] Setting combinator inactive then active doesn't update it

Post by Bilka »

DaveMcW wrote:
Thu Nov 08, 2018 2:30 pm
3. Invite a friend to join.
Or just use /toggle-heavy-mode :)
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.

Rseding91
Factorio Staff
Factorio Staff
Posts: 13201
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: [0.16.51] Setting combinator inactive then active doesn't update it

Post by Rseding91 »

Thanks for the report. Combinators aren't meant to ever be inactive so I changed it to ignore setting active=false for 0.17.
If you want to get ahold of me I'm almost always on Discord.

Post Reply

Return to “Resolved Problems and Bugs”