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

solution preview not working(-l args) #1

Open
sedflix opened this issue Jul 26, 2018 · 2 comments
Open

solution preview not working(-l args) #1

sedflix opened this issue Jul 26, 2018 · 2 comments

Comments

@sedflix
Copy link
Member

sedflix commented Jul 26, 2018

Distro: Ubuntu 17.10

sid@sid ~/g/s/g/I/Induction-18> ./im_filter  "./a.out" "logoTemp.jpg"  -l 2                     
display-im6.q16: unable to load module `/usr/lib/x86_64-linux-gnu/ImageMagick-6.9.7//modules-Q16/coders/png.la': file not found @ error/module.c/OpenModule/1302.
display-im6.q16: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/504.
display-im6.q16: no decode delegate for this image format `' @ error/constitute.c/ReadImage/5
@sedflix
Copy link
Member Author

sedflix commented Jul 26, 2018

It seems to be working fine when running it for the first time. 🤷‍♂️

➜  Induction-18 git:(master) ✗ ./im_filter "./a.out" logoTemp.jpg  -o output.jpg                
display-im6.q16: unable to load module `/usr/lib/x86_64-linux-gnu/ImageMagick-6.9.7//modules-Q16/coders/png.la': file not found @ error/module.c/OpenModule/1302.                                
display-im6.q16: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/504.                                                                                              
display-im6.q16: no decode delegate for this image format `' @ error/constitute.c/ReadImage/504.   
                                                                                              
➜  Induction-18 git:(master) ✗ g++ cppboilerplate.cpp -static              
                     
➜  Induction-18 git:(master) ✗ ./im_filter "./a.out" logoTemp.jpg  -o output.jpg    # Works perfectly fine  
          
➜  Induction-18 git:(master) ✗ ./im_filter "./a.out" logoTemp.jpg  -o output.jpg                
display-im6.q16: unable to load module `/usr/lib/x86_64-linux-gnu/ImageMagick-6.9.7//modules-Q16/coders/png.la': file not found @ error/module.c/OpenModule/1302.                                
display-im6.q16: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/504.                                                                                              
display-im6.q16: no decode delegate for this image format `' @ error/constitute.c/ReadImage/504.                                                                                                  

@virresh
Copy link
Member

virresh commented Jul 23, 2019

Probably was a bug with pyinstaller
I've updated the binaries and tested on three ubuntu versions

Hopefully should be gone
Please confirm and then close this issue

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