mamoniot / project-cybersyn

MIT License
51 stars 48 forks source link

Building Cyber Combinator over Arithmetic Combinator Causing Crash #187

Open chris-davis-siv opened 4 days ago

chris-davis-siv commented 4 days ago

When I have an arithmetic combinator ghost and place a cyber combinator over it, it causes the following crash: I'm guessing because it attempts to set the cyber combinator settings from the arithmetic combinator ones.

factorio_v8lH1iQTLe

Arithmetic combinator settings: factorio_UP9QayvY47

I tried a few different combinations and I can't reliably replicate this with other combinator settings, the each on input and output seems significant and using different colored wires for each of the operands may be important as well.

chris-davis-siv commented 4 days ago

factorio_5hKlKhhVif

Showing how the combinators are set up may be important for debugging as well, so I've shown it here. The ghost of the top arithmetic combinator is what triggered the crash, when a cyber combinator was placed over it.

Tetlanesh commented 4 days ago

thanks for letting us know. Probably cybernetic combinator should not be fast replacable from other combinators, but thats just first thing that came to my mind.