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

Mouse pointer is flickering + High CPU usage on file write #446

Open
zeoint opened this issue Dec 28, 2023 · 4 comments
Open

Mouse pointer is flickering + High CPU usage on file write #446

zeoint opened this issue Dec 28, 2023 · 4 comments
Labels
bug Something isn't working UI Classic Related to svelte issues

Comments

@zeoint
Copy link

zeoint commented Dec 28, 2023

Mouse pointer starts flickering when the progress bar is full and stops after some time.

This is happening because of images in the downloaded folder being swapped or something. This did not happen in hakuneko.


Flicker.mp4
@Sheepux
Copy link
Contributor

Sheepux commented Dec 30, 2023

Yup i'm aware of this one and didn't find the cause of the issue :
It happens on file write and only seems to appear on Windows (not macOs, Ronny tested it)
It could be related to a specific NW.js issue ?

@Sheepux Sheepux added bug Something isn't working UI Classic Related to svelte issues labels Dec 30, 2023
@zeoint
Copy link
Author

zeoint commented Jun 7, 2024

Forgot about this, but the downloads are extemely slow because of this.
The images are downloaded as fast as in hakuneko, but the final stage or something takes anywhere between 10~30 seconds.
As can be seen in the above video.
Please fix it. Thank you.

@Kharlitoz21
Copy link

What happens is that while the "download" bar is loading, no chapter is saved in the folder. It’s only at the end, when the bar finishes, that it starts saving all the chapter's images at once. This causes the cursor to freeze momentarily, and my CPU usage spikes to 100%.

@Sheepux Sheepux changed the title Mouse pointer is flickering Mouse pointer is flickering + High CPU usage on file write Oct 28, 2024
@Kharlitoz21
Copy link

My solution would be for each image to be saved one by one during the download, so that by the time it finishes, all the images are already in the folder, instead of being saved all at once at the end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working UI Classic Related to svelte issues
Projects
None yet
Development

No branches or pull requests

3 participants