Nividica / FactorioStorageEnergistics

MIT License
3 stars 2 forks source link

Orphaned GUI #18

Open Nividica opened 6 years ago

Nividica commented 6 years ago

If the game auto-saves while a the side GUI is open it gets orphaned.

Potential fix: When showing GUI ensure there are no orphans. Close duplicates on open. Determine if the state can be checked between saves.

Nividica commented 6 years ago

Also, add close buttons.

harag-on-steam commented 6 years ago

Had this happen to me. These are workaround console commands to close the UIs:

/c game.player.gui.left["se_gui_chest_frame"].destroy()
/c game.player.gui.left["se_gui_interface_frame"].destroy()