As title says, I'm having problems with hud correctly identifying the dimensions of my screen.
The log will derive the nonsense numbers for my screen like so:
2019-10-05 09:42:39.195 -06:00 [Information] --------------- Start hud at 10/5/2019 9:42:39 AM ---------------
2019-10-05 09:42:39.296 -06:00 [Information] PerfTimer =-> Create new offsets (12.784 ms) Thread #[1]
2019-10-05 09:42:39.296 -06:00 [Information] PerfTimer =-> Form Load (0.0026 ms) Thread #[1]
<deleted>
2019-10-05 09:43:14.827 -06:00 [Information] HUD loaded in 29128.5454 ms.
2019-10-05 09:43:15.113 -06:00 [Information] Resize from: {X=0,Y=0,Width=1540,Height=872} to {X=0,Y=0,Width=1498,Height=864}
2019-10-05 09:50:07.592 -06:00 [Information] Want drop 10 items.
2019-10-05 09:50:10.721 -06:00 [Information] Error while wait hover item null, Index: 0
What ends up happening is plugins like stashie will click at random parts of the screen and pickit will occasionally but usually clicks somewhere offset of the actual item.
Any help would be appreciated.