Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.1.0
Issue ID
1167611
Regression
Yes
Burst package errors out after switching the registry to staging or back
To reproduce:
- start a new project
- install latest version of burst package
- the installation will give no erros
- modify the manifest.json and add : "registry": "https://staging-packages.unity.com" to it
version1- go back to unity and wait for the package manager to finish loading
notice this error in the console afterwards:
An error occurred while resolving packages:
One or more packages could not be added to the local file system:
com.unity.burst: EPERM: operation not permitted, unlink 'E:\Unity\bupl--\Library\PackageCache\com.unity.burst@1.1.0-preview.3\.Runtime\Burst.Compiler.IL.dll'
A re-import of the project may be required to fix the issue or a manual modification of E:/Unity/bupl--/Packages/manifest.json file.
This error will not clear from the console, but it will also not keep you from going into play mode or from installing other packages.
If you restart the editor, the error will go away.
If you switch back the registry, the error will appear again.
Reproducible in 2019.3.0a8, 2019.2.0b9, 2019.1.8f1 - all with version 1.1.0 of Burst
Cannot reproduce this issue with Burst 1.0.4
Cannot reproduce in 2018.4.3f1 (because Burst version 1.1.0 is not available for that version)
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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
Resolution Note:
This is currently not possible today until we have an infrastructure in Package Manager to be notified and do proper notification/cleanup for Burst package.
We can't fix this issue until this work is done in Package Manager.