Zainstaluj Steam
zaloguj się
|
język
简体中文 (chiński uproszczony)
繁體中文 (chiński tradycyjny)
日本語 (japoński)
한국어 (koreański)
ไทย (tajski)
български (bułgarski)
Čeština (czeski)
Dansk (duński)
Deutsch (niemiecki)
English (angielski)
Español – España (hiszpański)
Español – Latinoamérica (hiszpański latynoamerykański)
Ελληνικά (grecki)
Français (francuski)
Italiano (włoski)
Bahasa Indonesia (indonezyjski)
Magyar (węgierski)
Nederlands (niderlandzki)
Norsk (norweski)
Português (portugalski – Portugalia)
Português – Brasil (portugalski brazylijski)
Română (rumuński)
Русский (rosyjski)
Suomi (fiński)
Svenska (szwedzki)
Türkçe (turecki)
Tiếng Việt (wietnamski)
Українська (ukraiński)
Zgłoś problem z tłumaczeniem
"Investigating the cause of device removed errors
Repeat issues with DXGI device removed errors can indicate that your graphics code is creating invalid conditions during a drawing routine. It can also indicate a hardware failure or a bug in the graphics driver. To investigate the cause of device removed errors, call ID3D11Device::GetDeviceRemovedReason before releasing the Direct3D device. This method returns one of six possible DXGI error codes indicating the reason for the device removed error:
DXGI_ERROR_DEVICE_HUNG: The graphics driver stopped responding because of an invalid combination of graphics commands sent by the app. If you get this error repeatedly, it is a likely indication that your app caused the device to hang and needs to be debugged.
DXGI_ERROR_DEVICE_REMOVED: The graphics device has been physically removed, turned off, or a driver upgrade has occurred. This happens occasionally and is normal; your app or game should recreate device resources as described in this topic.
DXGI_ERROR_DEVICE_RESET: The graphics device failed because of a badly formed command. If you get this error repeatedly it may mean that your code is sending invalid drawing commands.
DXGI_ERROR_DRIVER_INTERNAL_ERROR: The graphics driver encountered an error and reset the device.
DXGI_ERROR_INVALID_CALL: The application provided invalid parameter data. If you get this error even once, it means that your code caused the device removed condition and must be debugged.
S_OK: Returned when a graphics device was enabled, disabled, or reset without invalidating the current graphics device. For example, this error code can be returned if an app is using Windows Advanced Rasterization Platform (WARP) and a hardware adapter becomes available."
Taken from here...
http://msdn.microsoft.com/en-us/library/windows/apps/dn458383.aspx
Result
Edit: Though a lot of thanks needs to go to the person who tried all the drivers.
9.17.10.2932
And it worked! My problem was, I kept encountering dead links on "Third part sites", which seemed less then reputable; and every time I went to Intel's site to download the driver I needed, it either gave me an error message upon attempting to install, or when I used the "Intel driver update utility" I got the driver I needed, but upon attempting to install, I once again got the error saying my computer was not compatible. Through trial and error, I eventually decided to visit my computer manufacturers website, where I found all the drivers for my laptop. You can see here: http://support.toshiba.com/support/driversResults?freeText=9D020547Q
It took me so long to find these drivers because, to me, common sense would dictate that if you need to update your GPU's driver, you would visit the GPU manufacturers website, not the website of the computer manufacturer. Regardless, this solution worked for me, and if there is one thing you can take from this monologue, its this: This error is very potentially a driver error, and can be solved by reverting back to an older driver or finding whatever one ArmA 3 is compatible with. I'm no technological wizard, but I hope this will help you resolve this burdensome issue. And thank you to everyone who has posted in these threads, its you guys who led me to this conclusion. :D
-Dylan Minet (Tech wizard :D )
You need to download and install version 9.17.10.2932 drivers at latest. At least until they release a new driver without the problem.