Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Godot 4.0 Beta 7 doesn't work on Android #69540

Closed
MecoCL opened this issue Dec 3, 2022 · 7 comments
Closed

Godot 4.0 Beta 7 doesn't work on Android #69540

MecoCL opened this issue Dec 3, 2022 · 7 comments

Comments

@MecoCL
Copy link

MecoCL commented Dec 3, 2022

Godot version

4.0 Beta 7

System information

Android 11 (GLES 3)

Issue description

When I ever wanna launch the editor on my phone, it only gives me this screen. nothing works, the last beta update wasn't like this tbh...

image

XRecorder_03122022_102223.mp4

Steps to reproduce

N/A

Minimal reproduction project

N/A

@clayjohn
Copy link
Member

clayjohn commented Dec 3, 2022

Beta 6 didn't support GLES3 on Android. Perhaps you were running the Vulkan renderer and didn't realize it.

Could you check the output from adb logcat and see if you are getting errors?

Also could you post more information about your scene and settings?

@MecoCL
Copy link
Author

MecoCL commented Dec 3, 2022

Yeah, no wonder it was slow on my phone with Vulkan, anyways... how to check that output? Also There's no scene and settings, there's no even a project... I can't create one because of this

@aveeryy
Copy link

aveeryy commented Dec 3, 2022

I can recreate this issue in my Samsung Galaxy Note 9 (Android 13, Mali-G72), here's the logcat:
godot_logcat.log

The same problem happens in any exported project with Beta 7 if the Android renderer is set to gl_compatibility

@MecoCL
Copy link
Author

MecoCL commented Dec 3, 2022

Thanks for the info! :D

@clayjohn
Copy link
Member

clayjohn commented Dec 3, 2022

I can recreate this issue in my Samsung Galaxy Note 9 (Android 13, Mali-G72), here's the logcat: godot_logcat.log

The same problem happens in any exported project with Beta 7 if the Android renderer is set to gl_compatibility

Thanks for the logcat printout. I can see that the shaders are failing to compile. I have a feeling this is related to #69521
We added a workaround when exposing OpenGL on Android that we thought worked around an Android bug, but it appears my fears have been confirmed and it is an Adreno bug.

Will fix this soon.

@MecoCL
Copy link
Author

MecoCL commented Dec 3, 2022

Thank you for your concern! <3

@clayjohn
Copy link
Member

clayjohn commented Dec 5, 2022

Fixed by #69521

@clayjohn clayjohn closed this as completed Dec 5, 2022
@clayjohn clayjohn added this to the 4.0 milestone Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants