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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.