I´m testing LTN in a test save and wanted to test the fluid wagon funtionality so I replaced on of my wagons with a fluid wagon.
Got this error: http://recordit.co/NNhxiDfzqK
My desired setup is one station providing Oil, and one is requesting Oil. Same stations was previously providing/requesting blue chips.
It crashed after I setup these and tried, but also after I reloaded and only had my old station (but fluid trains in the train composition).
Did I do anything wrong or is this an impossibly setup?
I´m using latest version 1.6.1
Factorio 0.16.7 - Index out of bounds
Moderator: Optera
Re: Crash when mixing fluid and regular wagons
There's a reported bug with #entity.fluidboxes in Factorio 0.16.7. viewtopic.php?f=30&t=55529
I'm not going to implement a workaround as it's already fixed in the next release use Factorio 0.16.6 until then.
I'm not going to implement a workaround as it's already fixed in the next release use Factorio 0.16.6 until then.
My Mods: mods.factorio.com
Re: Crash when mixing fluid and regular wagons
Oh, a factorio bug related issue.
Ok, so this setup will/might be possible in a future version?
Probably safest to not combine fluid wagons and cargo wagon then..
Ok, so this setup will/might be possible in a future version?
Probably safest to not combine fluid wagons and cargo wagon then..
Re: Crash when mixing fluid and regular wagons
This bug has nothing to do with fluid/cargo wagon combination.
When they switched fluid wagons from 3 fluid boxes to 1 fluid box in 0.16.7 the reported array size was not adjusted so any loop will run out of bounds.
When they switched fluid wagons from 3 fluid boxes to 1 fluid box in 0.16.7 the reported array size was not adjusted so any loop will run out of bounds.
My Mods: mods.factorio.com
Error while running on_configuration_changed
Error while running on_configuration_changed: Passed index is out of range.
stack traceback:
__LogisticTrainNetwork__/control.lua:1746: in function 'getWagonCapacity'
__LogisticTrainNetwork__/control.lua:1761: in function 'GetTrainCapacity'
__LogisticTrainNetwork__/control.lua:219: in function 'updateEntities'
__LogisticTrainNetwork__/control.lua:287: in function <__LogisticTrainNetwork__/control.lua:271>
cant load old save since update
any ideas?
stack traceback:
__LogisticTrainNetwork__/control.lua:1746: in function 'getWagonCapacity'
__LogisticTrainNetwork__/control.lua:1761: in function 'GetTrainCapacity'
__LogisticTrainNetwork__/control.lua:219: in function 'updateEntities'
__LogisticTrainNetwork__/control.lua:287: in function <__LogisticTrainNetwork__/control.lua:271>
cant load old save since update
any ideas?
sorry, my english is not the yellow from the egg.... 4give me
Re: Error while running on_configuration_changed
Duplicate of viewtopic.php?f=214&t=55538
topics merged.
topics merged.
My Mods: mods.factorio.com
Re: Factorio 0.16.7 - Index out of bounds
Here is a fix for the "Passed index is out of range" error: https://github.com/Yousei9/Logistic-Tra ... rk/pull/86
You can use this, or wait for 0.16.8 which will also fix it.
You can use this, or wait for 0.16.8 which will also fix it.
Error when sending train to depot
Hi
I'm using LTN 1.6.1
Factorio running on 16.7
When i send a fluid train (<LC) to my depot, this error pop's up :
Is this a know bug ?
Thanks
Edit : didn't see that first post, thanks for the merge, sorry for reporting already know stuff ^^
I'm using LTN 1.6.1
Factorio running on 16.7
When i send a fluid train (<LC) to my depot, this error pop's up :
Is this a know bug ?
Thanks
Edit : didn't see that first post, thanks for the merge, sorry for reporting already know stuff ^^
Re: Factorio 0.16.7 - Index out of bounds
Ok, just to clarify, it is impossible to use fluid wagon with LTN in 16.7?
And 16.6 works, and 16.8 will most likely solve this problem?
And 16.6 works, and 16.8 will most likely solve this problem?
-
- Manual Inserter
- Posts: 2
- Joined: Thu Dec 28, 2017 10:30 pm
- Contact:
Re: Factorio 0.16.7 - Index out of bounds
viewtopic.php?f=30&t=55529
tl;dr: They changed the fluidwagons from 3 individuell tanks to one tank and the code was not updated in all places for the api.
tl;dr: They changed the fluidwagons from 3 individuell tanks to one tank and the code was not updated in all places for the api.