Search Issue Tracker
Fixed in 2023.1.0b16
Fixed in 2023.1.X, 2023.2.X, 2023.2.0a12
Votes
0
Found in
2023.1.0b5
2023.2.0a1
Issue ID
UUM-30279
Regression
Yes
Crash on ExrDecoder::DecodePixelsImpl when loading .exr texture file
Reproduction steps:
1. Open the attached project “CrashRepro“
2. Click on Bug>LoadImageEXR
Expected result: Texture gets loaded
Actual result: Editor crashes
Reproducible with: 2023.1.0a11, 2023.1.0b5, 2023.2.0a1
Not reproducible with: 2020.3.45f1, 2021.3.191f, 2022.2.7f1, 2023.1.0a10
Couldn’t test with: 2023.2.0a4 ({{Missing default layout}} table shows up when opening project and reverting to factory settings shows the same table)
Reproducible on: Windows 10
First few lines of stack trace:
{noformat}0x00007FFC19F17329 (Unity) ExrDecoder::DecodePixelsImpl
0x00007FFC19F0FFB7 (Unity) LoadImageIntoTextureImpl<ExrDecoder>
0x00007FFC19F19BFC (Unity) LoadMemoryBufferIntoTextureInternal
0x00007FFC19F197B7 (Unity) LoadMemoryBufferIntoTexture
0x00007FFC19F20DAC (Unity) ImageConversionBindings::LoadImage
0x00007FFC18C68993 (Unity) ImageConversion_CUSTOM_LoadImage_Injected{noformat}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP 2D Sprite Lights are rendered in a blocky pattern on Nvidia 5000 series GPUs when using DX11
- Editor freezes and constantly repaints when the Open XR's Project Validation Player Settings are opened
- Tile Palette’s “(Paint on SceneRoot)” tilemap has “hide” and “ping” target buttons but they do nothing when clicked
- Texture memory does not get released when using Direct3D12 Graphics API
- Element background colors change places in Game window after reopening UI Builder
Add comment