PrismarineJS / prismarine-web-client

Minecraft web client running in your browser
https://prismarinejs.github.io/prismarine-web-client/
MIT License
444 stars 144 forks source link

Webclient Crashing Randomly Due to Write Error #271

Open AwesomestCode opened 2 years ago

AwesomestCode commented 2 years ago

pweb seems to crash randomly for certain users. The error is as attached below.

    at new NodeError (errors-browser.js:26)
    at doWrite (_stream_writable.js:409)
    at writeOrBuffer (_stream_writable.js:398)
    at Socket.Writable.write (_stream_writable.js:307)
    at Socket.write (browser.js:265)
    at Framer.ondata (_stream_readable.js:681)
    at Framer.emit (events.js:153)
    at addChunk (_stream_readable.js:298)
    at readableAddChunk (_stream_readable.js:280)
    at Framer.Readable.push (_stream_readable.js:241)

The error has happened on my MacBook before running Monterey on both Chrome and Firefox (albeit happens less frequently with Firefox), but not my Chromebook.

This error has also been seeen here: https://discord.com/channels/413438066984747026/815363216947150879/930983903433486336 (Windows 10 on Chrome)

An identical error message, albeit possibly with a completely unrelated cause has been seen in issue #201.