Hi @Bedwyr, the situation you describe is basically what happens when LaunchBox is busy working in the user interface thread. I put some work into making sure that long processes happen in background threads instead of the main user interface thread (to help prevent that stuff), but I haven't gotten all of them. I assume LaunchBox does come back after a while? Or does it stay that way permanently?
Also, by the way, per DPI scaling, LaunchBox should show up fine without any blurring at most DPIs (100%, 125%, 150%, and 200% are the DPIs that I test with). The only exception to this is when Windows uses different DPIs for two different monitors, and Windows will unavoidably fall back to the blurring approach. Just curious that you're seeing blurring there.