Error: Running LUA method 'update'. shows up when baling

Your forum for all discussions around Modding.
VirtualRedneck
Posts: 3
Joined: Sun Jun 18, 2023 6:55 am

Error: Running LUA method 'update'. shows up when baling

Post by VirtualRedneck »

Currently converting a baler mod I enjoyed from 19 to 22 and when I start baling grass/hay, this shows up.

2023-06-18 00:07 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(1425) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:07 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:07 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:07 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:07 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:07 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:07 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:07 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:08 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:08 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:08 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:08 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:08 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:08 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:08 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:08 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:08 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:08 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:08 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:08 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:08 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:08 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:08 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)
2023-06-18 00:08 Error: Running LUA method 'update'.
dataS/scripts/vehicles/specializations/Baler.lua(2055) : attempt to index local 'baleTypeDef' (a nil value)

Pretty obvious that this is a big issue bc it lags the game and when I leave the save, I can't go back in. Already tried looking everywhere to see what needed to be changed and so far nothing has worked. What is wrong with the mod?