Search Issue Tracker
Fixed in 4.5.X
Votes
0
Found in
5.0.0a2
Issue ID
597449
Regression
No
Editor issues with dx9 and Intel HD graphics
Tested and reproduced on Unity 4.3.3f1, 4.3.4f1, 4.5.0b5, 5.0.0a2;
Editor hangs when launching it with DirectX 9 on PC or tablet which has Intel HD 4000 graphics. Editor stops hanging resuming PC or tablet from "sleep" or "hibernate" modes. (Attaching screenshot picture "hanging.png"). Also attaching log file "434Editor.log".
Log file always shows this error:
(Filename: C:/BuildAgent/work/d3d49558e4d408f4/Runtime/GfxDevice/d3d/D3D9VBO.cpp Line: 632)
FAILED(hr)
This behavior happens when creating a new project and selecting any random package to import (i.e. "Character controller.unityPackage").
Sometimes editor loads successfully, but the whole text becomes to look like squares. (Attaching screenshot picture "squares.png").
Also attaching log file "500a2Editor.log".
Repro steps for Windows:
1. Open Windows command promt (Win + R. Write "cmd" and press enter)
2. Locate Unity install location.
Use commands:
a) cd "c:\Program Files (x86)\UNITY-version\Editor"
b) Unity.exe -force-d3d9
3. Editor will start. In start screen press "New Project". Select "Character Controller" asset to import to your new project.
4. Unity loads with artifacts or hangs.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on AudioMixer::GetFMODChannelGroup when entering Play Mode in a specific project
- Prefabs with "Flags" enum properties result in "IndexOutOfRangeException" when trying to commit/revert
- The Camera first person mode in Cameras overlay is greyed out and not clickable when the Editor is restarted with the Game View focused
- Scene View doesn't select the Canvas when it's clicked with the View Tool
- Transform fields are impossible to edit when Inspector window is resized
Add comment