Jump to content

zqw31974

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    New Zealand

About zqw31974

Profile Information

  • OS
    Windows 10 x64

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

zqw31974's Achievements

2

Reputation

  1. I have found another way to solve the problem. First install Debugging Tools for Windows 10, and then save the code below as symbols.cmd 32 bit: MKDIR %userprofile%\appdata\local\temp\dlls CD C:\Windows\System32 XCOPY "dwmcore.dll" %userprofile%\appdata\local\temp\dlls CD C:\Program Files\Windows Kits\10\Debuggers\x86 SYMCHK /r %userprofile%\appdata\local\temp\dlls /s SRV*C:\AeroGlass\symbols\*http://msdl.microsoft.com/download/symbols RD /S /Q "%userprofile%\appdata\local\temp\dlls" 64 bit: MKDIR %userprofile%\appdata\local\temp\dlls CD C:\Windows\System32 XCOPY "dwmcore.dll" %userprofile%\appdata\local\temp\dlls CD C:\Program Files (x86)\Windows Kits\10\Debuggers\x64 SYMCHK /r %userprofile%\appdata\local\temp\dlls /s SRV*C:\AeroGlass\symbols\*http://msdl.microsoft.com/download/symbols RD /S /Q "%userprofile%\appdata\local\temp\dlls" Run symbols.cmd as administrator and the dwmcore.pdb folder will appear in C:\AeroGlass\symbols. Click retry button and it should work.
×
×
  • Create New...