Search Issue Tracker
Duplicate
Votes
17
Found in
2017.3.0a3
2017.4.1f1
Issue ID
1032693
Regression
Yes
[WebGL] Failed to decompress data for the AssetBundle using specific ogg audio
Reproduction steps:
1. Open the attached project.
2. Build and run on WebGL.
3. Click "LoadFromMemory-OK" button.
4. Open a web console.
- Notice, that no errors are present.
5. Click "LoadFromMemory-NG" button.
6. Open a web console.
Actual behavior:
- Notice the error message:
---
Failed to decompress data for the AssetBundle 'Memory'.
UnityEngine.AssetBundle:LoadFromMemory(Byte[], UInt32)
UnityEngine.AssetBundle:LoadFromMemory(Byte[])
<LoadAsserBundle>c__Iterator0:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[ line 437]
(Filename: Line: 437)
NullReferenceException: A null value was found where an object instance was required.
at ABLoadTest+<LoadAsserBundle>c__Iterator0.MoveNext () [0x00000] in <filename unknown>:0
at UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) [0x00000] in <filename unknown>:0
---
Reproduced with:
2017.3.0a3, 2017.4.2f2, 2018.1.0f2, 2018.2.0b3, 2018.3.0a1
Not reproducible with:
2017.3.0a2
Tested with:
WebGL
MacOS 10.13.4
Mozilla Firefox 59.0.2
-
unity_GBZcYUUgc4DE3A
Aug 08, 2019 06:37
i have the same problem with unity2018.4.0f1
-
Salocin808
Jul 16, 2018 18:31
I have the same problem :(
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
This is a duplicate of issue #1180101