eythaann / Seelen-UI

The Fully Customizable Desktop Environment for Windows 10/11.
Other
5.13k stars 158 forks source link

[BUG] The UAC authorization window doesn't work properly in some cases #112

Closed fallenleave0620 closed 3 months ago

fallenleave0620 commented 3 months ago

Describe the bug The UAC authorization window doesn't work properly in some cases (I tried a quick update of my potplayer and then the UAC authorization window pops up with the corresponding icon in the taskbar, but it doesn't pop up the window to authorize it properly), but I can't reproduce the bug, I can't just keep updating my apps from the latest version to the latest version.😭💦 note Here's the bug when I was using Beta5

fallenleave0620 commented 3 months ago

Describe the bug There's a similar bug here, where there are some windows that won't close, and clicking again opens a new window, but the previous window still won't close. Version latest version Seelen UI.log

fallenleave0620 commented 3 months ago

https://github.com/user-attachments/assets/0bbb2c29-84d2-4170-a50b-a28cec4ba493

eythaann commented 3 months ago

the uac thing I think is cuz the seelen-ui app was running without admin rights

eythaann commented 3 months ago

the other thing is that sometimes the close event of a window is not triggered so the controls for that window are frozen cuz the app was already closed, but is a little hard to replicate on my machine. btw I know how to add a workaround basically check on action if the window already is valid, otherwise manually trigger the closet window event.

eythaann commented 3 months ago

I will solve this issue on #116 so will mark this a duplicated.