You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_ =>thrownewException($"Directory '{subnauticaPath}' is not a valid {GameInfo.SubnauticaBelowZero.Name} game installation or the game's platform is unsupported by Nitrox.")
266
+
_ =>thrownewException($"Directory '{subnauticaPath}' is not a valid {GameInfo.Subnautica.Name} game installation or the game's platform is unsupported by Nitrox.")
267
267
};
268
268
269
-
returngame??thrownewException($"Unable to start game through {platform.Name}");
269
+
returngame??thrownewException($"Game failed to start through {platform.Name}");
_ =>thrownewException($"Directory '{subnauticaPath}' is not a valid {GameInfo.Subnautica.Name} game installation or the game's platform is unsupported by Nitrox.")
_ =>thrownewException($"Directory '{subnauticaBelowZeroPath}' is not a valid {GameInfo.SubnauticaBelowZero.Name} game installation or the game's platform is unsupported by Nitrox.")
288
287
};
289
288
290
-
returngame??thrownewException($"Game failed to start through {platform.Name}");
289
+
returngame??thrownewException($"Unable to start game through {platform.Name}");
.Where(n =>n.Nameis"Ethernet" or "Wi-Fi"&&n.OperationalStatusisOperationalStatus.Up&&n.NetworkInterfaceTypeisNetworkInterfaceType.Wireless80211 or NetworkInterfaceType.Ethernet)
41
-
.OrderBy(n =>n.Name=="Ethernet"?1:0)
40
+
.Where(n =>n.Name.Contains("Ethernet")||n.Name.Contains("Wi-Fi")&&n.OperationalStatusisOperationalStatus.Up&&n.NetworkInterfaceTypeisNetworkInterfaceType.Wireless80211 or NetworkInterfaceType.Ethernet)
0 commit comments