Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 2017.2.X
Votes
1
Found in
2017.2.0a3
2017.2.0f3
Issue ID
964073
Regression
Yes
[Regression] Standalone built game crashes when Direct3D12 is the first Graphics API while PC supports only Direct3D11
How to reproduce:
1. Download attached project file and open "Test" Scene
2. Build game on Standalone
3. Launch game on Windows 7/10 with PC which does not support DirectX12
Expected: Standalone player should automatically detect that DX12 isn't available and switch to DX11 without issue
Actual Result: Standalone Player will Select DX12 (as reported in logs) but then still crash after showing white screen due to similar access violation issue.
Reproduced with: 2017.2.0p1, 2017.3.0b8, 2018.1.0a3
Not reproduced with: 5.6.4p2, 2017.1.2p2
Regression since: 2017.2.0a3
Tested on win7
Note: Only launches successfully if forcing D3D11
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Builder can't set a background image to a sprite from a multi-sprite spritesheet in the Resources folder
- Light2D freeform does not render the internal part when rendered in certain shapes
- Using AddCopyPass causes an incorrect merging of passes.
- Negative Enum value is not pasted correctly when copying from another array
- Silent Crash when generating Lightmap UVs for a model with a large object scale
Add comment