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
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)