Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2017.4.X, 2018.1.X
Votes
0
Found in
2018.1.0b4
Issue ID
995171
Regression
No
UnauthorizedAccessException when script updater tries to update non checked out file, causes infinite compilation loop
Steps to reproduce:
1. Set up perforce server and workspace
2. Add attached project to workspace
3. Open it using unity 2017.1.1f1 (or any other 2017.1, point is not to trigger API updater yet)
4. Enable VCS in project
5. Add "gameObject.light.color = Color.red" to HxVolumetricCamera.cs script's Start() and submit project to perforce server (if API updater pops up - cancel it for now)
6. Close and reopen project
7. When API updater window pops up - run updater.
8. Notice few unauthorized access exceptions and then NullReferenceException arising from compilation.
Note: you can skip adding "gameObject.light.color = Color.red" if you want to repro issue on 2018.1/2018.2 - project already has some code that will trigger API updater on those versions
Reproduced with: 2017.1.3p1, 2017.2.2f1, 2017.3.1p2, 2018.1.0.b9
Partially reproducible: 2018.2.0a3 (db66e9789be1)
By partially I mean that exceptions/loop will still be there until editor window is focused again - once editor is in focus window saying that scripts are recompiling will pop up and after couple of seconds exceptions will stop
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment