mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #190] App crash when unlock screen #2084
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#2084
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 @xksu on GitHub (Jan 25, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/190
Originally assigned to: @VShawn on GitHub.
Remote server is tigervnc server for win64 1.12.0.
Remote server is screen unlock state.
After connect server via vnc mode,when i try to unlock screen,app crash,and blow is the error message:
Environment
0.6.2-alpha(EXE Release).NET Framework 4.84.0.30319.42000Windows 10 Home 64-bits 6.2.9200.0 (2009)Error Info
引发类型为“System.Exception”的异常。
Stack Trace
Recent Log
@VShawn commented on GitHub (Jan 25, 2022):
Thanks for your report.
Seems it was crash beacuse of the bug from VncSharp' RemoteDesktop UpdateRemotePointer. VncSharp crashed when on moused up, and then PRemoteM crashed.
source code:
github.com/humphd/VncSharp@30b833f917/VncSharp/RemoteDesktop.cs (L806-L821)Here is the same bug from Terminals.
https://github.com/Terminals-Origin/Terminals/issues/169
Since the repository of VncSharp was archived for 4 years, I don't intend to make a PR to fix this. It's time to retire the old VncSharp and find an alternative. (Or maybe we can leave a blank default runner for vnc, and ask user select a runner then first time start the vnc session)
some alternatives:
https://github.com/quamotion/remoteviewing
https://github.com/MarcusWichelmann/MarcusW.VncClient
@xksu I recommend that you can create a VNC runner with tightVNC before I update a new vnc version.
@xksu commented on GitHub (Jan 25, 2022):
Thanks for you reply
@VShawn commented on GitHub (Jan 25, 2022):
Close for I created a new ticket for this.