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
When starting the program I'm getting the following error. I think I did everything correctly. Running on Manjaro xfce. Any advice would be appreciated.
Capture source resolution: 1001x493
Loaded database
Path: /mnt/fastboii/SteamLibrary/steamapps/compatdata/230410/pfx/drive_c/users/steamuser/AppData/Local/Warframe/EE.log
watching hotkey: HotKey { mods: Modifiers(0x0), key: F12, id: 1808091470 }
Position: 297325
X Error of failed request: BadAccess (attempt to access private resource denied)
Major opcode of failed request: 33 (X_GrabKey)
Serial number of failed request: 12
Current serial number in output stream: 15
The text was updated successfully, but these errors were encountered:
The API I'm using tries to get exclusive access to the hotkey.
If another program is currently listening for the F12 hotkey using this API, the request fails.
Perhaps you already have another instance of wfinfo-ng running somewhere?
Sadly this error isn't a native Rust Result either, so I can't do proper error handling :(
Ah, yes I am, I didnt think of that. Is there a config I can change the hotkey in? otherwise I will try changing it in the main.rs
I submitted a pull request with many changes, including command-line configs for the hotkey, as well as, finally, a snap-it feature for singular items! Now I just need to implement it for relics
When starting the program I'm getting the following error. I think I did everything correctly. Running on Manjaro xfce. Any advice would be appreciated.
Capture source resolution: 1001x493
Loaded database
Path: /mnt/fastboii/SteamLibrary/steamapps/compatdata/230410/pfx/drive_c/users/steamuser/AppData/Local/Warframe/EE.log
watching hotkey: HotKey { mods: Modifiers(0x0), key: F12, id: 1808091470 }
Position: 297325
X Error of failed request: BadAccess (attempt to access private resource denied)
Major opcode of failed request: 33 (X_GrabKey)
Serial number of failed request: 12
Current serial number in output stream: 15
The text was updated successfully, but these errors were encountered: