Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.4.0b15
Issue ID
790559
Regression
No
[Bugreporter][Windows]Backslashes in path are shown only in auto-attachments for crash report, other attachments contain slashes
1. What happened
If Unity crashes, auto-attached files are shown with backslash in path (like D:\FTP5.4b15\.....).
Manually attached files and auto-attachments for non-crash report contain slashes (like D:/FTP5.4b15/....).
2. How we can reproduce it using the example you attached
1. Initiate Unity crash.
2. Observe bug reporter's auto-attached files (observe D:\FTP5.4b15\.....).
3. Attach manual attachments (observe D:/FTP5.4b15/....).
4. Open Unity - Project - BugReporter.
5. Auto-attached project path looks like (observe D:/FTP5.4b15/....).
Actual result: Paths contain backslashes only in Auto-attachments for crash reports.
Expected result: Paths contain only backslashes (or only slashes).
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment