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
I will investigate this when i get time over the next couple days.
What error did you receive?
Loaded spreadsheet from cache (1000 items)
FATAL ERROR: 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.
1: 00007FF6331076E6 node::SetTracingController+80006
2: 00007FF633107850 node::OnFatalError+304
3: 00007FF635D69A12 v8::Function::NewInstance+1074
4: 00007FF631DBD93B v8::ArrayBuffer::NewBackingStore+171
5: 00007FF63311579D node::Buffer::New+717
6: 00007FF63311554D node::Buffer::New+125
7: 00007FFD7EC94810 node_register_module_v114+12384
8: 00007FF63499FE68 v8::MicrotasksScope::PerformCheckpoint+88456
9: 00000AFA5FE9C2F9
Where are you hosting Actual?
Other
What browsers are you seeing the problem on?
Other
Operating System
Windows 11
The text was updated successfully, but these errors were encountered:
Verified issue does not already exist?
What happened?
No files are saved, app becomes erratic and un-usable afterwards (can't close/open budget).
I think this is due to a new security model starting in electron v21 that disallows the use of new/malloc:
https://www.electronjs.org/blog/v8-memory-cage
I will investigate this when i get time over the next couple days.
What error did you receive?
Where are you hosting Actual?
Other
What browsers are you seeing the problem on?
Other
Operating System
Windows 11
The text was updated successfully, but these errors were encountered: