Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2020.1.X
Votes
0
Found in
2020.1.0a21
2020.1.0a23
Issue ID
1220950
Regression
No
[Bug Reporter] Unable to send Standalone Profiler Crash Bug Report if project is attached
The Bug Reporter fails to pack and send the crash bug report after encountering the Standalone Profiler Crash if the said project is attached in the report.
Refer to the attached Video.
Steps to Reproduce:
1. Create a New Project
2. Window > Analysis > Profiler (Standalone Process)
3. Standalone Profiler > Lighting Settings
4. Click 'Report a bug' after encountering crash reporter
5. Set the fields, add a description and send
Actual Result:
Error is encountered while packing the report.
Error code: file read failed
Expected Result:
The Crash Bug report is packed and sent successfully and should work for multiple instances of unity working on the same project.
Occurring on:
2020.1.0a23, 2020.1.0a21
Note:
Standalone Profiler was introduced in 2020.1.0a21
Environment:
Only Windows
License type: Pro
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
Resolution Note (fix version 2020.2):
The problem was caused by a bug which allowed temporary files to be uploaded, which in turn caused read errors, as these files are usually locked.