Can anyone help fix some errors on a Dedicated Server?

User avatar
cwattyeso
Posts: 1760
Joined: Tue Nov 27, 2018 3:58 pm
Location: United Kingdom
Contact:

Can anyone help fix some errors on a Dedicated Server?

Post by cwattyeso »

Here's a question for those people who have experience hosting and being admin's on Dedicated Servers. I'm experience a couple of errors on mine and was wondering if anyone knows how to fix them? I've been hosting a Server with Nitrado since last summer. In that time I've run several maps and setups for the players. The current map and mods have been in place since beginning of January and people have been playing without issues. However over the past few days some things have started to go wrong and some errors keep cropping up.

The first is that sometimes when some or only one player actually trying to connect to the server, they join the game, the second they go to move, they get kicked out of the game. The Server Log and their Log shows the following error:

Code: Select all

2020-03-15 15:40 Player 1 joined the game
2020-03-15 15:41 Warning (physics): Non-cpu collision mesh for 'kinematicHelper' is being cooked at runtime - this will not work on consoles.
2020-03-15 15:41 Player 1 left the game
Anyone know how to fix that one? It's weird because other players are in game playing fine when this occurs and other players can log in and not experience this whilst another will.

The other error which has only started to appear today is that in the beginning of the server log whenever the server is started or restarted there is an error appearing:

Code: Select all

2020-03-15 23:14 LUA call stack: 2020-03-15 23:14   dataS/scripts/i3d/I3DUtil.lua (20) : printCallstack 2020-03-15 23:14   dataS/scripts/i3d/I3DUtil.lua (79) : checkChildIndex 2020-03-15 23:14   dataS/scripts/objects/AnimatedObject.lua (82) : indexToObject 2020-03-15 23:14   dataS/scripts/objects/AnimatedMapObject.lua (95) : load 2020-03-15 23:14   dataS/scripts/objects/AnimatedMapObject.lua (18) : load 2020-03-15 23:14   Error: Index not found: 1|1|0 2020-03-15 23:14   Error: Failed to find child 2 from node Field18, only 0 childs given
This appears a few times right after the section where it's loaded the mods, the map and then registered all the worktypes and configurations. When it repeats in the log each time the last like references a different node Field Number. So I'm seeing references to Field 14, 18, 23, 25 and 27.

Is this an issue with the map and why would it only appear now, despite the fact the map and server have been running since beginning of January?

I'm also seeing some errors in the server log relating specifically to items from the Claas DLC now as well, which we never had before the recent update/patch by Giants. I've checked the server and all mods and DLCs are up to date with their latest and most recent versions.

Code: Select all

2020-03-15 16:34 pdlc/claasPack/vehicles/claas/torion956Sinus/torion956Sinus.i3d (711.42 ms)
2020-03-15 16:34   Error: Failed to find child 0 from node aiCollisionTrigger, only 0 childs given
2020-03-15 16:34 LUA call stack:
2020-03-15 16:34   dataS/scripts/i3d/I3DUtil.lua (20) : printCallstack
2020-03-15 16:34   dataS/scripts/i3d/I3DUtil.lua (79) : checkChildIndex
2020-03-15 16:34   dataS/scripts/vehicles/specializations/BaseMaterial.lua (91) : indexToObject
2020-03-15 16:34   dataS/scripts/vehicles/specializations/BaseMaterial.lua (59) : loadBaseMaterialFromXML
2020-03-15 16:34   dataS/scripts/vehicles/SpecializationUtil.lua (30)
2020-03-15 16:34   dataS/scripts/vehicles/Vehicle.lua (615) : raiseEvent
2020-03-15 16:34   dataS/scripts/i3d/I3DManager.lua (118) : asyncCallbackFunction
2020-03-15 16:34   Error: Index not found: 0>0|4|0|0|0|4
2020-03-15 16:34   Warning (D:/FS19 Mod Folder Manager/Greenwich/FS19_claasPack/torion956Sinus.xml): Missing baseNode base material 'vehicle.baseMaterial.material(1)'
2020-03-15 16:34   Error: Failed to find child 0 from node aiCollisionTrigger, only 0 childs given
2020-03-15 16:34 LUA call stack:
2020-03-15 16:34   dataS/scripts/i3d/I3DUtil.lua (20) : printCallstack
2020-03-15 16:34   dataS/scripts/i3d/I3DUtil.lua (88) : checkChildIndex
2020-03-15 16:34   dataS/scripts/vehicles/specializations/FoliageBending.lua (106) : indexToObject
2020-03-15 16:34   dataS/scripts/vehicles/specializations/FoliageBending.lua (65) : loadBendingNodeFromXML
2020-03-15 16:34   dataS/scripts/vehicles/SpecializationUtil.lua (30)
2020-03-15 16:34   dataS/scripts/vehicles/Vehicle.lua (615) : raiseEvent
2020-03-15 16:34   dataS/scripts/i3d/I3DManager.lua (118) : asyncCallbackFunction
2020-03-15 16:34   Error: Index not found: 0>0|4|0|0
2020-03-15 16:34   Error: Failed to find child 2 from node ai, only 1 childs given
2020-03-15 16:34 LUA call stack:
2020-03-15 16:34   dataS/scripts/i3d/I3DUtil.lua (20) : printCallstack
2020-03-15 16:34   dataS/scripts/i3d/I3DUtil.lua (79) : checkChildIndex
2020-03-15 16:34   dataS/scripts/vehicles/specializations/Cylindered.lua (1325) : indexToObject
2020-03-15 16:34   dataS/scripts/vehicles/specializations/Cylindered.lua (129) : loadMovingPartFromXML
2020-03-15 16:34   dataS/scripts/vehicles/SpecializationUtil.lua (30)
2020-03-15 16:34   dataS/scripts/vehicles/Vehicle.lua (615) : raiseEvent
2020-03-15 16:34   dataS/scripts/i3d/I3DManager.lua (118) : asyncCallbackFunction
2020-03-15 16:34   Error: Index not found: 0>0|4|2|0
2020-03-15 16:34   Error: Failed to find child 1 from node ai, only 1 childs given
2020-03-15 16:34 LUA call stack:
2020-03-15 16:34   dataS/scripts/i3d/I3DUtil.lua (20) : printCallstack
2020-03-15 16:34   dataS/scripts/i3d/I3DUtil.lua (79) : checkChildIndex
2020-03-15 16:34   dataS/scripts/vehicles/specializations/Cylindered.lua (1324) : indexToObject
2020-03-15 16:34   dataS/scripts/vehicles/specializations/Cylindered.lua (129) : loadMovingPartFromXML
2020-03-15 16:34   dataS/scripts/vehicles/SpecializationUtil.lua (30)
2020-03-15 16:34   dataS/scripts/vehicles/Vehicle.lua (615) : raiseEvent
2020-03-15 16:34   dataS/scripts/i3d/I3DManager.lua (118) : asyncCallbackFunction
2020-03-15 16:34   Error: Index not found: 1>0|3|0|0
2020-03-15 16:34   Warning (D:/FS19 Mod Folder Manager/Greenwich/FS19_claasPack/torion956Sinus.xml): Invalid camera node for camera 'vehicle.enterable.cameras.camera(0)'. Must be a camera type!
2020-03-15 16:34   Warning (D:/FS19 Mod Folder Manager/Greenwich/FS19_claasPack/torion956Sinus.xml): Invalid camera node for camera 'vehicle.enterable.cameras.camera(1)'. Must be a camera type!
2020-03-15 16:34   Error (D:/FS19 Mod Folder Manager/Greenwich/FS19_claasPack/torion956Sinus.xml): No cameras defined!
2020-03-15 16:34   Warning (D:/FS19 Mod Folder Manager/Greenwich/FS19_claasPack/torion956Sinus.xml): 'aiCollisionTrigger' is not a kinematic body type
2020-03-15 16:34   Warning (D:/FS19 Mod Folder Manager/Greenwich/FS19_claasPack/torion956Sinus.xml): aiCollisionTrigger has wrong collision mask! Following bit(s) need to be set '13, 20' or use 'nil'
2020-03-15 16:34   Error: Failed to find child 1 from node ai, only 1 childs given
This error occurs when looking at and trying to buy the vehicle in the store. There is actually a lot more errors for this vehicle, reference missing Attacher Joints or Connection Hose Targets. If you go into the store and try to buy the Wheel Loader it just instantly boots you out the store menu. I've even loaded up a different map and game in Single Player and experience this issue with the DLC vehicle.
Check out my YouTube Channel for Farming Simulator and other Gaming Let's Plays and Videos at https://www.youtube.com/c/CwattyesoGamingforFun :D

Also be sure to check out my Kick Channel for my Farming Simulator Live Streams and Multiplayer Server at https://www.kick.com/cwattyeso :gamer:

GIANTS SOFTWARE Personal Partner Code: CWATTYESO *thumbsup*