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

This subforum contains all the issues which we already resolved.
ILLISIS
Inserter
Inserter
Posts: 25
Joined: Wed Feb 09, 2022 10:49 am
Contact:

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

Post 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
})
Attachments
f-crash.log
(21.45 KiB) Downloaded 20 times
Rseding91
Factorio Staff
Factorio Staff
Posts: 14280
Joined: Wed Jun 11, 2014 5:23 am
Contact:

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

Post 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.
If you want to get ahold of me I'm almost always on Discord.
Post Reply

Return to “Resolved Problems and Bugs”