mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #773] Crash when switching tabs #630
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#630
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @itagagaki on GitHub (Nov 14, 2024).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/773
Originally assigned to: @VShawn on GitHub.
Steps to reproduce:
The error info is attached.
errorinfo2024-11-14-23.16.42.md
@itagagaki commented on GitHub (Nov 14, 2024):
Opening a single RDP session and clicking on that tab crashed in the same way. So it may not be a session switching issue, but simply a tab click event handler issue.
@itagagaki commented on GitHub (Nov 14, 2024):
This commit seems to be the culprit:
060dc7adbb@VShawn commented on GitHub (Nov 15, 2024):
Object reference not set to an instance of an object.From the telemetry system, I got this error report from time to time, which clearly originates from the Dragablz control. Since referencing the NuGet package doesn't show any error detail and Dragablz has not been maintained for years, I made the commit:
github.com/1Remote/1Remote@060dc7adbb, by forking Dragablz to allow the error log to display the line number of the issue in the nightly built.@VShawn commented on GitHub (Nov 15, 2024):
I found that the referenced Dragablz branch(https://github.com/BornToBeRoot/Dragablz) introduced new bug while fixing those old ones.