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

When I make a final release version of my app, I can disable stderr and stdout, but when I start it from the console window, the app still prints a new line, making it look like it's still waiting for you to press Enter or something (even though that is not the case, you could type the next command there). Any ideas what could be causing this? Here, my Test project only has a new scene with a single button.

enter image description here

However, if I run Pixelorama or MaterialMaker in the same way, there is no extra new line and the cursor stays at the next prompt.

Godot version v3.5-stable-official-991bb6ac7, Windows 10
in Engine by (12 points)

1 Answer

0 votes

As of Godot 3.5, console handling on Windows was refactored to allow for more flexibility. That said, it's recommend to export a console script if you plan on making the app usable from the command line: https://github.com/godotengine/godot/pull/58455

Edit: For reference, this was cross-posted on GitHub: https://github.com/godotengine/godot/issues/64473

by (12,878 points)
edited by
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.