after few modding i got this. i tried to undo my recent actions, but it didn't work
2018-12-27 17:18 Error: Failed to find child 1 from node IN, only 1 childs given
2018-12-27 17:18 LUA call stack:
2018-12-27 17:18 dataS/scripts/i3d/I3DUtil.lua (22) : printCallstack
2018-12-27 17:18 dataS/scripts/i3d/I3DUtil.lua (81) : checkChildIndex
2018-12-27 17:18 dataS/scripts/triggers/UnloadTrigger.lua (54) : indexToObject
2018-12-27 17:18 dataS/scripts/objects/UnloadingStation.lua (42) : load
2018-12-27 17:18 dataS/scripts/objects/SellingStation.lua (40) : load
2018-12-27 17:18 dataS/scripts/placeables/SellingStationPlaceable.lua (64) : load
2018-12-27 17:18 dataS/scripts/placeables/Placeable.lua (965) : load
2018-12-27 17:18 dataS/scripts/placeables/SellingStationPlaceable.lua (130) : loadFromXMLFile
2018-12-27 17:18 dataS/scripts/missions/mission00.lua (664) : loadFromXMLFile
2018-12-27 17:18 dataS/scripts/misc/AsyncManager.lua (42) : lambda
2018-12-27 17:18 dataS/scripts/misc/AsyncManager.lua (119) : runLambda
2018-12-27 17:18 dataS/scripts/misc/DeferredLoadingManager.lua (39) : runTopTask
2018-12-27 17:18 dataS/scripts/main.lua (1817) : update
2018-12-27 17:18 Error: Index not found: 0|0|1|0|0
2018-12-27 17:18 Warning: Missing exactFillRootNode or baleTrigger for unloadTrigger
[Solved] log error
3 posts
Page 1 of 1
Re: log error
Code: Select all
2018-12-27 17:18 Error: Index not found: 0|0|1|0|0Re: log error
can you elaborate a bit please. where should i look
edit: ok, i found. for some reason the train station selling station at Felsbrunn i was trying to edit gave me headaches. again it was the one that was messing around. the line (from original trainstation xml) <unloadTrigger exactFillRootNode="0|0|0|0|0" /> <unloadTrigger exactFillRootNode="0|0|1|0|0" />
for some reason was messing around. i replaced it by the line of one of the others original selling stations <unloadTrigger exactFillRootNode="0|0|0|0|0" baleTriggerNode="0|0|0|0|1" />, and it worked. but what you said helped me
edit: ok, i found. for some reason the train station selling station at Felsbrunn i was trying to edit gave me headaches. again it was the one that was messing around. the line (from original trainstation xml) <unloadTrigger exactFillRootNode="0|0|0|0|0" /> <unloadTrigger exactFillRootNode="0|0|1|0|0" />
for some reason was messing around. i replaced it by the line of one of the others original selling stations <unloadTrigger exactFillRootNode="0|0|0|0|0" baleTriggerNode="0|0|0|0|1" />, and it worked. but what you said helped me
3 posts
Page 1 of 1