Search Issue Tracker
Fixed in 2022.1.X
Fixed in 2020.3.X, 2021.3.X
Votes
0
Found in
2020.2.6f1
2020.3
2021.1
2021.2
Issue ID
1327368
Regression
No
WebGL build crashes when requesting ~255 character URL with UnityWebRequestMultimedia.GetAudioClip
How to reproduce:
1. Extract attached project from "caseWebGL1327368.zip"
2. Open the Command Prompt and navigate to the project's folder (cd "path")
3. In Command Prompt enter "py -3 -m http.server 8080"
4. In a browser, go to page "http://localhost:8080/" and navigate to folder "build1"
5. Click the button labeled "Load audio from long URL"
6. Observe local server crash
Reproducible with: 2020.3.6f1, 2021.1.5f1, 2021.2.0a15
Couldn't test with: 2018.4.34f1, 2019.4.25f1 (UnityWebRequest() not implemented)
First lines of stack trace:
at _free
at __ZN17LowLevelAllocator4FreeEPvm
at __Z19free_alloc_internalPvRK10MemLabelIdPKci
at __ZN21UnityDefaultAllocatorI17LowLevelAllocatorE10DeallocateEPv
at __ZN13dynamic_arrayI26BuildTextureStackReferenceLm0EED2Ev
at __ZN13dynamic_arrayI14ResponseHelperLm0EED2Ev
at __ZN20UnityWebRequestProtoI24UnityWebRequestTransport16AtomicRefCounter14RedirectHelper14ResponseHelper15DownloadHandler13UploadHandler18CertificateHandler12HeaderHelper14AsyncOperationED2Ev
at __ZN15UnityWebRequestD2Ev
Note:
1. Reproduction steps are written for Windows machines that have Python 3.x.x installed
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
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
Resolution Note (fix version 2022.1):
Fixed in 2022.1.0a10
Resolution Note (fix version 2021.3):
Fixed in 2021.3.6f1
Resolution Note (fix version 2020.3):
Fixed in 2020.3.38f1