Cybersyn Combinator


A specialized combinator for the Project Cybersyn mod

Content
12 days ago
1.1 - 2.0
14.7K
Circuit network

b [FIXED] Logistics Groups Broken & Crash

16 days ago

https://youtu.be/H_3CwHPTvkk?t=3131

See the above video at the timestamp. I noticed a bit ago that logistics groups don't show up in cybersyn combinators, and additionally, the window got bugged out and didn't disappear and basically bricked the save, since it even persists on game save/load, and then when you try to open another logistics group, it crashes.

I'm not certain if this is an interaction with pY at all, I can't see why it would be, but I'm playing with full pY and a bunch of other mods too, if it's relevant. You can see the crash-report in the video as well, at 54:21.

15 days ago

Existing groups not being visible is a known issue and due to Wube not having made available the necessary APIs to make that work, there's a notice about it on the info page and also a thread in the forums requesting the missing APIs: https://forums.factorio.com/viewtopic.php?f=28&t=120136

The dialog not closing is a weird one though, do you have a save file where it can be reproduced? (Maybe it's just whenever the close button is pressed while the search is active, based on the video. Not at home yet so can't test or review the video with sound at the moment.)

I've made a tracking issue here: https://github.com/Sharparam/cybersyn-combinator/issues/53

What version of the mod is in use and on what Factorio version? Also what other mods do you have enabled? (If supplying a save file then that will already provide those details.)

15 days ago

https://drive.google.com/file/d/1VDLxprKmJalu_fglk9xkVYzcNw45ASnw/view?usp=sharing

There's a link to my save. I'm on the most recent experimental factorio (2.0.42), and i have a huge suite of mods lol. Quite a huge list!

15 days ago

It's a bummer to hear about the API not being available to utilize, seems really weird that its not.

15 days ago

Turns out I didn't need the save, it was indeed an issue when trying to close the dialog using the close button while the search field was active. This is now fixed in version 2.7.1.

Nice find and thanks for reporting it!

15 days ago

Oh also in case you have a save that is already bugged that you want to salvage, this should get rid of the stuck dialog:

/c game.player.gui.screen["cybersyn-constant-combinator-logistic-group-edit"].destroy()

(Run in the chat/console.)

It will require you to confirm running a console command which disables achievements though, in case that matters for you.

New response