convert.exe: Memory allocation failed with GIF files in G2
Posted: 2007-12-12T13:05:01-07:00
Greetings everyone!
I'm really hoping to get some assistance here. I'm running gallery2 and am having a problem with gif files not processing. The debug window of Gallery2 when creating thumbnails says:
I've picked the command out manually and have run it:
The same error occurs and is stored in one of those .tmp files that is created. With that said, it can't be a Gallery2 problem. I'm running this on Win2k3 x64 with ImageMagick-6.3.7-Q16
Please help!
Thanks,
Ryan
I'm really hoping to get some assistance here. I'm running gallery2 and am having a problem with gif files not processing. The debug window of Gallery2 when creating thumbnails says:
Code: Select all
chdir(C:\Inetpub\wwwroot2\gallery.biggexpress.com\g2data\tmp\)
Executing: cmd /c " "c:\Program Files
(x86)\ImageMagick-6.3.7-Q16\convert.exe" "-coalesce"
"C:\Inetpub\wwwroot2\gallery.biggexpress.com\g2data\albums\Customer
Locations\map_officeLocationFull3_jpg.gif" "-size" "150x150" "-geometry"
"150x150" "-strip" "-deconstruct"
"C:\Inetpub\wwwroot2\gallery.biggexpress.com\g2data\tmp\img2F30.tmp" 2>
"C:\Inetpub\wwwroot2\gallery.biggexpress.com\g2data\tmp\g2d2F31.tmp" "
getParameter exec.expectedStatus for core plugin
file_exists(C:\Inetpub\wwwroot2\gallery.biggexpress.com\g2data\tmp\g2d2F31.tmp)
filesize(C:\Inetpub\wwwroot2\gallery.biggexpress.com\g2data\tmp\g2d2F31.tmp)
fopen(C:\Inetpub\wwwroot2\gallery.biggexpress.com\g2data\tmp\g2d2F31.tmp,
r, 0)
feof(Resource id #690)
fgets(Resource id #690, 4096)
feof(Resource id #690)
fgets(Resource id #690, 4096)
feof(Resource id #690)
fclose(Resource id #690)
unlink(C:\Inetpub\wwwroot2\gallery.biggexpress.com\g2data\tmp\g2d2F31.tmp)
Regular Output:
Error Output:
convert.exe: Memory allocation failed
`C:\Inetpub\wwwroot2\gallery.biggexpress.com\g2data\albums\Customer
Locations\map_officeLocationFull3_jpg.gif'.
Status: 1 (expected 0)
unlink(C:\Inetpub\wwwroot2\gallery.biggexpress.com\g2data\tmp\img2F30.tmp)
chdir(C:\Inetpub\wwwroot2\gallery.biggexpress.com)
realpath(C:\Inetpub\wwwroot2\gallery.biggexpress.com\modules\core\classes/../../../)
realpath(C:\Inetpub\wwwroot2\gallery.biggexpress.com/)
Error (ERROR_TOOLKIT_FAILURE)in
C:\Inetpub\wwwroot2\gallery.biggexpress.com\modules\imagemagick\classes\ImageMagickToolkit.class
at line 620 (GalleryCoreApi::error)
Code: Select all
c:\Inetpub\wwwroot2\gallery.biggexpress.com\g2data\tmp>"c:\Program Files (x86)\ImageMagick-6.3.7-Q8\convert.exe" "-coalesce" "C:\Inetpub\wwwroot2\gallery.biggexpress.com\g2data\albums\Customer Locations\map_officeLocationFull3_jpg.gif" "-size" "150x150" "-geometry" "150x150" "-strip" "-deconstruct" "C:\Inetpub\wwwroot2\gallery.biggexpress.com\g2data\tmp\img2DB1.tmp" 2> "C:\Inetpub\wwwroot2\gallery.biggexpress.com\g2data\tmp\g2d2DB2.tmp" "
Please help!
Thanks,
Ryan