0 votes

Godot 3.2 BETA 3

Hey,

I've been testing my app on an Android phone (Samsung Galaxy S7 Edge) and the console output has suddenly stopped working and I'm getting the following message

--- DEVICE API < 21 OR NO USB CONNECTION; DEBUGGING OVER WI-FI --

The app installs and runs fine, it's just the console output that seems to be missing. I don't recall changing anything that could account for it. Running the app in the editor outputs to the console as normal.

I've checked the "Disable Stdout" option in settings, and that's unchecked. I've also checked my project.godot file for anything out of the ordinary. I've tried restarting both the PC and the phone, but nothing has helped.

Has anyone else experienced this? Any help would be great. Thanks! :)

in Engine by (380 points)

I'm getting this too, comparing 3.1.2 and 3.2 beta the listening ip changes from localhost (which worked on 3.1.2) to 127.0.0.1 (suddenly nolonger working on 3.2 beta), I'll be posting a github issue to hopefully see what's going on and if it can be fixed

edit: I have posted my issue here: https://github.com/godotengine/godot/issues/34376 - I don't know if we have the exact same issue but it may be related

So console output has never worked for you when using a beta version? It was working fine for me on the latest beta, but just stopped. Very strange.

I'd be interested in a link to your Github issue, if you do create one. It would be really helpful if there was a fix for this.

I've only ever tested it on 3.1.2 and the 3.2 beta, 3.1.2 works fine, I get all the output, I can monitor my game and debug it over USB, in 3.2 it just says no USB connection and I get nothing, so I have no idea what causes it, if yours is broken in 3.1.2 too it might not be the same issue but it's possibly related, maybe

I've not used 3.1.2 but the beta was working fine. I may try beta 2 again and see if there is any difference between that and beta 3. May narrow it down little.

Just reverted back to 3.2 beta 2... and the console outputs normally on Android. It's looking more like an issue with beta 3.

interesting, mine is the same too, I'm curious, do you see this in in godot's console in beta2:

0 param: --remote-debug
1 param: localhost:6007

but this in beta3?:

0 param: --remote-debug 
1 param: 127.0.0.1:6007 

edit: nevermind, I don't think this is related at al l

I just checked this, and yes I do see this difference. localhost on the working beta 2, and 127.0.0.1 on the non-working beta 3.

I thought it might have been related but I don't think it is, just seems like some extra checking is done in the latest beta that's a bit fiddly/not working very well for windows, but they know now so hopefully it'll get fixed soon

Well I'm glad it's a known issue and a fix is on the way :)

1 Answer

–1 vote
by (321 points)
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.