martinchrzan / ColorPicker

Windows system-wide color picker
MIT License
339 stars 29 forks source link

After use the colorpicker,my windows cursor changed permanently #6

Closed Chris-Teng closed 3 years ago

Chris-Teng commented 3 years ago

just as the pic shows,how can I return back to windows default cursor? IMG_20201206_103424

martinchrzan commented 3 years ago

Hi, unfortunately switching of cursor does not seems to be stable as reported by others as well, I suggest you to turn this option off in the settings of color picker, to fix it, please follow instructions in - #1

nixprosoft commented 3 years ago

The same issie.

martinchrzan commented 3 years ago

@nixprosoft Can you please share logs from - go to this location - %appdata%\ColorPicker - clean all logs that you have there, try to replicate that issue afterwards and please share create log file here. Thanks!

arnofly commented 3 years ago

Same issue for me...

arnofly commented 3 years ago

ERROR: 21:51:03.2580248

Failed to change cursor

La valeur ne peut pas être null. Nom du paramètre : value Inner exception:

Stack trace: à Microsoft.Win32.RegistryKey.SetValue(String name, Object value, RegistryValueKind valueKind) à Microsoft.Win32.Registry.SetValue(String keyName, String valueName, Object value, RegistryValueKind valueKind) à ColorPicker.Mouse.CursorManager.ChangeCursor(String curFile, String cursorRegistryName) ERROR: 21:51:03.2630200

Failed to change cursor

La valeur ne peut pas être null. Nom du paramètre : value Inner exception:

Stack trace: à Microsoft.Win32.RegistryKey.SetValue(String name, Object value, RegistryValueKind valueKind) à Microsoft.Win32.Registry.SetValue(String keyName, String valueName, Object value, RegistryValueKind valueKind) à ColorPicker.Mouse.CursorManager.ChangeCursor(String curFile, String cursorRegistryName)

arnofly commented 3 years ago

The color wheel looks buggy in your standalone tool.

martinchrzan commented 3 years ago

@T1m3ch0 @nixprosoft @arnofly I have made fixes in 1.1.2 release, please check it out