Search Issue Tracker
Fixed
Fixed in 1.19.14
Votes
1
Found in [Package]
1.19.11
Issue ID
ADDR-2368
Regression
No
Editor crashes on "AssetBundleLoadFromAsyncOperation::Perform" when accessing resources using IResourceLocation
Reproduction steps:
1. Open the user's attached project
2. Open RW/Scenes/Fire Range Scene
3. Enter the Play Mode
Expected result: The Editor does not crash
Actual result: The Editor crashes
Reproducible with: 1.19.11 (2020.3.22f1, 2021.1.28f1, 2021.2.2f1, 2022.1.0a14)
Could not test with: 2019.4.32f1 (Asset bundles can't be loaded because they were not built for this version)
Stack trace:
0x00007FF6A0B3A7CD (Unity) AssetBundleLoadFromAsyncOperation::Perform
0x00007FF6A192482B (Unity) PreloadManager::ProcessSingleOperation
0x00007FF6A1924EA6 (Unity) PreloadManager::Run
0x00007FF6A1E1C1C5 (Unity) Thread::RunThreadWrapper
0x00007FFEC96354E0 (KERNEL32) BaseThreadInitThunk
0x00007FFEC97A485B (ntdll) RtlUserThreadStart
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
- ScrollView speed is slower when entering Play mode
- UI Builder elements disappear and "Semantic - Unknown template name" error appears when changes to "Template" parameter are saved
- Renderers outside Light Probe hull use incorrect Ambient Probe values when "Renderer Light Probe Selection" is set to "Use Ambient Probe" and "Light Probes" on Mesh is set to "Blend Probes"
- ArgumentNullException error occurs when selecting a Camera in the Hierarchy with the Scene view open
- Clicking 'Open Editor Log' through the Console fails to open redirected Logs when relative Log files exist outside of the Project root
Resolution Note (fix version 1.19.14):
Fixed in Addressables 1.19.14 available for 2019.4 and above
This actually appears to be an issue with how the Asset Bundles were built in SBP. Rebuilding the bundles with the new 1.19.14 SBP version made everything work properly.