-
Notifications
You must be signed in to change notification settings - Fork 27
Does not seem to install or run, but no errors #90
Comments
🤔Weird... |
22631.3085 |
I have updated the attachement, please see if it solve your problem. |
Windows 10 Pro 22H2 19045.3996. |
@UnclWish It is currently intended for Windows 11, I will add support for Windows 10 in the official release. |
I did all the same steps with the updated versions. Running the BATs as admin results in exit code 0 for each of them (which I believe means no errors) yet nothing happens. Even after rebooting, I never see symbols downloading |
Hm. After launching TF, is there anything else I should see on a system level to indicate if it's running or not, e.g. a process in task manager? |
You can find rundll32.exe in the task manager, or you can simply run the stop_win32.bat. If it is not running it will show a error message box to you. |
same. i did step by step and doesn't seem to work (build 22631.3085) |
@powerdoll Ok now that there's 2 of us, maybe we can figure out what we have in common about our devices. One possible factor occurred to me that I haven't had time to check. Do you have any windows hardening settings in gpedit or Windows Security (for example, ASLR)? I'm wondering, If TF works by patching the active memory, whether a security policy like memory address layout randomization could interfere with that. |
nope, i actually have a fresh windows 11 install, just installed explorer blur mica, that's it |
That's good to know! That actually rules out a lot. What edition to Windows do you have - Home, Pro, Enterprise? (Also I just realized I accidentally closed this issue with my last comment. Its definitely NOT complete.) |
Pro |
Interesting. I was able to install MicaForEveryone just fine, which means the issue is not with the in-memory patching, like I was originally afraid might he the case with ASLR. I am still brainstorming how else to troubleshoot TF. |
@ALTaleX531 is there a debug version of TF so I could get some sort of output or logs of what it's doing? |
|
i'm a linux user now, not my problem anymore >:D |
Okay, this is the debug output I got:
Those are the only two lines produced no matter if I run it with the It almost seems like the flags are being ignored? I have no idea how that would happen or why. In your screenshot, you have highlighted a line that says |
Interestingly, I tried running it in a Windows Sandbox. When I ran the debug version you shared in your last comment, I got an error messagebox saying |
Hmm, I also just noticed that DWMBlurGlass doesn't work on my system (but it does work inside Windows Sandbox!). It says that it installs, but doesn't actually have any effect. And to my knowledge, it uses the same or similar transparency-modifying process as TF. On the other hand, MicaForEveryone works just fine for me. Weird. @ALTaleX531 Could it have something to do with GPUs? The only other thing I can think of is that I have a Geforce RTX 4070 GPU. Do we know anything about discrete GPUs handling DWM differently? |
Since that's really a debug version, you'll need to install the appropriate VC runtime libraries in the sandbox, and here's a version that removes that dependency and contains more information. I don't think it has anything to do with the GPU at all, from the information you provided TF seems to be experiencing a crash, which could also be what DwmBlurGlass is experiencing as they both use the same code. |
Guys actually I had the same problem with V2.1.0 and had Windows 11 version 22635.3139. It just didn't work. I activated it and the mouse cursor was spinning and stopped. So I uninstalled it. This was about 1 1/2 months ago. Then just 2 weeks ago I installed 3.0.0 with the config GUI. And these are some reasons why it “maybe” wasn't working:
|
@e-t-l I think I've figured out why, because your cpu probably doesn't support the avx2 enhanced instruction set. I should be able to fix it this weekend. |
I don't know what that it, but it seems unlikely that my CPU wouldn't support it. My pc is a brand new gaming PC with the latest-gen Intel i7 CPU. (And I had previously had TF running just fine on my 10-year-old budget-bin netbook! EDIT: I checked in HWinfo and my CPU supports AVX2) But if you say you know how to fix it, then I'll trust that and eagerly await your update. (FWIW, I have not yet had the opportunity to try out the version you shared in #90 (comment), but I've been trying to figure out if there's anything else weird about my system that would make TF not work. Can you confirm whether TF works normally on a Windows machine that has Virtualization-Based Security (VBS) enabled? |
@e-t-l Please check the latest version, theoretically TF is not affected by VBS. |
Even my CPU has VBS on still its working. |
Even with that updated debug version, the output is still:
There is no other output.
I tried the latest version and, same as before, nothing happened when I ran the bat files on my host computer. And, same as before, when I ran it in Windows Sandbox, it did install and run successfully. I am really running out of ideas of why it would work in the Sandbox but not on the host PC. I have Avast Antivirus installed, but I have whitelisted all the files and folders for TF, and I have completely disabled Avast when I make these attempts. Please reopen this issue @ALTaleX531, it unfortunately is still not solved. |
So if I'm not mistaken, the TF main service died suddenly, no specified function was called, no crash occurred as there was no indication that a crash dump file was generated, and the only possibility I can think of is that it was killed. I don't really know how to fix this. |
If you are a pro user, you can try running the launch command in windbg and see if anything unusual happens. |
Sorry, what do you mean by this? I've tried running all the batch file commands (
I'm running Windows 11 Enterprise, if that's what you mean |
Oh ok, got it. Sorry I had confused the names WinDBG and DbgView. Yes, I am a power user and I do have WinDBG but haven't tried it with TF yet. I'll do that and report back |
It’s been quite a while. Any progress? |
That's a good thought! I don't think I have UMCI enabled though. And no, I've been busy with work for the last week and haven't had a chance to debug it with WinDBG. |
By the way, what exactly does the |
The /install command just makes itself start automatically after booting, if /start doesn't work then TF won't work either. |
@ALTaleX531 I have made progress. I haven't figured out the root issue, but I've discovered that I can run TF from the The installation/creation of a scheduled task doesn't seem to work from SYSTEM, though, so I'm figuring out the best way to do that manually. (Creating a scheduled task that runs as the SYSTEM user also doesn't appear to work, so I have to create it with admin privileges then call psexec.exe and pass along the start command) |
Wait, the account you're currently using isn't an administrator account? Have you made any special changes to your computer? |
No, I am the Administrator account. In other words, I am a user account in the |
I understand what you're saying, the reason I'm asking is that all of TF's operations can be done with administrator privileges, which suggests that you may have made special changes to the PC or that TF's processes have been killed. |
I agree, it's very likely I made some change when originally setting up my PC that is causing Rundll32.exe to be killed. I still intend to investigate this further (I've been too busy with work recently to run TF with WinDBG). In the meantime, I have established a workaround, in case anyone else encounters a similar issue to me:
|
I downloaded TF V3.0.0, unpacked the archive, and ran the installer bats as administrator. (Just to check, I manually opened an elevated CMD prompt and ran
start rundll32.exe "C:\Tools\TranslucentFlyouts.V3.x64\TFModern64.dll",Main /install
and/start
. For good measure, I even rebooted then again manually ranstart rundll32.exe "TFModern64.dll",Main /start
(I did all the same steps with TFMain64.dll too), but there is no indication that it is running. I never see the console window for downloading symbols appear, and there are no visible changes to any flyouts. There is no "rundll32.exe" process active in Task Manager (I don't know if there should be or not).I also tried all the steps from issue #44: I did all the above with antivirus disabled, and afterward I rebooted the PC; in Windows settings, Transparency Effects are already enabled, and the Registry entry
HKLM\Microsoft\Windows\Dwm\ForceEffectMode
does not exist. Just to check, I tried settingHKEY_CURRENT_USER\Software\TranslucentFlyouts\Menu\EnableCompatibilityMode
to1
, but it made no difference.I am running Windows 11 Enterprise x64, version 23H2, on a brand new Lenovo Legion 5i Pro (Gen 8).
Has anyone else had issues getting TF to work on Win 23H2?
The text was updated successfully, but these errors were encountered: