Search Issue Tracker
Duplicate
Votes
0
Found in
2019.1.0a11
Issue ID
1106834
Regression
Yes
Crash when swapping graphics APIs
Repro steps:
1. download this project
2. Open the CatsSushiScene
3. Notice the console error: ```GLSL compilation failed:ERROR: 0:26: 'switch' : reserved word ERROR: 0:26: 'switch' : syntax error syntax error```
4. Go to Ptoject settings and switch to DX12 api.
5. Notice Console error: "d3d12: CreateGraphicsPipelineState failed."
6. Switch to DX11, and notice that the Editor crashes.
Crash stack:
========== OUTPUTTING STACK TRACE ==================
0x00007FF615A71873 (Unity) VertexDeclarationD3D11::GetInputLayout
0x00007FF615A5ED3E (Unity) GfxDeviceD3D11Base::BindBuffersForDraw
0x00007FF615A62FAE (Unity) GfxDeviceD3D11Base::DrawBuffers
0x00007FF615B02E5E (Unity) GfxDeviceWorker::RunCommand
0x00007FF615B0623B (Unity) GfxDeviceWorker::RunExt
0x00007FF615B06605 (Unity) GfxDeviceWorker::RunGfxDeviceWorker
0x00007FF6167BC924 (Unity) Thread::RunThreadWrapper
0x00007FFFAA543034 (KERNEL32) BaseThreadInitThunk
0x00007FFFAB351471 (ntdll) RtlUserThreadStart
========== END OF STACKTRACE ===========
Cannot reproduce in 2018.3.0f1 or 2019.1.a10
Reproducibl ein 2019.1.0a11
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Duplicate External Textures start appearing when a Texture created with "CreateExternalTexture" is modified causing Memory Usage spikes on VisionOS
- Silent crash when using a "Blend Shape" in a "Skinned Mesh Renderer" to move vertices to Vector3.positiveInfinity, and "Occlusion Culling" is baked
- Some Prefab Source and Override content bounds are misaligned
- The Package Manager's "install packages by..." panels break when Domain Reload is triggered, and the panel is open
- Crash with multiple stack traces when leaving a docked VFX Graph open
Add comment