[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Release-critical Bugreport for January 25, 2002



> > Does it work on others? I tried with icons in my other packages, they all
> > fail. So you say its a problem in my files? It worked in earlier releases..

I wrote:
 
> It worked on a few cases I tried anyway, and failed on another.
> Strangely, convert worked when mogrify failed.  Perhaps you could try that?

I downloaded the woody source for defendguin-0.0.6 and:

$ mogrify -format xpm -geometry 32x32 \
   -map /usr/X11R6/include/X11/pixmaps/cmap.xpm ship-right2.bmp
mogrify: cache.c:2235: SetNexus: Assertion `cache_info->signature == 0xabacadab' failed.
Abort

However, this works:

$ convert -geometry 32x32 -map /usr/X11R6/include/X11/pixmaps/cmap.xpm \
   ship-right2.bmp ship-right2.xpm

So there is a workaround.

Peter



Reply to: