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

Crashes when an image is loaded. #1

Closed
seanofw opened this issue Dec 6, 2021 · 2 comments
Closed

Crashes when an image is loaded. #1

seanofw opened this issue Dec 6, 2021 · 2 comments

Comments

@seanofw
Copy link

seanofw commented Dec 6, 2021

No matter what image I load, or what browser I load it in, the program seems to immediately crash with a panic in the console.

image

I've tried in the latest versions of both Firefox (94.0.2) and Chrome (96.0.4664.45).

@taotao54321
Copy link
Owner

Thank you for reporting.
I confirmed that this app crashes when I load any JPEG files. Considering the error message, it seems to be related to image-rs/image#1496.

I fixed Cargo.toml to disable jpeg_rayon feature of image crate, and I successfully loaded a JPEG file in the app.
Already I deployed the new version. Does it fix the issue for you?

@seanofw
Copy link
Author

seanofw commented Dec 6, 2021

Yes, it's working now! Thank you for this useful tool.

@seanofw seanofw closed this as completed Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants