nfroidure / svgfont2svgicons

Extract SVG icons from an SVG font
MIT License
15 stars 10 forks source link

Error: EMFILE, open 'fonts/afii10092.svg' #4

Closed qdsang closed 10 years ago

qdsang commented 10 years ago
Saving glyph "uni30A4" to "fonts/uni30A4.svg"
Saving glyph "uni30A5" to "fonts/uni30A5.svg"
Saving glyph "uni30A6" to "fonts/uni30A6.svg"
Saving glyph "uni30A7" to "fonts/uni30A7.svg"

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: EMFILE, open 'fonts/afii10092.svg'
➜  test  svgfont2svgicons FZLTCXHJW.svg ./fonts

When the number of files being given more than 258

nfroidure commented 10 years ago

If you're using a mac, it is probably a file descriptor limit problem. You can use ulimit to solve this issue.