pandap / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
0 stars 0 forks source link

DX10 & DX11 MiniTri Samples not working #836

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
DirectX has to be installed properly, since DX11 games are running.

However, if I run one of the 'MiniTri' Samples of DX10 or 11 they throw both 
the following exception on swapchain/device creation: E_FAIL: An undetermined 
error occurred (-2147467259)

Tried it with x64 aswell as x86 SlimDX.dll, but that makes no difference.

Original issue reported on code.google.com by bo...@hotmail.de on 20 Sep 2011 at 10:17

Attachments:

GoogleCodeExporter commented 9 years ago
There are any number of reasons why they might fail. Your system may not 
support the particular combination of settings requested. Additionally, the 
samples all set the Debug flag for the device, which I don't think will work if 
you don't have the SDK installed.

Either way, this isn't really a bug. The samples don't do a complete device 
enumeration because they're just samples, not full blown end-user applications.

Original comment by Mike.Popoloski on 15 Nov 2011 at 7:02