Community Forum

Error: Running LUA method 'update'.

Forum Overview >> Farming Simulator 15

CategoryFarming Simulator 15
Created26.09.2016 19:49


Don Smith (Unknown) 26.09.2016 19:54
Im making a truck , almost got it done when this error showed up "Error: Running LUA method 'update'.", tried for days to fix it , no luck so i posting here ;o

Error Log
GIANTS Engine Runtime 6.0.2 64bit (Build Date: Jan 14 2016)
Copyright (c) 2008-2015, GIANTS Software GmbH (giants-software.com), All Rights Reserved.
Copyright (c) 2003-2015, Christian Ammann and Stefan Geiger, All Rights Reserved.
Application: FarmingSimulator2015
Main System
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 5200+
Restricted multi-core behavior is enabled
Memory: 4095 MB
OS: Windows NT 6.2 64-bit
Physics System
Version: 5.9.4
Thread(s): 1
Input System
Keyboard enabled
Mouse enabled
Gamepad/Joystick disabled
Force Feedback disabled
Sound System
Driver: OpenAL
Version: 1.1
Device: Generic Software
Max. sources: 256
Render System
Driver: OpenGL
Card Vendor: NVIDIA Corporation
Renderer: GeForce 210/PCIe/SSE2
Version: 3.3.0
Shader Version: 3.30 NVIDIA via Cg compiler
max_texture_layers: 16
OpenGL initialization successful
Hardware Profile
Level: Low (auto)
View Distance Factor: 0.750000
Shadow Quality: 0.000000
Skip Mipmaps: 1
LOD Distance Factor: 0.750000
Terrain LOD Distance Factor: 0.750000
Foliage View Distance Factor: 1.000000
Volume Mesh Tessellation Factor: 1.500000
Tyre Tracks Segments Factor: 0.500000
Farming Simulator 15
Version: 1.4.2.0 1.4.2RC1
Available Languages: en fr es it nl pt
Language: en
Game vehicle types loaded
Mod directory: C:/Users/Baalgauge/Documents/My Games/FarmingSimulator2015/mods/
Load dlc: pdlc_holmerPack
Load mod: ZIL164
Warning: Only zip mods are supported in multiplayer. You need to zip the mod ZIL164 to use it in multiplayer.
Load mod: ZIL_164_A
Warning: Only zip mods are supported in multiplayer. You need to zip the mod ZIL_164_A to use it in multiplayer.
Register vehicle type: pdlc_holmerPack.defoliater_cutter_animated
Register vehicle type: pdlc_holmerPack.combine_animated_articulatedAxis
Register vehicle type: pdlc_holmerPack.augerWagon_foldable
Register vehicle type: pdlc_holmerPack.tractor_crabSteering
Register vehicle type: pdlc_holmerPack.manureBarrelAsTank
Register vehicle type: pdlc_holmerPack.manureSpreaderVariantFix
Register vehicle type: ZIL164.Zil_amur
Register vehicle type: ZIL_164_A.Zil_amur
dataS/cameraPath01.i3d (0.36 ms)
dataS/cameraPath02.i3d (0.34 ms)
dataS/cameraPath03.i3d (0.28 ms)
data/sky/sky_day_night.i3d (104.81 ms)
data/sky/rain.i3d (29.19 ms)
data/sky/hail.i3d (16.66 ms)
data/sky/dust.i3d (6.27 ms)
data/maps/map01.i3d (15888.86 ms)
Disabled withering for: wheat, barley, rape, maize, sugarBeet
data/vehicles/steerable/liebherr/liebherrL538.i3d (117.11 ms)
dataS2/character/player/player.i3d (1252.33 ms)
data/vehicles/wheelLoaders/lizard/wheelLoaderFork.i3d (9.20 ms)
data/vehicles/steerable/cars/piQup.i3d (31.18 ms)
data/vehicles/tools/suer/suerSB1600.i3d (8.19 ms)
data/vehicles/steerable/caseIH/caseIHQuadtrac620.i3d (84.05 ms)
data/maps/models/objects/pallets/woolPallet.i3d (4.04 ms)
data/placeables/highPressureWasher/kaercher/kaercherHDS918-4M.i3d (35.15 ms)
dataS/character/player/playerCCT.i3d (23.30 ms)
C:/Users/Baalgauge/Documents/My Games/FarmingSimulator2015/mods//ZIL164/ZIL164.i3d (1772.45 ms)
Warning: Loading file with invalid case 'C:/Users/Baalgauge/Documents/My Games/FarmingSimulator2015/mods//ZIL164/start.wav'.
Warning: 3D stereo sound files are not supported. Convert 'C:/Users/Baalgauge/Documents/My Games/FarmingSimulator2015/mods//ZIL164/motor.wav' to mono.
C:/Users/Baalgauge/Documents/My Games/FarmingSimulator2015/mods//ZIL_164_A/ZIL164.i3d (828.24 ms)
Warning: Loading file with invalid case 'C:/Users/Baalgauge/Documents/My Games/FarmingSimulator2015/mods//ZIL_164_A/start.wav'.
Warning: 3D stereo sound files are not supported. Convert 'C:/Users/Baalgauge/Documents/My Games/FarmingSimulator2015/mods//ZIL_164_A/motor.wav' to mono.
Error: Running LUA method 'update'.
D:/code/lsim2015/build/finalbin/dataS/scripts/Utils.lua(269) : attempt to perform arithmetic on local 'v2' (a nil value)

the Error Last error just repeats itself over an over again , i cant move the vehicle or press any buttons either in game , this only happens if i enter the vehicle , so long as i stay out of it, everything works normal


Emil Drefers (Unknown) 30.09.2016 07:20
Hi,

first of all let me tell you that you should try to fix all warnings and errors.
So, e.g.
"Warning: Loading file with invalid case" - check the filename for lower and UPPER case letters
"Warning: 3D stereo sound files are not supported." - convert the corresponding audio file to mono

Concerning the following error message:
D:/code/lsim2015/build/finalbin/dataS/scripts/Utils.lua(269) : attempt to perform arithmetic on local 'v2' (a nil value)
I can only say that some script uses the function:
Utils.lerp(v1, v2, alpha)
and v2 is nil

So, I have no idea what scripts are in that mod.
You'ld have to check if some that scripts make use of the afore mentioned function and if so check if might have missed to define some values for certain variables.

Cheers,
Emil



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