安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
https://www.nexusmods.com/stardewvalley/mods/25045
[12:08:44.351] [Main Thread/WARN] [tML]: Silently Caught Exception:.
System.PlatformNotSupportedException: The information requested is unavailable on the current platform.
at System.Net.NetworkInformation.UnixUnicastIPAddressInformation.get_IsDnsEligible()
at IPv6Mapper.IPv6Mapper.GetIPv6Address()
at IPv6Mapper.IPv6Mapper.<Load>b__9_2(orig_StartServer orig)
at Hook<System.Void IPv6Mapper.IPv6Mapper::<Load>b__9_2(Terraria.On_Netplay+orig_StartServer)>()
at SyncProxy<System.Void Terraria.Netplay:StartServer()>()
The underlying API has not been implemented for Linux Mono.
-> Unimplemented Mono source code [github.com]
=> Recommended to avoid using "IsDnsEligible()"
System.ArgumentOutOfRangeException: Index was out of range. (Parameter 'startIndex')
at System.Globalization.CompareInfo.LastIndexOf(...)
at System.Net.NetworkInformation.StringParsingHelpers.ParseWinsServerAddressesFromSmbConfFile(...)
at System.Net.NetworkInformation.LinuxIPInterfaceProperties.GetWinsServerAddresses()
at System.Net.NetworkInformation.LinuxIPInterfaceProperties..ctor(...)
at System.Net.NetworkInformation.LinuxNetworkInterface.GetLinuxNetworkInterfaces()
at IPv6Mapper.IPv6Mapper.GetIPv6Address()
This is due to a very bad implementation in Linux Mono.
Mono tries to parse "smb.conf" in a very sloppy/fragile way.
-> Buggy Mono source code [github.com]
=> Recommended to avoid using "GetLinuxNetworkInterfaces()"
The mod throws two exceptions on server startup and does not create the port redirection on the server-side.
Reason is that this mod uses DotNet/Mono network APIs that do not work on Linux.