安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
The most common (but still rare) crash when placing an LCD Panel has been to place one, configure it with a script and adjust the Adjustable LCD parameters, destroy the LCD Panel, then when placing a new one on the same grid, crash. I've only been doing this in multiplayer, and the dedicated server itself doesn't crash, just the client who places the LCD Panel.
Multiplayer, local dedicated server:
2023-04-09 16:06:40.637 - Thread: 1 -> Info: [NetworkAPI] Entity not registered in dictionary 'PropertiesByEntity'
2023-04-09 16:06:40.702 - Thread: 1 -> Exception occurred: System.NullReferenceException: Object reference not set to an instance of an object.
at Natomic.AngledLCDs.TerminalHelper.<>c__6`1.<AddTermBtn>b__6_0(IMyTerminalBlock b)
at Natomic.AngledLCDs.AngledLCD`1.<>c__DisplayClass71_0.<AddEnabled>b__0(IMyTerminalBlock b)
at Sandbox.Game.Gui.MyTerminalControl`1.OnUpdateVisual()
at Sandbox.MySandboxGame.ProcessInvoke()
...
Not sure if the NetworkAPI message is related or not.
I assume this is saying it's crashing when trying to add a terminal UI element.
Just making a local single player mod
@NeonDrip Thanks for the issue report, should be fixed now. I've also implemented (1), that should've been the behaviour anyway :p, for (3) you can use build vision to quickly copy properties but I do think its an important QoL feature, I'll have a think about if/how to add it (2) is easy to do with timer blocks so I don't think its worth adding to the mod.