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
- “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