invcble / NoMoreBorder

GUI Python app for Borderless behaviour
MIT License
57 stars 3 forks source link

After a while NoMoreBorder no longer refreshes #11

Open TheRedfoox opened 2 months ago

TheRedfoox commented 2 months ago

Opening the window drop-down menu leaves a list of items that are no longer up to date, whereas they should refresh every 2 seconds if I've understood correctly.

invcble commented 2 months ago

It's working perfectly fine in my testing, did you run it as admin?

TheRedfoox commented 2 months ago

At first no but for a few days I checked the box in the compatibility settings so I imagine it should be the same thing. Because otherwise the application reacts well to actions.

TheRedfoox commented 2 months ago

I have the impression that it's linked to an exit from standby or extended standby. I've just got through the evening without any problems and I had turned my computer off completely last night.

TheRedfoox commented 2 months ago

I'm back to confirm that the problem is still with us in the long term. I'd say it happens fairly systematically after using a game that pushes the GPU load quite high.

invcble commented 2 months ago

In the underlying code, its just an for loop looking for new applications in a separate thread. My honest guess would be somehow in those scenarios, the loop goes out of execution and can't restate.

I will try to come up with a solution for this. Thanks for the bug report,.