Godot stopping while editing new project

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By smaran

Hello. I am trying to learn Godot. I installed on Lubuntu 19.04

I created a new project folder and named OpenGL ES 3.0

Pressing button create Godot closes

link to terminal screen picture

Does your computer support GLES 3.0? I can’t read the output from the crash (the screenshot had poor quality). Btw, next time, copy and paste the output message.

Ertain | 2019-12-02 00:04

:bust_in_silhouette: Reply From: smaran

I think I found the solution:
If you double-click the executable file to start the Godot program then an error occurs when creating or editing a project.
If you open a terminal window and type the command linux ./Godot* then the error will not occur.

Thank you