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
self (valid:true) =
tile_id_conversion_map = table: 000000007763CEC0
inlimbo = false
udguunvhs_yus_tdzwyp_ulcvzxtgguni = function - ../mods/workshop-2979177306/main/lg_xin_bgl_shuju.lua:1
prefab = world
updatecomponents = table: 000000005E212DC0
Map = Map (0000000081381230)
one_player_mode_shardid = 1
persists = false
initGhbTask = PERIODIC 100037: 0.033333
event_listeners = table: 00000000CF344DC0
one_player_mode_shard = Master
[08:50:03]: WARNING! Could not find region 'lg_baba.tex' from atlas 'images/inventoryimages3.xml'. Is the region specified in the atlas?
[08:50:03]: Looking for default texture '' from atlas 'images/inventoryimages3.xml'.
[08:50:03]: Error Looking for default texture in from atlas 'images/inventoryimages3.xml'.
在日志里这些警告一直在刷
作为农民,如何将胡椒磨成粉?我无法建造调味料研磨机,也无法将胡椒放入调味站
和饮水模组冲突,能不能修一下。
../mods/workshop-2979177306/scripts/components/lg_collect_manager.lua:1 in (method) Submit (Lua) <1-1>
self =
inst = 110562 - lg_shouji_money (valid:false)
tasks = table: 126AC4E0
backdrop = lg_shouji_ui1_money
anim = money
final_reward = table: 126ACA58
AcOX__25f337BMk4___3 = 220539 - lg_lilingyi (valid:true)
J___WBN__nR863qoye___G_1 = lg_shouji_ui1_money_4
../mods/workshop-2979177306/main/RPCHandlers.lua:1 in () ? (Lua) <1-1>
s5T79x2APor3s7PFaWs__6fT4m__m = 220539 - lg_lilingyi (valid:true)
TTr_1u48k0___5k7w8QT2___q4_M__4 = lg_shouji_ui1_money_4
=[C]:-1 in (method) CallRPC (C) <-1--1>
scripts/networkclientrpc.lua:1487 in (global) HandleRPCQueue (Lua) <1468-1540>
RPC_Queue_new = table: 3EAC0250
RPC_Queue_len = 11
i = 2
rpcdata = table: 436E78F8
sender = 220539 - lg_lilingyi (valid:true)
data = table: 436E7600
tick = true
limit = 0
scripts/update.lua:42 in () ? (Lua) <33-138>
dt = 0.017542600631714
server_paused = false
[04:16:23]: [string "../mods/workshop-2979177306/scripts/compone..."]:1: attempt to index field '?' (a nil value)
LUA ERROR stack traceback:
../mods/workshop-2979177306/scripts/components/lg_collect_manager.lua:1 in (method) Submit (Lua) <1-1>
../mods/workshop-2979177306/main/RPCHandlers.lua:1 in () ? (Lua) <1-1>
=[C]:-1 in (method) CallRPC (C) <-1--1>
scripts/networkclientrpc.lua:1487 in (global) HandleRPCQueue (Lua) <1468-1540>
scripts/update.lua:42 in () ? (Lua) <33-138>
- **Double submission**: The player clicked “complete” on the box while it was lagging, causing a second click. This triggered the code again even though the box was already finished.
- **Invalid entity**: Because the box was effectively “removed” or marked complete after the first click, the second click attempted to access data on an entity that no longer existed, leading to a `nil` reference error (`attempt to index field '?' (a nil value)`).
- **Timing/lag issue**: The underlying issue is a race condition where the UI still let the player attempt a second submission even though the first one had already succeeded.