Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on startup - Unable to register hotkey #7461

Open
Skorki51 opened this issue May 17, 2024 · 0 comments
Open

Error on startup - Unable to register hotkey #7461

Skorki51 opened this issue May 17, 2024 · 0 comments

Comments

@Skorki51
Copy link

Hello when I try to run sharex I get an error message every time.

Zrzut ekranu 2024-05-17 203341

Here I add a debug log from the program startup:

2024-05-17 20:41:37.828 - ShareX starting.
2024-05-17 20:41:37.829 - Version: 16.1
2024-05-17 20:41:37.829 - Build: Steam
2024-05-17 20:41:37.829 - Command line: "D:\STEAM\steamapps\common\ShareX\ShareX\ShareX.exe"
2024-05-17 20:41:37.829 - Personal path: D:\OneDrive\Dokumenty\ShareX
2024-05-17 20:41:37.829 - Operating system: Windows 10 Pro (64-bit)
2024-05-17 20:41:37.830 - Running as elevated process: False
2024-05-17 20:41:37.844 - ApplicationConfig load started: D:\OneDrive\Dokumenty\ShareX\ApplicationConfig.json
2024-05-17 20:41:38.045 - ApplicationConfig load finished: D:\OneDrive\Dokumenty\ShareX\ApplicationConfig.json
2024-05-17 20:41:38.050 - UploadersConfig load started: D:\OneDrive\Dokumenty\ShareX\UploadersConfig.json
2024-05-17 20:41:38.054 - Language changed to: English (United States)
2024-05-17 20:41:38.055 - MainForm init started.
2024-05-17 20:41:38.132 - UploadersConfig load finished: D:\OneDrive\Dokumenty\ShareX\UploadersConfig.json
2024-05-17 20:41:38.133 - HotkeysConfig load started: D:\OneDrive\Dokumenty\ShareX\HotkeysConfig.json
2024-05-17 20:41:38.155 - HotkeysConfig load finished: D:\OneDrive\Dokumenty\ShareX\HotkeysConfig.json
2024-05-17 20:41:38.363 - MainForm init finished.
2024-05-17 20:41:38.619 - Hotkey registered: Hotkey: Ctrl + Print Screen, Description: Capture region, Job: RectangleRegion
2024-05-17 20:41:38.619 - Hotkey registered: Hotkey: Print Screen, Description: Capture entire screen, Job: PrintScreen
2024-05-17 20:41:38.620 - Unable to register hotkey: Alt + Print Screen
2024-05-17 20:41:38.620 - Hotkey register failed: Hotkey: Alt + Print Screen, Description: Capture active window, Job: ActiveWindow
2024-05-17 20:41:38.620 - Hotkey registered: Hotkey: Shift + Print Screen, Description: Start/Stop screen recording, Job: ScreenRecorder
2024-05-17 20:41:38.620 - Hotkey registered: Hotkey: Ctrl + Shift + Print Screen, Description: Start/Stop screen recording (GIF), Job: ScreenRecorderGIF
2024-05-17 20:41:50.954 - Arguments received: ""
2024-05-17 20:42:34.253 - HotkeyManager started.
2024-05-17 20:42:34.254 - WatchFolderManager started.
2024-05-17 20:42:34.260 - Startup time: 56448 ms

What I wonder most is why the program registers several keyboard shortcuts during startup:

2024-05-17 20:41:38.619 - Hotkey registered: Hotkey: Ctrl + Print Screen, Description: Capture region, Job: RectangleRegion
2024-05-17 20:41:38.619 - Hotkey registered: Hotkey: Print Screen, Description: Capture entire screen, Job: PrintScreen
2024-05-17 20:41:38.620 - Unable to register hotkey: Alt + Print Screen
2024-05-17 20:41:38.620 - Hotkey register failed: Hotkey: Alt + Print Screen, Description: Capture active window, Job: ActiveWindow
2024-05-17 20:41:38.620 - Hotkey registered: Hotkey: Shift + Print Screen, Description: Start/Stop screen recording, Job: ScreenRecorder
2024-05-17 20:41:38.620 - Hotkey registered: Hotkey: Ctrl + Shift + Print Screen, Description: Start/Stop screen recording (GIF), Job: ScreenRecorderGIF

By the way, the program does not detect the operating system version correctly - I use Windows 11 Pro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant