We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ERROR systray: systray_windows.go:795 Unable to set icon: Unspecified error [error=Unable to set icon: %v error_location=github.com/getlantern/systray.SetIcon (systray_windows.go:795) error_op= error_text=Unable to set icon: Unspecified error error_type=errors.Error] ERROR systray: systray_windows.go:795 at github.com/getlantern/systray.SetIcon (systray_windows.go:795) ERROR systray: systray_windows.go:795 at main.onReady (main.go:100) ERROR systray: systray_windows.go:795 at github.com/getlantern/systray.Register.func2 (systray.go:89) ERROR systray: systray_windows.go:795 at runtime.goexit (asm_amd64.s:1373) ERROR systray: systray_windows.go:795 Caused by: Unspecified error ERROR systray: systray_windows.go:861 Unable to addOrUpdateMenuItem: Invalid menu handle. [error=Unable to addOrUpdateMenuItem: %v error_location=github.com/getlantern/systray.addOrUpdateMenuItem (systray_windows.go:861) error_op= error_text=Unable to addOrUpdateMenuItem: Invalid menu handle. error_type=errors.Error] ERROR systray: systray_windows.go:861 at github.com/getlantern/systray.addOrUpdateMenuItem (systray_windows.go:861) ERROR systray: systray_windows.go:861 at github.com/getlantern/systray.(*MenuItem).update (systray.go:192) ERROR systray: systray_windows.go:861 at github.com/getlantern/systray.AddMenuItem (systray.go:114) ERROR systray: systray_windows.go:861 at main.onReady (main.go:102) ERROR systray: systray_windows.go:861 at github.com/getlantern/systray.Register.func2 (systray.go:89) ERROR systray: systray_windows.go:861 at runtime.goexit (asm_amd64.s:1373) ERROR systray: systray_windows.go:861 Caused by: Invalid menu handle.
The text was updated successfully, but these errors were encountered:
the program is running without any problem sometimes and sometimes i am getting error after building the program
Sorry, something went wrong.
Looks like it's related to #148?
window use *.ico
*.ico
see gozeon/xtool@4a3b615#diff-2873f79a86c0d8b3335cd7731b0ecf7dd4301eb19a82ef7a1cba7589b5252261
Bytes converted using .ico on windows, both .png and. ico can work on macos
No branches or pull requests
ERROR systray: systray_windows.go:795 Unable to set icon: Unspecified error [error=Unable to set icon: %v error_location=github.com/getlantern/systray.SetIcon (systray_windows.go:795) error_op= error_text=Unable to set icon: Unspecified error error_type=errors.Error]
ERROR systray: systray_windows.go:795 at github.com/getlantern/systray.SetIcon (systray_windows.go:795)
ERROR systray: systray_windows.go:795 at main.onReady (main.go:100)
ERROR systray: systray_windows.go:795 at github.com/getlantern/systray.Register.func2 (systray.go:89)
ERROR systray: systray_windows.go:795 at runtime.goexit (asm_amd64.s:1373)
ERROR systray: systray_windows.go:795 Caused by: Unspecified error
ERROR systray: systray_windows.go:861 Unable to addOrUpdateMenuItem: Invalid menu handle. [error=Unable to addOrUpdateMenuItem: %v error_location=github.com/getlantern/systray.addOrUpdateMenuItem (systray_windows.go:861) error_op= error_text=Unable to addOrUpdateMenuItem: Invalid menu handle. error_type=errors.Error]
ERROR systray: systray_windows.go:861 at github.com/getlantern/systray.addOrUpdateMenuItem (systray_windows.go:861)
ERROR systray: systray_windows.go:861 at github.com/getlantern/systray.(*MenuItem).update (systray.go:192)
ERROR systray: systray_windows.go:861 at github.com/getlantern/systray.AddMenuItem (systray.go:114)
ERROR systray: systray_windows.go:861 at main.onReady (main.go:102)
ERROR systray: systray_windows.go:861 at github.com/getlantern/systray.Register.func2 (systray.go:89)
ERROR systray: systray_windows.go:861 at runtime.goexit (asm_amd64.s:1373)
ERROR systray: systray_windows.go:861 Caused by: Invalid menu handle.
The text was updated successfully, but these errors were encountered: