Menu

#17 Errors: 'Empty input file' and 'Unable to remap dll..'

closed-fixed
nobody
None
5
2014-08-25
2003-09-01
Rory
No

Hi I've just downloaded curator and am trying to get it
to run but hit this error.

I'm running on WinXP with cygwin 1.5.2-1 (but I think
I updated the cygwin package recently but not much
else so various other bits could be older) . I just
installed Python2.3 through the cygwin setup and
installed ImageMagick-5.5.7-Q8 from the win setup exe.

I'm guessing the following error is something to do with
my config but have no idea where to start.

Output was:
************
Rory@RJK /c/web/test_curator
$ ls
london-princes_di_playground-boards2.jpg london-
princes_di_playground-boards4.jpg
london-princes_di_playground-boards3.jpg

Rory@RJK /c/web/test_curator
$ /c/curator/curator-2.0.1/bin/curator
====> validating options
====> gathering image list and attributes files
looking for images with base 'london-
princes_di_playground-boards4'
['.jpg']
choosing imagefile '.jpg'

looking for images with base 'london-
princes_di_playground-boards3'
['.jpg']
choosing imagefile '.jpg'

looking for images with base 'london-
princes_di_playground-boards2'
['.jpg']
choosing imagefile '.jpg'

====> templates input and compilation
====> thumbnail generation and sizes computation
c:\program files\imagemagick-5.5.7-q8\identify.exe:
Empty input file (/c/Documents and Settings/Rory
/My Documents/My Pictures/web/test_curator/london-
princes_di_playground-boards2.jpg).
Error: running identify program on /c/Documents and
Settings/Rory/My Documents/My Pictures/web/test_
curator/london-princes_di_playground-boards2.jpg
thumbnail absent 'london-princes_di_playground-
boards2--thumb.jpg'
generating thumbnail 'london-princes_di_playground-
boards2--thumb.jpg'
C:\cygwin\bin\python2.3.exe: *** unable to remap
C:\cygwin\bin\cygssl-0.9.7.dll to same address as p
arent(0x740000) != 0x750000
4 [main] python 3384 sync_with_child: child 2344
(0x6B4) died before initialization with status
code 0x1
152 [main] python 3384 sync_with_child: *** child
state child loading dlls
Traceback (most recent call last):
File "/c/curator/curator-2.0.1/bin/curator", line 2721,
in ?
main()
File "/c/curator/curator-2.0.1/bin/curator", line 2642,
in main
img.generateThumbnail()
File "/c/curator/curator-2.0.1/bin/curator", line 1074,
in generateThumbnail
(chin, chout, cherr) = os.popen3( cmd )
File "/usr/lib/python2.3/os.py", line 620, in popen3
stdout, stdin, stderr = popen2.popen3(cmd, bufsize)
File "/usr/lib/python2.3/popen2.py", line 151, in
popen3
inst = Popen3(cmd, True, bufsize)
File "/usr/lib/python2.3/popen2.py", line 39, in
__init__
self.pid = os.fork()
OSError: [Errno 11] Resource temporarily unavailable

Rory@RJK /c/web/test_curator
$

Discussion

  • Rory

    Rory - 2003-09-01

    Logged In: YES
    user_id=759591

    oh, forgot to mention that I changed the first line of the
    curator script file to
    #!/usr/bin/env python2.3
    as python2 wasn't recognised.

     
  • Martin Blais

    Martin Blais - 2003-09-20

    Logged In: YES
    user_id=10996

    hi

    latest released curator with window is currently broken

    incidentally, i have hacked support for PIL last week to
    support a friend that needed to run it under XP as well.
    there are too many issues under windows (no time for
    details) to support imagemagick, and it's awkward. i'll
    move everything to the PIL at some point and not support
    magick anymore, the PIL is faster when it runs, easier to
    install, and it's more integreated (i.e. it's python itself)

    i will release the new version, go under doc directory, it
    contains detailed instructions for running curator under
    windows (i have personally tested this last week-- it will work)

    cheers, thanks for reporting bug

     
  • Martin Blais

    Martin Blais - 2003-09-20
    • status: open --> closed-fixed
     

Log in to post a comment.