Search Issue Tracker
Duplicate
Votes
0
Found in
2017.2.0b3
Issue ID
935536
Regression
Yes
[UWP] Cannot build player with IL2CPP backend because of UnityEngine.Analytics.dll
Reproduction steps:
1. Try to build any project using 2017.2 release with IL2CPP scripting backend
2. Fails with following output:
Catastrophic failure while running rrw: System.UnauthorizedAccessException: Access to the path 'F:\Work\Source\New Unity Project\Temp\StagingArea\Data\Managed\UnityEngine.Analytics.dll' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Mono.Cecil.ModuleDefinition.Write(String fileName, WriterParameters parameters) in c:\u\cecil\Mono.Cecil\ModuleDefinition.cs:line 1159
at Unity.ReferenceRewriter.Program.Main(String[] args)
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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
This is a duplicate of issue #927848