Search Issue Tracker
Fixed in 2017.2.X
Votes
0
Found in
5.3.5f1
Issue ID
840149
Regression
No
[WindowsStandalone] Player crash report doesn't consider -logFile argument
How to reproduce:
1. Open the attached project "PlayerCrash.zip"
2. Build test scene (File -> Build Settings -> Build) and name it (e.g. 1.exe)
3. Open cmd
4. Navigate to the folder where is the build
5. Run this command A.exe -logFile xyz.log
6. When player crashes crash dialog appears. It states :The crash report folder named "2016-11-03..." next to game executable
7. Open that crash report folder
8. Notice that crash folder contains only two files(error.log, crash.bin)
or
If one firstly run the game without -logFile argument, it will contain old output_log.txt file
Actual result: crash report uses file "output_log.txt"(if it exists) from the *_Data directory
Expected result: crash report uses file xyz.log as specified on the startup of the game
Reproducible: 5.3.6p8, 5.4.2p3, 5.5.0b10, 5.6.0a1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Line Brush blue outline appears at incorrect position when painting start of line in Tile Palette
- [URP] All materials render black when building via batchmode or without rendering Scene/Game view in Editor if Decal renderer Technique is set to "Automatic"
- Player Tags list shows extra blank space behind the scrollbar in the "Player Tags" settings window
- Edit Angular Limits gizmo handles are small and easy to miss-click in the Scene view
- Duplicate Player Tag save fails silently with no error or validation message
Add comment