You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, nice little tool. Was curious on how to retrieve the different metrics, so grabbed the source and played a bit with it.
While doing so, I noticed the display size check would always fail for me with an unhandled exception (System.Management.ManagementException with a localized text not supported), which apparently suggests that my Windows 10 system (running an Nvidia GTX 1080 connected through DisplayPort) doesn't like the query for WmiMonitorBasicDisplayParams for whatever reason.
From what I've gathered, this might be driver capabilities related, so might be a good idea to handle this possibility just in case.
The text was updated successfully, but these errors were encountered:
Thanks for the feedback, I really appreciate it. I'll take a look into it. I need to add a lot of the error catching and try statements still, so it's not a huge surprise that things aren't working perfectly when it comes to error handling. Some updates should be made this coming week, so keep a look out for that.
First of all, nice little tool. Was curious on how to retrieve the different metrics, so grabbed the source and played a bit with it.
While doing so, I noticed the display size check would always fail for me with an unhandled exception (
System.Management.ManagementException
with a localized textnot supported
), which apparently suggests that my Windows 10 system (running an Nvidia GTX 1080 connected through DisplayPort) doesn't like the query forWmiMonitorBasicDisplayParams
for whatever reason.From what I've gathered, this might be driver capabilities related, so might be a good idea to handle this possibility just in case.
The text was updated successfully, but these errors were encountered: