Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
but what do the clockwork box dropped by the mechanical monsters do, I only noticed so far it's only for one recipe
[04:43:14]: [string "scripts/mathutil.lua"]:43: attempt to compare nil with number
LUA ERROR stack traceback:
scripts/mathutil.lua:43 in (field) clamp (Lua) <42-44>
num = 1.008
min = 1
max = nil
../mods/workshop-3546495254/initialize/modded_posinit.lua:271 in (field) onwork (Lua) <270-287>
inst = 1538019 - goldnugget (valid:true)
miner = 124872 - wilson (valid:true)
workleft = 5.992
workdone = 1.008
scripts/components/workable.lua:151 in (upvalue) oldWorkedBy_Internal (Lua) <130-170>
self =
onwork = function - ../mods/workshop-3546495254/initialize/modded_posinit.lua:270
[03:18:52]: [string "../mods/workshop-3546495254/scripts/smeltin..."]:166: attempt to compare nil with number
LUA ERROR stack traceback:
../mods/workshop-3546495254/scripts/smelting_products.lua:166 in (field) test (Lua) <165-166>
cooker = metal_smelter
names = table: 00000000804BE4C0
tags = table: 00000000804BDBB0
../mods/workshop-3546495254/scripts/smelting.lua:126 in (global) GetCandidateSmelterRecipes (Lua) <120-148>
smelter = metal_smelter
ingdata = table: 00000000804BEBA0
recipes = table: 000000001BF64CE0
in the comparator you forgot to check if tags.blue is nil
the crash happened after a clockwork cyclops was killed;
commenting inst.components.stackable.maxsize = 40 in box_gear.lua seems to fix the problem
[string "scripts/components/stackable_replica.lua"]:99: attempt to perform arithmetic on a nil value
LUA ERROR stack traceback:
scripts/components/stackable.lua:20 in () ? (Lua) <11-21>
self =
_ = table: 0x8f7ddcd0
inst = 209245 - (valid:true)
Get = function - ../mods/workshop-3050607025/scripts/auto_stack.lua:28
maxsize = 40
_ = table: 0x8f7ddcd0
scripts/class.lua:43 in (metamethod) __newindex (Lua) <36-45>
t = table: 0x848bcad0
k = maxsize
v = 40
p = table: 0x8f9aaf80
old = 100
../mods/workshop-2073193421/scripts/prefabs/magic/box_gear.lua:66 in (field) fn (Lua) <45-81>
inst = 209245 - (valid:true)
scripts/mainfunctions.lua:362 in () ? (Lua) <347-397>
name = box_gear
[00:13:48]: error calling PrefabPostInit: pitchfork in mod Darth local (Darh Dynamics):
[string "../mods/Darth local/initialize/modded_posinit..."]:49: attempt to index field 'finiteuses' (a nil value)
stack traceback:
[string "../mods/Darth local/initialize/modded_posinit..."]:49: in function <[string "../mods/Darth local/initialize/modded_posinit..."]:47>
[C]: in function 'xpcall'
[string "scripts/mods.lua"]:189: in function 'mod'
[string "scripts/mainfunctions.lua"]:349: in function <[string "scripts/mainfunctions.lua"]:325>
[00:13:48]: Disabling Darth local (Darh Dynamics) because it had an error.
LUA ERROR stack traceback:
../mods/workshop-2073193421/scripts/prefabs/materials/metalores.lua:21 in (field) onwork (Lua) <20-43>
inst = 123714 - ore_iron (valid:true)
miner = 130742 - raritaniummeteor (valid:true)
workleft = 0
workdone = 20
LUA ERROR stack traceback:
../mods/workshop-2073193421/initialize/modded_posinit.lua(49,1)
=(tail call) ?
=[C] in function 'xpcall'
scripts/mods.lua(188,1) in function 'mod'
scripts/mainfunctions.lua(345,1)