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
Somehow that unchanged word causes crashes again.
Thanks for reporting and it should be fixed by now.
leftover = isspawn and TUNING.YUKARI.SPAWNG_POWER_COST or player.components.upgrader.schemecost or 75
to
leftover = isspawn and TUNING.YUKARI.SPAWNG_POWER_COST or player.components.schemecost or 75
This seems to have fixed the issue in my testing, and looking at the mod itself, .upgrader isn't referenced anywhere else (or in the yukari mod) so it seems to work fine.
[00:00:53]: [string "../mods/workshop-1602267559/scripts/schemem..."]:40: attempt to index field 'upgrader' (a nil value)
LUA ERROR stack traceback:
../mods/workshop-1602267559/scripts/schememanager.lua:40 in () ? (Lua) <30-60>
=[C]:-1 in (method) CallRPC (C) <-1--1>
scripts/networkclientrpc.lua:1238 in (global) HandleRPCQueue (Lua) <1219-1288>
scripts/update.lua:42 in () ? (Lua) <33-135>
(had to split this comment because of steam comment limits)
Fixed
[00:03:51]: [string "../mods/workshop-1602267559/scripts/compone..."]:50: bad argument #2 to 'SetPosition' (number expected, got nil)
LUA ERROR stack traceback:
=[C]:-1 in (method) SetPosition (C) <-1--1>
../mods/workshop-1602267559/scripts/components/makegate.lua:50 in () ? (Lua) <40-67>
=(tail call):-1 in () (tail) <-1--1>
scripts/bufferedaction.lua:25 in (method) Do (Lua) <21-35>
scripts/entityscript.lua:1463 in (method) PerformBufferedAction (Lua) <1450-1474>
../mods/workshop-1602267559/scripts/stategraph_scheme.lua:23 in (field) fn (Lua) <23-23>
scripts/stategraph.lua:604 in (method) UpdateState (Lua) <572-616>
scripts/stategraph.lua:643 in (method) Update (Lua) <635-663>
scripts/stategraph.lua:128 in (method) Update (Lua) <109-146>
scripts/update.lua:283 in () ? (Lua) <219-293>
I tested it with just this mod.