My PC freezes when I open a project.

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

Hi everyone,
I’ve downloaded the latest version of Godot on my Ubuntu 20.04.
I runed it, and when I create my first project and try to open it, my PC freezes. I got the problem on both Mono and standard version but the problem is still the same.

Does anyone had the same problem or has an idea of a solution ?

Thank you for your help !

Do you get an error of some sort?

psear | 2021-01-21 20:56

Possibly related to graphics
Run Godot from a console and post the contents here

./Godot_v3.2.3-stable_mono_x11.64 -d 2>&1 | tee errlog.txt

or

./Godot_v3.2.3-stable_x11.64 -d 2>&1 | tee errlog.txt

replacing with your downloaded file where necessary

Wakatta | 2021-01-21 23:41

Any error is generated, it just freezes during the opening of the project

auloma | 2021-01-22 09:44

So, I tried both of your propositions, but it doesn’t change anything and no errlog is generated.

I tried just to open it like this : ./Godot_v3.2.3-stable_mono_x11.64
And it works …
When I try a double-click to open it, I have the problem mentionned before, but I don’t have it when I launch it in command-line … That’s very strange …

auloma | 2021-01-22 09:48

Very strange indeed
Have you tried downloading and earlier version to see if it is version specific
if you do and it works then you may have found a bug to be reported

Wakatta | 2021-01-22 21:11

It works well with the 3.1.2 version

auloma | 2021-01-23 13:41

Ok so i was able to recreate your issue to some degree and resolved it by clearing/deleting the ~/.config/godot/projects folder

Note that this will clear all your project settings so make a backup first

Wakatta | 2021-01-24 15:42