User reported failure to autotarget specific application. Identified root causes:
- Error during GPU top polling causes polling loop to exit before desired process is targeted
- Target process starts as console, autotarget locks while still console, 3D swap chain window spawns shortly after target locking (after overlay target HWND established but before window spawn listener registered) => Race condition misses the desired swap window
User reported failure to autotarget specific application. Identified root causes: