Search Issue Tracker
Fixed
Fixed in 2022.3.59f1, 6000.0.40f1, 6000.1.0b5, 6000.2.0a1, 7000.0.0a17
Votes
0
Found in
2022.3.44f1
6000.0.17f1
Issue ID
UUM-79065
Regression
Yes
Crash on DispatchMessageW when using FolderBrowserDialog
Reproduction steps:
1. Open the attached project "CrashRepro"
2. Enter the Play mode
4. Focus a different window
5. Close the FolderBrowserDialog
6. Exit Play mode
7. Repeat from 2-6 until crash
Expected result: Editor exits Play mode
Actual result: Editor crashes
Reproducible with: 2022.2.0a1, 2022.3.44f1, 6000.0.17f1
Not reproducible with: 2021.3.42f1, 2022.1.0b1
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Notes:
Reproduces very inconsistently
Sometimes crashes silently
Throws win32 error 487 on older editor versions (~below 2022.2.0b1)
First few lines of stack trace:
{noformat}0x00007FFE48A982E1 (USER32) DispatchMessageW
0x00007FFE48A97F9C (USER32) DispatchMessageW
0x00007FFE48AA30CD (USER32) GetClassLongW
0x00007FFE49B93FE4 (ntdll) KiUserCallbackDispatcher
0x00007FFE470E1534 (win32u) NtUserGetMessage
0x00007FFE48AA53FA (USER32) GetMessageW{noformat}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android][iOS][UnityPlayerActivity] Legacy InputField.onEndEdit is not called when ending text edit
- Transform corruption and/or crash on PhysX::CreateCharacterController when spawning physics objects into Prefab stages
- UNITY_EDITOR data is Serialized into AssetBundle when building on the active Build Target
- "TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations..." error when changing the Packages "Cache Location" folder
- CompilationPipeline.assemblyCompilationFinished() hangs unity when reloading domain
Add comment