-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restarting Explorer causing issues #95
Comments
Which theme/styles are you using? Does it happen if the mod is loaded but no styles are used? |
@bbmaster123 did you encounter this problem? BTW as a workaround, have you tried terminating |
@m417z Yea I occasionally get that bug, I have no idea what causes it. It seems to typically happen after logon, and is fixed by restarting explorer or startmenuexperiencehost.exe. If I had to guess, this is probably only an issue for themes that have the appslist visible by default. Themes like TranslucentStartMenu should in theory be unaffected. Next time I encounter the bug I'll grab a log |
I can grab some logs for you guys, is there any documentation on how to get em |
@danialasghar |
Attached is the log I did notice one thing during capturing the log, the all apps entrys are empty (log was saying populating grid or something) but I clicked the arrow icon here, then when I chose an alphabet and started scrolling again, it fixed it |
hmm
have you added custom styles for the searchbox or textblocks? If so, could you send your full style code? If not, we might need the detailed debug logs or the windhawk logs. Best guess is something could be interfering with the mod maybe you can also try adding an exclusion for windhawk in Bitwarden if you haven't already tried that? |
Custom styles? no the only mods I am using are the start menu styler, taskbar height, and modernize dialog picker. For file explorer I have disabled the modern command bar to use ribbon ui and use qttabbar. I didnt understand the bitwarden part? I use the browser extension primarily and I didnt see an exclusion list anywhere in the settings. I will send some debug logs later |
debug logs: I have done the steps for enabling sidebyside2, then scrolling start menu, then restarting explorer, scrolling and facing the bug, then using the alphabet picker to fix the prob |
thanks! ok cool no custom styles, just had to be sure. the 3 main errors I see in the debug log seem to relate to:
in the sidebyside2 theme, all of these targets are customized, whereas in sidebyside, only the header texts are customized, and sbs minimal only the search pill is customized. This leads me to believe we can eliminate the styles as the root of the issue. Also I personally use my own windows 10 theme (ofc) and while this does happen to me every few months randomly, an explorer restart clears it for me every time (or using the jump to letter thing like you did). next up to try:
to grab windhawk logs:
let me know how it goes, and if windows finds any errors during dism/sfc |
Windows 11, version 23H2
Latest Windhawk, latest start menu styler.
This is gonna be a convoluted bug, I have a laptop and windows 11 has the issue where waking up from sleep sometimes the taskbar icons disappear. The only quick fix being either restart all the apps or restart explorer.exe.
The way I am doing a restart explorer is the following command:
C:\Windows\System32\cmd.exe /c taskkill /im explorer.exe /f & start explorer.exe & exit
The problem is with this mod, upon restarting explorer, the mod doesnt load correctly. The start menu is half broken until I restart my computer.
The text was updated successfully, but these errors were encountered: