You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to copy/paste a particular train provider station I'm getting a crash from Bot Prioritizer. Stack trace is
Error while running event BotPrioritizer::on_tick (ID 0)
Expected source_wire_id for entities with more than one wire connection.
stack traceback:
[C]: in function 'connect_neighbour' BotPrioritizer/circuit_manager.lua:16: in function 'copy_circuit_connections' BotPrioritizer/control.lua:40: in function 'reprioritize' BotPrioritizer/control.lua:163: in function 'no_tool' BotPrioritizer/control.lua:209: in function <BotPrioritizer/control.lua:200>
I believe the issue in particular is being caused by an electric pole or power switch with a cable connection to another entity outside of connection range. Specifically removing the two big electric poles and the power switch between them from the blueprint is sufficient to prevent the crash.
The text was updated successfully, but these errors were encountered:
When trying to copy/paste a particular train provider station I'm getting a crash from Bot Prioritizer. Stack trace is
Error while running event BotPrioritizer::on_tick (ID 0)
Expected source_wire_id for entities with more than one wire connection.
stack traceback:
[C]: in function 'connect_neighbour'
BotPrioritizer/circuit_manager.lua:16: in function 'copy_circuit_connections'
BotPrioritizer/control.lua:40: in function 'reprioritize'
BotPrioritizer/control.lua:163: in function 'no_tool'
BotPrioritizer/control.lua:209: in function <BotPrioritizer/control.lua:200>
Blueprint causing the crash is at https://pastebin.com/F6zPKKuB
I believe the issue in particular is being caused by an electric pole or power switch with a cable connection to another entity outside of connection range. Specifically removing the two big electric poles and the power switch between them from the blueprint is sufficient to prevent the crash.
The text was updated successfully, but these errors were encountered: