How to debug? #46
-
Let's say that I want to install a mod but that mod fails to work. What can and/or should I do to gather as much information as possible for the mod's developer to be able to help me (assuming that they are willing to do it)? For example, I am very much interested in using @m417z's taskbar-grouping mod in Windows 11. I could install it, I could run Windhawk with it, but as far as I can tell, the mod is not doing anything. Now the mod is using Windhawk's logging, so presumably I should be able to see some record of its work, and also presumably it would be much more useful for the developer if I could give them that log rather than a generic message of "it doesn't work". Unfortunately, I was unable to find any documentation on how to activate logging in Windhawk. A search through the settings files reveals multiple Basically, what I am looking for are some suggestions on how to get useful output out of Windhawk so that the developer can help me in cases like this. Or even, something that I myself can use to help myself (e.g. if I should see that access was denied while trying to inject |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Making it easier to troubleshoot problems with mods is high on my task list. I plan to make improvements in this area in the next version of Windhawk. For now, you can try the following:
You should see log output at the bottom of the window. Post the log that you're getting. Let me know if you need help with one of the steps. If the log won't be enough, I can add more logs to the mod. You can see how inconvenient it can be here, for example, and that's why that's something I'd like to improve soon.
It's undocumented and I wouldn't want users to have to fiddle with the registry for basic troubleshooting, but if you're wondering: 0/1/2 are the possible values for off/errors/verbose logging. There's
The taskbar-grouping mod loads inside the explorer.exe process. Attaching x64dbg is possible, but a more convenient way is using an utility such as DebugView of Windows Sysinternals. |
Beta Was this translation helpful? Give feedback.
-
The mod is getting the |
Beta Was this translation helpful? Give feedback.
Making it easier to troubleshoot problems with mods is high on my task list. I plan to make improvements in this area in the next version of Windhawk. For now, you can try the following:
You should see log output at the bottom of the window. Post the log that you're getting. Let me know if you need help with one of the steps.
If the log won't be enough, I can add more logs to the mod. You can see how inconvenient it can be here, for example, and that's why that's something I'd like to improve soon.