Agent process exited with code 4294967295 and signal null
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
Same issues here after pulling the latest fork.
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.
I’m experiencing the exact same issue.
Have you found any solution?