RimWorld

RimWorld

Device Standby
125 Comments
3Eyes 29 Jul @ 9:49pm 
会导致米莉拉的无人机充电桩一直红字。。。我查了好久:lunar2019crylaughingpig:
环星 20 Jul @ 9:28am 
This comment is awaiting analysis by our automated content check system. It will be temporarily hidden until we verify that it does not contain harmful content (e.g. links to websites that attempt to steal information).
也一样2021 16 Jul @ 8:30am 
那应该是我mod冲突吧?毕竟两百多个呢,我再试试
*Armelia*叹月之兽 16 Jul @ 8:20am 
可能是mod冲突,很神秘,我也搞不懂为什么一个控制机器电力的mod能在雪牛身上发生了报错,控制台手动召唤商队/直接生成雪牛都没法复现,不知道自然生成的雪牛有没有问题
大概是商队的雪牛身上装了不稳定能量电池),虽然可以和商队交易后用控制台再把雪牛给destroy
Cedaro  [author] 16 Jul @ 7:00am 
抱歉,但我无法复现任何一个报错,在我这里测试是完全没问题的,搞不懂:stress:
也一样2021 16 Jul @ 6:43am 
还有错误,这是日志。Exception ticking Cinder_Trailer2239946 (at (69, 0, 147)): System.NullReferenceException: Object reference not set to an instance of an object
[Ref 2EDD48CC] Duplicate stacktrace, see ref for original
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
Verse.TickList:Tick ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
Verse.Root_Play:Update ()
略有功德 16 Jul @ 4:07am 
是真有问题,不停报错
这个错误表明 RimWorld 在尝试更新(tick)一个压缩物品(MinifiedThing)时遇到了空引用异常。以下是专业级解决方案:

根本原因分析
错误本质:

游戏在坐标 (114, 0, 143) 处尝试更新 ID 为 325706 的压缩物品

该物品的某个关键组件未被正确初始化(null)

发生在游戏主循环的 Tick 更新阶段

典型诱因:

Mod 添加的建筑物/设备在打包/解包时序列化失败

存档迁移过程中数据丢失

Mod 冲突导致的组件引用丢失

禁用mod之后就没事了
*Armelia*叹月之兽 16 Jul @ 1:40am 
当商队牵着雪牛来贸易的时候,会稳定出现红字报错,不知道为什么
用控制台摧毁出问题的雪牛之后恢复了正常
https://gist.github.com/HugsLibRecordKeeper/b260aea0388fc4e939fcee77afb3968d
Cedaro  [author] 15 Jul @ 8:16pm 
我尝试更新了一下。如果仍然有报错请打开mod设置里的 Verbose Log 选项,继续游玩直到再次出现报错,把日志发给我
@也一样2021 @环星
也一样2021 15 Jul @ 7:13pm 
和楼下一样几秒一个报错,可以确认是此mod的问题,因为下掉这个mod就没有了
环星 15 Jul @ 3:59am 
几秒钟有一个报错,我在报错mod上看似乎是单独的:steamsad:
Caramel 7 Jul @ 6:05am 
報錯頻率低, 所以也不怎麼影響運行速度 :steamhappy:, 感謝更新
Cedaro  [author] 6 Jul @ 8:02pm 
问题应该来自于ve框架在新版本中的代码重构,考虑到依赖ve的待机建筑不多,我先移除了这些建筑,待环境稳定后再看要不要加回去

天气控制器我更愿意相信是dlc未更新导致的问题
Cedaro  [author] 6 Jul @ 6:10pm 
@Caramel 感谢排错!这就修
Caramel 6 Jul @ 9:55am 
天氣控制器有問題, 接了天氣控制任務之後, 會一直報錯, 直到天氣干預結束, 其他類型的任務不知道會不會這樣
Caramel 6 Jul @ 9:44am 
我找到了
Caramel 6 Jul @ 8:49am 
這個電湯鍋是小問題
Caramel 6 Jul @ 8:45am 
原版料理擴展, VCE_ElectricPot
Caramel 6 Jul @ 8:14am 
我這邊也出問題了, 不影響遊玩, 但會一直跳紅字
Cedaro  [author] 4 Jul @ 9:23pm 
@ZebraRabbit emmm那很棘手了,我尽力尝试去修吧
ZebraRabbit 3 Jul @ 8:14pm 
这个现象在1.6里好像一直在,log里面没有给出对应的格子位置,导致我无法特定到某个电器orz。我用1.5最后一个存档试了一下,1.5不会出这个同样的报错。
至于1.6,今天本体更新之后我的mod只要加载就炸,已经进不去游戏了。
Cedaro  [author] 3 Jul @ 7:18pm 
@ZebraRabbit 问题有些难以定位。这个报错很多档中都会出现吗?在1.5中出现过吗?能否定位到某个特定的电器?
ZebraRabbit 3 Jul @ 9:57am 
禁用本mod之后前面那则警报不再重复出现
ZebraRabbit 3 Jul @ 9:45am 
在1.6测试版里持续看到一个红字警报,用HugsLibLogPublisher导出记录观察了一下,请问这则警报是否和本mod有关?
完整版log见此处: https://gist.github.com/HugsLibRecordKeeper/945b219815573c3bc0b1c2f225ae9a62

System.NullReferenceException: Object reference not set to an instance of an object
[Ref 319B6942]
at DS.CompDeviceStandby.IsActive () [0x00000] in <9cd909e6f1344b619895d34889e0b77b>:0
at DS.CompDeviceStandby.DoUpdate () [0x0000e] in <9cd909e6f1344b619895d34889e0b77b>:0
at DS.CompDeviceStandby.CompTickRare () [0x00000] in
########## The preceding 2 lines were repeated 19 times ##########
johnshua 14 Jun @ 12:26am 
People yearn for the 1.6 version
TrickyHunter 31 Jul, 2024 @ 10:51am 
@pichulaRICA taking a break in jungle coke lab?
Cedaro  [author] 28 Jul, 2024 @ 7:37am 
I'm currently doing an internship in other place, away from my pc I often used, so any change or fix will be halt until I return in Sept. Sorry for waiting.

我现在在外地做实习,惯用的电脑不在身边,功能或bug修复都需要等到九月回校才能进行了,请谅解
Willaby_Neko 30 Jun, 2024 @ 2:29pm 
Looks like the Gene Vault and XenoGerm Duplicator that were in Altered Carbon were moved to ReSplice: Core for 1.5, causing an xpath issue to pop up and not be properly applied.
BUyue 24 May, 2024 @ 5:26am 
报错
[Device Standby - Start of stack trace]
Verse.PatchOperationAdd(xpath="/Defs/ThingDef[defName="TableMending"]/comps"): Failed to find a node with the given xpath
Verse.PatchOperationFindMod(MendAndRecycle): Error in <match>
[End of stack trace]
The top operation is the one that failed, the ones below it are the parents
Source file: D:/Steam/steamapps/workshop/content/294100/2967053451/Patches/1.Mods/MendAndRecycle.xml
Cedaro  [author] 21 Apr, 2024 @ 8:34am 
@BUyue 开发者模式注释
BUyue 21 Apr, 2024 @ 8:28am 
为什么左下角始终显示reservable?
TP 21 Apr, 2024 @ 3:17am 
中文MOD,好酷!:steamthumbsup:
Narlindir 13 Apr, 2024 @ 12:20pm 
@Pig apparently "no plan" lol
Pig ♡ 6 Apr, 2024 @ 12:08am 
whats the difference between this and LightsOut?
Cedaro  [author] 20 Feb, 2024 @ 9:25pm 
@ElvenNain fixed now, you can refer to Patches/2.Fix/ACS.xml for how to remove standby mode from buildings.
Cedaro  [author] 20 Feb, 2024 @ 9:21pm 
@你说你是猫 已修复
ElvenNain 19 Feb, 2024 @ 3:26am 
"ACS - Advanced Commercial Server" I am using this mode and I want to make sure that standby power mode is not applied to this mode because the power consumption is constantly zero, how can I do this? Please tell me how to patch it
你说你是猫 3 Feb, 2024 @ 7:01pm 
wkgu 20 Dec, 2023 @ 7:27am 
Got an error with HSK CE.
Cedaro  [author] 15 Nov, 2023 @ 2:29am 
@RealLifeHobgoblin no plan
RealLifeHobgoblin 15 Nov, 2023 @ 2:13am 
How about compatibility with LightsOut?
PTI Co., Ltd. 8 Nov, 2023 @ 3:28am 
算了一下,原来是power tab 2的显示问题(扶额)打扰了)
Cedaro  [author] 8 Nov, 2023 @ 3:15am 
@ОГАС 太阳灯晚上不会耗电
PTI Co., Ltd. 8 Nov, 2023 @ 2:07am 
太阳灯在晚上不会待机,这是个bug还是特意为之?
Yoann 4 Nov, 2023 @ 12:24am 
Oooh ok, I only tried the mod in dev mode, and haven't yet these buildings in my save...
Thank you for the mod, it's the only one working as I want with biotech :)
Cedaro  [author] 3 Nov, 2023 @ 10:10pm 
@Yoann it's for debugging, turn off dev mode to hide it
Yoann 2 Nov, 2023 @ 1:02pm 
Can I hide the informations "Reservable", "Linked to"... ?
tw_boring 23 Oct, 2023 @ 9:21am 
Thank You
tw_boring 19 Oct, 2023 @ 9:10pm 
yes, it not on workshop. VR skill training mod more detail.
[ https://discord.com/channels/241677926855081984/930805650676649994/956506597763477515 ]
Cedaro  [author] 19 Oct, 2023 @ 8:15pm 
@tw_boring what's this mod? Is it not on workshop?