Does not work in 22572? #1055
Replies: 9 comments 31 replies
-
Same here, the taskbar (and even some windows) seem to go in background, when I click on them. Sorry for these unstructured information but the buggy behavior of the windows and the taskbar seemed very unstructured indeed. BTW: Thanks for the nice solution for something microsoft completely fucked up. |
Beta Was this translation helpful? Give feedback.
-
The transparent taskbar is apparently linked with trying to use unstacked buttons. If you do the trick of modifying the register to allow unstacked buttons you get the same behaviour than EP: transparent taskbar and explorer freezes, |
Beta Was this translation helpful? Give feedback.
-
I ran into the same thing. This is a great product. |
Beta Was this translation helpful? Give feedback.
-
Endless posts, no one can determine a cause. Only @Mario-Pajas sketched up something of interest, couldn’t get all the way there in one message, @chip33 has to come up and provide the full story, no one can test the theory, everyone reports how “uninstall solved the issue”. What a surprise, indeed. |
Beta Was this translation helpful? Give feedback.
-
I just tried the regtweaks to StuckRects3 key to see if i could reproduce this transparent taskbar and explorer-freeze described by @Mario-Pajas but could not reproduce. |
Beta Was this translation helpful? Give feedback.
-
@valinet: "Description Problem signature For any additional info, please point me to instructions about using console, dumps etc in EP |
Beta Was this translation helpful? Give feedback.
-
Taskbar thumbnails in OS builds 22567+ have been fixed in the latest pre-release. An update will be pushed soon. It is beyond my understanding how things can break like this. Seems someone took out a few lines from the source code, enough to break the calls made by
Btw, does anyone know in which build did the thumbnails break? I have set it to apply the patch for OS builds 22567 and up, although it may have started earlier, not that it really matters. As I have been asked repeatedly, diagnosing this began by attaching with WinDbg to
This clearly indicates where the problem originates from. Line 297 in Again, idk how such breakage happens when it comes to human actions over the source code, but well... idk, I am very curious to find out. Unfortunately, the disassembly doesn't tell you that. So yeah, once we decide from what build onward to have this patch active, I will push the update and a new pre-release will be generated. Is 22567 okay? Regarding that transparent taskbar thing, I have yet to reproduce it. Everything else seems to work fine on my end. Maybe I'd have to install Windows Pro or Home instead of Enterprise? It's true that the install that I have is rock solid, moves fast, doesn't have the usual crap, since yeah, it's Enterprise. |
Beta Was this translation helpful? Give feedback.
-
Well, yeah, seems to happen only in Windows "Pro" (and probably Home as well). I have switched from 22572 Enterprise to 22572 "Pro" in my VM and have a transparent taskbar now. |
Beta Was this translation helpful? Give feedback.
-
Okay, figured out the transparent taskbar problem as well. Again, some new "addition" by Microsoft that they obviously haven't bothered to test that it works with the legacy taskbar as well. To keep it short, the taskbar acrylic is set up in this function:
Basically, the now classic
Basically, the old behavior is guarded by that I don't know exactly what that
Of course, of interest is This takes care of the second issue with the latest build. This Insider build is pretty sketchy out of the box nevertheless: the Settings app always fails to open for me, ExplorerPatcher installed or not. As well, I got some crashes, but can't yet pinpoint what is the culprit. For now, I have pushed the 2 fixes (transparent taskbar + taskbar thumbnails) to the repo, and hopefully they work for you as well. Hopefully, the above 2 explanations will shed some light on why supporting these Insider builds is a pain the ass. The code is too volatile, they test a ton of shenanigans that do not even make it to final builds and so on. Also, you see hands on why this can't run on ARM64 out of the box. The patch above clearly alters amd64 assembly, so of course it works only on amd64 processors. A different patch has to obviously be written for this to work on ARM64 as well, which runs an ARM64 version of Regarding other issues with this build, I don't have much else time to investigate. It otherwise seems to work fine, although, as I said, in general, I personally can't to regular things in this build, like open Task Manager or the Settings app, and tbh, I don't even care to do. I solved a hang by hard resetting the VM, and it never happened since. Work in the area of fixing the program for this build has been done, you can build on that if you need more. Thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was using EP from months ago, but the latest releases are giving me a lot of problems. In the latest previous releases I did not get the preview image when hovering over a program opened in the taskbar. Now the taskbar is transparent and I get freezes after the start up that forces me to reboot the system. I had to uninstall it.
Beta Was this translation helpful? Give feedback.
All reactions