<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re:Intel Graphics driver ShaderCache::DeserializationErrorException during D3D11 device creation. in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/Intel-Graphics-driver-ShaderCache-DeserializationErrorException/m-p/1368580#M106315</link>
    <description>&lt;P&gt;Hello Emjayen,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you, so we will close this thread. If you need any additional information, please submit a new question as this thread will no longer be monitored.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Josue O.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Mar 2022 14:31:07 GMT</pubDate>
    <dc:creator>JosueO_Intel</dc:creator>
    <dc:date>2022-03-14T14:31:07Z</dc:date>
    <item>
      <title>Intel Graphics driver ShaderCache::DeserializationErrorException during D3D11 device creation.</title>
      <link>https://community.intel.com/t5/Graphics/Intel-Graphics-driver-ShaderCache-DeserializationErrorException/m-p/1365843#M106097</link>
      <description>&lt;P&gt;As stated in the title, while attempting to create a D3D11 device the above exception is being raised by the UM-side WDDM driver (igd10iumdxx.dll), specifically:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;0xE06D7363: Microsoft C++ Exception (parameters: 0x19930520, 0x0019A034, 0x5C2EE5A4).&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Stack trace:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;gt;	KERNELBASE.dll!_RaiseException@16&amp;#30;()	Unknown
 	igd10iumd32.dll!5b4d4913()	Unknown
 	igd10iumd32.dll![Frames below may be incorrect and/or missing, no symbols loaded for igd10iumd32.dll]	Unknown
 	igd10iumd32.dll!5b50a623()	Unknown
 	igd10iumd32.dll!5b5097a4()	Unknown
 	igd10iumd32.dll!5b5085f1()	Unknown
 	igd10iumd32.dll!5b506288()	Unknown
 	igd10iumd32.dll!5b5053ef()	Unknown
 	igd10iumd32.dll!5b50022c()	Unknown
 	igd10iumd32.dll!5ad37ee5()	Unknown
 	igd10iumd32.dll!5b3d39e9()	Unknown
 	igd10iumd32.dll!5b3d33fe()	Unknown
 	d3d11.dll!NDXGI::CDevice::CreateDriverInstance()	Unknown
 	d3d11.dll!CDevice::CreateDriverInstance(class CContext *,void *,void *,void *,void *,unsigned int,long (**)(struct D3D10DDI_HDEVICE,unsigned int,unsigned long,void *,unsigned long,void *))	Unknown
 	d3d11.dll!CContext::LUCCompleteLayerConstruction()	Unknown
 	d3d11.dll!CBridgeImpl&amp;lt;struct ILayeredUseCounted,struct ID3D11LayeredUseCounted,class CLayeredObject&amp;lt;class CContext&amp;gt; &amp;gt;::LUCCompleteLayerConstruction(void)	Unknown
 	d3d11.dll!NOutermost::CDeviceChild::LUCCompleteLayerConstruction()	Unknown
 	d3d11.dll!NOutermost::CDevice::CreateLayeredChild()	Unknown
 	d3d11.dll!CDevice::LLOCompleteLayerConstruction(void)	Unknown
 	d3d11.dll!CBridgeImpl&amp;lt;struct ILayeredLockOwner,struct ID3D11LayeredDevice,class CLayeredObject&amp;lt;class CDevice&amp;gt; &amp;gt;::LLOCompleteLayerConstruction(void)	Unknown
 	d3d11.dll!NDXGI::CDevice::LLOCompleteLayerConstruction(void)	Unknown
 	d3d11.dll!CBridgeImpl&amp;lt;struct ILayeredLockOwner,struct ID3D11LayeredDevice,class CLayeredObject&amp;lt;class NDXGI::CDevice&amp;gt; &amp;gt;::LLOCompleteLayerConstruction(void)	Unknown
 	d3d11.dll!NOutermost::CDevice::LLOCompleteLayerConstruction()	Unknown
 	d3d11.dll!NOutermost::CDevice::FinalConstruct()	Unknown
 	d3d11.dll!TComObject&amp;lt;class NOutermost::CDevice&amp;gt;::TComObject&amp;lt;class NOutermost::CDevice&amp;gt;(void *,struct NOutermost::CDevice::TConstructorArgs const &amp;amp;,struct _GUID const &amp;amp;,void * *)	Unknown
 	d3d11.dll!D3D11CreateLayeredDevice()	Unknown
 	d3d11.dll!D3D11CoreCreateLayeredDevice()	Unknown
 	d3d11.dll!D3D11RegisterLayersAndCreateDevice(struct D3D11_EXTENSIONS const &amp;amp;,class NDXGI::CUMDAdapter *,enum D3D_FEATURE_LEVEL,enum D3D_FEATURE_LEVEL,unsigned __int64,unsigned int,struct ID3D11Device * *)	Unknown
 	d3d11.dll!_D3D11CoreCreateDevice@40&amp;#30;()	Unknown
 	d3d11.dll!D3D11CreateDeviceAndSwapChainImpl(struct IDXGIAdapter *,enum D3D_DRIVER_TYPE,struct HINSTANCE__ *,unsigned int,enum D3D_FEATURE_LEVEL const *,unsigned int,unsigned int,struct DXGI_SWAP_CHAIN_DESC const *,struct IDXGISwapChain * *,struct ID3D11Device * *,enum D3D_FEATURE_LEVEL *,struct ID3D11DeviceContext * *)	Unknown
 	d3d11.dll!D3D11CreateDeviceImpl()	Unknown&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;This issue began occurring after updating to Intel driver version&amp;nbsp;&lt;SPAN&gt;30.0.101.1340 (for UHD 630).&amp;nbsp; Rolling back the driver solves the issue.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks, and I apologize if this isn't the correct forum; I couldn't find one more appropriate.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 13:25:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Intel-Graphics-driver-ShaderCache-DeserializationErrorException/m-p/1365843#M106097</guid>
      <dc:creator>Emjayen</dc:creator>
      <dc:date>2022-03-04T13:25:40Z</dc:date>
    </item>
    <item>
      <title>Re:Intel Graphics driver ShaderCache::DeserializationErrorException during D3D11 device creation.</title>
      <link>https://community.intel.com/t5/Graphics/Intel-Graphics-driver-ShaderCache-DeserializationErrorException/m-p/1366371#M106105</link>
      <description>&lt;P&gt;Hello Emjayen,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting on the Intel&lt;span class="lia-unicode-emoji" title=":registered:"&gt;®️&lt;/span&gt; communities. In order to have a better understanding of the issue, please share with us the following information:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is this a desktop or a laptop?&lt;/LI&gt;&lt;LI&gt;Have you tried using the drivers provided by the OEM?&lt;/LI&gt;&lt;LI&gt;When doing the rollback, which driver gets installed?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Also, please download and install the Intel&lt;span class="lia-unicode-emoji" title=":registered:"&gt;®️&lt;/span&gt; System Support Utility (Intel&lt;span class="lia-unicode-emoji" title=":registered:"&gt;®️&lt;/span&gt; SSU):&lt;/P&gt;&lt;P&gt;&lt;A href="https://downloadcenter.intel.com/download/25293/Intel-System-Support-Utility-for-Windows-" target="_blank"&gt;https://downloadcenter.intel.com/download/25293/Intel-System-Support-Utility-for-Windows-&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Open the application and select "Everything" click on "Scan" to see the system and device information. By default, Intel&lt;span class="lia-unicode-emoji" title=":registered:"&gt;®️&lt;/span&gt; SSU will take you to the "Summary View".&amp;nbsp;Click on the menu where it says "Summary" to change to "Detailed View".&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Click on "Next",&amp;nbsp;save the report and attach it to your response.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Josue O.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Mar 2022 15:23:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Intel-Graphics-driver-ShaderCache-DeserializationErrorException/m-p/1366371#M106105</guid>
      <dc:creator>JosueO_Intel</dc:creator>
      <dc:date>2022-03-07T15:23:41Z</dc:date>
    </item>
    <item>
      <title>Re:Intel Graphics driver ShaderCache::DeserializationErrorException during D3D11 device creation.</title>
      <link>https://community.intel.com/t5/Graphics/Intel-Graphics-driver-ShaderCache-DeserializationErrorException/m-p/1367580#M106215</link>
      <description>&lt;P&gt;Hello Emjayen,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Were you able to check the previous post?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know if you still need assistance.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Josue O.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Mar 2022 15:22:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Intel-Graphics-driver-ShaderCache-DeserializationErrorException/m-p/1367580#M106215</guid>
      <dc:creator>JosueO_Intel</dc:creator>
      <dc:date>2022-03-10T15:22:59Z</dc:date>
    </item>
    <item>
      <title>Re:Intel Graphics driver ShaderCache::DeserializationErrorException during D3D11 device creation.</title>
      <link>https://community.intel.com/t5/Graphics/Intel-Graphics-driver-ShaderCache-DeserializationErrorException/m-p/1368580#M106315</link>
      <description>&lt;P&gt;Hello Emjayen,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you, so we will close this thread. If you need any additional information, please submit a new question as this thread will no longer be monitored.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Josue O.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Mar 2022 14:31:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Intel-Graphics-driver-ShaderCache-DeserializationErrorException/m-p/1368580#M106315</guid>
      <dc:creator>JosueO_Intel</dc:creator>
      <dc:date>2022-03-14T14:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Intel Graphics driver ShaderCache::DeserializationErrorException during D3D11 device creation</title>
      <link>https://community.intel.com/t5/Graphics/Intel-Graphics-driver-ShaderCache-DeserializationErrorException/m-p/1400482#M108769</link>
      <description>&lt;P&gt;Hi Josue,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Desktop&lt;/P&gt;
&lt;P&gt;2) Yes.&lt;/P&gt;
&lt;P&gt;3) 30.0.100.9805 (see below however)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After some testing the issue appears to be related to the image name, which I suspect is due to this being used as a key to apply driver-level hacks/fixes for particular applications. I can reliably mitigate this problem by merely changing the name of the image to anything else, and reliably reproduce it by using the original image name (in this case: "Age.exe").&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I've excluded this being related to Windows ACL shims ("compatibility layers").&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Matt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 00:10:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Intel-Graphics-driver-ShaderCache-DeserializationErrorException/m-p/1400482#M108769</guid>
      <dc:creator>Emjayen</dc:creator>
      <dc:date>2022-07-15T00:10:46Z</dc:date>
    </item>
  </channel>
</rss>

