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

JPGs fail to load on Linux #230

Open
relemans opened this issue Feb 25, 2022 · 1 comment
Open

JPGs fail to load on Linux #230

relemans opened this issue Feb 25, 2022 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@relemans
Copy link

OS: Pop!_OS 21.10 (based on Ubuntu 21.10)

Images of type JPG won't load due to a JPG library mismatch on (certain?) Linux-based systems. In JPEGImageLoader.class (part of JavaFX iio), the following statement throws an IOException:

this.structPointer = this.initDecompressor(var1);

Exception message is "Wrong JPEG library version: library is 62, caller expects 90".

A simple work-around would be converting JPGs to PNGs, which do load.

@meronbrouwer meronbrouwer added the bug Something isn't working label Mar 1, 2022
@meronbrouwer meronbrouwer added the help wanted Extra attention is needed label Nov 27, 2023
@meronbrouwer
Copy link
Collaborator

The development branch is currently on release 21 of JavaFX, which might have solved this problem. Anyone interested in testing it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants