#Crashing
3 messages · Page 1 of 1 (latest)
Are you on Windows or Linux?
Go in the terminal to the directory that your project.godot file is in, then you can run the executable in that directory by pasting in the the path to the Godot executable (If you use Godots like I do you can go to the local editors tab, select the Godot version and click on "View command", and it will show you the path) plus the verbose argument (-v or --verbose).
For me, since I'm on Windows, this is what the full command looks like (the path is in the Godots app_userdata directory because it was installed using Godots):
C:\Users\MyUser\Documents\GODOT\projects\project-name>"C:\Users\MyUser\AppData\Roaming\Godot\app_userdata\Godots\versions\Godot_v4_2-stable_mono_win64\Godot_v4.2-stable_mono_win64\Godot_v4.2-stable_mono_win64.exe" -v