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
{{ message }}
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
Describe the bug
After clicking connect, the program crashes with the following output:
Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'collection')
at System.Collections.ObjectModel.ObservableCollection`1.CreateCopy(IEnumerable`1 collection, String paramName)
at System.Collections.ObjectModel.ObservableCollection`1..ctor(IEnumerable`1 collection)
at Slithin.ViewModels.Pages.DevicePageViewModel.OnLoad() in /home/runner/work/Slithin/Slithin/Source/Slithin/ViewModels/Pages/DevicePageViewModel.cs:line 140
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
at Avalonia.Threading.AvaloniaSynchronizationContext.<>c__DisplayClass5_0.<Post>b__0() in /_/src/Avalonia.Base/Threading/AvaloniaSynchronizationContext.cs:line 33
at Avalonia.Threading.JobRunner.RunJobs(Nullable`1 priority) in /_/src/Avalonia.Base/Threading/JobRunner.cs:line 37
at Avalonia.X11.X11PlatformThreading.HandleX11(CancellationToken cancellationToken) in /_/src/Avalonia.X11/X11PlatformThreading.cs:line 169
at Avalonia.X11.X11PlatformThreading.RunLoop(CancellationToken cancellationToken) in /_/src/Avalonia.X11/X11PlatformThreading.cs:line 245
at Avalonia.Threading.Dispatcher.MainLoop(CancellationToken cancellationToken) in /_/src/Avalonia.Base/Threading/Dispatcher.cs:line 65
at Avalonia.Controls.ApplicationLifetimes.ClassicDesktopStyleApplicationLifetime.Start(String[] args) in /_/src/Avalonia.Controls/ApplicationLifetimes/ClassicDesktopStyleApplicationLifetime.cs:line 120
at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime[T](T builder, String[] args, ShutdownMode shutdownMode) in /_/src/Avalonia.Controls/ApplicationLifetimes/ClassicDesktopStyleApplicationLifetime.cs:line 209
at Slithin.Program.Main(String[] args) in /home/runner/work/Slithin/Slithin/Source/Slithin/Program.cs:line 21
Aborted (core dumped)
To Reproduce
Steps to reproduce the behavior:
Open Slithin
Select device
Click connect
Expected behavior
Slithin connects and shows the main screen.
Desktop (please complete the following information):
OS: Fedora 35 (kernel 5.18.5, gnome 41.6)
Slithin version: 1.0.17.0
Remarkable version: 2.14.0.861
Additional context
I tried many versions before. I was hoping the problem would go away with newer versions. I could try compiling the source code myself, but there are no instructions on how to do it, and I have no idea how to build a C# project on linux.
I tried installing using the RPM package and also the tar.gz (same result). The issue happens both on wayland and X11 sessions. SSH into the tablet works fine. I tried in two different laptops (with same OS), connected to two different networks (home and work).
Describe the bug
After clicking connect, the program crashes with the following output:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Slithin connects and shows the main screen.
Desktop (please complete the following information):
Additional context
I tried many versions before. I was hoping the problem would go away with newer versions. I could try compiling the source code myself, but there are no instructions on how to do it, and I have no idea how to build a C# project on linux.
I tried installing using the RPM package and also the tar.gz (same result). The issue happens both on wayland and X11 sessions. SSH into the tablet works fine. I tried in two different laptops (with same OS), connected to two different networks (home and work).
Log file attached.
Thanks!
log.txt
The text was updated successfully, but these errors were encountered: