
bigmuscle
PatronContent Type
Profiles
Forums
Events
Everything posted by bigmuscle
-
----- ! ! ! READ FIRST ! ! ! -----
bigmuscle replied to bigmuscle's topic in Aero Glass For Windows 8+
New feature added to your profiles: * When you deactivate wrong key, you can reactivate it back. But you will need to wait another 30 days if you want to deactivate it again and get a new key. -
Right, I can confirm a crash on drop operation. What's about that font? Do you have screenshot?
-
Is drag&drop broken only on Win10 or does it happen in Win8.x too?
-
Yes the one I used is made for Win10. This one http://damonkeyoncrack.deviantart.com/art/Aero7-V2-for-Windows-8-8-1-10-TP-429412929If I see correctly, it is theme for Win8.x which have been tested on Win10. Thus it is not fully Windows 10 theme.
-
And are you using Win10-compatible theme? Or just some theme created for Win8.x ?
-
Ah, the link should direct to my website so it is wrong. I'll fix it.
-
Modernapp does not take the images from custom atlas yet. It is always taken from the current theme.
-
I would start with deleting this value. What do you think that blur radius of such high value will look like?
-
See last point in the guide http://glass8.eu/guide.html
-
Unfortunately, all values are hardcoded in ApplicationFrame.dll, only a few values are read from theme settings.
-
I returned back to my computer and checked the DLL... and now I will look like an as*****... visual studio compiled the DLL into different folder so I uploaded wrong DLL reuploaded
-
look at debug.log to see what's wrong.
-
NoelC: everything seems correct on your image, I would check if the DLL is injected correctly - e.g. using Process Explorer or some similar tool which allows listing loaded modules. My DLL always opens the console as the first thing so it would open even if there is some bug in my code. You can also check this - open some 64-bit application and then try to delete my DLL. It should be locked because AppInit_DLLs method inject it into every process. I'm note sure if that EventVwr error log is somehow connected. About short names... is it still needed? I have "ModernFrame.dll" name (which is actually long name) and it works.
-
It is simple, you didn't inject it correctly, because it opens new console window immediately after injection into ApplicationFrameHost.exe. I tested on several systems and it works correctly, so just verify that the DLL is correctly injected into your ApplicationFrameHost.exe.
-
Blah, 0x31E = WM_DWMCOMPOSITIONCHANGED MSDN says: Is there any explanation why this message has been sent?
-
Modern Frame Removal for Win10 Since Windows 10 has not been released yet, I'm not creating separate topic for this but putting it into this one. I'm going away for a fey days so I'm leaving you here small unfinished tool which removes that ugly grey title bar on windowed modern applications. Currently, there are some limitations: only 64-bit debug buildit is intended for testing only and not for regular usage (use it on your risk and don't complain about console window)it needs to be injected via old AppInit_DLLs registry value = secure boot off (you can check my website guide)symbol file for ApplicationFrame.dll needs to be present - if you install into Aero Glass folder (where dbghelp.dll and symsrv.dll is present), it will do it automaticallyfullscreen is not handled correctly - no button to switch to fullscreen, no overlay titlebar in fullscreenplain backgrounds on modern applications are not rendered at all - you will probably see completely black instead of specific color (e.g. in modern application splash screen)probably more buggy than I think :-Dno icon on titlebar, because I don't know how to get icon for modern application (regular WM_GETICON does not work)Just kill ApplicationFrameHost.exe after install. Download link
-
It would be nice to see whole debug.log, especially last actions before it happened.
-
Since Windows 10 have not been released yet, it makes no sense to release final Aero Glass for them.
-
Just send me PM with all info - e-mail + key and I'll reactivate it. Just be patient if I don't respond immediately after your PM.
-
Aero Glass generates .DMP files
bigmuscle replied to yuenxx-forums's topic in Aero Glass For Windows 8+
You need to provide that minidump file with verbose debug.log. Minidump does not have to be Aero Glass related. It is generated everytime DWM crashes.