mydockfinder / mydockfinder-for-Win10-Win11

1.07k stars 275 forks source link

return to desktop bug (Win+D) #260

Open alishtamimi opened 2 years ago

alishtamimi commented 2 years ago

Every time I use the return to windows hotkey (Windows key + D) the lunching animation will disappear for any previously lunched windows. I believe this happens because the win+D hotkey doesn't minimize the opened windows using the minimize buttons so the closing animations wouldn't happen, then the dock doesn't recognize those previously opened windows to apply the lunching animations for them.

mydockfinder commented 2 years ago

WIN+D是瞬间隐藏窗口并最小化,窗口并没有发送最小化的消息所有没有最小化的动画,dock显示最小化动画都是拦截窗口最小化消息然后渲染的,如果没有最小化消息是不能显示动画的

------------------ 原始邮件 ------------------ 发件人: "mydockfinder/mydockfinder-for-Win10-Win11" @.>; 发送时间: 2021年11月6日(星期六) 上午10:40 @.>; @.***>; 主题: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

Every time I use the return to windows hotkey (Windows key + D) the lunching animation will disappear for any previously lunched windows. I believe this happens because the win+D hotkey doesn't minimize the opened windows using the minimize buttons so the closing animations wouldn't happen, then the dock doesn't recognize those previously opened windows to apply the lunching animations for them.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

alishtamimi commented 2 years ago

I mean, isn't there any workaround for that problem? Why not make a hotkey or a button for the dock, like the bottom corner active area to minimize all windows using the dock animation. I mean, a switch or hotkey inside your app itself, when pressed the dock, minimizes all the opened windows using the dock animations.

alishtamimi commented 2 years ago

And is there a way to control the speed of the minimizing animations? Because I found that by decreasing the rendering FPS the animations speed up, but that is mistakenly implemented because FPS has nothing to do with speed; it is to increase the smoothness of the animations.

mydockfinder commented 2 years ago

后面取消帧数的调整默认是使用最高帧数开启垂直同步,现在帧数是代码通过sleep控制的,所以帧数高了会变慢

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年11月6日(星期六) 中午1:31 收件人: @.>; 抄送: "№じ @.>; @.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

And is there a way to control the speed of the minimizing animations? Because I found that by decreasing the rendering FPS the animations speed up, but that is mistakenly implemented because FPS has nothing to do with speed; it is to increase the smoothness of the animations.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

mydockfinder commented 2 years ago

设置里面最小化有关闭最小化动画就可以了

------------------ 原始邮件 ------------------ 发件人: "mydockfinder/mydockfinder-for-Win10-Win11" @.>; 发送时间: 2021年11月6日(星期六) 中午1:28 @.>; 抄送: "№じ @.**@.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

I mean, isn't there any workaround for that problem? Why not make a hotkey or a button for the dock, like the bottom corner active area to minimize all windows using the dock animation. I mean, a switch or hotkey inside your app itself, when pressed the dock, minimizes all the opened windows using the dock animations.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

alishtamimi commented 2 years ago

okay thank you for your responses, also I found that whenever you try to minimize two windows very fast the minimizing animation will fail and be bypassed.

alishtamimi commented 2 years ago

I'm sorry to say this, but the fact that all windows minimizing action using (Windows key + D) doesn't initialize the animations. And the bug that each time I open any game the dock returns to 60 FPS automatically are really annoying, I'm going to uninstall your app unless you propose a fix. I really loved your app, but I can't use it anymore.

mydockfinder commented 2 years ago

那个60帧只是显示这样,打个比方就是60帧代码 sleep(16),如果120帧就是sleep(8),但是有的时候CPU不支持低于15以下的sleep延迟就会自动切回60帧了

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年11月7日(星期天) 上午10:28 收件人: @.>; 抄送: "№じ @.>; @.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

I'm sorry to say this, but the fact that all windows minimizing action using (Windows key + D) doesn't initialize the animations. And the bug that each time I open any game the dock returns to 60 FPS automatically are really annoying, I'm going to uninstall your app unless you propose a fix. I really loved your app, but I can't use it anymore.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

alishtamimi commented 2 years ago

NO, My CPU supports the 120 and 90 FPS, and the dock stays at 90 FPS without a problem, but once I open a game, the dock returns to 60 FPS; now, after some Investigation, I found that If I restart the dock again, the dock will return to 90 FPS.

90 FPS all the day -----< game starts -----< 60 FPS -------< restart the dock ------< returns to 90 FPS

mydockfinder commented 2 years ago

不要在意这个数字,其实都是一样的

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年11月8日(星期一) 凌晨0:34 收件人: @.>; 抄送: "№じ @.>; @.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

NO, My CPU supports the 120 and 90 FPS, and the dock stays at 90 FPS without a problem, but once I open a game, the dock returns to 60 FPS; now, after some Investigation, I found that If I restart the dock again, the dock will return to 90 FPS.

90 FPS all the day -----< game starts -----< 60 FPS -------< restart the dock ------< returns to 90 FPS

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

alishtamimi commented 2 years ago

Mmm, I don’t think you understand me, the whole animation's speed changes. And when the animations return to 60 it became much faster and not pretty at all

also, there is the bug that when I use auto-hide dock sometimes the dock icons don’t show unless I press on the dock multiple times, please Listen to my feedback

alishtamimi commented 2 years ago

I want to show you a video just to believe me 😂

alishtamimi commented 2 years ago

1

alishtamimi commented 2 years ago

The dock icons disappear occasionally, and the whole doesn't render at all, just the window preview.

alishtamimi commented 2 years ago

mostly happens because of (wind + D)

mydockfinder commented 2 years ago

我知道你说的是什么,速度的区别就是那个sleep的延时,60FPS是sleep(16),120FPS是sleep(8),所以才会有速度上的区别,但是实际应该是速度一样的,只不过你的CPU不支持延迟sleep15以下的精度,也就是当sleep(8)的时候cpu执行的还是sleep(15)

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年11月9日(星期二) 凌晨3:59 收件人: @.>; 抄送: "№じ @.>; @.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

mostly happens because of (wind + D)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

alishtamimi commented 2 years ago

Okay, you say that a laptop with an AMD ryzen9 5900HX CPU and 165HZ screen doesn't support sleep time below 15ms ? Also, what about dock icons stopping rendering occasionally?

mydockfinder commented 2 years ago

不是完全不支持,是有的时候某些软件或者某些情况下系统会把CPU延时的精度调成15ms,虽然我在dock里面设置成1ms但是系统会把它调回15,但是下次更新就会好了,开启了垂直同步直接使用最高的刷新率了 停止渲染是图标不动了还是整个程序卡住了

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年11月9日(星期二) 上午10:30 收件人: @.>; 抄送: "№じ @.>; @.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

好吧,你说 AMD ry zen 9 5900 HX CPU , 165 HZ 屏幕的笔记本不支持 15 ms 以下的睡眠时间? 另外, dock 图标偶尔停止渲染怎么办?

— 你收到这个是因为你评论了。 直接回复此邮件,在 GitHub 上查看或取消订阅. GitHub Mobile 上的分流通知监督办或机器人.

alishtamimi commented 2 years ago

First of all, thank you for your patient responses, I loved your program, and I'm going to buy it when it is available through the steam store; I'm giving you this feedbacks to help you improve your product so that It will be more beneficial for me as well. Yes, I found the dock gets stuck sometimes and stops responding, but I hope this will be fixed in the next update. So when do you plan to release the next update? Is it soon?

mydockfinder commented 2 years ago

目前是steam审核阶段要等一阵,上架之后就是新的版本,不过没有什么新的功能就是修复了很多bug和稳定性,毕竟稳定性是最重要的

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年11月9日(星期二) 上午10:55 收件人: @.>; 抄送: "№じ @.>; @.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

First of all, thank you for your patient responses, I loved your program, and I'm going to buy it when it is available through the steam store; I'm giving you this feedbacks to help you improve your product so that It will be more beneficial for me as well. Yes, I found the dock gets stuck sometimes and stops responding, but I hope this will be fixed in the next update. So when do you plan to release the next update? Is it soon?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

mydockfinder commented 2 years ago

有几个人说过卡死的问题,好像都是AMD的CPU,我是Intel的还没有过这样的情况

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年11月9日(星期二) 上午10:55 收件人: @.>; 抄送: "№じ @.>; @.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

First of all, thank you for your patient responses, I loved your program, and I'm going to buy it when it is available through the steam store; I'm giving you this feedbacks to help you improve your product so that It will be more beneficial for me as well. Yes, I found the dock gets stuck sometimes and stops responding, but I hope this will be fixed in the next update. So when do you plan to release the next update? Is it soon?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

alishtamimi commented 2 years ago

Yes, with my AMD laptop, the dock stopped working several times.

mydockfinder commented 2 years ago

但我没有AMD的电脑没法测试,不知道哪里出的问题。。。。。

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年11月9日(星期二) 中午11:26 收件人: @.>; 抄送: "№じ @.>; @.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

Yes, with my AMD laptop, the dock stopped working several times.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

alishtamimi commented 2 years ago

I don't know how to solve this; that is a very big unfortunate for AMD users.

mydockfinder commented 2 years ago

主要最近CPU挺少的,想买一个AMD的电脑都买不到,年底会换一台电脑我买一个AMD的看看

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年11月9日(星期二) 中午11:33 收件人: @.>; 抄送: "№じ @.>; @.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

I don't know how to solve this; that is a very big unfortunate for AMD users.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

alishtamimi commented 2 years ago

I found AMD CPUs very efficient compared to intel. I hope buying your app will help you buy a new laptop, release your product, and we will support you in the steam store.

mydockfinder commented 2 years ago

谢谢

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年11月9日(星期二) 中午11:38 收件人: @.>; 抄送: "№じ @.>; @.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

I found AMD CPUs very efficient compared to intel. I hope buying your app will help you buy a new laptop, release your product, and we will support you in the steam store.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

alishtamimi commented 2 years ago

You’re welcome 😇

alishtamimi commented 2 years ago

One more question, now for the installation of the dock, do I need to use the main main folder with the update folder, or just the update folder?

mydockfinder commented 2 years ago

你说的更新steam版本吗

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年11月11日(星期四) 中午1:56 收件人: @.>; 抄送: "№じ @.>; @.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

One more question, now for the installation of the dock, do I need to use the main main folder with the update folder, or just the update folder?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

alishtamimi commented 2 years ago

Now The steam version Is not out yet.

I mean the last release, 5.11, which folders I need to download to use the dock properly? X64 update.zip? Mydockfinder.zip? Or both?

mydockfinder commented 2 years ago

下载x64 update zip ,然后解压出来的exe替换就可以了

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年11月11日(星期四) 下午2:05 收件人: @.>; 抄送: "№じ @.>; @.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

Now The steam version Is not out yet.

I mean the last release, 5.11, which folders I need to download to use the dock properly? X64 update.zip? Mydockfinder.zip? Or both?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

alishtamimi commented 2 years ago

because I saw a youtube video they use the x64 update zip only without mydockfinder.zip!!

mydockfinder commented 2 years ago

那可以把mydockfinder.zip里面的dock_64.exe 替换到安装目录就可以了

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年11月11日(星期四) 下午2:07 收件人: @.>; 抄送: "№じ @.>; @.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

because I saw a youtube video they use the x64 update zip only without mydockfinder.zip!!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

alishtamimi commented 2 years ago

See this YouTube video, did he install it right?

https://youtu.be/AZ3YOJD7-gU

mydockfinder commented 2 years ago

不是,第一次安装要下载mydockfinder.zip,这个才是完整的程序包,updatezip是从旧版本更新替换的文件,比如从5.10升级5.11才下载update,如果第一次安装要下载mydockfinder.zip,文件体积最大的那个,不过我也从视频看见了好几个bug。。。。

alishtamimi commented 2 years ago

I did install the whole package file, and the update, but the close minimizing animation didn't work for me as well, I have the same bugs in the video. I don't know why?

mydockfinder commented 2 years ago

我在steam版本修复了很多bug,看看steam版本会不会变好,不过增加了多个窗口同时最小化还有WIN+D之后的恢复窗口动画

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年11月11日(星期四) 下午2:31 收件人: @.>; 抄送: "№じ @.>; @.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

我确实安装了整个包文件,并更新,但关闭最小化动画并不适合我,我在视频里也有同样的 bug 。我也不知道为什么?

— 你收到这个是因为你评论了。 直接回复此邮件,在 GitHub 上查看或取消订阅. GitHub Mobile 上的分流通知监督办或机器人.

alishtamimi commented 2 years ago

So excited for the steam version, couldn’t you release it sooner 😅😅?

mydockfinder commented 2 years ago

还没过审核,商店的截图不能有第三方软件,我还要重新截图和做视频,,,,,

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年11月11日(星期四) 下午2:36 收件人: @.>; 抄送: "№じ @.>; @.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

So excited for the steam version, couldn’t you release it sooner 😅😅?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

alishtamimi commented 2 years ago

So the final release date for the steam version is 11/26/2021 right? This is the official date!

mydockfinder commented 2 years ago

是的,steam已经完全审核过了,我设定的11月26日早上五点,时区是PST

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年11月14日(星期天) 中午1:48 收件人: @.>; 抄送: "№じ @.>; @.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

So the final release date for the steam version is 11/26/2021 right? This is the official date!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

alishtamimi commented 2 years ago

I will support you by buying your steam app because it is worth it. and if you want you can initiate a Patreon channel and will subscribe as well.

alishtamimi commented 2 years ago

Did you fully fix the AMD CPU stuck problem? I'll try to test it on my AMD laptop as well.

mydockfinder commented 2 years ago

Patreon 是什么 我都不懂。。。。。

------------------ 原始邮件 ------------------ 发件人: "mydockfinder/mydockfinder-for-Win10-Win11" @.>; 发送时间: 2021年11月15日(星期一) 下午3:23 @.>; 抄送: "№じ @.**@.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

I will support you by buying your steam app because it is worth it. and if you want you can initiate a Patreon channel and will subscribe as well.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

mydockfinder commented 2 years ago

我公司新买了一台电脑AMD 5700G的,测试了一下找到了一处卡死的问题修复了,还有就是一种情况有可能从steam全新安装就什么事都没有了,因为steam安装会补全和重新安装需要的运行库

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年11月15日(星期一) 下午3:24 收件人: @.>; 抄送: "№じ @.>; @.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

Did you fully fix the AMD CPU stuck problem? I'll try to test it on my AMD laptop as well.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

mydockfinder commented 2 years ago

Patreon是什么,我都没听过,,,

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年11月15日(星期一) 下午3:24 收件人: @.>; 抄送: "№じ @.>; @.>; 主题: Re: [mydockfinder/mydockfinder-for-Win10-Win11] return to desktop bug (Win+D) (Issue #260)

Did you fully fix the AMD CPU stuck problem? I'll try to test it on my AMD laptop as well.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

alishtamimi commented 2 years ago

https://www.patreon.com

You open a creator channel, subscriber will pay you 5$ for example each month and then you give them early access or you can give them special features.

mydockfinder commented 2 years ago

算了吧。。。  我平时还要上班的,就是业余时间写写软件,而且我的电脑也不是很好,别说视频剪辑了录屏都卡。。。

alishtamimi commented 2 years ago

Anyway, I'm so excited for steam version to test it. I hope now using my AMD CPU I'll have no more stuck problems