[GH-ISSUE #877] StartAllBack causes 1Remote to disappear from the taskbar when minimized. #710

Closed
opened 2026-02-26 11:59:27 +03:00 by kerem · 14 comments
Owner

Originally created by @battlewolf9527 on GitHub (Feb 25, 2025).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/877

Originally assigned to: @VShawn on GitHub.

Describe the bug
无论是用最小化按钮还是点击任务栏图标来最小化窗口,都有几率丢失任务栏图标(仅最大化状态的窗口有此问题)

To Reproduce
Steps to reproduce the behavior:

  1. 点开任意一个远程操作
  2. 使窗口最大化
  3. 点击任务栏图标使其最小化
  4. 再次点击任务栏图标使其还原最大化状态
  5. 重复操作第三和第四步,会有几率触发BUG
  6. 要恢复丢失的任务栏图标,可通过点击最大化按钮使窗口取消最大化状态来完成

Expected behavior
A clear and concise description of what you expected to happen.

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

Desktop (please complete the following information):

  • OS: Win11 24H2 26100.3194
  • PRemoteM Version [1.1.1]

Additional context
经过测试,1Remote管理窗口也存在此问题

Originally created by @battlewolf9527 on GitHub (Feb 25, 2025). Original GitHub issue: https://github.com/1Remote/1Remote/issues/877 Originally assigned to: @VShawn on GitHub. **Describe the bug** 无论是用最小化按钮还是点击任务栏图标来最小化窗口,都有几率丢失任务栏图标(仅最大化状态的窗口有此问题) **To Reproduce** Steps to reproduce the behavior: 1. 点开任意一个远程操作 2. 使窗口最大化 3. 点击任务栏图标使其最小化 4. 再次点击任务栏图标使其还原最大化状态 5. 重复操作第三和第四步,会有几率触发BUG 6. 要恢复丢失的任务栏图标,可通过点击最大化按钮使窗口取消最大化状态来完成 **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: Win11 24H2 26100.3194 - PRemoteM Version [1.1.1] **Additional context** 经过测试,1Remote管理窗口也存在此问题
kerem 2026-02-26 11:59:27 +03:00
Author
Owner

@VShawn commented on GitHub (Feb 26, 2025):

丢失任务栏图标是指icon没了但文字还在,还是图标文字都没了? 能否给截图看看。

P.S. 我感觉可能是win11的问题

<!-- gh-comment-id:2684318622 --> @VShawn commented on GitHub (Feb 26, 2025): 丢失任务栏图标是指icon没了但文字还在,还是图标文字都没了? 能否给截图看看。 P.S. 我感觉可能是win11的问题
Author
Owner

@battlewolf9527 commented on GitHub (Feb 26, 2025):

嗯,丢失的意思是这个任务栏的按钮都没了,就像窗口被关了一样,但是实际上窗口还在,只是在任务栏上不可见了
不确实Win11是否有问题,因为别的应用都没有发现类似问题

<!-- gh-comment-id:2685441352 --> @battlewolf9527 commented on GitHub (Feb 26, 2025): 嗯,丢失的意思是这个任务栏的按钮都没了,就像窗口被关了一样,但是实际上窗口还在,只是在任务栏上不可见了 不确实Win11是否有问题,因为别的应用都没有发现类似问题
Author
Owner

@VShawn commented on GitHub (Feb 27, 2025):

Image

不确定是否和 win11 版本有关,我在 23H2 点了半天,无法复现

https://github.com/user-attachments/assets/f1c959bb-3952-4864-8738-db50bc5850ac

<!-- gh-comment-id:2686536408 --> @VShawn commented on GitHub (Feb 27, 2025): ![Image](https://github.com/user-attachments/assets/e5495384-897b-4cb2-84af-15f289f2e2b9) 不确定是否和 win11 版本有关,我在 23H2 点了半天,无法复现 https://github.com/user-attachments/assets/f1c959bb-3952-4864-8738-db50bc5850ac
Author
Owner

@battlewolf9527 commented on GitHub (Feb 27, 2025):

就是这样,将最小化的窗口点还原的时候,忽然就从任务栏消失了

https://github.com/user-attachments/assets/d70c8192-1a52-44b3-8162-4d39827cc618

主窗口的任务栏按钮也是一样会这样消失

https://github.com/user-attachments/assets/bbf9ba88-d3c0-4cc6-be33-f138c84c2e99

<!-- gh-comment-id:2686938757 --> @battlewolf9527 commented on GitHub (Feb 27, 2025): 就是这样,将最小化的窗口点还原的时候,忽然就从任务栏消失了 https://github.com/user-attachments/assets/d70c8192-1a52-44b3-8162-4d39827cc618 主窗口的任务栏按钮也是一样会这样消失 https://github.com/user-attachments/assets/bbf9ba88-d3c0-4cc6-be33-f138c84c2e99
Author
Owner

@VShawn commented on GitHub (Feb 28, 2025):

很奇怪的现象,尤其是主窗口都会被隐藏掉.

@itagagaki do you have any idea of this? I will upgrade to 24H2 to verify if the bug appears in 24H2 since it works in my 23H2

<!-- gh-comment-id:2689439004 --> @VShawn commented on GitHub (Feb 28, 2025): 很奇怪的现象,尤其是主窗口都会被隐藏掉. @itagagaki do you have any idea of this? I will upgrade to 24H2 to verify if the bug appears in 24H2 since it works in my 23H2
Author
Owner

@itagagaki commented on GitHub (Feb 28, 2025):

Not reproduced on my end (Windows 10 Pro 22H2)
Looks like it's crashing, maybe try booting Windows in safe mode+network and see if that happens?

<!-- gh-comment-id:2689526566 --> @itagagaki commented on GitHub (Feb 28, 2025): Not reproduced on my end (Windows 10 Pro 22H2) Looks like it's crashing, maybe try booting Windows in safe mode+network and see if that happens?
Author
Owner

@battlewolf9527 commented on GitHub (Feb 28, 2025):

Not reproduced on my end (Windows 10 Pro 22H2) Looks like it's crashing, maybe try booting Windows in safe mode+network and see if that happens?

The program has not crashed; it is still running, and the window is still on the desktop; it has simply disappeared from the taskbar. When the window is restored, it will reappear in the taskbar.

<!-- gh-comment-id:2689631576 --> @battlewolf9527 commented on GitHub (Feb 28, 2025): > Not reproduced on my end (Windows 10 Pro 22H2) Looks like it's crashing, maybe try booting Windows in safe mode+network and see if that happens? The program has not crashed; it is still running, and the window is still on the desktop; it has simply disappeared from the taskbar. When the window is restored, it will reappear in the taskbar.
Author
Owner

@itagagaki commented on GitHub (Feb 28, 2025):

In any case, I would like to know the results in safe mode (I know it may end up being a waste of time).

<!-- gh-comment-id:2689712999 --> @itagagaki commented on GitHub (Feb 28, 2025): In any case, I would like to know the results in safe mode (I know it may end up being a waste of time).
Author
Owner

@battlewolf9527 commented on GitHub (Feb 28, 2025):

I just tested it in safe mode, and it worked fine without this bug.

<!-- gh-comment-id:2689785381 --> @battlewolf9527 commented on GitHub (Feb 28, 2025): I just tested it in safe mode, and it worked fine without this bug.
Author
Owner

@VShawn commented on GitHub (Feb 28, 2025):

My 24H2 upgrade will be delayed because the server is running AI training.

<!-- gh-comment-id:2689951406 --> @VShawn commented on GitHub (Feb 28, 2025): My 24H2 upgrade will be delayed because the server is running AI training.
Author
Owner

@itagagaki commented on GitHub (Mar 1, 2025):

@battlewolf9527 I think @VShawn is trying to reproduce the problem by making an environment roughly similar to yours. But that seems to be taking some time. So, in the meantime, here are some things you can try.

The problem occurred under normal conditions, and not in safe mode. This means that some system or user process that is not running in safe mode might be involved in the problem. So, first, start Windows as usual, then quit (exit/terminate) all apps in the system tray to the right of the taskbar if possible, and then try 1Remote.

We'll be lucky if you can narrow down the applications that may be involved in the problem.

<!-- gh-comment-id:2692184612 --> @itagagaki commented on GitHub (Mar 1, 2025): @battlewolf9527 I think @VShawn is trying to reproduce the problem by making an environment roughly similar to yours. But that seems to be taking some time. So, in the meantime, here are some things you can try. The problem occurred under normal conditions, and not in safe mode. This means that some system or user process that is not running in safe mode might be involved in the problem. So, first, start Windows as usual, then quit (exit/terminate) all apps in the system tray to the right of the taskbar if possible, and then try 1Remote. We'll be lucky if you can narrow down the applications that may be involved in the problem.
Author
Owner

@VShawn commented on GitHub (Mar 3, 2025):

I tested it on 24H2 and unable to reproduce the bug.

<!-- gh-comment-id:2693447548 --> @VShawn commented on GitHub (Mar 3, 2025): I tested it on 24H2 and unable to reproduce the bug.
Author
Owner

@battlewolf9527 commented on GitHub (Mar 5, 2025):

破案了,是StartAllBack造成的,当我关闭StartAllBack后,1Remote就正常了

Image

我用StartAllBack开启了增强型经典任务栏,就影响了1Remote的表现,但是对别的软件没有影响。

<!-- gh-comment-id:2699897471 --> @battlewolf9527 commented on GitHub (Mar 5, 2025): 破案了,是StartAllBack造成的,当我关闭StartAllBack后,1Remote就正常了 ![Image](https://github.com/user-attachments/assets/5163ea6b-3585-42b4-b503-292b90666233) 我用StartAllBack开启了增强型经典任务栏,就影响了1Remote的表现,但是对别的软件没有影响。
Author
Owner

@VShawn commented on GitHub (Mar 6, 2025):

感谢反馈,很神奇的故障,由于是第三方应用导致的,因此我不打算修它了,尤其是我没有购买 StartAllBack 的 licence

<!-- gh-comment-id:2703797362 --> @VShawn commented on GitHub (Mar 6, 2025): 感谢反馈,很神奇的故障,由于是第三方应用导致的,因此我不打算修它了,尤其是我没有购买 StartAllBack 的 licence
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#710
No description provided.