-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
[Bug]: Infinite Loading when opening PNG images in a folder #315
Comments
Can you check if there are any errors in the console? (Debug > Toogle DevTools) It seems to be related to #268 |
This error is not very important (
When zooming in the image is re-rendered at the new size, from the error message it seems that chromium is failing to get the image metadata, I'm not sure if it's because the image already has some problem or it occurs after resizing the image in OpenComic to the new size (Using sharp library). Try disabling image interpolation, to see if the problem is with sharp or with the image itself. Also If you can send me any of the manga folders that have the problem to my email so that I can test it locally. |
Yeah that seemes to have fixed it. I left those settings at default I'm pretty sure. But they're disabled now and the images in all the known folders that wouldn't work are loading like they should! Thanks! |
The default setting is with interpolation enabled ( If disabling interpolation resolves the issue, it is most likely that the problem is related to If possible, please send me some folders or images to reproduce the error locally. This will allow me to investigate the issue further and either resolve it or report it in the |
Preflight Checklist
OpenComic Version
1.3.1
Operating System
Windows 11 (23H2)
Installed via
Portable and Install Version
Steps to reproduce
Expected Behavior
Opens the image set like any other with whatever page layout settings I choose.
Actual Behavior
Loads infinitely, no matter what settings I change either through the main settings or even page layout
Error message
None
Additional Information
This seems to happen with PNGs, though not all folders are affected. I can also set the cover image for that folder without issue. These files open fine in image viewer/editor programs and display correctly in windows explorer.
Clearing cache didn't seem to do anything.
Sample file
No response
The text was updated successfully, but these errors were encountered: