noble
noble copied to clipboard
Fatal error: attempt to access memory outside buffer bounds in Windows
Although it was working earlier today on this same system (Windows 10 Pro 2004, using the internal USB Bluetooth adapter), now when I attempt to run noble.startScanning() it fails with either of the following error messages:
> FATAL ERROR: Attempt to access memory outside buffer bounds
1: 00007FF77FD14BDF napi_wrap+111007
2: 00007FF77FCB8166 v8::base::CPU::has_sse+59910
3: 00007FF77FCB9066 node::OnFatalError+294
4: 00007FF77FCB8849 v8::base::CPU::has_sse+61673
5: 00007FF77FCE1D0C napi_fatal_error+156
6: 00007FFB35B300C7
7: 00007FFB35BE5A36
8: 00007FFB35B7A740
9: 00007FFB35B6DB49
10: 00007FFB7C5F1506 RtlCaptureContext2+1190
11: 00007FFB35B4715E
12: 00007FFB35B2FA58
13: 00007FF77FCE011E node_module_register+4638
14: 00007FF77FCDF9B1 node_module_register+2737
15: 00007FF77FD723CB uv_async_send+331
16: 00007FF77FD71B5C uv_loop_init+1292
17: 00007FF77FD71CFA uv_run+202
18: 00007FF77FC72C15 v8::internal::OrderedHashTable<v8::internal::OrderedHashMap,2>::NumberOfBucketsOffset+9589
19: 00007FF77FCE73D7 node::Start+311
20: 00007FF77FB4679C RC4_options+339612
21: 00007FF780AEEAD8 v8::internal::compiler::RepresentationChanger::Uint32OverflowOperatorFor+14424
22: 00007FFB7BB47034 BaseThreadInitThunk+20
23: 00007FFB7C5A2651 RtlUserThreadStart+33
or
> FATAL ERROR: Cannot read property 'reverse' of null
1: 00007FF77FD14BDF napi_wrap+111007
2: 00007FF77FCB8166 v8::base::CPU::has_sse+59910
3: 00007FF77FCB9066 node::OnFatalError+294
4: 00007FF77FCB8849 v8::base::CPU::has_sse+61673
5: 00007FF77FCE1D0C napi_fatal_error+156
6: 00007FFB35B300C7
7: 00007FFB35BE5A36
8: 00007FFB35B7A740
9: 00007FFB35B6DB49
10: 00007FFB7C5F1506 RtlCaptureContext2+1190
11: 00007FFB35B4715E
12: 00007FFB35B2FA58
13: 00007FF77FCE011E node_module_register+4638
14: 00007FF77FCDF9B1 node_module_register+2737
15: 00007FF77FD723CB uv_async_send+331
16: 00007FF77FD71B5C uv_loop_init+1292
17: 00007FF77FD71CFA uv_run+202
18: 00007FF77FC72C15 v8::internal::OrderedHashTable<v8::internal::OrderedHashMap,2>::NumberOfBucketsOffset+9589
19: 00007FF77FCE73D7 node::Start+311
20: 00007FF77FB4679C RC4_options+339612
21: 00007FF780AEEAD8 v8::internal::compiler::RepresentationChanger::Uint32OverflowOperatorFor+14424
22: 00007FFB7BB47034 BaseThreadInitThunk+20
23: 00007FFB7C5A2651 RtlUserThreadStart+33
Is this a known issue? How can I fix it?
The 2nd error message seems to match this one from may, but the responses don't really seem to clarify what the solution is, or if it's actually the same problem or not: https://github.com/noble/noble/issues/961