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

Images cannot be seen using openjdk #54

Open
icibranc opened this issue Sep 8, 2021 · 4 comments
Open

Images cannot be seen using openjdk #54

icibranc opened this issue Sep 8, 2021 · 4 comments
Labels
investigation needed The root cause of the issue needs more pinpointing in order to determinate if it worth a fix

Comments

@icibranc
Copy link

icibranc commented Sep 8, 2021

Hello!
I am using this software to open .msg files and I tested this with Java and it works fine! But when I use openjdk the images cannot be seen.
I was modifying the application parameters without success
Could you see this bug please?

Thanks in advance
Best regards.

@lolo101
Copy link
Owner

lolo101 commented Sep 13, 2021

Hi @icibranc and many thanks to give MsgViewer a try :)

Could you be a bit more specific about the issue ?

I use OpenJdk myself and did not experienced the issue you are describing with images. Ideally could you provide a minimal .msg to reproduce the issue ? You can send it by private mail if you like.

Thank you

@icibranc
Copy link
Author

Hi @lolo101
Sorry for the little explanation I have given you.

I am attaching an image in which you can see that the images attached to the email are not visible in the header.
Message

If I use java, this image can be seen.

Thanks in advance

@lolo101 lolo101 added the investigation needed The root cause of the issue needs more pinpointing in order to determinate if it worth a fix label Sep 13, 2021
@lolo101
Copy link
Owner

lolo101 commented Sep 13, 2021

When you say "Java" you mean the Java runtime, as opposed to the Java JDK ?

Could you provide the versions of the runtime and of the JDK ? (just type java -version in the terminal for the runtime)

Do you see any stack trace in the console when you open the message ?

Thanks

@lolo101
Copy link
Owner

lolo101 commented Sep 13, 2021

The thumbnail image is written as JPG. I don't know which ImageWriters are guaranteed to be part of the JDK.
=> Should add a log trace if no writer may be found for JPG when writing the thumbnail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigation needed The root cause of the issue needs more pinpointing in order to determinate if it worth a fix
Projects
None yet
Development

No branches or pull requests

2 participants