Search Issue Tracker
Fixed in 5.3.0
Votes
14
Found in
Issue ID
709990
Regression
No
Slow, system-crippling startup of D3D11 players with DisplayPort monitors
1) Locate a machine with an NVIDIA graphics card where the monitor is connected via a DisplayPort connection.
2) Build a Windows Standalone player that is set to use the D3D11 API only.
3) Launch the player.
4) Observe that between double-clicking the executable and seeing the launcher appear, some time passes - anything from 2 seconds to 30 seconds - during which the entire OS is sluggish, almost to the point of being unresponsive.
5) Compare the behaviour to the same project built to use D3D9 - no delay is observed.
Comments (4)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
- Unity Version Control server textfield’s text overlaps with the dropdown triangle button in the Explore repositories window when an organization with a long name is selected
8iVR
Dec 16, 2015 21:59
While DX11 is fixed in 5.3
I can still reproduce this with GlCore on Windows.
bteitler
Oct 25, 2015 04:07
Same issue..
GarretPolk
Jul 18, 2015 20:00
More info:
The game Rust (uses Unity) has the same issue. If you start it using DX11 (default) it chugs. Start it with DX9 and the resolution picking dialog appears in just a couple seconds.
Nvidia GTX 770, drivers 353.30, Win7 x64
GarretPolk
Jul 17, 2015 20:08
I can confirm this.
I changed the cable on my monitor from DVI-D to DisplayPort and my DX11 project takes about 15 secs to show the resolution picking Unity dialog. Mouse cursor is sluggish and CPU is pinned during that time. I switched the project to DX9 and the problem goes away.