I was curious when that was removed if it were true, but this does seem to be the right way forward now. sorry about all that.. it's now marked deprecated and i've updated the description to alert users.
[0.16 / 0.17] LTN Tracker - a GUI for LTN
Moderator: Optera
Re: LTN 1.12.3 - LTN Tracker no longer supported
Re: LTN 1.12.3 - LTN Tracker no longer supported
A clean fix would be to mark LTN 1.12.3 onwards as incompatible with your LTNT ports.
replace
Code: Select all
"dependencies": [ "LogisticTrainNetwork >= 1.12.0" ]
Code: Select all
"dependencies": [ "LogisticTrainNetwork < 1.12.3" ]
My Mods: mods.factorio.com
Re: LTN 1.12.3 - LTN Tracker no longer supported
okay, I can do this later.Optera wrote: ↑Fri Mar 13, 2020 6:54 pmA clean fix would be to mark LTN 1.12.3 onwards as incompatible with your LTNT ports.
replacewithCode: Select all
"dependencies": [ "LogisticTrainNetwork >= 1.12.0" ]
Code: Select all
"dependencies": [ "LogisticTrainNetwork < 1.12.3" ]
Crash using LTN with Bob&Angel
The crash happens with our very first LTN automated train. RHD lanes, 1-2-1 trains, signaling is correct, normal trains also sharing the tracks
Le mod LTN - Logistic Train Network (1.12.5) a engendré une erreur non récupérable.
Merci d'informer l'auteur de cette erreur.
Error while running event LogisticTrainNetwork::on_train_changed_state (ID 23)
Le mod ptx0's LTN Tracker (0.10.9) a engendré une erreur non récupérable.
Merci d'informer l'auteur de cette erreur.
Error while running event ptx0_LTN_Tracker::Custom event (ID 178)
ptx0_LTN_Tracker/script/data_processing.lua:427: attempt to index local 'delivery' (a nil value)
stack traceback:
ptx0_LTN_Tracker/script/data_processing.lua:427: in function <ptx0_LTN_Tracker/script/data_processing.lua:424>
stack traceback:
LogisticTrainNetwork/script/train-events.lua:160: in function 'TrainLeaves'
LogisticTrainNetwork/script/train-events.lua:201: in function <LogisticTrainNetwork/script/train-events.lua:195>
stack traceback:
[C]: in function 'raise_event'
LogisticTrainNetwork/script/train-events.lua:160: in function 'TrainLeaves'
LogisticTrainNetwork/script/train-events.lua:201: in function <LogisticTrainNetwork/script/train-events.lua:195>
Le mod LTN - Logistic Train Network (1.12.5) a engendré une erreur non récupérable.
Merci d'informer l'auteur de cette erreur.
Error while running event LogisticTrainNetwork::on_train_changed_state (ID 23)
Le mod ptx0's LTN Tracker (0.10.9) a engendré une erreur non récupérable.
Merci d'informer l'auteur de cette erreur.
Error while running event ptx0_LTN_Tracker::Custom event (ID 178)
ptx0_LTN_Tracker/script/data_processing.lua:427: attempt to index local 'delivery' (a nil value)
stack traceback:
ptx0_LTN_Tracker/script/data_processing.lua:427: in function <ptx0_LTN_Tracker/script/data_processing.lua:424>
stack traceback:
LogisticTrainNetwork/script/train-events.lua:160: in function 'TrainLeaves'
LogisticTrainNetwork/script/train-events.lua:201: in function <LogisticTrainNetwork/script/train-events.lua:195>
stack traceback:
[C]: in function 'raise_event'
LogisticTrainNetwork/script/train-events.lua:160: in function 'TrainLeaves'
LogisticTrainNetwork/script/train-events.lua:201: in function <LogisticTrainNetwork/script/train-events.lua:195>
Re: Crash using LTN with Bob&Angel
Disable ptx0's LTN Tracker. It is no longer maintained and not compatible with recent versions of LTN
Re: Crash using LTN with Bob&Angel
yes, either remove the mod or use the older version of LTN.scorbut wrote: ↑Sat Mar 14, 2020 10:33 am The crash happens with our very first LTN automated train. RHD lanes, 1-2-1 trains, signaling is correct, normal trains also sharing the tracks
Le mod LTN - Logistic Train Network (1.12.5) a engendré une erreur non récupérable.
Merci d'informer l'auteur de cette erreur.
Error while running event LogisticTrainNetwork::on_train_changed_state (ID 23)
Le mod ptx0's LTN Tracker (0.10.9) a engendré une erreur non récupérable.
Merci d'informer l'auteur de cette erreur.
Error while running event ptx0_LTN_Tracker::Custom event (ID 178)
ptx0_LTN_Tracker/script/data_processing.lua:427: attempt to index local 'delivery' (a nil value)
stack traceback:
ptx0_LTN_Tracker/script/data_processing.lua:427: in function <ptx0_LTN_Tracker/script/data_processing.lua:424>
stack traceback:
LogisticTrainNetwork/script/train-events.lua:160: in function 'TrainLeaves'
LogisticTrainNetwork/script/train-events.lua:201: in function <LogisticTrainNetwork/script/train-events.lua:195>
stack traceback:
[C]: in function 'raise_event'
LogisticTrainNetwork/script/train-events.lua:160: in function 'TrainLeaves'
LogisticTrainNetwork/script/train-events.lua:201: in function <LogisticTrainNetwork/script/train-events.lua:195>
Re: [0.16 / 0.17] LTN Tracker - a GUI for LTN
Is there any forum yet for the successor? LTN Manager, iirc? Any release date for an alpha/beta?
LTN Tracker is really missed here.
LTN Tracker is really missed here.
Re: [0.16 / 0.17] LTN Tracker - a GUI for LTN
I'm working on it as fast as I can! It is a massive undertaking and a huge project, but it's coming along.
The development is slow at the moment because I am rewriting some of the core code that I use across all my mods, because it was inherently flawed. Once that is finished I'll be returning to LTNM in full force.
You can follow the development on the GitHub repository.
Don't forget, you're here forever.
Re: Crash using LTN with Bob&Angel
the one in the Mod Packs forum.
Re: [0.16 / 0.17] LTN Tracker - a GUI for LTN
3 ThingsRaiguard wrote: ↑Mon Mar 16, 2020 9:15 pmI'm working on it as fast as I can! It is a massive undertaking and a huge project, but it's coming along.
The development is slow at the moment because I am rewriting some of the core code that I use across all my mods, because it was inherently flawed. Once that is finished I'll be returning to LTNM in full force.
You can follow the development on the GitHub repository.
1st. What is the M in the end of LTNM ? unless it just was a mistake?
2nd. How different is this going to be from the 0.17 ? (look and use) as u told u are rewriting some of the core code. Those this fix make some thing disappear from how the old version looked like? / Functions ? With that ask. Is this being changed for own habits too ? or are u going to be the next main author, for updating from the 0.17 to 0.18 and up to other main game releases.
3rd. Those mod bug reports, do any thing to how u make the new version ?
Re: [0.16 / 0.17] LTN Tracker - a GUI for LTN
1. The mod is called LTN Manager, LTNM is the short version. It is not a typo.S_gamez wrote: ↑Thu Apr 02, 2020 3:00 pm 3 Things
1st. What is the M in the end of LTNM ? unless it just was a mistake?
2nd. How different is this going to be from the 0.17 ? (look and use) as u told u are rewriting some of the core code. Those this fix make some thing disappear from how the old version looked like? / Functions ? With that ask. Is this being changed for own habits too ? or are u going to be the next main author, for updating from the 0.17 to 0.18 and up to other main game releases.
3rd. Those mod bug reports, do any thing to how u make the new version ?
2. The mod is entirely separate from LTN Tracker, I have not copied any code. This was done because Eduran's license prevents others from using his code, so I'm legally disallowed from ripping it off. LTN Manager is an entirely different codebase and has several key differences from the original. As for looks, LTN Manager has a much nicer looking (in my opinion) interface that conforms to the new GUI styling introduced in 0.17. LTN Manager is entirely my mod, so yes, I am the main author of it.
3. It is an entirely different mod, so the bugs will be entirely different as well. I'm sure once I release it several people are immediately going to break it and I'll have a lot of work ahead of me to make it function properly.
Don't forget, you're here forever.
[1.12.8] Crash while running event on_train_changed_state
This bug is identical to this post last updated 3/25/2020: viewtopic.php?t=82760
I have encountered this bug in 1.12.7, and also today after I updated to 1.12.8, so I re-posted. I can replicated it consistently. In fact, it happens every time I try to pull resources from my first LTN provider station. It triggers on exit (after the wagons are full).
I have attached the log file and screen capture of the error message. I have also attached a save file to demonstrate the error.
The save file will startup next to a coal requester station. Open the constant combinator and add "Coal -12000" signal. This will trigger a pickup order. The depot is due east, and the coal provider is north near the wall. I have confirmed this happens with a second requester station (due south of depot, on the coast; new power station). I have manually driven the train, and manually added a schedule, and both cases work fine (no pathing issues). I have also torn down and rebuilt the provider station, just in case.
Happy to provide any additional info as needed.
I have encountered this bug in 1.12.7, and also today after I updated to 1.12.8, so I re-posted. I can replicated it consistently. In fact, it happens every time I try to pull resources from my first LTN provider station. It triggers on exit (after the wagons are full).
I have attached the log file and screen capture of the error message. I have also attached a save file to demonstrate the error.
The save file will startup next to a coal requester station. Open the constant combinator and add "Coal -12000" signal. This will trigger a pickup order. The depot is due east, and the coal provider is north near the wall. I have confirmed this happens with a second requester station (due south of depot, on the coast; new power station). I have manually driven the train, and manually added a schedule, and both cases work fine (no pathing issues). I have also torn down and rebuilt the provider station, just in case.
Happy to provide any additional info as needed.
- Attachments
-
- LTN Error Message.png (495.36 KiB) Viewed 7149 times
-
- factorio-current.log
- (26.49 KiB) Downloaded 164 times
-
- LTN_Error.zip
- (14.04 MiB) Downloaded 150 times
Re: [1.12.8] Crash while running event on_train_changed_state
I have confirmed the error from a second provider station -- the iron ore station near the south wall. The LTN combinators are already setup. Using the save file, go 2 stations east to the iron ore requester and add 'iron-ore -180000". The error occurs when the train attempt to leave the provider station.
Re: [1.12.8] Crash while running event on_train_changed_state
LTN Tracker is no longer supported.Error while running event LTN_Tracker::Custom event (ID 218)
moved to LTN Tracker thread
My Mods: mods.factorio.com
Re: [1.12.8] Crash while running event on_train_changed_state
seems like you have to update LTN to make Eduran84's original release of LTNT incompatible.
Re: [1.12.8] Crash while running event on_train_changed_state
Pacifyer seems to be running a homebrew LTNT fork.
The logfile lists LTNT version 0.10.10, Edurans last LTNT release was 0.10.9 for 0.17.
My Mods: mods.factorio.com
Re: [0.16 / 0.17] LTN Tracker - a GUI for LTN
Yes, I hacked the mod to 10.10 to make it work for 0.18. I didn't realize it was deprecated, I thought the mod author was just tardy with the update.
My bad.
My bad.
Re: [1.12.8] Crash while running event on_train_changed_state
Re: [0.16 / 0.17] LTN Tracker - a GUI for LTN
Don't forget, you're here forever.