mindcraft icon indicating copy to clipboard operation
mindcraft copied to clipboard

Agent process exited with code 4294967295 and signal null

Open MEMSITO opened this issue 10 months ago • 5 comments

C:\Users\MEMS\mindcraft>node main.js [ './andy.json' ] MindServer running on port 8080 Client connected Registering agents: andy Agents registered SES_UNCAUGHT_EXCEPTION: { code: 'MODULE_NOT_FOUND', requireStack: [ 'C:\Users\MEMS\mindcraft\node_modules\prismarine-viewer\viewer\lib\entities.js', 'C:\Users\MEMS\mindcraft\node_modules\prismarine-viewer\viewer\lib\viewer.js', 'C:\Users\MEMS\mindcraft\node_modules\prismarine-viewer\viewer\index.js', 'C:\Users\MEMS\mindcraft\node_modules\prismarine-viewer\lib\mineflayer.js', 'C:\Users\MEMS\mindcraft\node_modules\prismarine-viewer\index.js' ] } Agent process exited with code 4294967295 and signal null Ending task

MEMSITO avatar Feb 10 '25 19:02 MEMSITO

Same issues here after pulling the latest fork.

Image

while-basic avatar Feb 11 '25 01:02 while-basic

workaround fix for this issue currently is to install versioned prismarine separately npm install [email protected]

there seems to be some dependency issue with mineflayer and/or prismarine, not sure what the actual fix would be.

pavankavade avatar Feb 11 '25 03:02 pavankavade

I’m experiencing the exact same issue.

PlyMxt avatar Feb 13 '25 18:02 PlyMxt

Have you found any solution?

Hatarantino avatar Feb 14 '25 21:02 Hatarantino

Have you found any solution?

npm install [email protected]

while-basic avatar Feb 15 '25 10:02 while-basic