- Home /
3D Assets on Some Computers, Not Others.. Direct3D?
Hello!
So I have my game, from which I make a .exe build and distribute the data folder and the .exe to the three computers I could find. With two of them, the game works and runs fine, however on one of them most of the 3d assets do not visually show! The collisions are still there, but not the visuals: Tables, Torches, Terrains, Fences, Barrels.. They show up on some computers but not others, all using the same build and with hardware well above the minimum requirements.
When looking at the logs, I notice one major difference: "d3d11: failed to create D3D11 device (0x887a0004)" Was inserted in the troubled machine, below which it labeled the Direct 3d version as 9.0c.. However in dxdiag it says DirectX 11 is installed - could this be the issue? If so, how would I resolve it?
Many thanks in advance!
Perhaps its 11.0 which does not support the full range of 11.1. If you use effects which rely on this it will fail.
If you have written shaders with dx11 effects you will need to provide a fallback routine for machines which do not support 11.1
Your answer
Follow this Question
Related Questions
Deformable Terrain 1 Answer
Tutorial on adding texture and images to 3d objects? 2 Answers
How to create Vectrex(Vector) look in games ? 2 Answers
Raymarching Bug - Rendering 3D texture in real-time 0 Answers