fCPU


Factorio Customizable Processing Unit. Allow to write any logic on low level machine code. The fCPU acts like a programmable microcontroller with a vector coprocessor that supports many useful instructions.

Content
2 months ago
0.18 - 2.0
12.9K
Logistic network Circuit network

g Error when wire signal is empty

3 months ago
(updated 3 months ago)

Got an error:

Line 5: fcpu/src/cpu/io/wire.lua:83: bad argument #2 of 2 to 'table_size' (table expected, got nil)

Code is here:

:init
clr

:start
bkg 1
mov r1 green1
mov out1 r1
jmp :start

This bug only occures if green/red wire's signal is empty.

3 months ago

Thank you for report.
This issue is fixed in v0.4.47

3 months ago

Thanks

New response