Jump to content

JTB3

Member
  • Posts

    88
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by JTB3

  1. Thanks so much for your communication, and letting us know that this great project is still alive! Looking forward to "when it's ready"!
  2. @bigmuscle Really hope you are doing well ! So many of us would REALLY appreciate an W10 v2004 compatible AeroGlass update. Let us know if there is any way we can help you! -JT
  3. Where did you download v1.5.14 from, @evgnb ?
  4. 'Patch Tuesday' has now arrived and the new W10 Cumulative Update Build 18363.778 was pushed through the regular Window update channel. As you all have reported above, Aerohost.exe now fails to load on all of my systems. Looking forward to the new patched version @bigmuscle [2020-04-14 19:10:48][0x4824:0x50FC] Machine ID: AQEHETLMVYAPEL5HNXZNLUCFPAIL3BLGNKL37ALQDLEJE7PY [2020-04-14 19:10:48][0x4824:0x50FC] Checking key 65bae9719994fa94cfea1ff0a10d10fdf2b063a3d11551b3b5555d0167f3cea086ccc2f50fd94e9c150b352d48316317 for ID AQEHETLMVYAPEL5HNXZNLUCFPAIL3BLGNKL37ALQDLEJE7PY... [2020-04-14 19:10:48][0x4824:0x50FC] Donation.key: invalid signature. [2020-04-14 19:10:48][0x4824:0x50FC] Checking key 65bae9719994fa94cfea1ff0a10d10fdf2b063a3d11551b3b5555d0167f3cea086ccc2f50fd94e9c150b352d48316317 for ID AQEHETLMMG4GKL7YNXZNLUCFE27LWE4FNKL37ALQ2LIAEDDI... [2020-04-14 19:10:48][0x4824:0x50FC] Hook (USER32.dll!DrawTextW from udwm.dll) installed [2020-04-14 19:10:48][0x4824:0x50FC] Hook (GDI32.dll!CreateBitmap from udwm.dll) installed [2020-04-14 19:10:48][0x4824:0x50FC] Hook (GDI32.dll!CreateRoundRectRgn from udwm.dll) installed [2020-04-14 19:10:48][0x4824:0x50FC] Aero Glass for Win8.1+ 1.5.13.1621 x64 correctly loaded (C:\System\Apps\AeroGlass\DWMGlass.dll). [2020-04-14 19:10:48][0x2AA8:0x4720] C:\System\Apps\AeroGlass\DWMGlass.dll has been injected into dwm.exe. [2020-04-14 19:10:49][0x4824:0xF28] DBGHELP: Symbol Search Path: .;SRV*C:\System\Apps\AeroGlass\symbols*http://msdl.microsoft.com/download/symbols [2020-04-14 19:10:49][0x4824:0xF28] Loading settings (flags = 0x3) from HKEY 0x0000000000001150 for session #1 [2020-04-14 19:10:49][0x4824:0xF28] dwmcore.dll version 10.0.18362.752 [2020-04-14 19:10:49][0x4824:0xF28] udwm.dll version 10.0.18362.752 [2020-04-14 19:10:50][0x4824:0xF28] Symbols loaded from external files: 0x2000 [2020-04-14 19:10:51][0x2AA8:0x4720] dwm.exe process crashed several times. DLL injection has been stopped. -JT
  5. Thx @cubedj21 for this info. Good to know that the search box issue originates from MS. It's currently a PITA and I hope an update is imminent.
  6. Can someone ( @georgeasch , @cubedj21) please upload/post a link to ONE version 1.1.8.5? I'm having trouble with version 1.1.9.0 where the search box is crapping out (it just stops working) after a while using Win10 version 19H2 v1909. Many Thanks! -JT
  7. Thank you, @bigmuscle for v1.5.13 - Much appreciated! -JT
  8. Bizarre! I've run/tested the PDBDownloader on my Win10 laptop, which does NOT have the debugging tools installed on it, and it runs/downloads the symbols perfectly (without any need to run as admin)! I'm not sure what's different on your system or what could be causing that CMD window to appear. Even the Github home page for the repository says specifically that 'No Debugging tools are Required' and 'No Admin access' required. https://github.com/rajkumar-rangaraj/PDB-Downloader ...
  9. I've had the same issue with the symbols not downloading after Win 10 cumulative updates. Here's a very simple tool/method to manually download the symbols without the need to install the Windows Debugging Tools. Simply: Download the free/open-source 'PDB Downloader' here: https://github.com/rajkumar-rangaraj/PDB-Downloader/releases Run the standalone program and set the 'Saving To:' directory to your local AeroGlass/Symbols location: Next, in the PDB Downloader, open the following 2 files: • C:\Windows\System32\dwmcore.dll • C:\Windows\System32\uDWM.dll Press the 'Start' button at the bottom to begin the download process (see screenshot below). Voila! Now simply hit 'Retry' on the Aero Glass error window, kill/restart dwm.exe in Task Manager, or reboot. You are now 'good to go!' The above 'works like a charm' in just seconds anytime there is an issue with the AeroGlass symbols and requires no installation of the win debugging tools. Hope this helps! -JT
  10. This post listed above gives instructions to manually download the latest W10 symbols to work with any version of AeroGlass. I recently used this technique after the previous cumulative update, and I expect it should work fine for the 19H2 update... -JT
  11. Yes, the script only gets run 'on logon', just before Chrome auto starts. If one manually exits Chrome, the shortcut used to relaunch (as mentioned previously) must also contain the additional startup switch(s). As far as your closed tabs are concerned, I recommend the awesome 'session buddy' Chrome extension: https://chrome.google.com/webstore/detail/session-buddy/edacconmaakjimmfgnblocblbcdcpbko
  12. Great @AdamW! Hope it all installs smoothly for you... -JT
  13. @gitit20, The last file is the .XML/task profile to be imported into the Windows Task Scheduler. Nothing else needs to accompany the .exe file. After importing the 'ChromeAutoLaunch' task scheduler profile, check that the 'Run with highest privileges' security option is also checked and that the profile is indeed being run from your Windows user account. Also double check that the .exe has been copied to the 'C:\System\Scripts' directory and that this matches the ChromeAutoLaunch.exe location in the Task Scheduler. The icon file is only needed if one edits and then re-compiles the script. Hope this helps. Everything works flawlessly on all of my PCs -JT
  14. @gitit20, In the 'ChromeAutoLaunch' task scheduler profile, check that the 'Run with highest privileges' security option is checked and that the profile is indeed being run from your Windows user account. Also double check that the .exe is indeed located in the 'C:\System\Scripts' directory.
  15. For anyone that's using AeroGlass with Chrome Browser (v76+) configured to startup with windows and run in the background, you've probably noticed that the required command line switch --disable-windows10-custom-titlebar is NOT remembered at startup time. Unfortunately, if you manually edit the ChromeAutoLaunch registry key, it will get overwritten every time Chrome exits. To address this issue, I created a simple AutoHotkey script that is run 'on login' as a Scheduled Task that automatically adds the necessary startup switch to the required 'ChromeAutoLaunch...' registry key (which has a custom suffix for different users). I also added a 2nd useful switch --save-page-as-mhtml as well. The compiled script, source code, task scheduler (xml) import file, and installation instructions can all be found at this Link. Cheers, -JT
  16. For anyone that's using AeroGlass with Chrome Browser (v76+) configured to startup with windows and run in the background, you've probably noticed that the command line switch --disable-windows10-custom-titlebar is NOT remembered at startup time. Unfortunately, if you manually edit the ChromeAutoLaunch registry key, it will get overwritten every time Chrome exits. To address this issue, I created a simple AutoHotkey script that is run 'on login' as a Scheduled Task that automatically adds the necessary startup switch to the required 'ChromeAutoLaunch...' registry key (which has a custom suffix for different users). I also added a 2nd useful switch --save-page-as-mhtml as well. For the benefit of the AeroGlass community, I've attached the complied script and source code in a Zip file. Installation Instructions: 1) Create directory: C:\System\Scripts 2) Copy ChromeAutoLaunch.exe into this directory 3) Open Windows 'Task Scheduler' and import and save the ChromeAutoLaunch.xml task file. The scheduled task will run both at startup and every time the registered user logs in and will insert the switch(s) into the reg key before chrome starts. If one manually exits Chrome, the shortcut used to relaunch (as mentioned previously) must also contain the additional startup switch(s). Feel free the edit the code (+task) and recompile it if you would like to customize either the script directory or the switches to be inserted. Cheers, -JT ChromeAutoLaunch_AHK.zip
  17. Tested the new AeroGlass v1.5.12 all day yesterday and today. Working flawlessly on both of my computers running BOTH 1809 and 1903. Great work @bigmuscle!
  18. Many thanks for this latest release, @bigmuscle I'll be installing this later today after my 1903 upgrade! -JT
  19. No issues on my end either. Hopefully we are close to a full release @bigmuscle If more time is still needed, pls consider releasing a 'beta' for registered license keys w/o the debug window & watermark. Thx for your continued work on AG!
  20. @UCyborg In which Chrome version does this new parameter/switch go into effect? I just tested it in Chrome 75 and it doesn't work. Perhaps Chrome 76?
  21. @UCyborg Is this good news? Does it mean that the 'disable-windows10-custom-titlebar' parameter/feature will still be available in Chrome 76? (and beyond?)
  22. Can anyone summarize the 'negative' side-effects of using 'Win 8' compatibility mode with Chrome / AeroGlass. I for one, noticed significantly slower page reloads and new tab/window creation. What other side-effects have been observed? Thx!
  23. Thx for confirming this @UCyborg, Sad to hear... So much of my desktop experience is in Chrome-based browser and app windows (I'm sure this is also true for many others). This makes me think twice now about using (and waiting months) for delayed Aero-Glass updates. -JT
  24. Thanks @Wolfshadow! Looks like the 'writings on the wall' with this capability then. The 'Win 8 Compatibility" method is a poor substitute. Perhaps someone will discover another workaround... -JT


×
×
  • Create New...