inotia00 / rvx-builder

A NodeJS ReVanced Extended builder
GNU General Public License v3.0
525 stars 47 forks source link

Patcher fails to initialize #106

Closed bnm12 closed 11 months ago

bnm12 commented 11 months ago

Describe the bug Patcher fails to start

To Reproduce Steps to reproduce the behavior:

  1. Start app
  2. Click on Start patching
  3. See error

revanced-builder Version: v3.9.6

Desktop (please complete the following information):

Additional context Log output:


TypeError: Cannot read properties of undefined (reading 'split')
    at updateFiles (C:\snapshot\rvx-builder2\wsEvents\updateFiles.js:30:26)
    at WebSocket.<anonymous> (C:\snapshot\rvx-builder2\index.js:175:15)
    at WebSocket.emit (node:events:537:28)
    at Receiver.receiverOnMessage (C:\snapshot\rvx-builder2\node_modules\ws\lib\websocket.js:1178:20)
    at Receiver.emit (node:events:537:28)
    at Receiver.dataMessage (C:\snapshot\rvx-builder2\node_modules\ws\lib\receiver.js:528:14)
    at Receiver.getData (C:\snapshot\rvx-builder2\node_modules\ws\lib\receiver.js:446:17)
    at Receiver.startLoop (C:\snapshot\rvx-builder2\node_modules\ws\lib\receiver.js:148:22)
    at Receiver._write (C:\snapshot\rvx-builder2\node_modules\ws\lib\receiver.js:83:10)
    at writeOrBuffer (node:internal/streams/writable:392:12)
[builder] Please report this bug here: https://github.com/inotia00/rvx-builder/issues.
inotia00 commented 11 months ago

https://github.com/inotia00/rvx-builder/issues/105