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 JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Add comment