Search Issue Tracker
Third Party Issue
Votes
0
Found in
2021.3.51f1
2022.3.61f1
6000.0.46f1
6000.1.0b15
6000.2.0b1
6000.3.0a1
Issue ID
UUM-103386
Regression
No
"abort() at jsStackTrace@http://xxx.xxx.x.xxx:xxxx/Build/Test.framework.js:10:23945" error when downloading an image
Reproduction steps:
1. Open the attached “Download freeze issue” project
2. In the Build Settings (File > Build Profiles), make sure the WebGL platform is selected
3. Build and Run the Player
4. In the Player, when asked for camera permission, do not allow the website to use the Camera
5. Press the circle at the bottom of the screen
6. Press the “Download” icon in the bottom left of the screen
Expected result: The page continues to work
Actual result: The page freezes and “abort() at jsStackTrace@http…” error is thrown
Reproducible with: 2021.3.51f1, 2022.3.62f1, 6000.0.46f1, 6000.1.0b15, 6000.2.0b1
-Couldn't test with: 2022.1.0a1 (The page is all black), 6000.0.46f1, 6000.1.0b14, 6000.2.0a9 (“Couldn’t find variable…” error after step 5)-
Reproducible on: macOS Sequoia 15.4 (M1 Max)
Not reproducible on: No other environments tested
Note: Reproducible on Chrome, Firefox, Safari
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
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
- Crash on UnityEngine.UI.RawImage:OnPopulateMesh when playing Raw Image Texture animation with Sprite keyframes
- 32bit floating point RenderTexture blending feature is not available for WebGPU
Resolution Note:
After updating some function calls in the package, all worked as expected. I was unable to reproduce any freezing issues but noticed that the project tries to access the camera even if there are no permissions which could cause unexpected behavior.