[Resolved] Godot doesn't work

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

Hi to everyone. I use a laptop with Fedora Linux O.S. When I run Godot engine from my terminal, it goes crash and I read this message:

================================================================
handle_crash: Program crashed with signal 11
Engine version: Godot Engine v4.0.stable.official (92bee43adb …)
Dumping the backtrace. Please include this when reporting the bug to the project developer.
[1] /lib64/libc.so.6(+0x3cb20) [0x7f01c8026b20] (??:0)
[2] ./Godot_v4.0-stable_linux.x86_64() [0xe8cad5] (??:0)
[3] ./Godot_v4.0-stable_linux.x86_64() [0xe9b06d] (??:0)
[4] ./Godot_v4.0-stable_linux.x86_64() [0xe9bf3e] (??:0)
[5] ./Godot_v4.0-stable_linux.x86_64() [0x49e3051] (??:0)
[6] ./Godot_v4.0-stable_linux.x86_64() [0xe09825] (??:0)
[7] /lib64/libc.so.6(+0x27510) [0x7f01c8011510] (??:0)
[8] /lib64/libc.so.6(__libc_start_main+0x89) [0x7f01c80115c9] (??:0)
[9] ./Godot_v4.0-stable_linux.x86_64() [0xe2286e] (??:0)
END OF BACKTRACE

================================================================

Could any of you help me ?
Thanks to reading me.

Signal 11, or officially know as “segmentation fault”, means that the program accessed a memory location that was not assigned. That’s usually a bug in the program.

Moreus | 2023-03-09 18:48

you can try Steam version is out today

Moreus | 2023-03-09 19:05

I would either download the Steam version (if you downloaded the binary) or download the binary from godotengine.org (if you use the Steam version).

JeremyStarTM | 2023-03-09 21:08

Good morning. I don’t use Stream. I have downloaded the engine’s version: 3.5.2-stable, it works ! - Thank you for all…

Sape73 | 2023-03-10 11:44

Good morning. I don’t use Stream. I have downloaded the engine’s version: 3.5.2-stable, it works ! - Thank you for all…

Sape73 | 2023-03-10 11:45

I am having the exact same issue. It would be nice to have a solution for Godot 4.

blurrred | 2023-03-20 12:43