SpacingBat3 / WebCord

A Discord and SpaceBar :electron:-based client implemented without Discord API.
MIT License
1.92k stars 95 forks source link

"EIO: i/o error, write" when running the appimage by double clicking, but works fine if ran through the terminal #537

Closed Yasand123 closed 5 months ago

Yasand123 commented 5 months ago

Acknowledgements

Operating System / Platform

🐧️ Linux

Operating system architecture

x64 (64-bit Intel/AMD)

Electron version

packaged in appimage?

Application version

v4.9.1

Bug description

I get a tiny window with the content: EIO: i/o error, write, clicking abort or ignore do nothing, they just respawn the window forever. Until I kill the process.

Running the appimage from the terminal though 100% works though which is odd. Could it be that webcords writes to a non existing console when running it without a console? May be related https://github.com/nodejs/node-v0.x-archive/issues/6612

Additional context

No response