faressoft / terminalizer

🦄 Record your terminal and generate animated gif images or share a web player
https://terminalizer.com
MIT License
15.39k stars 500 forks source link

Can't render #211

Closed LAPCoder closed 1 year ago

LAPCoder commented 1 year ago

When I run the render with terminalizer render test1 test1.gif, I get an error.

Error:
  Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/terminalizer/render/frames'

Hint:
  Use the --help option to get help about the usage

I ran sudo chmod a+rwx /usr/local/lib/node_modules/terminalizer/** then terminalizer render test1 test1.gif and got another error:

Error:
  Error: [6080:0102/095745.085275:ERROR:skia_output_surface_impl.cc(963)]
  surface_size=8000x8000
  size=11
  color_type=4
  backend_format.isValid()=1
  backend_format.backend()=0
  backend_format.asGLFormat()=1
  backend_format.asVkFormat()=0
  backend_format.asVkFormat() vk_format=0
  surface_origin=1
  willGlFBO0=1

Hint:
  Use the --help option to get help about the usage

Any idea?

faressoft commented 1 year ago

Fixed in #226