Search Issue Tracker
Fixed
Fixed in 2022.3.13f1, 2023.3.0a1
Votes
0
Found in
2022.3.2f1
2023.1.0f1
2023.2.0a20
Issue ID
UUM-42943
Regression
No
macOS Unity Editor and Build crashes on "Graphics device is null" when a VFX Graph object is created
Reproduction steps:
1. Open the attached "PROJECTFILE" project
2. Open the "Assets/Scenes/MainMenu.unity" scene
3. Enter the Play Mode
Expected result: The Play Mode is entered
Actual result: Editor crashes
Reproducible with: 2022.3.1f1, 2023.1.0f1, 2023.2.0a20
Couldn't test with: 2021.3.27f1 (Compilation errors when launching project)
Reproducible on: macOS Ventura 13.2.1 (M1 Max), Intel MacOS 13.4
Not reproducible on: Windows 10
First few lines of the Build's Stacktrace:
{noformat}
Graphics device is null.
#0 0x00000190192868 in __pthread_kill
#1 0xdf040001900ca9cc in raise
#2 0x1f6c0001045936e4 in operator delete[](void, std::nothrow_t const&)
#3 0x00000104593b04 in operator delete[](void, std::nothrow_t const&)
#4 0x00000103e9d4d0 in operator delete[](void, std::nothrow_t const&)
#5 0x00000103b76428 in operator delete[](void, std::nothrow_t const&){noformat}
Note: The Editor crashes without a Stacktrace but the Build's crash produces a Stacktrace
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment