The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

I'm on macOS, if I start the editor from the command line it opens the project list normally and prints output but when I select a project and start the editor the Godot program started from the command line returns and no more output is printed.

Editor starts normally but I can't get error output from the editor for example when the editor crashes (which has happened more in latest betas).

Godot version Godot 4 beta 17
in Engine by (95 points)

I do this on Linux so I can explain that but I am not sure about Windows as I havent used that in 2 decades. Are you on Linux?

I'm on macOS but it is similar to Linux so if you can describe how it works on Linux I may be able to figure it out on macOS too.

1 Answer

0 votes

Okay so per your message I can confirm that on linux I run the following line on a command line

./godot --verbose

the section ./ represents Linux being told to run an application, godot is the application and the --verbose is an argument passed to state run it will all errors and notifications posted in the command line.

Hope that helps

by (3,328 points)

Thanks, this is difficult to explain but the actual problem is that I cannot see the output what Godot editor prints. So on macOS the equal command is

/Applications/Godot.app/Contents/MacOS/Godot --verbose

And that opens the project list and prints output and works fine. But when a project is selected and loaded, then the command line returns the control to the user and doesn't print output anymore.

So I can see only the debug messages that are printed when the project list is open. When I open a project the there is no more debug messages and I don't know how to see them.

This might be something macOS-specific. Why I'm trying to solve this is that the Godot 4 editor crashes a lot when I run a project but I cannot create a bug report because I don't have any output, no error message or anything that developers could use to debug and fix it.

Ahh well that may be a mac thing then, on my Linux version I continue to get the messages after a project is open. I know there are a lot of things that apple hive off in the background so perhaps its not possible for godot to print those messages on a mac? Sorry i couldnt help further.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.