Actual Craft Times deprecated


Indicates the number of items per second a machine consumes and produces, as well as the type and quantity of belts and inserters required.

Utilities
5 years ago
0.17
9

b Crash with Bucket Wheel Excavators on uranium ore

5 years ago

Hello,
the game crashed when I open the GUI from the excavators from the mod Bucket Wheel Excavators after I placed it on uranium ore:

Error while running event ActualCraftTime::on_gui_opened (ID 83)
ActualCraftTime/control.lua:228: attempt to perform arithmetic on local 'IPS' (a nil value)
stack traceback:
ActualCraftTime/control.lua:228: in function 'addItemFrame'
ActualCraftTime/control.lua:471: in function <ActualCraftTime/control.lua:292>

5 years ago

Also happening with "Texugo TA Miners" (https://mods.factorio.com/mod/Texugo_TA-miners).

5 years ago

The quick hack to at least prevent a crash is to add:

    if product.name == "sulfuric-acid" then
        return
    end

at the beginning of local function addItemFrame in control.lua.

5 years ago
(updated 5 years ago)

[REMOVED]

New response