Search Issue Tracker
By Design
Votes
0
Found in
2021.3.34f1
2022.3.19f1
2023.2.9f1
2023.3.0b5
6000.0.0b11
6000.1.0a7
6000.2.0a1
7000.0.0a1
Issue ID
UUM-62356
Regression
No
DLL fails to update when a PDB file is present
How to reproduce:
1. Open the attached project "CodeBase.zip"
2. Observe the Console
Expected result: No errors are present in the Console
Actual result: "Unable to update following assemblies" error is thrown in the Console
Reproducible with: 2021.3.34f, 2022.3.19f1, 2023.2.9f1, 2023.3.0b5
Notes:
- The error sometimes fails to show up, however, upon loading up a fresh copy of the project it shows up
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
- 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
Resolution Note:
After investigating the issue we conclude that pdb in question does not match the assembly (.dll) which explains the reported exception.
Feel free to reopen the issue if it is reproducible with an assembly that passes `Symchk` validation (https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/using-symchk).