Logistic Train Network - thought bubble

by Quezler

Gives the locomotives a thought bubble for what it wants to pickup.

Content
7 months ago
1.1 - 2.0
3.91K
Trains

b Error while running event LogisticTrainNetwork::on_train_changed_state

a month ago

The mod LTN - Logistic Train Network (2.3.4) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event LogisticTrainNetwork::on_train_changed_state (ID 30)
The mod Logistic Train Network - thought bubble (2.0.1) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event glutenfree-ltn-thought-bubble::on_train_schedule_changed (ID 127)
glutenfree-ltn-thought-bubble/scripts/bubble.lua:71: {
force = "[LuaForce: player]",
from = "[item=stone][virtual-signal=down-arrow]",
from_id = 1539328,
network_id = 1,
pickupDone = true,
shipment = {},
started = 29955202,
surface_connections = {},
to = "Family Gildersleeve",
to_id = 1564663,
train = "[LuaTrain: id=39879]"
}
stack traceback:
[C]: in function 'error'
glutenfree-ltn-thought-bubble/scripts/bubble.lua:71: in function 'update_train'
glutenfree-ltn-thought-bubble/scripts/bubble.lua:44: in function <glutenfree-ltn-thought-bubble/scripts/bubble.lua:43>
stack traceback:
[C]: in function 'clear_records'
LogisticTrainNetwork/script/schedule.lua:264: in function 'depotStop'
LogisticTrainNetwork/script/train-events.lua:102: in function 'TrainArrives'
LogisticTrainNetwork/script/train-events.lua:405: in function <LogisticTrainNetwork/script/train-events.lua:399>

7 days ago
(updated 7 days ago)

Similar, but slightly different (stack trace diff) error here:

The mod LTN - Logistic Train Network (2.4.2) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event LogisticTrainNetwork::on_nth_tick(2)
The mod Logistic Train Network - thought bubble (2.0.1) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event glutenfree-ltn-thought-bubble::on_train_schedule_changed (ID 129)
__glutenfree-ltn-thought-bubble__/scripts/bubble.lua:71: {
  force = "[LuaForce: player]",
  from = "Nauvis Heavy Oil Refinery Heavy Oil Output [fluid=heavy-oil]",
  from_id = 3405162,
  network_id = 4608,
  pickupDone = true,
  shipment = {},
  started = 139726532,
  surface_connections = {},
  to = "Nauvis Intermediary Components Input [item=iron-plate][fluid=heavy-oil] Output[fluid=lubricant]",
  to_id = 3958597,
  train = "[LuaTrain: id=95568]"
}
stack traceback:
    [C]: in function 'error'
    __glutenfree-ltn-thought-bubble__/scripts/bubble.lua:71: in function 'update_train'
    __glutenfree-ltn-thought-bubble__/scripts/bubble.lua:44: in function <__glutenfree-ltn-thought-bubble__/scripts/bubble.lua:43>
stack traceback:
    [C]: in function 'add_record'
    __LogisticTrainNetwork__/script/schedule.lua:573: in function 'providerStop'
    __LogisticTrainNetwork__/script/dispatcher.lua:709: in function 'ProcessRequest'
    __LogisticTrainNetwork__/script/dispatcher.lua:140: in function <__LogisticTrainNetwork__/script/dispatcher.lua:24>

Could this be because of trains running into timeouts because they can't be scheduled or something similar? I'm just starting the process of migrating my old 0.6 SE+LTN save to 0.7 and everything is broken.

One of the issues I'm facing is that I have an electric train mod, but the upgrade requires research to be redone. Before that none of the trains work anymore. So my entire train network is defunct and then after a few minutes I get this error.

6 days ago

did you change any of the "map" settings of ltn? and if so: which are not at their default?

a day ago

Yes:

  • Log level to Errors & Warnings
  • Default network id to -1
  • Requesters ignore stopped trains is checked (I don't remember why I did that)

New response