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
thrownewFileNotFoundException("A compatible .NET version must be installed by the user to run the server on SteamOS. Please install dotnet to your user home: ~/.dotnet/");
Copy file name to clipboardExpand all lines: Nitrox.Launcher/Models/Services/ServerService.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ public async Task<bool> StartServerAsync(ServerEntry server)
116
116
catch(Exceptionex)
117
117
{
118
118
Log.Error(ex,$"Error while starting server \"{server.Name}\"");
119
-
awaitDispatcher.UIThread.InvokeAsync(async()=>awaitdialogService.ShowErrorAsync(ex,$"Error while starting server \"{server.Name}\""));
119
+
awaitDispatcher.UIThread.InvokeAsync(async()=>awaitdialogService.ShowErrorAsync(ex,$"Error while starting server \"{server.Name}\"",ex.GetFirstNonAggregateMessage()));
0 commit comments