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
when calling Screen.grabRegion from Electron >= v21, following error is thrown:
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.
Thanks @s1hofmann for the swift reply and relevant pointer!
The Node/Electron world is so fastly evolving, it is difficult to keep track 🥴 Looking forward for a solution, because the newer Electron versions fix issues that are relevant for me otherwise 😣
version: 2.3.1-next.20221115224324
Hi,
when calling Screen.grabRegion from Electron >= v21, following error is thrown:
I believe this is caused by the Electron feature "Memory Cage", which cannot be simply deactivated.
The text was updated successfully, but these errors were encountered: