Jump to content

AndyK70

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Posts posted by AndyK70

  1.  

    For those - like me - who experience problems with the latest Windows Updates and Aero Glass,the procedure for manually installing symbols is easy.

    You probably don't even need to install Windows Debugging Tools ;)

    • Just create a txt in C:\AeroGlass or wherever you have AeroGlass installed
    • Paste the following:
    MKDIR %userprofile%\appdata\local\temp\dllsCD C:\Windows\System32XCOPY "dwm.exe" %userprofile%\appdata\local\temp\dllsXCOPY "dwmcore.dll" %userprofile%\appdata\local\temp\dllsXCOPY "uDWM.dll" %userprofile%\appdata\local\temp\dllsCD C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x64SYMCHK /r %userprofile%\appdata\local\temp\dlls /s SRV*C:\AeroGlass\symbols\*http://msdl.microsoft.com/download/symbolsRD /S /Q "%userprofile%\appdata\local\temp\dlls"
    • Save the file and rename it to symbols.cmd
    • Right Click and run as Administrator

    That's it, the Symbols folder should have been created inside your aeroglass installation folder! Hope this helps :) 

    PS maybe info like this should be part of the OP, or be included in a readme or somewhere on aeroglass site? *hint hint*  :thumbup

     

    Obi-Wan, always a pleasure to meet a Jedi :)

     

    Where does one get SYMCHK if not the kit you mentioned? The batch failed there for me.

     

     

    Download and launch the Windows SDK Installer, on the dialog which modules to install select only the Windows Debugging Tools.

    After that start the batch again.

×
×
  • Create New...