Search Issue Tracker
Fixed in 5.3.5
Votes
1
Found in
5.2.2f1
Issue ID
747800
Regression
Yes
[Asset Bundles] Game crashes during async bundle loading
Standalone player crashes half of the time. Editor reported to crash too but couldn't reproduce on mac.
How to reproduce:
1. Build standalone player
2. Run the game and go to the far pillar
3. A bundle starts loading asynchronously
4. Game crashes:
Receiving unhandled NULL exception
Obtained 8 stack frames.
#0 0x00000000a3a115 in PersistentManager::LoadObjectsThreaded(int, int, LoadProgress&)
#1 0x000000009bb4e5 in LoadOperation::Perform()
#2 0x0000000099999c in PreloadManager::Run()
#3 0x000000009998e1 in PreloadManager::Run(void)
#4 0x00000000a7a051 in Thread::RunThreadWrapper(void*)
#5 0x0000009a5a6794 in _pthread_body
#6 0x0000009a5a670a in _pthread_body
#7 0x0000009a5a3fa6 in thread_start
Tested with 5.2.2 and 5.3.0f2.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment