NighthawkSLO / Mouse.dll

Mouse info plugin for rainmeter
28 stars 1 forks source link

Problem with "Refresh all" #2

Closed jsmorley closed 7 years ago

jsmorley commented 7 years ago

NightHawkSLO, one thing I notice is that when the plugin is running, when your example skin is active for instance, doing a "Refresh all" of Rainmeter will cause huge problems. The mouse gets incredibly laggy and hard to control. I suspect that you are not properly closing and cleaning up your plugin when the skin in question is reloaded due to a refresh, and that is creating some kind of conflict or duplication of effort.

This does not happen when the individual skin is refreshed, but is certain to happen with a "Refresh all".

NighthawkSLO commented 7 years ago

Fixed in the latest release, was due to deadlock - waiting for rainmeter to respond while rainmeter is waiting for the plugin to close