Jump to content

Prado

Member
  • Posts

    14
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Russian Federation

Posts posted by Prado

  1. 18 minutes ago, Cris_ said:

    Build AeroGlass .834 works without any issue here after the Windows updates yesterday!  ^^ Windows 10.0.14393.693 x64.

    
    [2017-03-15 11:02:17][0x21DC:0x1F58] Machine ID: WHB4W4LJU7ZIILHAYWBFxxxxxXLPOXVBMLDC2YQLLBT6DVY
    [2017-03-15 11:02:17][0x21DC:0x1F58] Checking key 90c84977565c768ab126bxxxxx70f430a2c6797f56ebb8aca097b98927858dxxxxx798df7136a1454e6557a8ca470a for ID WHB4W4LJU7ZIILHAYWBFxxxxxFXLPOXVBMLDC2YQLLBT6DVY...
    [2017-03-15 11:02:17][0x21DC:0x1F58] DllGetClassObject CLSID {DDC05A5A-351A-4E06-8EAF-54EC1BC2DCEA}, IID {00000001-0000-0000-C000-000000000046}
    [2017-03-15 11:02:17][0x21DC:0x1F58] Hook (USER32.dll!CreateWindowInBandEx from ApplicationFrame.dll) installed
    [2017-03-15 11:02:17][0x21DC:0x1F58] Delayed hook (ext-ms-win-ntuser-window-l1-1-1.dll!CreateWindowExW from ApplicationFrame.dll) installed
    [2017-03-15 11:02:17][0x21DC:0x1F58] Hook (GDI32.dll!StretchDIBits from ApplicationFrame.dll) installed
    [2017-03-15 11:02:17][0x21DC:0x1F58] DllGetClassObject CLSID {DDC05A5A-351A-4E06-8EAF-54EC1BC2DCEA}, IID {00000001-0000-0000-C000-000000000046}
    [2017-03-15 11:02:44][0x2578:0x2934] Machine ID: WHB4W4LJU7ZIILHAYWBFxxxxxFXLPOXVBMLDC2YQLLBT6DVY
    [2017-03-15 11:02:44][0x2578:0x2934] Checking key 90c84977565c768ab126xxxxxd70f430a2c6797f56ebb8aca097b98927858xxxxxc44798df7136a1454e6557a8ca470a for ID WHB4W4LJU7ZIILHAYWBFxxxxxFXLPOXVBMLDC2YQLLBT6DVY...
    [2017-03-15 11:02:44][0x2578:0x2934] Hook (USER32.dll!DrawTextW from udwm.dll) installed
    [2017-03-15 11:02:44][0x2578:0x2934] Hook (GDI32.dll!CreateBitmap from udwm.dll) installed
    [2017-03-15 11:02:44][0x2578:0x2934] Hook (GDI32.dll!CreateRoundRectRgn from udwm.dll) installed
    [2017-03-15 11:02:44][0x2578:0x2934] Aero Glass for Win8.1+ 1.5.2.848 x64 correctly loaded (C:\Optik\AeroGlass\DWMGlass.dll).
    [2017-03-15 11:02:44][0x584:0x588] C:\Optik\AeroGlass\DWMGlass.dll has been injected into dwm.exe.
    [2017-03-15 11:02:45][0x2578:0x24CC] DBGHELP: Symbol Search Path: .;SRV*C:\Optik\AeroGlass\symbols*http://msdl.microsoft.com/download/symbols
    [2017-03-15 11:02:45][0x2578:0x24CC] Loading settings (flags = 0x3) from HKEY 0x00000000000005CC for session #5
    [2017-03-15 11:02:45][0x2578:0x24CC] dwmcore.dll version 10.0.14393.479
    [2017-03-15 11:02:45][0x2578:0x24CC] udwm.dll version 10.0.14393.0

    . After yesterday's updates, the build of Windows rises to version 14393.953.

  2. 47 minutes ago, bigmuscle said:

    There is no magic in it. Just a standard API :)

    
    for (unsigned int i = 1; i < iMaxPart; ++i) {
    	RECT rc = { 0 };
    	if (GetThemeRect(hTheme, i, 0, TMT_ATLASRECT, &rc) == S_OK) {
    		fprintf(f, "%u;0;8002=%u,%u,%u,%u\n", i, rc.left, rc.top, rc.right, rc.bottom);
    	}
    }

    .. A decision on when to expect in 1607?

  3.  

    Actually, this should not happen and the key (and machine code) should stay same. Some users already reported this to me in the past but when I asked for more details, it always ended without any more feedback from them so I could not look at it more. I believe it is some very rare driver issue but I cannot analyse it without checking both installations (with different key) on the same system (especially what HDD ID is returned from system).

     

    ... I understand, though strangely enough, why such a machine code was issued after reinstalled a couple of times and the code has not been changed, but not fundamentally, the key is deactivated and the left there is another generation.

×
×
  • Create New...