安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
other one was before starting apocalypse run. this one is after.
theres too much text to put into pastebin but theres 6 different stack trace errors
Hey dont know if this helps. It's the last bit of the console.txt
Can you send an error log?
Relax, “FastTick” is an optimization solution only, it runs 10 times slower than OnPlayerUpdate, I put it in less critical functions that require a large number of unnecessary calculations, such as the “armor” that checks the condition of all vehicle parts and compares them with the previous value. In my opinion, this type of thing is a waste of processing power when it is run every frame of the game(Just venting)... Do you have more mods installed? I believe I used a very generic term and it must be conflicting with other modders' codes.
function: Papa_Chad_Vehicle_Armor.lua -- file: Papa_Chad_Vehicle_Armor.lua line # 87 | MOD: Military Tool Kit.
[05-09-25 23:13:05.972] ERROR: General f:0, t:1757135585972> ExceptionLogger.logException> Exception thrown
java.lang.RuntimeException: attempted index: Add of non-table: null at KahluaThread.tableget(KahluaThread.java:1530
Appears to be related to the 'FastTick' object from 'Papa_Chad_FastTick_Event.lua', no clue why it comes back as null and causes error spam any time I load into a new game.
Reverting to the older 'Events.OnPlayerUpdate' for the armor and track files seems to have gotten rid of the load errors and in game error spam, but no doubt re-introduces the problems you were trying to fix with the whole 'FastTick' workaround.