Recursive Blueprints+

by FoxLBA

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

Content
6 days ago
1.1 - 2.1
35.6K
Circuit network Blueprints

b Crash

7 days ago

102011.851 Error MainLoop.cpp:1503: Exception at tick 20244210: The mod Recursive Blueprints+ (1.5.1) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event rec-blue-plus::on_tick (ID 0)
Index out of inventory bounds.
stack traceback:
[C]: in function 'index'
__rec-blue-plus
/lualib/deployer2.lua:127: in function '?'
rec-blue-plus/lualib/deployer2.lua:92: in function 'tick'
rec-blue-plus/lualib/deployer2.lua:47: in function 'on_tick'
rec-blue-plus/control.lua:92: in function <rec-blue-plus/control.lua:89>

It is reported that a crash occurred at Linox while attempting to remove the circuit while it was in operation.

6 days ago

Thank you, I’ve already published a new version with the fix.

It turned out that the crash occurs if the B.A.D. chest tries to use an empty book and there is no index for reading it. (in this case, the script tries to use the currently selected cell in the book, but this doesn’t work with an empty book)

New response