安装 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(越南语)
Українська(乌克兰语)
报告翻译问题










Steam likely isn't updating to the 3-13-25 update of the mod correctly. In my case Steam didn't bother to download the update. To fix it and update to the working mod version Unsubscribe from the mod, wait a few moments while Steam removes the mod from your computer, then re-Subscribe to the mod. If you use more than one of Vinus's mods that is having this issue, wait until Steam has finished the download and install of the re-Subscribe and then do the same thing for the other mods. From what I have seen on my installation the only mods effected are BetterPower, BetterWasteTank and BetterWaterCumbuster.
From an earlier version of one of the mods the same issue caused it to break and if I understood correctly from what Vinus told me, it was a line of code used in testing that referred to their local Z drive, which unless you have a Z drive with Vinus's test files on it, the mod would not find and error. The test code that was accidentally left in should now be removed and allow the mods to work again without issues. No reinstall of anything needed, just ensure that you are updated to the 3-13-25 release version, either through steam workshop or with the github DLL file.
BetterWasteTank
DetailedPlayerInfo
BetterWaterCombuster
ExternalSuitReader
All throw this error , just tested it a few minutes ago. Your mods are amazing, your a wizard at what you do . thankyou :)
Cysharp.Threading.Tasks.<>c:<Forget>b__16_0(Object)
Cysharp.Threading.Tasks.UniTaskCompletionSourceCore`1:TrySetException(Exception)
Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask`1:SetException(Exception)
BetterWasteTank.<OnBaseLoaded>d__10:MoveNext() (at Z:\VS Projects\StationeersSharp\Source\BetterWasteTank\Plugin.cs:70)
Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask`1:Run()
Cysharp.Threading.Tasks.AwaiterActions:Continuation(Object)
Cysharp.Threading.Tasks.UniTaskCompletionSourceCore`1:TrySetResult(Object)
Cysharp.Threading.Tasks.WaitUntilPromise:MoveNext()
Cysharp.Threading.Tasks.Internal.PlayerLoopRunner:RunCore()
Cysharp.Threading.Tasks.Internal.PlayerLoopRunner:Run()
(Filename: Z:/VS Projects/StationeersSharp/Source/BetterWasteTank/Plugin.cs Line: 70)
I am seeing a similar error in BetterWasteTank mod and BetterWaterCombuster mod
MissingFieldException: Field not found: System.Collections.Generic.List`1<ModData> .ModConfig.Mods Due to: Could not find field in class
at BetterWasteTank.Plugin.OnBaseLoaded () [0x00097] in Z:\VS Projects\StationeersSharp\Source\BetterWasteTank\Plugin.cs:70
at Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask`1[TStateMachine].GetResult (System.Int16 token) [0x00000] in <c1ab5aa958314e679ba8884aba5e35d2>:0
at Cysharp.Threading.Tasks.UniTaskExtensions+<>c.<Forget>b__16_0 (System.Object state) [0x00007] in <c1ab5aa958314e679ba8884aba5e35d2>:0
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)