[GH-ISSUE #1064] 莫名出现任务栏高亮 #2756

Closed
opened 2026-03-01 17:23:05 +03:00 by kerem · 6 comments
Owner

Originally created by @hlc1209 on GitHub (Feb 2, 2026).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/1064

Originally assigned to: @VShawn on GitHub.

Describe the bug
经常莫名出现任务栏高亮,点开并没有发现远程主机有任何windows通知

To Reproduce
Steps to reproduce the behavior:

  1. rdp链接建立
  2. 等待几个小时
  3. 高亮出现

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Win 11 25H2
  • PRemoteM Version 1.3.0 alpha 2025-12-01

Additional context
Add any other context about the problem here.

Originally created by @hlc1209 on GitHub (Feb 2, 2026). Original GitHub issue: https://github.com/1Remote/1Remote/issues/1064 Originally assigned to: @VShawn on GitHub. **Describe the bug** 经常莫名出现任务栏高亮,点开并没有发现远程主机有任何windows通知 **To Reproduce** Steps to reproduce the behavior: 1. rdp链接建立 2. 等待几个小时 3. 高亮出现 **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: Win 11 25H2 - PRemoteM Version 1.3.0 alpha 2025-12-01 **Additional context** Add any other context about the problem here.
kerem 2026-03-01 17:23:05 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@VShawn commented on GitHub (Feb 3, 2026):

是挂机后出现的吗?请检查搜索一下日志文件中是否存在“exit with error code”,出现这个表示RDP发生断卡并自动重连,RDP断开后会发出闪烁通知。

<!-- gh-comment-id:3838591472 --> @VShawn commented on GitHub (Feb 3, 2026): 是挂机后出现的吗?请检查搜索一下日志文件中是否存在“exit with error code”,出现这个表示RDP发生断卡并自动重连,RDP断开后会发出闪烁通知。
Author
Owner

@hlc1209 commented on GitHub (Feb 3, 2026):

是挂机后出现的吗?请检查搜索一下日志文件中是否存在“exit with error code”,出现这个表示RDP发生断卡并自动重连,RDP断开后会发出闪烁通知。

30天的日志里只有一次出现exit with error code,但是基本每天都会出现闪烁通知。我会保持多个rdp链接,不同链接也是分开来出现闪烁的。

<!-- gh-comment-id:3839306244 --> @hlc1209 commented on GitHub (Feb 3, 2026): > 是挂机后出现的吗?请检查搜索一下日志文件中是否存在“exit with error code”,出现这个表示RDP发生断卡并自动重连,RDP断开后会发出闪烁通知。 30天的日志里只有一次出现exit with error code,但是基本每天都会出现闪烁通知。我会保持多个rdp链接,不同链接也是分开来出现闪烁的。
Author
Owner

@hlc1209 commented on GitHub (Feb 3, 2026):

误按closed了。

<!-- gh-comment-id:3839308348 --> @hlc1209 commented on GitHub (Feb 3, 2026): 误按closed了。
Author
Owner

@hlc1209 commented on GitHub (Feb 3, 2026):

我看了一下确定出现这种情况的日期的日志,大概几十条,每条都是相同的
[T:019][23:54:46.231] Warning [VersionHelper.cs(CheckUpdateFromUrl:255)]

System.AggregateException: One or more errors occurred. (Response status code does not indicate success: 404 (Not Found).)
---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 404 (Not Found).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at System.Net.Http.HttpClient.GetByteArrayAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
at Shawn.Utils.HttpHelper.GetAsync(String url, Encoding encoding) in D:\a\1Remote\1Remote\Shawn.Utils\Shawn.Utils\HttpHelper.cs:line 62
--- End of inner exception stack trace ---
at Shawn.Utils.VersionHelper.CheckUpdateFromUrl(String checkUrl, String publishUrl) in D:\a\1Remote\1Remote\Shawn.Utils\Shawn.Utils\VersionHelper.cs:line 255

StackTrace: at Shawn.Utils.VersionHelper.CheckUpdateFromUrl(String checkUrl, String publishUrl) in D:\a\1Remote\1Remote\Shawn.Utils\Shawn.Utils\VersionHelper.cs:line 255

InnerException: Response status code does not indicate success: 404 (Not Found).

Inner StackTrace: at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at System.Net.Http.HttpClient.GetByteArrayAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
at Shawn.Utils.HttpHelper.GetAsync(String url, Encoding encoding) in D:\a\1Remote\1Remote\Shawn.Utils\Shawn.Utils\HttpHelper.cs:line 62

<!-- gh-comment-id:3839313427 --> @hlc1209 commented on GitHub (Feb 3, 2026): 我看了一下确定出现这种情况的日期的日志,大概几十条,每条都是相同的 [T:019][23:54:46.231] `Warning` [VersionHelper.cs(CheckUpdateFromUrl:255)] > System.AggregateException: One or more errors occurred. (Response status code does not indicate success: 404 (Not Found).) > ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 404 (Not Found). > at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode() > at System.Net.Http.HttpClient.GetByteArrayAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken) > at Shawn.Utils.HttpHelper.GetAsync(String url, Encoding encoding) in D:\a\1Remote\1Remote\Shawn.Utils\Shawn.Utils\HttpHelper.cs:line 62 > --- End of inner exception stack trace --- > at Shawn.Utils.VersionHelper.CheckUpdateFromUrl(String checkUrl, String publishUrl) in D:\a\1Remote\1Remote\Shawn.Utils\Shawn.Utils\VersionHelper.cs:line 255 > StackTrace: at Shawn.Utils.VersionHelper.CheckUpdateFromUrl(String checkUrl, String publishUrl) in D:\a\1Remote\1Remote\Shawn.Utils\Shawn.Utils\VersionHelper.cs:line 255 > InnerException: Response status code does not indicate success: 404 (Not Found). > Inner StackTrace: at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode() > at System.Net.Http.HttpClient.GetByteArrayAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken) > at Shawn.Utils.HttpHelper.GetAsync(String url, Encoding encoding) in D:\a\1Remote\1Remote\Shawn.Utils\Shawn.Utils\HttpHelper.cs:line 62
Author
Owner

@VShawn commented on GitHub (Feb 3, 2026):

Warning [VersionHelper.cs(CheckUpdateFromUrl:255)]

这个是检查更新的 http 连接失败,不影响的。

搜了一下我主动控制去闪烁的只有下面这两个地方:

https://github.com/search?q=repo%3A1Remote%2F1Remote%20Flash&type=code

和你描述的都不匹配,暂时看不出来到底是为什么会闪烁。

如果你有能力可以自己下载源码调试一下,看到底是哪里触发了任务栏闪烁。

<!-- gh-comment-id:3839905506 --> @VShawn commented on GitHub (Feb 3, 2026): > Warning [VersionHelper.cs(CheckUpdateFromUrl:255)] 这个是检查更新的 http 连接失败,不影响的。 搜了一下我主动控制去闪烁的只有下面这两个地方: https://github.com/search?q=repo%3A1Remote%2F1Remote%20Flash&type=code 和你描述的都不匹配,暂时看不出来到底是为什么会闪烁。 如果你有能力可以自己下载源码调试一下,看到底是哪里触发了任务栏闪烁。
Author
Owner

@hlc1209 commented on GitHub (Feb 3, 2026):

Warning [VersionHelper.cs(CheckUpdateFromUrl:255)]

这个是检查更新的 http 连接失败,不影响的。

搜了一下我主动控制去闪烁的只有下面这两个地方:

https://github.com/search?q=repo%3A1Remote%2F1Remote%20Flash&type=code

和你描述的都不匹配,暂时看不出来到底是为什么会闪烁。

如果你有能力可以自己下载源码调试一下,看到底是哪里触发了任务栏闪烁。

不懂调式😂
是否有可能是嵌套rdp的原因,例如分辨率的自适应调整?我会用另一台电脑rdp到这台主机,这时候原来的1remote全屏窗口可能要自动调整分辨率。但是我刚才试了下主动触发,也没有引发闪烁。
我再观察一下吧

<!-- gh-comment-id:3840072849 --> @hlc1209 commented on GitHub (Feb 3, 2026): > > Warning [VersionHelper.cs(CheckUpdateFromUrl:255)] > > 这个是检查更新的 http 连接失败,不影响的。 > > 搜了一下我主动控制去闪烁的只有下面这两个地方: > > https://github.com/search?q=repo%3A1Remote%2F1Remote%20Flash&type=code > > 和你描述的都不匹配,暂时看不出来到底是为什么会闪烁。 > > 如果你有能力可以自己下载源码调试一下,看到底是哪里触发了任务栏闪烁。 不懂调式😂 是否有可能是嵌套rdp的原因,例如分辨率的自适应调整?我会用另一台电脑rdp到这台主机,这时候原来的1remote全屏窗口可能要自动调整分辨率。但是我刚才试了下主动触发,也没有引发闪烁。 我再观察一下吧
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
starred/1Remote#2756
No description provided.