Video Duplicate Finder, how to run?

Do I understand correctly that this is a portable app?
https://github.com/0x90d/videoduplicatefinder/releases/tag/2.0.8

On startup, the process appears in memory for 2 seconds and then disappears.

Try starting it from the terminal, see if any error is written there.

./VideoDuplicateFinderLinux
Unhandled exception. Avalonia.Markup.Xaml.XamlLoadException: No precompiled XAML found for VideoDuplicateFinderLinux.App, make sure to specify x:Class and include your XAML file as AvaloniaResource
   at Avalonia.Markup.Xaml.AvaloniaXamlLoader.Load(Object obj)
   at VideoDuplicateFinderLinux.App.Initialize() in C:\Users\User\Desktop\DuplicateFinder\VideoDuplicateFinderLinux\App.xaml.cs:line 11
   at Avalonia.Controls.AppBuilderBase`1.Setup()
   at Avalonia.Controls.AppBuilderBase`1.SetupWithLifetime(IApplicationLifetime lifetime)
   at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime[T](T builder, String[] args, ShutdownMode shutdownMode)
   at VideoDuplicateFinderLinux.Program.Main(String[] args) in C:\Users\User\Desktop\DuplicateFinder\VideoDuplicateFinderLinux\Program.cs:line 7

That’s not an URI you’d usually find on Linux…
:face_with_raised_eyebrow:

Apparently, the program is not compiled correctly:
https://topanswers.xyz/csharp?q=1230

Console version works

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.