Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

[Bug] Crash after clicking connect on Fedora 35 #234

Closed
tgarr opened this issue Jun 21, 2022 · 1 comment
Closed

[Bug] Crash after clicking connect on Fedora 35 #234

tgarr opened this issue Jun 21, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@tgarr
Copy link

tgarr commented Jun 21, 2022

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:

  1. Open Slithin
  2. Select device
  3. 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).

Log file attached.

Thanks!

log.txt

@tgarr tgarr added the bug Something isn't working label Jun 21, 2022
@furesoft
Copy link
Owner

1.0.18 should solve the problem. I'll make a build instruction in the wiki. Thanks for the advice

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants