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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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