You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bug]: Fatal error in V8: v8 ArrayBuffer NewBackingStore When the V8 Sandbox is enabled, ArrayBuffer backing stores must be allocated inside the sandbox address space. Please use an appropriate ArrayBuffer::Allocator to allocate these buffers, or disable the sandbox.
#735
After rebuilding robotjs for Electron 21+, I have an error whenever I try to robotjs.screen.capture.
More information can be found in this Electron issue on github.
Expected Behavior
It should simply work as intended in older Electron versions.
Current Behavior
The following error appears whenever I call robotjs.screen.capture:
Fatal error in V8: v8 ArrayBuffer NewBackingStore When the V8 Sandbox is enabled, ArrayBuffer backing stores must be allocated inside the sandbox address space. Please use an appropriate ArrayBuffer::Allocator to allocate these buffers, or disable the sandbox.
Steps to Reproduce (for bugs)
Electron latest
Rebuild robotjs for electron
Call robotjs.screen.capture
An error is thrown
Context
I was trying to take a screenshot using the x,y,width,height solution robotjs provides so I could try to run tesseract on the returned buffer.
Your Environment
RobotJS version: lastest
Node.js version: lastest
npm version: lastest
Operating System: MacOS
Electron: latest
The text was updated successfully, but these errors were encountered:
After rebuilding robotjs for Electron 21+, I have an error whenever I try to robotjs.screen.capture.
More information can be found in this Electron issue on github.
Expected Behavior
It should simply work as intended in older Electron versions.
Current Behavior
The following error appears whenever I call robotjs.screen.capture:
Steps to Reproduce (for bugs)
Context
I was trying to take a screenshot using the
x,y,width,height
solution robotjs provides so I could try to run tesseract on the returned buffer.Your Environment
The text was updated successfully, but these errors were encountered: