Search Issue Tracker
Fixed
Votes
0
Found in [Package]
Issue ID
1268172
Regression
Yes
[Android] "Unable to find lib_burst_0_0 and _burst_0_0" message logged when Burst is enabled
This does not have any effect on the actual Burst functionality, just an effort to load split libraries.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Build fails when building with ILCPP Scripting Backend and ARMv7 as the Target Architecture
- Textures turn black in Player when they are referenced by a script instance
- [Android] Virtual device crashes with "Scudo ERROR: invalid chunk state when deallocating address" error in Firebase Test Lab when Optimized Frame Pacing is enabled
- Particle System does not resume when its Culling Mode is set to "Pause" or "Pause and Catch-up," and particle position simulate in world space
- "Custom Render Queue" field cannot be set above "2000" when changing it in the Inspector window using Debug mode
Resolution Note:
IMPORTANT: the actual issue is the log entry; it doesn't affect burst functionality, burst still works as expected! The log print is also not present in release builds, only in development.
I'm resolving this as "fixed" but only 3/4 log lines were removed. (one line is still logged)
Unfortunately it's the way how plugin lookup works on Android - using Java load API and try to catch exceptions.
Unfortunately I can't change the way how plugin lookup/loading works on Android because it will likely break millions of projects, so this fix is the best I could do.