Filter assistant


A tools that helps to change the configuration of filters in chest / car / wagon / spidertron especially at runtime

Content
a month ago
1.1 - 2.0
2.24K
Storage

g [Bug] Changing the filter in the chest on the space platform cause crashing

a month ago

19456.040 Error MainLoop.cpp:1429: Exception at tick 8220883: The mod Filter assistant (2.0.0) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event filter_assistant::on_gui_click (ID 1)
filter_assistant/scripts/main.lua:500: attempt to index local 'private_inv' (a nil value)
stack traceback:
filter_assistant/scripts/main.lua:500: in function 'do_apply'
filter_assistant/scripts/main.lua:651: in function 'handler'
filter_assistant/scripts/tools.lua:423: in function <filter_assistant/scripts/tools.lua:419>
19456.040 Error ServerMultiplayerManager.cpp:84: MultiplayerManager failed: "The mod Filter assistant (2.0.0) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event filter_assistant::on_gui_click (ID 1)
filter_assistant/scripts/main.lua:500: attempt to index local 'private_inv' (a nil value)
stack traceback:
filter_assistant/scripts/main.lua:500: in function 'do_apply'
filter_assistant/scripts/main.lua:651: in function 'handler'
filter_assistant/scripts/tools.lua:423: in function <filter_assistant/scripts/tools.lua:419>"
19456.040 Info ServerMultiplayerManager.cpp:805: updateTick(8220883) changing state from(InGame) to(Failed)

a month ago
(updated a month ago)

The key problem may be the filter will kick out the excessed item after setting the filter slot. However, the space platform has no place for placing back.
Maybe it can just void the item in this special case?

a month ago

I try to fix it in version 2.01. But i have no platform yet to test.

New response