On a fresh install (in fact my first Godot install), I ran it from command line and then I created a new project following the "Your First 2D Game" tutorial instructions. Then I tried to open it, the Godot splashscreen appeared and then the application crashed. This occurs every time I ran the Godot executable without arguments.
godot_crash_verbose_log.txt
Then I ran it with the following arguments:
./Godot_v4.1.2-stable_linux.x86_64 --verbose --rendering-driver opengl3
It showed the UI and seems to be working, but I haven't tried to do anything else until this point.
Steps to reproduce
Download Godot 4.1.2.stable.official.399c9dc39 for Ubuntu 22.04
Godot version
4.1.2.stable.official.399c9dc39
System information
OS: Ubuntu 22.04 CPU: AMD Phenom(tm) II X4 955 Processor Graphics:
Issue description
On a fresh install (in fact my first Godot install), I ran it from command line and then I created a new project following the "Your First 2D Game" tutorial instructions. Then I tried to open it, the Godot splashscreen appeared and then the application crashed. This occurs every time I ran the Godot executable without arguments. godot_crash_verbose_log.txt
Then I ran it with the following arguments:
./Godot_v4.1.2-stable_linux.x86_64 --verbose --rendering-driver opengl3
It showed the UI and seems to be working, but I haven't tried to do anything else until this point.Steps to reproduce
Minimal reproduction project
N/A