3 New Notifications

New Badge Earned
Get 1K upvotes on your post
Life choices of my cat
Earned 210

Drag Images here or Browse from your computer.

Trending Posts
Sorted by Newest First
t
tesla707 17.10.19 04:08 am

Check system software and hardware (Forza Motorsport 6)

Some users have encountered the problem of running Forza 6.
The game has a lot of checks your OS and iron in General, and the problem begins with the installation from the Windows store.
Players who can't even begin to download and install the game, when you have a video card with potential support for DirectX 12 (graphics card supports hardware level D3D_FEATURE_LEVEL_11_0), was less fortunate of all. As they say you swept the company (AMD or NVIDIA), not releasing a driver model version 2.0 for a graphics card (driver model WDDM version 1.3 does not support DirectX 12).
Spoiler

Unfortunately here, other than the presence of the drivers (custom or official), there is no help.

The next stage of testing is the presence of supported iron. And here Microsoft I tried is screened as many as 8 components:
- SystemMemory (RAM);
- NumProcessor (the number of physical cores your CPU has);
- SSELevel (supported SSE instruction);
- D3DDriverVersion (graphics driver)
- D3DVersion (GUI DirectX 12);
- D3DFeatureLevel (hardware level);
- VideoMemory (the amount of video memory);
- D3DResourceBindingTier (the level of pooling of resources);
- D3DTiledResourcesTier (level of resources).
If one of them returns FAILED - the game will not start, as shown in the following screenshots
Spoiler

Now the parameters established by Microsoft for successful completion of verification:
SystemMemory Min=4GB
SystemMemory=7.6 GB Passed=Low,Medium
SystemMemory=11GB Passed=Recommended
SystemMemory=15GB Passed=Ultra
Min NumProcessors=2
NumProcessors=4 Passed=Low,Medium
NumProcessors=8 Passed=Recommended,Ultra
SSELevel Min=2.0 (meaning the support of instructions SSE 2)
DriverVersion Vendor=AMD Version=16.150.2211.1001
DriverVersion Vendor=NVIDIA Version=10.18.13.6451
DriverVersion Vendor=Intel Version=20.19.15.4424
D3DFeatureLevel Min=11.0 (meaning D3D_FEATURE_LEVEL_11_0)
VideoMemory=0.4 GB Passed=Low
VideoMemory=1.8 GB Passed=Medium
VideoMemory=2.8 GB Passed=Recommended
VideoMemory=4.5 GB Passed=Ultra
ResourceBindingTier Min=2.0
TiledResourcesTier Min=1.0

So, it is possible to allocate 2 basic checks:
- presence of driver video card with support for DirectX 12 on model WDDM 2.0;
- TiledResources and ResourceBinding (the last screen with errors АР203 and АР204 just talking about lack of support Tier). More information can be found here https://msdn.microsoft.com/ru-ru/library/windows/desktop/dn786477%28v=vs.85%29.aspx https://msdn.microsoft.com/ru-ru/library/windows/desktop/dn914594%28v=vs.85%29.aspx

In General, I will fight with Tier, because it is the only thing that passes my test. Will open the library targethardwareprofiler.dll like it all it check is.
33 Comments
Sort by:
P
Phandle 17.10.19

what nonsense it seems that I have processor AMD Phenom II x4 965 BE does not support manual SSE 4.1 and 4.2 and still runs and goes,though frequent departures(and the driver version is newer 10.18.13.6510

t
tesla707 17.10.19

Phandle
the driver version is the minimum that should be, of course you can newer.
as for the processor - wrong, under Min=2.0 meaning manual SSE 2 (fixed topic)
and Yes, it's not nonsense, it's the profiles in the xml file, I came up with.

bug
AP204
This means that Forza Motorsport 6: the Apex has detected an unsupported graphics processing unit (GPU). A GPU with tiled Resources Tier 1 is required to run this game. Some older cards may support DirectX 12 but not the features required to run this title.
AP203
This means that Forza Motorsport 6: the Apex has detected an unsupported graphics processing unit (GPU). A GPU resource Binding with Tier 2 is required to run this game. Some older cards may support DirectX 12 but not the features required to run this title.

N
Necrid-Power 17.10.19

Idiocy, why the heck do these checks!? The impression that I want (all who like the game) persuade to purchase the top hardware and software...

t
tesla707 17.10.19

that would be (neither GPU-Z does not validate this nor AIDA64) so I decided to write a small program to test all Tier resources (for dx11 and dx12) http://rgho.st/8vJwcftdV (to run you need to install vc++ redist 2015 https://www.microsoft.com/ru-ru/download/details.aspx?id=48145 )
Spoiler
as you can see my card does not support TiledResourcesTier and ResourceBindingTier only 1 level (and you need 2) so that the run in question (you dig far enough of course, but it is unlikely that it can be done).

in General the topic is important, and when choosing a graphics card I advise you to pay attention to the availability of Tier resources (check program) in dx12 them a whole bunch. New games in any case, go with Tier (it is strange that QB didn't use them).

PS: to whom not laziness throw off the result of NVIDIA 900 series and AMD 300 series or Fury.

-
-Prl- 17.10.19

There was another problem. Downloaded Crack from 3DM, because I'm just not allowed to install it through the app. I have such errors as have tesla707. But there was another problem: the screen appears the game is loading for a few seconds, and later just switched off.
Also send a screenshot of the dxdiag. Please help, really want to play, even on the most minimal graphics settings. Thanks in advance!






t
tesla707 17.10.19

-Prl-
first, no crack not needed, it's a beta, it is available to everyone for free. Windows store apps can run only through this platform. It's not crack, just the activator xml file, as in Quantum Break.
secondly, your problem that I described in the very beginning of the card GTX560 theoretically supports DirectX 12, but driver support thereof, NVIDIA did not deliver.

but with the DirectX 12 that's half the trouble, run my test program, and put the screen see if you have a support Tier of resources (and that's where the biggest problem).

PS: the result GTX660
Spoiler
the minimum required card has (D3D12_TILED_RESOURCES_TIER_1 and D3D12_RESOURCE_BINDING_TIER_2) and the game runs fine, respectively.

-
-Prl- 17.10.19

tesla707
Tried to run it, it immediately shuts down. The completion of the process, etc.
And yet, when you attempt to download, I just had written that you have a weak iron, etc.

t
tesla707 17.10.19

-Prl-
I'm not talking about the game and about my program.
the game clear off, she will not run from you.
we need to have driver model WDDM 2.0, and the availability of a Tier of resources that are validated by my program.

-
-Prl- 17.10.19

tesla707
So the program is not working.

-
-Prl- 17.10.19

tesla707
Just download and iron - Forza

t
tesla707 17.10.19

-Prl-
first, the package runtime libraries download https://www.microsoft.com/ru-ru/download/details.aspx?id=48145
I collected in 2015 the Studio, so without them, no application will not start.

-
-Prl- 17.10.19

tesla707
Already downloading

S
StiluS-85 17.10.19

amd fx8120 ,16GB DDR3, gtx570 Is the point in trying ?

Spoiler
tesla707
please fill my prog to another resource, I can not download

P
Phandle 17.10.19

tesla707
right now is not nonsense,when corrected error)

t
tesla707 17.10.19

StiluS-85
here http://sendfile.su/1231975

you have a lot of failed tests, the first time I see this.
well, the video card definitely does, because the driver WDDM 2.0 as -Pri - no. But the processor is not clear
AP101
This means that your system CPU doesn't meet the requirements to run the game. Forza Motorsport 6: Apex requires a CPU with a minimum of four logical cores. This can be either four cores or two physical hyper-threaded physical cores.
support says you need a processor with a minimum of four logical cores. This can be either a four physical core or two HyperThreading. I think the problem is AMD processors in a modular design - the system is not correctly defines it.
a memory I do not understand - 16GB, and the game is why it does not see them.

S
StiluS-85 17.10.19

tesla707
this app is not working discontinued operation of the program ,the vc++ redist 2015-set

t
tesla707 17.10.19

StiluS-85
2012 and 2013 download again and try.
carry a C# program with a gui interface (it is easier with the shape to work, but you have to use pure DirectX and SharpDX wrapper), so you need to be easy .NET Framework 4.5.2. Will check all levels that will be very helpful when choosing a graphics card.

t
tesla707 17.10.19

ready
link 1 http://sendfile.su/1232019
link 2 http://rgho.st/92pwvbPmN
to run must be installed .NET Framework 4.5 or newer https://www.microsoft.com/ru-ru/download/details.aspx?id=30653

R
RuslanDNA 17.10.19

Damn I have not the first does not start, nor the second. First with oshibka crashes, the second does not run silently. Win 10 64 version drivers WDDM 2.0 in dxdiag writes, percents i7 2600 but set does not give
Can I have some service disabled or the component? 2015 vc++ redist and NET Framework 4.5 are

t
tesla707 17.10.19

РусланDNA
damn, I don't know what is. Checked on 2 computers, on your (where he collected Bild) and brother (although his Studio is 2012, but also just installed vc++ 2015 framework 4.5 and it all started).
lay out the entire release folder (maybe something is not reported, but the ideas need all libs are present) http://sendfile.su/1232156