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
- Unity CIL Linker fails on Player build when persistent listeners have "<" and ">" in their XML attribute names
- ”Lighting data asset ‘LightingData’ is incompatible with the current Unity version…” warnings are thrown when saving Indoors (URP) and Outdoors (URP) Scenes as Scene Templates
- [iOS] The screen blinks when transitioning from custom to Unity splash screen
- [macOS] ”Ignoring depth surface load action as it is memoryless” warnings are thrown when taking Game View Snapshot
- UI Builder Inspector scrolls back up when changes on an expanded but not fully displayed Inspector tab are saved
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).