Community Forum

Manure-system | LUA error....

Forum Overview >> Scripting

CategoryScripting
Created04.04.2020 15:13


Sander Persson (pirsn) 04.04.2020 15:13
So I have this problem with manure system! and this is the lua error codes:

2020-04-04 14:36 game/mods/FS19_manureSystem/src/hose/Hose.lua:1129: attempt to index local 'hose' (a nil value)
2020-04-04 14:36 Error: Running LUA method 'packetReceived'.
2020-04-04 14:36 game/mods/FS19_manureSystem/src/hose/Hose.lua:738: attempt to index local 'vehicle' (a nil value)
2020-04-04 14:36 Error: Running LUA method 'packetReceived'.
2020-04-04 14:36 game/mods/FS19_manureSystem/src/hose/Hose.lua:738: attempt to index local 'vehicle' (a nil value)
2020-04-04 14:36 Error: Running LUA method 'packetReceived'.
2020-04-04 14:36 game/mods/FS19_manureSystem/src/hose/Hose.lua:738: attempt to index local 'vehicle' (a nil value)
2020-04-04 14:36 Error: Running LUA method 'packetReceived'.
2020-04-04 14:36 game/mods/FS19_manureSystem/src/hose/Hose.lua:738: attempt to index local 'vehicle' (a nil value)
2020-04-04 14:36 Error: Running LUA method 'packetReceived'.
2020-04-04 14:36 game/mods/FS19_manureSystem/src/hose/Hose.lua:738: attempt to index local 'vehicle' (a nil value)
2020-04-04 14:36 Error: Running LUA method 'packetReceived'.
2020-04-04 14:36 game/mods/FS19_manureSystem/src/hose/Hose.lua:738: attempt to index local 'vehicle' (a nil value)
2020-04-04 14:36 Error: Running LUA method 'packetReceived'.
2020-04-04 14:36 game/mods/FS19_manureSystem/src/hose/Hose.lua:738: attempt to index local 'vehicle' (a nil value)
2020-04-04 14:37 Error: Running LUA method 'packetReceived'.
2020-04-04 14:37 game/mods/FS19_manureSystem/src/hose/Hose.lua:738: attempt to index local 'vehicle' (a nil value)
2020-04-04 14:37 Error: Running LUA method 'packetReceived'.
2020-04-04 14:37 game/mods/FS19_manureSystem/src/hose/Hose.lua:738: attempt to index local 'vehicle' (a nil value)
2020-04-04 14:37 Error: Running LUA method 'packetReceived'.
2020-04-04 14:37 game/mods/FS19_manureSystem/src/hose/Hose.lua:738: attempt to index local 'vehicle' (a nil value)
2020-04-04 14:40 c:/games/108_61_98_143_18020/954420/farmsim19/game/mods/TSA_K/TSA_K.i3d (254.43 ms)
2020-04-04 14:40 data/shared/assets/reflectors/lizard/whiteRound_03.i3d (75.96 ms)

So the problem are:::

- attempt to index local 'hose' (a nil value)
- attempt to index local 'vehicle' (a nil value)

Bilbo Beutlin (BBeutlin) 04.04.2020 19:00
If you refer to the mod by Wopster you should have read the instructions, espec.
"All vanilla vehicles are supported (and some have additional changes), for a full list please check the manual below.
For more information read the manual on my GitHub."

Quite obviously the vehicle "TSA_K" is non-default and not supported.


Note: Log in to post. Create a new account here.