Windfisch / factorio-bot

Work-in-progress factorio bot
GNU General Public License v3.0
33 stars 4 forks source link

crash when a task with only fulfilled goals is scheduled #3

Closed Windfisch closed 6 years ago

Windfisch commented 6 years ago
bot: scheduler.cpp:46: void sched::Task::update_actions_from_goals(FactorioGame *, int): Assertion `first_pos.has_value()' failed.

Program received signal SIGABRT, Aborted.

Fulfilled tasks should be removed from the scheduler completely.