-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
Crash - Android - OpenGL #906
Comments
It seems that the error occurs with glDrawElements. |
What the maximum number of sprite do you set? https://github.com/effekseer/Effekseer/blob/master/Dev/Cpp/EffekseerRendererGL/EffekseerRendererGL.h#L642 |
I checked release notes and I didn't find a log to fix this bug. But OpenGL renderer was changed in current master branch. It is possible that the bug has been fixed. |
Hello! A long time has passed. I did some tests with effekseer in production. Regarding the squareMaxCount number, I am using 4000. I initialize the renderer like this: When the device uses OpenGL2 I do not initialize Effekseer. A new stacktrace:
Sorry for the long delay. Thanks. |
I have some crashes happening on some Android devices.
I can't reproduce the crash, but I have hundreds of reports in Firebase Crashlytics.
The details I have are:
Version I'm using:
161c
Location:
[EffekseerRenderer.StandardRenderer.h:918]
backtrace:
The crash happens on devices with different versions of android, from 5 to 12.
I know I'm using a slightly old version, I'll update to 1.70 to see if that fixes it.
But anyway, I thought I'd better report it to see if it's something still unknown.
If you have anything I can provide to clarify what it could be, let me know.
Thanks
The text was updated successfully, but these errors were encountered: