-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
3.8.3 Building Android debug mode may render exceptions #17016
Comments
Also reported at https://forum.cocos.org/t/topic/160454/4 |
still happen in 3.8.4 |
@zhitaocai did you get the steps to reproduce this issue? |
There is no way to reproduce it stably for now. But you can observe the |
i hope this msg will be helpful |
I just found issue 17365, is this issue possibly related to issue 17365? |
Cocos Creator version
3.8.3
System information
Android 14
Issue description
Since the project was upgraded from 3.8.2 to 3.8.3
When building Android Debug mode, there may be rendering exceptions (note, it is possible, not guaranteed), and the following error will be reported:
In addition, with the same project configuration, when building Android Release mode, there will be no rendering exceptions.
After my own investigation, I found that the following places did not perform empty judgment processing, which led to the above problems:
At present, I comment out this judgment code, and all rendering exception problems can be solved.
But I haven't found the root cause of the problem. I hope the technical students in the engine team can troubleshoot the positioning problem.
In addition, this problem only occurred after upgrading my project from 3.8.2 to 3.8.3. The same code has no rendering problem in 3.8.2.
Relevant error log output
No response
Steps to reproduce
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: