opensumi / ide-electron

OpenSumi Electron Version
https://opensumi.com
MIT License
171 stars 56 forks source link

Is there any minimum OS version requirement for Linux? #50

Closed teddyos closed 1 year ago

teddyos commented 1 year ago

Hi team, thank you for an amazing project!

I'm struggling with this issue for a long time, so I posted it here in case someone know what is wrong with it 👇

On Ubuntu 20.x, the IDE show a blank screen without any log:

z3843904723343_1afcf380d40c9057b991a5c6b9d18d22

(the no static exports found - as what I researched - is just a warning and have title possibility of causing the blank issue, but if there is any advice for fixing it would be great)

On Ubuntu 22.x, it's working properly:

z3843915398556_1e6ea41e498b2d10017cd089962b4138

The annoying about the issue is there is no obvious error log so that I didn't know exactly what went wrong. Please let me know if there is anything I can do to make it work, any help is appreciated! 🙏

erha19 commented 1 year ago

@nguyenhongphat0 I search the errors and found a blog Solving Google Chrome's gpu-process error message in Ubuntu Linux

Maybe you should disable the GPU process on Ubuntu 20.x with --disable-gpu flag.

teddyos commented 1 year ago

--disable-gpu didn't work for me. However when applying the build (with the same process) on the older machine that was running Ubuntu 20.x, the build worked as supposed 🤔 I'm still confuse why this happen. But we can close this issue for now 😅