terminalizer icon indicating copy to clipboard operation
terminalizer copied to clipboard

Rendering fails

Open raprocks opened this issue 3 years ago • 0 comments

I dont know why but rendering fails on my device although recording and playing back the recording works. I am using Termux on android. I have installed electron using the --platform=linux flag as Termux is made to emulate linux and terminalizer installs successfully. But when i start to render the following error is thrown. If this is the wrong place to post about this please direct me to the right direction

~ î‚° terminalizer render demo
events.js:292
      throw er; // Unhandled 'error' event
      ^

Error: spawn /data/data/com.termux/files/usr/lib/node_modules/terminalizer/node_modules/electron/dist/electron ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:268:19)
    at onErrorNT (internal/child_process.js:468:16)
    at processTicksAndRejections (internal/process/task_queues.js:84:21)
Emitted 'error' event on ChildProcess instance at:
    at Process.ChildProcess._handle.onexit (internal/child_process.js:274:12)
    at onErrorNT (internal/child_process.js:468:16)
    at processTicksAndRejections (internal/process/task_queues.js:84:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn /data/data/com.termux/files/usr/lib/node_modules/terminalizer/node_modules/electron/dist/electron',
  path: '/data/data/com.termux/files/usr/lib/node_modules/terminalizer/node_modules/electron/dist/electron',
  spawnargs: [
    '/data/data/com.termux/files/usr/lib/node_modules/terminalizer/render/index.js',
    1
  ]
}

raprocks avatar Jul 27 '20 09:07 raprocks