Open dnva89 opened 1 year ago
@dnva89 Could you upload a reproducible demo?
@bofeng-song @dumganhar sorry i can't provide the test, the crashing occurs randomly in our game, can't be reproduced 100%. We don't see this issue on our last cocos (v3.4.2)
@dnva89 good to know that, you could probably revert c++ code of audio module to v3.4.2. We will try to figure out the difference between v3.4.2 and v3.8.0. Thanks for your feedback.
@dnva89 Please try this code at line 107 if (sourceState == AL_PLAYING || sourceState == AL_PAUSED) {
Cocos Creator version
3.8.0
System information
14.6
Issue description
Hello, i'm testing cocos v3.8.0 and my game is crashing randomly with this log:
Do you have any suggestion how to debug & fix it ?
Relevant error log output
No response
Steps to reproduce
Play audio file on iOS
Minimal reproduction project
No response