GNU bug report logs -
#20291
png files don't display on emacs 24.4.1
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 20291 in the body.
You can then email your comments to 20291 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#20291
; Package
emacs
.
(Fri, 10 Apr 2015 10:34:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mario Valencia <mariovalspi <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 10 Apr 2015 10:34:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On the previous emacs 24.3 it png files display just fine with
libpng14-14.dll. On emacs 24.4.1 on windows 8, all png files give an error:
"Cannot display image: (Invalid image specification)". Other images, like
jpg display fine. I have this files in the emacs bin directory: (as you can
see i have libpng-16-16.dll)
GNU Emacs 24.4.1 (i686-pc-mingw32)
of 2014-10-24 on LEG570
c:/Users/mario/Desktop/emacs-24.4/bin:
total used in directory 19701 available 268668268
drwxrwxrwx 1 mario mario 8192 03-11 11:52 .
drwxrwxrwx 1 mario mario 0 03-28 14:28 ..
-rwxrwxrwx 1 mario mario 590441 03-08 00:27 addpm.exe
-rwxrwxrwx 1 mario mario 978880 03-08 00:27 ctags.exe
-rwxrwxrwx 1 mario mario 730198 03-08 00:27 ebrowse.exe
-rwxrwxrwx 1 mario mario 9220110 03-08 00:27 emacs.exe
-rwxrwxrwx 1 mario mario 1021304 03-08 00:27 emacsclient.exe
-rwxrwxrwx 1 mario mario 667492 03-08 00:27 emacsclientw.exe
-rwxrwxrwx 1 mario mario 975457 03-08 00:27 etags.exe
-rw-rw-rw- 1 mario mario 7168 03-08 00:27 grep-changelog
-rw-rw-rw- 1 mario mario 532345 03-08 00:27 libXpm.dll
-rw-rw-rw- 1 mario mario 28702 03-11 11:36 libgif-7.dll
-rw-rw-rw- 1 mario mario 426102 03-11 11:52 libgmp-10.dll
-rw-rw-rw- 1 mario mario 1092935 03-11 11:52 libgnutls-28.dll
-rw-rw-rw- 1 mario mario 73994 03-11 11:52 libgnutls-openssl-27.dll
-rw-rw-rw- 1 mario mario 175142 03-11 11:52 libhogweed-2-5.dll
-rw-rw-rw- 1 mario mario 1070103 03-11 11:52 libiconv-2.dll
-rw-rw-rw- 1 mario mario 122719 03-11 11:52 libintl-8.dll
-rw-rw-rw- 1 mario mario 211760 03-11 11:36 libjpeg-9.dll
-rw-rw-rw- 1 mario mario 184425 03-11 11:52 libnettle-4-7.dll
-rw-rw-rw- 1 mario mario 194157 03-11 11:37 libpng16-16.dll
-rw-rw-rw- 1 mario mario 94639 03-11 11:52 libtasn1-6.dll
-rw-rw-rw- 1 mario mario 1121380 03-11 11:36 libxml2-2.dll
-rw-rw-rw- 1 mario mario 79360 03-11 11:52 regex2.dll
-rwxrwxrwx 1 mario mario 494367 03-08 00:27 runemacs.exe
-rw-rw-rw- 1 mario mario 72192 03-11 11:36 zlib1.dll
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#20291
; Package
emacs
.
(Fri, 10 Apr 2015 10:54:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 20291 <at> debbugs.gnu.org (full text, mbox):
> Date: Fri, 10 Apr 2015 05:32:49 -0500
> From: Mario Valencia <mariovalspi <at> gmail.com>
>
> On the previous emacs 24.3 it png files display just fine with libpng14-14.dll.
> On emacs 24.4.1 on windows 8, all png files give an error: "Cannot display
> image: (Invalid image specification)". Other images, like jpg display fine. I
> have this files in the emacs bin directory: (as you can see i have
> libpng-16-16.dll)
What does this produce:
M-: (image-type-available-p 'png) RET
And what does this produce:
M-: libpng-version RET
And finally, how about this one:
M-: dynamic-library-alist
> -rw-rw-rw- 1 mario mario 72192 03-11 11:36 zlib1.dll
This DLL's size is much smaller than what I have on my machine;
perhaps this is your problem? (libpng depends on zlib1.dll.) Make
sure you use the one that came with libpng.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#20291
; Package
emacs
.
(Fri, 10 Apr 2015 11:06:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 20291 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
The zlib dll was the problem. I replaced it with the new version and it
worked properly. I probably copied it from the older emacs folder. Thank
you!
2015-04-10 5:53 GMT-05:00 Eli Zaretskii <eliz <at> gnu.org>:
> > Date: Fri, 10 Apr 2015 05:32:49 -0500
> > From: Mario Valencia <mariovalspi <at> gmail.com>
> >
> > On the previous emacs 24.3 it png files display just fine with
> libpng14-14.dll.
> > On emacs 24.4.1 on windows 8, all png files give an error: "Cannot
> display
> > image: (Invalid image specification)". Other images, like jpg display
> fine. I
> > have this files in the emacs bin directory: (as you can see i have
> > libpng-16-16.dll)
>
> What does this produce:
>
> M-: (image-type-available-p 'png) RET
>
> And what does this produce:
>
> M-: libpng-version RET
>
> And finally, how about this one:
>
> M-: dynamic-library-alist
>
> > -rw-rw-rw- 1 mario mario 72192 03-11 11:36 zlib1.dll
>
> This DLL's size is much smaller than what I have on my machine;
> perhaps this is your problem? (libpng depends on zlib1.dll.) Make
> sure you use the one that came with libpng.
>
[Message part 2 (text/html, inline)]
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Fri, 10 Apr 2015 11:20:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Mario Valencia <mariovalspi <at> gmail.com>
:
bug acknowledged by developer.
(Fri, 10 Apr 2015 11:20:04 GMT)
Full text and
rfc822 format available.
Message #16 received at 20291-done <at> debbugs.gnu.org (full text, mbox):
> Date: Fri, 10 Apr 2015 06:05:33 -0500
> From: Mario Valencia <mariovalspi <at> gmail.com>
> Cc: 20291 <at> debbugs.gnu.org
>
> The zlib dll was the problem. I replaced it with the new version and it worked
> properly. I probably copied it from the older emacs folder. Thank you!
OK, closing.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 08 May 2015 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 10 years and 49 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.