-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Can't update filter on Windows #1088
Comments
I also experience this issue |
How long did you wait for the update procedure to complete? |
I see now that on Windows update procedure is broken - AGH can't rename files from .tmp to .txt because Windows has these file paths locked (they are being used until new files are ready). |
@szolin that doesn't occur on v0.98.1 |
Yes, because for #928 I implemented a new algorithm for this whole thing. The current problem is that it doesn't account for Windows specific behaviour. |
@szolin I am waiting for a long time. |
Here is the log.
|
Here's what I think -- start using in-memory filter lists on Windows, and keep file-based filter lists on macOS and Linux only. |
You dont have to wait such time. Don't you see that "All filters are already up-to-date" notification? (And as you said if stop service and delete all files then start service again helps to update them) |
@Archivebase I am posted AGH's log. |
Prerequisites
Issue Details
0.99.0
System
Windows 8.1 x64
Windows 10 x64 1903
Steps
Expected Behavior
Actual Behavior
The filter's rule count does not change and filter files seem like locked and AGH create
.tmp
file to save it.I have to stop service and delete files then start service to update filters.
See screenshots.
Screenshots
Screenshot:
Additional Information
The text was updated successfully, but these errors were encountered: