sammacbeth / dat-fox-helper

Node helper process for dat-fox
MIT License
29 stars 6 forks source link

js: err_ buffer_out_of_bounds() during attempted Windows install #8

Closed kriskeillor closed 4 years ago

kriskeillor commented 5 years ago

The following error occurs when I run dat-fox-helper-win.exe, v0.1.0, on Windows 8.1:

internal/buffer.js:53
    throw new ERR_BUFFER_OUT_OF_BOUNDS();
    ^

RangeError [ERR_BUFFER_OUT_OF_BOUNDS]: Attempt to write outside buffer bounds
    at boundsError (internal/buffer.js:53:11)
    at Buffer.readInt32LE (internal/buffer.js:277:5)
    at Socket.processData (C:\snapshot\dat-fox-helper\src\browser.js:15:27)
    at Socket.emit (events.js:182:13)
    at addChunk (_stream_readable.js:283:12)
    at readableAddChunk (_stream_readable.js:264:11)
    at Socket.Readable.push (_stream_readable.js:219:10)
    at Pipe.onread (net.js:635:20)