mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #437] App stuck when click the info button on RDP connectiuon bar on Win11 #1320
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#1320
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 @zhj9709 on GitHub (Jun 20, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/437
Originally assigned to: @VShawn on GitHub.
Describe the bug
Win 11上使用1Remote全屏后查看连接信息后软件卡住,几秒后软件自动关闭。
To Reproduce
Expected behavior
点击查看连接信息是与mstsc模式一样可以正常查看连接信息
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
@zhj9709 commented on GitHub (Jun 20, 2023):
补充一下,目前我在win10上测试没有这种情况,可能是因为win11上远程桌面版本较高,可以展开看到更多的信息

@VShawn commented on GitHub (Jun 21, 2023):
maybe my Win11 is old, there's no further detail like yours when I clik the info button.
I will ttest again after I update win11 to latest.
@VShawn commented on GitHub (Jul 12, 2023):
似乎是由于最新版本 Win11 上点击信息按钮后,会对RDP的父窗口进行操作(可能只能操作WinForm而1Remote是WPF),导致父窗口崩溃。
目前没有找到确定的问题点和解决方案。
@VShawn commented on GitHub (Jul 22, 2023):
目前证实使用 winform 作为 UI 框架启动 RDP 时,在win11 上点击信息按钮不会导致崩溃。
因此很有可能是 WPF 和 win11 在信息按钮上冲突,我准备先把 win11 上的信息按钮隐藏掉以避免程序的崩溃。
@VShawn commented on GitHub (Aug 26, 2023):
I have currently disabled the information button for Win11, but I still haven't found the cause of the issue.
@VShawn commented on GitHub (Jan 21, 2025):
This issue has made progress at https://github.com/1Remote/1Remote/issues/559.