Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlay freezes when act in minimized to tray #220

Closed
OnyxMemory opened this issue Jun 30, 2019 · 3 comments
Closed

Overlay freezes when act in minimized to tray #220

OnyxMemory opened this issue Jun 30, 2019 · 3 comments
Labels
bug fixed in next update Issue was found and has been fixed, but not yet released

Comments

@OnyxMemory
Copy link

If I ever minimize ACT to the system tray, the entire overlay will freeze and not update until I open the window again. I only started having this issue now.

I've trying doing a completely fresh install but it hasn't fixed it.

For example here, I'm not targeting anything but the overlay is still showing:
image

If I open the window again or minimize it to the taskbar, it will disappear, update, act normal as it should.

@ravahn
Copy link
Owner

ravahn commented Jul 1, 2019

That is very odd. I wonder if minimizing ACT is freezing its UI thread.

Does the built-in mini-parse overlay continue to update?

@OnyxMemory
Copy link
Author

Yes the mini-parse/overlayplugin.dll seems to be working fine, the hp overlay is the only thing that seems to be having that issue.

@ravahn
Copy link
Owner

ravahn commented Jul 13, 2019

Found the culprit. I changed the overlay update thread to check oFormACTMain.Visible = true, which will not be the case if ACT is minimized to the tray. This will be fixed in the next release.

@ravahn ravahn added bug fixed in next update Issue was found and has been fixed, but not yet released labels Jul 13, 2019
@ravahn ravahn closed this as completed Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fixed in next update Issue was found and has been fixed, but not yet released
Projects
None yet
Development

No branches or pull requests

2 participants