Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exeption when press help translate button #154

Closed
lzk228 opened this issue May 28, 2024 · 1 comment
Closed

exeption when press help translate button #154

lzk228 opened this issue May 28, 2024 · 1 comment

Comments

@lzk228
Copy link
Contributor

lzk228 commented May 28, 2024

[14:17:13 DBG] Commit took: 00:00:00.0057397
Unhandled exception. System.UriFormatException: Invalid URI: The hostname could not be parsed.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
at System.Uri..ctor(String uriString)
at SS14.Launcher.ViewModels.LanguageSelectorViewModel.OnHelpTranslateButtonPressed() in /home/lzk/Documents/GitHub/SS14.Launcher/SS14.Launcher/ViewModels/LanguageSelectorViewModel.cs:line 76
at Avalonia.Data.Converters.MethodToCommandConverter.Execute(Object parameter)
at Avalonia.Controls.Button.OnClick()
at Avalonia.Controls.Button.OnPointerReleased(PointerReleasedEventArgs e)
at Avalonia.Input.InputElement.<>c.<.cctor>b__32_9(InputElement x, PointerReleasedEventArgs e)
at Avalonia.Reactive.LightweightObservableBase`1.PublishNext(T value)
at Avalonia.Interactivity.EventRoute.RaiseEventImpl(RoutedEventArgs e)
at Avalonia.Interactivity.Interactive.RaiseEvent(RoutedEventArgs e)
at Avalonia.Input.MouseDevice.MouseUp(IMouseDevice device, UInt64 timestamp, IInputRoot root, Point p, PointerPointProperties props, KeyModifiers inputModifiers, IInputElement hitTest)
at Avalonia.Input.MouseDevice.ProcessRawEvent(RawPointerEventArgs e)
at Avalonia.ManualRawEventGrouperDispatchQueue.DispatchNext()
at Avalonia.X11.X11PlatformThreading.RunLoop(CancellationToken cancellationToken)
at Avalonia.Threading.DispatcherFrame.Run(IControlledDispatcherImpl impl)
at Avalonia.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at Avalonia.Threading.Dispatcher.MainLoop(CancellationToken cancellationToken)
at Avalonia.Controls.DesktopApplicationExtensions.Run(Application app, CancellationToken token)
at Avalonia.Controls.DesktopApplicationExtensions.Run(Application app, Window mainWindow)
at SS14.Launcher.Program.AppMain(Application app, String[] args) in /home/lzk/Documents/GitHub/SS14.Launcher/SS14.Launcher/Program.cs:line 298
at Avalonia.AppBuilder.Start(AppMainDelegate main, String[] args)
at SS14.Launcher.Program.Main(String[] args) in /home/lzk/Documents/GitHub/SS14.Launcher/SS14.Launcher/Program.cs:line 130

@lzk228
Copy link
Contributor Author

lzk228 commented May 28, 2024

fixed by #155

@lzk228 lzk228 closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant