Recursive Blueprints+

by FoxLBA

Automate blueprints to build a self-expanding factory. Fork of Recursive Blueprints with new features.

Content
9 days ago
1.1 - 2.0
29.5K
Circuit network Blueprints

b Crash trying to write no signals into a constant combinator

11 days ago
(updated 11 days ago)

I get a crash when I try to write values into a constant combinator with the BAD chest command 31 but I give no signals to write.

I'm using Recursive Blueprints+ 1.4.17 and no other mods, but the sandbox scenario.

All this needs is a cheat electric energy interface (probably redundant), a substation, an empty BAD chest, and two constant combinators next to the chest. The constant combinator on the left is connected to the BAD chest with a red wire. It is set to send 1 on letter X (to target the other constant combinator), and 31 for BAD command. Normally the BAD chest would want to read the signals to write on the other color of circuit wire, green wire in this case, but nothing is connected by green wire in this case. When I enable that constant combinator, I get this crash:

  50.472 Error MainLoop.cpp:1468: Exception at tick 3606: The mod Recursive Blueprints+ (1.4.17) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event rec-blue-plus::on_tick (ID 0)
__rec-blue-plus__/lualib/deployer2.lua:495: bad argument #1 of 2 to 'pairs' (table expected, got nil)
stack traceback:
    [C]: in function 'pairs'
    __rec-blue-plus__/lualib/deployer2.lua:495: in function 'write_to_c_comb'
    __rec-blue-plus__/lualib/deployer2.lua:407: in function '?'
    __rec-blue-plus__/lualib/deployer2.lua:97: in function 'tick'
    __rec-blue-plus__/lualib/deployer2.lua:52: in function 'on_tick'
    __rec-blue-plus__/control.lua:138: in function <__rec-blue-plus__/control.lua:135>

A savefile is available at "https://cdn.discordapp.com/attachments/231518135231053825/1500630197630926888/report-2026-05-04-v0.zip?ex=69f92247&is=69f7d0c7&hm=fb5b1196c1939039d4e7723f7cfcdac46f9e99311b3b3e79e7db6078ee012a94&".

Mod settings are:
Min. interval between notifications: 30
Area X,Y position: corner
Deploy signal for the deployer: 0 (Zero)
Prohibit copying from the blueprints library: true
Deployer logging: Never
Offset tool: Area X,Y position: Corner
Offset tool: Reference point: Relative (Offset)

9 days ago

Thank you. Fixed it in the next version.

New response