Panakotta00 / FicsIt-Networks

Control, Monitor, Manage and Automate your Satisfactory.
https://ficsit.app/mod/FicsItNetworks
GNU General Public License v3.0
157 stars 51 forks source link

ModuleTextDiscplay.text crashes #139

Closed Altaric closed 3 years ago

Altaric commented 3 years ago

Setting the text property crashes to desk. Can provide the save to reproduce the crash if needed.

Code is trivial: board = component.proxy(component.findComponent("Keybd"))[1] modules = board.getModules(board) panels = {} for n, m in pairs(modules) do if m:getType().name == "ModuleTextDisplay_C" then table.insert(panels, m) end end assert(#panels > 0) print(panels[1].internalName) panels[1].text = "test"

Panakotta00 commented 3 years ago

Have you used the version uploaded to SMR or the in-dev version?

Panakotta00 commented 3 years ago

either way it should be fixed with next update...

feel free to reopen or create a new issue if the problem persist ^^

thanks for your support :3