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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
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.