Page 1 of 1

[2.0.6] Crash manipulating roboport sections (AutoTrasher::execute())

Posted: Sun Oct 20, 2024 12:21 pm
by ILLISIS
Lua code:

Code: Select all

local test = entity.get_logistic_point(0)
local section = test.add_section()
section.set_slot(1, {
    value = {
        name = "iron-plate",
        quality = "normal",
    },
    min = 10,
    max = 10
})

Re: [2.0.6] Crash manipulating roboport sections (AutoTrasher::execute())

Posted: Tue Oct 22, 2024 1:19 pm
by Rseding91
Thanks for the report. The issue was, you're adding a section to the passive provider logistic point on the roboport. That's not supposed to be possible and is fixed for the next release.