Search Issue Tracker
Fixed in 2017.2.X
Votes
0
Found in
5.4.2f1
Issue ID
842416
Regression
No
Invalid path characters in Company or Product name prevents from generating Output_log.txt when running in low integrity mode
Steps to reproduce:
1. Open your file browser at C:\Users\<user>\AppData\LocalLow\ and notice the folder AwesomeCompany shouldn't exist yet
2. Open attached project and load emptyScene.unity
3. Notice the folder "AwesomeCompany/Cities_ Invalid" gets created. (The product name is "Cities: Invalid" yet the ":" is substituted to "_" when opened in Editor, or when starting the Player too)
4. Go to the Build settings and make a build. Call it Windows.exe, make it 64bits and place the destination folder in a Builds subfolder alongside the project folder
5. Open an administrator command line and go to the build folder where Windows.exe is located
6. Change the integrity level of the exe by running "icacls Windows.exe /setintegritylevel l"
7. Run Windows.exe from the file explorer and allow the execution despite the Windows trust warning
8. Notice the output_log.txt which should have been created under "C:\Users\<user>\AppData\LocalLow\AwesomeCompany/Cities_ Invalid" does not exist
Reproduced with: 5.3.6p7, 5.4.2f1, 5.5.0b8
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Containers' height doesn't expand when text wraps
- Variable is set to a different value from the selected enum value in the Editor dropdown
- TreeView Child display toggle styling becomes reversed when clicking and dragging it
- Null is returned when using FocusOutEvent.relatedTarget
- Unity_BaseInstanceID is always zero when rendering multiple meshes and instancing with the same buffer
Add comment