Closed bbmaster123 closed 8 months ago
The information provided by your windbg is useful, but I need it to be a bit more detailed, like a screenshot containing the stack view and debug output.
I believe this may be caused by some of the compilation options, please try adjusting the compilation options and testing on multiple physical machines as I only have one physical machine on hand at the moment and cannot do more testing. Yes, I appreciate you putting so much time into looking into these issues, but since I also maintain DwmBlurGlass and since I don't really have that much free time, I probably won't be spending much time on TF. While I still plan to add a decent amount of features to TF, they probably won't all be implemented, and for that I apologize.
Thanks for your response, and my apologies for the delay in getting back to you. Just so you know, I've put back all the modification software i had removed before (windhawk, explorerpatcher, explorermicablur, explorertool, dwmblurglass) Hopefully the information I'm gathering will help you find the real cause.
I've test in 2 VM's, but I've also tested on 2 actual machines. The VM's (one fresh, one in use daily) seem to have no issues, which would make sense if the problem was that a cpu cant execute avx2, but can be emulated through vmware. Im not sure that it is emulated, but it would make sense
my self compiled build has checksum turned on, and all avx turned off. Using your dll, I tried replacing rundll32.exe with an old version from 2021 but same thing, so I'm thinking that might not be the issue. I put the original rundll32 back after. happy to try various options and see what happens. Don't think I've tried checksum disabled and avx/avx2 disabled, ill let you know how that goes
I'm not getting crashes with my dll, except when used with explorerpatcher's "skin taskbar and tray popup menus". If that option is disabled, no problems with my tfmain64-selfcompiled.dll, not sure about TFModern though. If I get crashes after installing your release version sucessfully, I'd be happy to send you details about that as well
This would make a lot of sense. being that the problem computer in my case is an i7 920, which only supports avx but not avx2. We would need a larger sample size than this 1 computer though, and all my other computers are 2nd gen, 10th gen, and 13th gen. I'll see if I can find an appropriate old computer at work that no one is using, its a pretty chill work environment and no will will notice, care, or understand anyway :P
As requested, here are some screens of my windbg, I'm still a bit of a noob at this, so please let me know if I'm missing any vital information, or if anything else might be useful:
I did notice the source path that points to E:\Beautify\TranslucentFlyouts3\TFMain\dropdownhook.cpp, so I also tried creating that path and copying the cpp file there. It didn't make a difference but was probably worth a shot ahha
since I also maintain DwmBlurGlass and since I don't really have that much free time, I probably won't be spending much time on TF. While I still plan to add a decent amount of features to TF, they probably won't all be implemented, and for that I apologize.
which is fair enough, you don't need to justify further than that IMO, its your time and your effort! In my view, translucentflyouts has enough features already, just needs a bit more debugging I think and that should be fine for 99% of your audience, I would believe.
cheers man :D
Yes, from your screenshot I can see the illegal instruction exception, which means that the computer does not support the avx2 instruction set. As for the checksum issue it needs further confirmation, I'd start by looking at why ExplorerPatcher's option enabled causes a crash. Thanks for your feedback!
Right, no avx2 on this system, its an old system. I think this was the same one I used in high school haha I've installed my dll without avx, and with checksum turned off, no issues on this i7 920 system, immediately started downloading symbols. I think its almost certain that avx2 was the problem for installation, but I've still only tested on this system. I will definitely let you know when I've had a chance to test it on at least 1 other old computer with windows 11
As for the crashes, I turned on the menu skin setting in explorerpatcher after starting TFmain64-selfcompiled.dll, opened windbg and attached to explorer.exe and right clicked the taskbar. This is what I see:
If I'm not mistaken, wouldn't that part of the code mean its having trouble finding a resource, or maybe its locked? Just a guess really, but since that's an explorerpatcher specific setting, maybe its already managing something that TF is trying to move??
If I'm missing any information that might help do please let me know!!
BTW not a single issue with dwmblurglass on this same system or any of my other physical machines or vm's so far. Whatever the issues happen to be, I don't think it overlaps much if at all
It looks like I need more contextual information, such as the location of the source code corresponding to the ImmersiveHooks::EnableHooksInternal stack frame, since the crash doesn't happen in my tests.
oh I see, Utility isn't a source file, I guess its an intermediary file? Anyway, the previous frame 0x1 in the stack points to line 129 in HookDispatcher.hpp, and ImmersiveHooks::EnableHooksInternal at frame 0x2 points to line 228 in Hookdispatcher.cpp
Here's another few screenshots of the last handful of frames in the stack trace, hopefully it helps:
as before, I'm happy to send as much info as you need. I've also got myself a laptop with an i3 first gen, 6gb ram and an hdd from work that no one will ever need. I'll put win11 on it shortly so I can test on that system as well
Already fixed in the latest version.
Thanks ALT! can confirm the new build installs and works on all my systems first time, no trouble at all! :) No more crashing taskbar menu either, it renders a bit weird, but I don't think its a big deal, at least I don't personally mind. It just has a an opaque backdrop and an acrylic border that I can't change. To be fair, it only happens on the windows 11 taskbar with explorerpatcher enabled, the windows 10 taskbar looks normal with EP on or off.
You have march break? I think you deserve a break regardless, cheers :)
Even your debug versions won't install for me on this system (works fine on 2 of my other pc's), but when I compile myself on the system that's having trouble it installs fine, and once I set up the styles in the registry and downloaded symbols, it renders the effects just fine (TFMain64 only, compatibility mode off). I also tried removing ALL other modification software, but still almost none of the official versions will install, ever since I uninstalled v2.1, including v2, 2.1 and 3.0 pre-release. The official v2.1 x86 build still works for some reason, but only that one. When I run the install command through Windbg, it gets stuck at HookHelper if that helps at all.
some quick questions:
Everything seems to be working okay on this system for now, so this probably isn't urgent, but if there is anything I can do on my end to help at all regarding testing please let me know. I'm not a developer, but I am an advanced user and don't mind messing with things and spending time testing
Cheers :)