[GH-ISSUE #414] Pre Release crashing #218

Closed
opened 2026-05-05 22:14:24 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @clankill3r on GitHub (Apr 8, 2026).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/414

commit #3892091

thread 'main' (6196) panicked at src\config.rs:439:14:
config
note: run with ⁠ RUST_BACKTRACE=1 ⁠ environment variable to display a backtrace
[2026-04-08T12:52:12Z ERROR lan_mouse_gtk] io error occured: ⁠ An existing connection was forcibly closed by the remote host. (os error 10054) ⁠

This happens when:

[ Windows ][ Mac ]

I add the windows machine as a connection on the mac.
Then when I move the mouse out of the screen I get a "Unauthorized Device" popup on windows.
If I then click authorize and fill in a description and click confirm then it crashes.

The output with RUST_BACKTRACE=full is the following:

thread 'main' (4496) panicked at src\config.rs:439:14:
config
stack backtrace:
   0:     0x7ff7aaf113ee - <unknown>
   1:     0x7ff7aac9a8f1 - <unknown>
   2:     0x7ff7aaf10564 - <unknown>
   3:     0x7ff7aaf102f0 - <unknown>
   4:     0x7ff7aaf17285 - <unknown>
   5:     0x7ff7aaf1722f - <unknown>
   6:     0x7ff7aaf1721e - <unknown>
   7:     0x7ff7ab032c9d - <unknown>
   8:     0x7ff7ab032fd5 - <unknown>
   9:     0x7ff7aade4e95 - <unknown>
  10:     0x7ff7aac2b22e - <unknown>
  11:     0x7ff7aac14fa5 - <unknown>
  12:     0x7ff7ab02e494 - <unknown>
  13:     0x7ff7aac225b6 - <unknown>
  14:     0x7ff7aac08176 - <unknown>
  15:     0x7ff7aac2f905 - <unknown>
  16:     0x7ff7ab02ae7c - <unknown>
  17:     0x7ffdd8c6e8d7 - BaseThreadInitThunk
  18:     0x7ffdda08c48c - RtlUserThreadStart
[2026-04-08T13:01:43Z ERROR lan_mouse_gtk] io error occured: `An existing connection was forcibly closed by the remote host. (os error 10054)`

Let me know if I can be of further help.

Originally created by @clankill3r on GitHub (Apr 8, 2026). Original GitHub issue: https://github.com/feschber/lan-mouse/issues/414 commit #3892091 > thread 'main' (6196) panicked at src\config.rs:439:14: config note: run with ⁠ RUST_BACKTRACE=1 ⁠ environment variable to display a backtrace [2026-04-08T12:52:12Z ERROR lan_mouse_gtk] io error occured: ⁠ An existing connection was forcibly closed by the remote host. (os error 10054) ⁠ This happens when: [ Windows ][ Mac ] I add the windows machine as a connection on the mac. Then when I move the mouse out of the screen I get a "Unauthorized Device" popup on windows. If I then click authorize and fill in a description and click confirm then it crashes. The output with `RUST_BACKTRACE=full` is the following: ``` thread 'main' (4496) panicked at src\config.rs:439:14: config stack backtrace: 0: 0x7ff7aaf113ee - <unknown> 1: 0x7ff7aac9a8f1 - <unknown> 2: 0x7ff7aaf10564 - <unknown> 3: 0x7ff7aaf102f0 - <unknown> 4: 0x7ff7aaf17285 - <unknown> 5: 0x7ff7aaf1722f - <unknown> 6: 0x7ff7aaf1721e - <unknown> 7: 0x7ff7ab032c9d - <unknown> 8: 0x7ff7ab032fd5 - <unknown> 9: 0x7ff7aade4e95 - <unknown> 10: 0x7ff7aac2b22e - <unknown> 11: 0x7ff7aac14fa5 - <unknown> 12: 0x7ff7ab02e494 - <unknown> 13: 0x7ff7aac225b6 - <unknown> 14: 0x7ff7aac08176 - <unknown> 15: 0x7ff7aac2f905 - <unknown> 16: 0x7ff7ab02ae7c - <unknown> 17: 0x7ffdd8c6e8d7 - BaseThreadInitThunk 18: 0x7ffdda08c48c - RtlUserThreadStart [2026-04-08T13:01:43Z ERROR lan_mouse_gtk] io error occured: `An existing connection was forcibly closed by the remote host. (os error 10054)` ``` Let me know if I can be of further help.
Author
Owner

@feschber commented on GitHub (Apr 8, 2026):

fixed in aef05f386f

<!-- gh-comment-id:4207535939 --> @feschber commented on GitHub (Apr 8, 2026): fixed in aef05f386f5dd4d7e5c4fd0fb4e25477cef0613a
Author
Owner

@feschber commented on GitHub (Apr 8, 2026):

new pre-release should be up soon

<!-- gh-comment-id:4207537493 --> @feschber commented on GitHub (Apr 8, 2026): new pre-release should be up soon
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#218
No description provided.