Jump to content

bigmuscle

Patron
  • Posts

    1,758
  • Joined

  • Days Won

    7
  • Donations

    0.00 USD 
  • Country

    Czech Republic

Everything posted by bigmuscle

  1. Yes. If you use installer, it provides you an option to select which mode to use. If you install manually, then Accent mode is used by default (with opacity = 4).
  2. To have acrylic effect, you must configure it on your own: http://glass8.eu/out/changelogRS2.txt Acrylic effect is nothing more then blurred background + transparent color over it + transparent noise texture over it.
  3. No, I checked the database and the donation key from your debug.log has been generated for different machine code.
  4. You are right, there seems to be bug. However, it seems that the stability fixes introduced in the most recent beta version address this issue too.
  5. Donation key is valid only for the computer configuration which it has been generated for.
  6. The exception information can be logged in event log, but it probably contains only value 0x8000FFFF, because the code just calls ModuleFailFastForHRESULT(0x8000FFFF) in this situation. As to debugging, if I use virtual machine, I can connect remote debugger to it and debug the assembly normally as any other application. But for local debugging, I can use only printf logs (or dump file for crashes), because attaching the debugger to DWM stops the desktop rendering .
  7. The exception code probably means nothing special. Whenever any function returns HRESULT different from S_OK, DWM throws the exception with this code. The most important is the exception structure member "ExceptionInformation" which contains HRESULT value.
  8. DWM crashes with this code are not Aero Glass related. It probably happens when video adapter driver is disconnected and it randomly happens even without Aero Glass for a few last Win10 builds (but it is probably less noticable without Aero Glass which has some delay when it tries to generate minidump file on crash). About Fast Startup problem.. yes, there is some problem that Win10 behaves inconsistently between normal and fast startup. In fact, Win10 "Fast Startup" feature is one of the most buggy thing in Win10 and it is responsible for many "random" problems. For this reason, I disable it on every installation. As a workaround for current build, you could set this registry value: HKLM/SOFTWARE/Microsoft/Windows/DWM - DWORD GeometryCommand value set to 0x1cc.
  9. The mail with instructions was send to your e-mail address, but it returned that the mailbox is inaccessible. Sorry, but I cannot be responsible when someone specifies invalid e-mail address. In any case, you can always read and follow the instructions in the local topic "READ FIRST".
  10. It crashes with certain video drivers only, I already have a fix, but I didn't have time to make it ready it yet.
  11. Your password is attached in the e-mail only when it is your first donation. If it is not the first donation, the password is not there because it is not stored anywhere. You can always log in using your postal code from your PayPal or request new password from the link at the login page.
  12. Do you use default Aero Glass theme or some specific theme?
  13. Please, could you test how this build behaves? http://glass8.eu/out/rs5_17763_1564_x64dbg.7z
  14. Thank you for the test. I found out that there are more scenarios when it can crash. I fixed the first one, this seems to be a different one.
  15. Please, refer to the end of the following topic, it is probably the same issue.
  16. Please, could you test how this build behaves? http://glass8.eu/out/rs5_17763_1551_x64dbg.7z
  17. Thank you, I will try to investigate the issue. Yes, Aero Glass stops loading when it crashes too often.
  18. Please, could you verify it on the previous beta - http://glass8.eu/beta?file=rs5_17763_1479_x64dbg.7z and if it behaves incorrectly too, could you provide generated minidump file (from this beta, not from 1.5.10 release!) ?
  19. Sure, "regsvr32 DWMGlass.dll" still works. Installer now automatically registers DLL only when you select Aero Glass design.
  20. You probably cannot do anything about it. I've studied shell32.dll code and there seems to be a bug in AutoColorization feature, so I must create some workaround.
  21. I see what you mean. The main problem is why it changes value to that weird 0xfffffff3. However, if it is always this value, the quick solution could just be to limit max value of balance. I found similar problem described here - https://groups.google.com/a/chromium.org/forum/#!topic/chromium-reviews/_FyH8-EsI90
  22. I noticed there were some problems with PayPal donations notifications so it could happen that some donators were not added to the database automatically during the last week. If you think it is your case, please send me your PayPal e-mail and donation date in personal message.
  23. I am unpinning this topic as it should be fixed now in the latest release. Keys are now generated regardless the HyperV flag and both HyperV on and off keys are accepted.
  24. You should set ColorizationColorBalance to 100 to have same color on title and borders. There is a bug (or very stupid behaviour) in Windows 10 (started happen with some of the Redstone builds) which always set this value to 89 but function DwmGetColorizationParameters returns totally random values (or it returns registry value at first but it gets changes when UAC prompt is opened etc.). So I don't use this function anymore and read the value from the registry directly (so it now behaves exactly as in pre-Redstone builds).
×
×
  • Create New...