Error detected in DirectX within NFS HEAT environment.
Error detected in DirectX within NFS HEAT environment.
So i just bought a NFS HEAT and when I start the game everything seems normal but when the loading screen hit around 20% it crash and says: If someone know how to fix it please answer specs: i5 2500 r9 380 8gb ram 550W PSU
Hmm. Interesting. The discord hooks are not playing nicely with the game code. That error is when you f*** up as a graphics programmer with the creation of a render resource and you don't have the debug runtime (internal development build of a game would use them) to catch and handle them. These usually occur as a bug in the game it self. Without those debug layers the GPU driver only has one option which is too panic and crash. If you want to still use discord while you play you could probably get away with disabling the discord overlay and it will probably run fine.
Really odd, didn't expect another background program to trigger a DirectX problem elsewhere.
Usually they don't, but Discord uses their game overlay to connect with application rendering calls, allowing the overlay to appear on top of the game. This method is similar to how they create overlays for game hacks. By inserting into the game's rendering and providing extra details—like highlighting all players in a specific color that overdraws others—it helps you see their positions clearly. (Wall hacks)