<?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: Access violation when creating VkImageView for the swapchain in Intel® Graphics Performance Analyzers (Intel® GPA)</title>
    <link>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1315493#M2208</link>
    <description>&lt;P&gt;Got it. Thanks. I passed it along to my team member who started looking into the issue yesterday. &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Sep 2021 20:49:18 GMT</pubDate>
    <dc:creator>Pamela_H_Intel</dc:creator>
    <dc:date>2021-09-17T20:49:18Z</dc:date>
    <item>
      <title>Access violation when creating VkImageView for the swapchain</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1303028#M2171</link>
      <description>&lt;P&gt;Hey, I get an access violation crash in my engine with the latest GPA.&lt;/P&gt;
&lt;P&gt;It crashes while creating the VkImageView instances for the swapchain.&lt;BR /&gt;It worked in previous versions of Graphics Monitor and iGPU driver.&lt;/P&gt;
&lt;P&gt;This crash only happens when GPA is running. The engine works when GPA is fully closed.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I've attached the output of VK_LAYER_LUNARG_api_dump in the api_dump.log file.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Stacktrace for crash:&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;P&gt;Exception thrown at 0x0000000000000000 in Game.exe: 0xC0000005: Access violation executing location 0x0000000000000000.&lt;/P&gt;
&lt;P&gt;RAX&amp;nbsp;=&amp;nbsp;0000000000000000 RBX&amp;nbsp;=&amp;nbsp;000001FF6368F010 RCX&amp;nbsp;=&amp;nbsp;000001FF45DBB0F8 RDX&amp;nbsp;=&amp;nbsp;000000AE8FEFEBD0&lt;BR /&gt;RSI&amp;nbsp;=&amp;nbsp;000000AE8FEFEBD0 RDI&amp;nbsp;=&amp;nbsp;0000000000000000 R8 &amp;nbsp;=&amp;nbsp;0000000000000000 R9 &amp;nbsp;=&amp;nbsp;000001FF6368F010&lt;BR /&gt;R10&amp;nbsp;=&amp;nbsp;00007FFFE0F8BA50 R11&amp;nbsp;=&amp;nbsp;000001FF44EC4000 R12&amp;nbsp;=&amp;nbsp;000001FF636F2B50 R13&amp;nbsp;=&amp;nbsp;FFFFFFFFFFFFFFFF&lt;BR /&gt;R14&amp;nbsp;=&amp;nbsp;0000000000000000 R15&amp;nbsp;=&amp;nbsp;000001FF6368F010 RIP&amp;nbsp;=&amp;nbsp;0000000000000000 RSP&amp;nbsp;=&amp;nbsp;000000AE8FEFE698&lt;BR /&gt;RBP&amp;nbsp;=&amp;nbsp;000001FF45DBB0F8 EFL&amp;nbsp;=&amp;nbsp;00010200&lt;/P&gt;
&lt;P&gt;0000000000000000() Unknown&lt;BR /&gt;igpa-shim-x64.dll!00007fffe0b5fc4e() Unknown&lt;BR /&gt;MetricsLayer-x64.dll!00007fffe0616ef1() Unknown&lt;BR /&gt;capture-x64.dll!00007fffdf68e666() Unknown&lt;BR /&gt;capture-x64.dll!00007fffdf226be0() Unknown&lt;BR /&gt;igpa-shim-x64.dll!00007fffe0b46105() Unknown&lt;BR /&gt;&amp;gt; Game.dll!SwapChainCreate() C++&lt;/P&gt;
&lt;/LI-SPOILER&gt;
&lt;P&gt;&lt;BR /&gt;Probably not related to the crash. But there is also a validation error when vkCreateDevice is called:&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;P&gt;VALIDATION-ERROR [VUID-vkCmdResetQueryPool-firstQuery-00797] : 0xa7c5450000000023 :&lt;BR /&gt;Validation Error: [ VUID-vkCmdResetQueryPool-firstQuery-00797 ]&lt;BR /&gt;Object 0: handle = 0xa7c5450000000023, type = VK_OBJECT_TYPE_QUERY_POOL; | MessageID = 0xd66ad571 | VkCmdResetQueryPool():&lt;BR /&gt;In Query VkQueryPool 0xa7c5450000000023[] the sum of firstQuery (10) + queryCount (2) is greater than the queryPool size (11).&lt;BR /&gt;The Vulkan spec states: The sum of firstQuery and queryCount must be less than or equal to the number of queries in queryPool&lt;BR /&gt;(&lt;A href="https://vulkan.lunarg.com/doc/view/1.2.182.0/windows/1.2-extensions/vkspec.html#VUID-vkCmdResetQueryPool-firstQuery-00797" target="_blank"&gt;https://vulkan.lunarg.com/doc/view/1.2.182.0/windows/1.2-extensions/vkspec.html#VUID-vkCmdResetQueryPool-firstQuery-00797&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;Game.dll!vkdebugMessenger() C++&lt;BR /&gt;VkLayer_khronos_validation.dll!00007fffdcda26b8() Unknown&lt;BR /&gt;VkLayer_khronos_validation.dll!00007fffdcd5308a() Unknown&lt;BR /&gt;VkLayer_khronos_validation.dll!00007fffdcd43c9f() Unknown&lt;BR /&gt;VkLayer_khronos_validation.dll!00007fffdcd93599() Unknown&lt;BR /&gt;VkLayer_khronos_validation.dll!00007fffdcd610d2() Unknown&lt;BR /&gt;VkLayer_khronos_validation.dll!00007fffdcb2d94b() Unknown&lt;BR /&gt;VkLayer_api_dump.dll!00007fffe1a25c03() Unknown&lt;BR /&gt;igpa-shim-x64.dll!00007fffe0b5e61e() Unknown&lt;BR /&gt;MetricsLayer-x64.dll!00007fffe06433ff() Unknown&lt;BR /&gt;MetricsLayer-x64.dll!00007fffe0645dbe() Unknown&lt;BR /&gt;MetricsLayer-x64.dll!00007fffe0614ead() Unknown&lt;BR /&gt;MetricsLayer-x64.dll!00007fffe0616e53() Unknown&lt;BR /&gt;capture-x64.dll!00007fffdf68e5e6() Unknown&lt;BR /&gt;capture-x64.dll!00007fffdf2262e2() Unknown&lt;BR /&gt;igpa-shim-x64.dll!00007fffe0b3e67e() Unknown&lt;BR /&gt;&amp;gt; Game.dll!createLogicalDevice() C++&lt;/P&gt;
&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;System info:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;P&gt;Operating System:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Name: Windows 10 Version 2009 (OS Build 19043.1110)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Locale: en-SE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Windows Developer Mode is enabled&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Secure Boot/Trusted Boot is disabled&lt;/P&gt;
&lt;P&gt;CPU Information:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Architecture: x64&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Cores count: 12&lt;/P&gt;
&lt;P&gt;System BIOS:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Version: Intel Corp. FNCML357.0052.2021.0409.1144&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Date: 04/09/2021&lt;/P&gt;
&lt;P&gt;GPU #1 Information:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Name: Microsoft Remote Display Adapter&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Driver Version: 10.0.19041.662&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Driver Date: 6-21-2006&lt;/P&gt;
&lt;P&gt;GPU #2 Information:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Name: Intel(R) UHD Graphics&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Vendor id: 0x8086&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Product id: 0x9BCA&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Stepping: 4&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Driver Version: 27.20.100.9466&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Driver Date: 3-30-2021&lt;/P&gt;
&lt;P&gt;Machine:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Name: Win10-iGPU&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Memory: 32572 MB&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Screen: 1920x1080, 32 bit&lt;/P&gt;
&lt;P&gt;Graphics Performance Analyzers:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Version: 21.2.1624350604&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Commit hash: c175604e&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Installation folder: C:\Program Files\IntelSWTools\GPA\&lt;/P&gt;
&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 14:28:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1303028#M2171</guid>
      <dc:creator>MutateDan</dc:creator>
      <dc:date>2021-08-02T14:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation when creating VkImageView for the swapchain</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1314279#M2196</link>
      <description>&lt;P&gt;Hello MutateDan,&lt;/P&gt;
&lt;P&gt;Interesting stuff.&lt;/P&gt;
&lt;P&gt;First, I see that you have&amp;nbsp;&lt;SPAN&gt;Microsoft Remote Display Adapter listed as your GPU#1 in GPA. This could mean you don't have the driver loaded for your iGPU. Based on the driver version showing for GPU#2, 27.20.100.9466, I am guessing you are running UHD Graphics 750?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So, do you have this driver installed? If not, is there a reason?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Second, the validation error shows that you are trying to allocate memory outside of your memory pool, which could indeed cause a crash if you attempt later to read or write from that memory. Did you change something in your engine that may cause an out of bounds issue?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Pamela&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 22:34:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1314279#M2196</guid>
      <dc:creator>Pamela_H_Intel</dc:creator>
      <dc:date>2021-09-13T22:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation when creating VkImageView for the swapchain</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1314384#M2197</link>
      <description>&lt;P&gt;Hey,&lt;BR /&gt;I'm running UHD Graphics 620 (as the processor is Intel Core i7-10710U, inside of Intel NUC BXNUC10I7FNK2).&lt;BR /&gt;The &lt;SPAN class="sub_section_element_selectors"&gt;27.20.100.9466&lt;/SPAN&gt; driver is installed as it was the recommended one by GPA when I updated GPA.&lt;BR /&gt;I just tried the latest driver (30.0.100.9864) and the problem is still there.&lt;BR /&gt;&lt;BR /&gt;The &lt;SPAN class="sub_section_element_selectors"&gt;Microsoft Remote Display Adapter is listed as I use "Remote Desktop" to see the NUCs display output from my development machine.&lt;BR /&gt;Which works when GPA isn't running.&lt;BR /&gt;&lt;BR /&gt;The validation error is not part of my code, it is from somewhere inside one of the GPA dlls, as it happens when I call `vkCreateDevice`.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Sorry if any of this was confusion from the original post.&lt;BR /&gt;&lt;BR /&gt;I would have reported this as a support ticket on "Online Service Center" as this problem (the vkCreateImageView crash) is a regression, but GPA is not listed there.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;- Dan&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 09:00:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1314384#M2197</guid>
      <dc:creator>MutateDan</dc:creator>
      <dc:date>2021-09-14T09:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation when creating VkImageView for the swapchain</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1314557#M2199</link>
      <description>&lt;P&gt;Dan,&lt;/P&gt;
&lt;P&gt;Thanks for clarifying. I will look into this and update you.&lt;/P&gt;
&lt;P&gt;Pamela&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 20:58:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1314557#M2199</guid>
      <dc:creator>Pamela_H_Intel</dc:creator>
      <dc:date>2021-09-14T20:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation when creating VkImageView for the swapchain</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1315243#M2203</link>
      <description>&lt;P&gt;Dan,&lt;/P&gt;
&lt;P&gt;We tested as closely as possible to your config using GPA Framework and could not replicate.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;What is your workload?&lt;/LI&gt;
&lt;LI&gt;Were you using GPA Framework or Graphics Frame Analyzer?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Pamela&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 23:50:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1315243#M2203</guid>
      <dc:creator>Pamela_H_Intel</dc:creator>
      <dc:date>2021-09-16T23:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation when creating VkImageView for the swapchain</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1315330#M2205</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;My workflow is:&lt;BR /&gt;- Connect to the NUC via Remote Desktop.&lt;BR /&gt;- Start Visual Studio 2019 Remote debugging&lt;BR /&gt;- Start Graphics Monitor 2021 R2, and enable auto-detect launched programs.&lt;BR /&gt;- Change the capture mode to "Stream [VK]".&lt;BR /&gt;&lt;BR /&gt;- Then on my dev machine, I start remote debugging in Visual Studio 2019&lt;BR /&gt;&lt;BR /&gt;In visual studio, I continue past the "VUID-vkCmdResetQueryPool-firstQuery-00797" vulkan validation error that happens during `vkCreateDevice`.&lt;BR /&gt;And then it will crash while running `vkCreateImageView` for the swapchain images retrieved from vkGetSwapchainImagesKHR.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Exception thrown at 0x0000000000000000 in Game.exe: 0xC0000005: Access violation executing location 0x0000000000000000.

0000000000000000() Unknown
igpa-shim-x64.dll!00007ffec062fc4e() Unknown
MetricsLayer-x64.dll!00007ffec0106ef1() Unknown
capture-x64.dll!00007ffebd91e666() Unknown
capture-x64.dll!00007ffebd4b6be0() Unknown
igpa-shim-x64.dll!00007ffec0616105() Unknown
&amp;gt; MyEngine.dll!VulkanSwapChain::create() C++
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Current system specs on the nuc:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Driver Version: 30.0.100.9864&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Driver Date: 8-20-2021&lt;/P&gt;
&lt;P&gt;Graphics Performance Analyzers:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Version: 21.2.1624350604&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Commit hash: c175604e&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for the quick response&lt;BR /&gt;- Dan&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 08:33:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1315330#M2205</guid>
      <dc:creator>MutateDan</dc:creator>
      <dc:date>2021-09-17T08:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation when creating VkImageView for the swapchain</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1315408#M2206</link>
      <description>&lt;P&gt;Dan,&lt;/P&gt;
&lt;P&gt;Thanks for the clarity. This may help us trace the issue.&lt;/P&gt;
&lt;P&gt;What is your workload? . . . the application you are profiling? It will help us track the issue if we can test the same workload. If it is proprietary, you can send it to me via private message - envelope icon, top-right of this page.&lt;/P&gt;
&lt;P&gt;Pamela&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 14:21:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1315408#M2206</guid>
      <dc:creator>Pamela_H_Intel</dc:creator>
      <dc:date>2021-09-17T14:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation when creating VkImageView for the swapchain</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1315490#M2207</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Yes the program is proprietary, so I sent it to you via a private message.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dan&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 20:30:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1315490#M2207</guid>
      <dc:creator>MutateDan</dc:creator>
      <dc:date>2021-09-17T20:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation when creating VkImageView for the swapchain</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1315493#M2208</link>
      <description>&lt;P&gt;Got it. Thanks. I passed it along to my team member who started looking into the issue yesterday. &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 20:49:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1315493#M2208</guid>
      <dc:creator>Pamela_H_Intel</dc:creator>
      <dc:date>2021-09-17T20:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation when creating VkImageView for the swapchain</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1319479#M2215</link>
      <description>&lt;P&gt;MutateDan,&lt;/P&gt;
&lt;P&gt;This issue is in our pipeline. We haven't seen it with any other workload. I'm wondering if you experience the same issue with GPA 21.3 (released 23.Sept.).&lt;/P&gt;
&lt;P&gt;Pamela&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 23:35:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1319479#M2215</guid>
      <dc:creator>Pamela_H_Intel</dc:creator>
      <dc:date>2021-10-05T23:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation when creating VkImageView for the swapchain</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1319601#M2221</link>
      <description>&lt;P&gt;Hi Pamela,&lt;BR /&gt;&lt;BR /&gt;I tested GPA 21.3 and it sadly did not fix my issue.&lt;BR /&gt;&lt;BR /&gt;I've tested both driver version 27.20.100.9466(Driver Date: 3-30-2021, GPA recommended) and 30.0.100.9864(Driver Date: 8-20-2021, latest driver).&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;0xC0000005: Access violation executing location 0x0000000000000000.
0000000000000000() Unknown
igpa-shim-x64.dll!00007ff84846168e() Unknown
MetricsLayer-x64.dll!00007ff8480671d1() Unknown
capture-x64.dll!00007ff83ecb7dd6() Unknown
capture-x64.dll!00007ff83e841457() Unknown
igpa-shim-x64.dll!00007ff8484465d5() Unknown
&amp;gt; Client.dll!createSwapchainImageView()&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;- Dan&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 08:13:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1319601#M2221</guid>
      <dc:creator>MutateDan</dc:creator>
      <dc:date>2021-10-06T08:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation when creating VkImageView for the swapchain</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1319832#M2224</link>
      <description>&lt;P&gt;Well darn. I will relay this info to the dev.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 22:11:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1319832#M2224</guid>
      <dc:creator>Pamela_H_Intel</dc:creator>
      <dc:date>2021-10-06T22:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation when creating VkImageView for the swapchain</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1343348#M2246</link>
      <description>&lt;P&gt;MutateDan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sad to say that the fix for this got pushed out from 21.4 to 22.1.&lt;/P&gt;
&lt;P&gt;I tried running on a pre-release 22.1 (just hoping) - no luck. The capture window crashes every time. The best I could do is run your app while I had Graphics Monitor open. I had Autodetect Launched Applications enabled, but your app is not detected.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MutateDan-script.PNG" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/24760i489F79BB8833864F/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="MutateDan-script.PNG" alt="MutateDan-script.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Dec 2021 02:13:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1343348#M2246</guid>
      <dc:creator>Pamela_H_Intel</dc:creator>
      <dc:date>2021-12-11T02:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation when creating VkImageView for the swapchain</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1343603#M2251</link>
      <description>&lt;P&gt;Thanks for the update Pamela!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 09:50:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1343603#M2251</guid>
      <dc:creator>MutateDan</dc:creator>
      <dc:date>2021-12-13T09:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation when creating VkImageView for the swapchain</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1391593#M2293</link>
      <description>&lt;P&gt;Hi Pamela,&lt;BR /&gt;I've not heard anything here in a while. But I saw that the 22.1 update was released.&lt;BR /&gt;And it still doesn't really work. If I remove the vulkan-1.dll that our App provides, GPA can launch the game and take both a stream and frame capture. But neither or them can be opened. GPA just complains with "An internal error has occurred, Please contact Intel customer Support.".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Operating System:
    Name: Windows 10 Version 2009 (OS Build 19044.1706)
    Locale: en-SE
    Windows Developer Mode is enabled
    Secure Boot/Trusted Boot is disabled

CPU Information:
    Name: Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz
    Architecture: x64
    Cores count: 12

System BIOS:
    Version: Intel Corp. FNCML357.0056.2022.0223.1614
    Date: 02/23/2022

GPU Information:
    Name: Intel(R) UHD Graphics
    Vendor id: 0x8086
    Product id: 0x9BCA
    Stepping: 4
    Driver Version: 30.0.101.1660
    Driver Date: 3-18-2022

Machine:
    Name: Win10-iGPU
    Memory: 32572 MB
    Screen: 1920x1080, 32 bit

Graphics Performance Analyzers:
    Version: 22.1.1647438438
    Commit hash: 252d8e7a
    Installation folder: C:\Program Files\IntelSWTools\GPA\&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 10:06:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1391593#M2293</guid>
      <dc:creator>MutateDan</dc:creator>
      <dc:date>2022-06-10T10:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation when creating VkImageView for the swapchain</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1406176#M2308</link>
      <description>&lt;P&gt;Hello Dan,&lt;/P&gt;
&lt;P&gt;Until we get this resolved, what do you think of analyzing non-visual data?&lt;/P&gt;
&lt;P&gt;We have a cli, GPA Framework, that supports Windows. It's basically the back end of Graphics Frame Analyzer. In our 22.2 release on 30.June we added a verbose logging feature which can be great for seeing what is happening during playback (or in your case, attempted playback).&lt;/P&gt;
&lt;P&gt;If you are interested,&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;download GPA Framework from the same download page as GPA - just scroll down till you see it&lt;/LI&gt;
&lt;LI&gt;try these basic commands (use "./gpa-injector..." if you are in Git Bash):&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;capture&lt;/STRONG&gt; (you can see these in action in our &lt;A href="https://www.youtube.com/watch?v=ruwGHoNhcKM" target="_self"&gt;2021.3 release video&lt;/A&gt; at 5:14-6:53)&lt;/P&gt;
&lt;P&gt;gpa-injector C:\Program Files\IntelSWTools\GPA\gpasample.exe --layer capture&lt;/P&gt;
&lt;P&gt;gpa-injector --layer capture “C:\Program Files\IntelSWTools\GPA\gpasample.exe”&lt;/P&gt;
&lt;P&gt;+HUD&lt;/P&gt;
&lt;P&gt;gpa-injector -L hud-layer -L capture:deferred=true “C:\Program Files\IntelSWTools\GPA\gpasample.exe”&lt;/P&gt;
&lt;P&gt;+defer&lt;/P&gt;
&lt;P&gt;gpa-injector -L hud-layer -L capture:deferred=true “C:\Program Files\IntelSWTools\GPA\gpasample.exe”&lt;/P&gt;
&lt;P&gt;+frameCount&lt;/P&gt;
&lt;P&gt;gpa-injector -L hud-layer -L capture:deferred=true,fixed-frame-count=10 “C:\Program Files\IntelSWTools\GPA\gpasample.exe”&lt;/P&gt;
&lt;P&gt;+destination dir&lt;/P&gt;
&lt;P&gt;gpa-injector -L hud-layer --layer capture:directory=“C:\Users\pamelaha\GPA” “C:\Program Files\IntelSWTools\GPA\gpasample.exe”&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;then, for the logging and gpa-metrics-collector, take a look at our latest release video which you can find on our &lt;A href="https://www.intel.com/content/www/us/en/developer/tools/graphics-performance-analyzers/overview.html" target="_self"&gt;main landing page&lt;/A&gt; or on &lt;A href="https://www.youtube.com/watch?v=py0sRbRZrBo" target="_self"&gt;YouTube&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;Docs for GPA FW are on github:&amp;nbsp;&lt;A href="https://intel.github.io/gpasdk-doc/" target="_blank" rel="noopener"&gt;https://intel.github.io/gpasdk-doc/&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 01:24:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1406176#M2308</guid>
      <dc:creator>Pamela_H_Intel</dc:creator>
      <dc:date>2022-08-05T01:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation when creating VkImageView for the swapchain</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1513727#M2468</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Getting the exact same problem with my engine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System Info&lt;/P&gt;&lt;PRE&gt;Operating System:&lt;BR /&gt;Name: Windows 10 Version 2009 (OS Build 19045.3324)&lt;BR /&gt;Locale: en-US&lt;BR /&gt;Secure Boot/Trusted Boot is disabled&lt;BR /&gt;&lt;BR /&gt;CPU Information:&lt;BR /&gt;Name: Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz&lt;BR /&gt;Architecture: x64&lt;BR /&gt;Cores count: 8&lt;BR /&gt;&lt;BR /&gt;System BIOS:&lt;BR /&gt;Version: LENOVO M1AKT53A&lt;BR /&gt;Date: 03/18/2022&lt;BR /&gt;&lt;BR /&gt;GPU Information:&lt;BR /&gt;Name: Intel(R) HD Graphics 530&lt;BR /&gt;Vendor id: 0x8086&lt;BR /&gt;Product id: 0x1912&lt;BR /&gt;Stepping: 6&lt;BR /&gt;Driver Version: 31.0.101.2111&lt;BR /&gt;Driver Date: 7-19-2022&lt;BR /&gt;&lt;BR /&gt;Machine:&lt;BR /&gt;Name: DESKTOP-BK5HKPS&lt;BR /&gt;Memory: 16271 MB&lt;BR /&gt;Screen: 1920x1080, 32 bit&lt;BR /&gt;&lt;BR /&gt;Graphics Performance Analyzers:&lt;BR /&gt;Version: 23.2.1686276958&lt;BR /&gt;Commit hash: fbb84559&lt;BR /&gt;Installation folder: C:\Program Files\IntelSWTools\GPA\&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VK&amp;nbsp;1.3.250.1 validation error:&lt;/P&gt;&lt;PRE&gt;Validation Error: [ VUID-vkCmdResetQueryPool-firstQuery-00797 ] Object 0: handle = 0xa7c5450000000023, type = VK_OBJECT_TYPE_QUERY_POOL; | MessageID = 0xd66ad571 | VkCmdResetQueryPool(): In Query VkQueryPool 0xa7c5450000000023[] the sum of firstQuery (10) + queryCount (2) is greater than the queryPool size (11). The Vulkan spec states: The sum of firstQuery and queryCount must be less than or equal to the number of queries in queryPool (https://vulkan.lunarg.com/doc/view/1.3.250.1/windows/1.3-extensions/vkspec.html#VUID-vkCmdResetQueryPool-firstQuery-00797)&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attached my vulkan_info.txt for more details about my VK installation.&lt;/P&gt;&lt;P&gt;This crash only happens when GPA is attached, verly early on at device creation stage like mentioned by the OP.&lt;/P&gt;&lt;PRE&gt;Callstack:&lt;BR /&gt; engine.exe!cdebug::brk() Line 16 C++&lt;BR /&gt;engine.exe!render::backend::cvkdebug::dbgmsg_callback(VkDebugUtilsMessageSeverityFlagBitsEXT _severity, unsigned int _type, const VkDebugUtilsMessengerCallbackDataEXT * _data, void * _user_data) Line 40 C++&lt;BR /&gt;VkLayer_khronos_validation.dll!debug_log_msg(const _debug_report_data * debug_data, unsigned int msg_flags, const LogObjectList &amp;amp; objects, const char * message, const char * text_vuid, const char *) Line 198 C++&lt;BR /&gt;VkLayer_khronos_validation.dll!LogMsg(const _debug_report_data * debug_data, unsigned int msg_flags, const LogObjectList &amp;amp; objects, std::basic_string_view&amp;lt;char,std::char_traits&amp;lt;char&amp;gt;&amp;gt; vuid_text, const char * format, char * argptr) Line 437 C++&lt;BR /&gt;VkLayer_khronos_validation.dll!ValidationObject::LogError(const LogObjectList &amp;amp; objlist, std::basic_string_view&amp;lt;char,std::char_traits&amp;lt;char&amp;gt;&amp;gt; vuid_text, const char * format, ...) Line 4076 C++&lt;BR /&gt;VkLayer_khronos_validation.dll!CoreChecks::ValidateQueryPoolIndex(VkQueryPool_T * queryPool, unsigned int firstQuery, unsigned int queryCount, const char * func_name, const char * first_vuid, const char * sum_vuid) Line 784 C++&lt;BR /&gt;VkLayer_khronos_validation.dll!CoreChecks::PreCallValidateCmdResetQueryPool(VkCommandBuffer_T * commandBuffer, VkQueryPool_T * queryPool, unsigned int firstQuery, unsigned int queryCount) Line 801 C++&lt;BR /&gt;VkLayer_khronos_validation.dll!vulkan_layer_chassis::CmdResetQueryPool(VkCommandBuffer_T * commandBuffer, VkQueryPool_T * queryPool, unsigned int firstQuery, unsigned int queryCount) Line 3608 C++&lt;BR /&gt;[External Code] &lt;BR /&gt;&amp;gt; engine.exe!render::backend::cvk_device::create(VkInstance_T * _instance) Line 145 C++&lt;BR /&gt;engine.exe!render::backend::cbackend_vk::initialize() Line 58 C++&lt;BR /&gt;engine.exe!render::crenderer::initialize() Line 24 C++&lt;BR /&gt;engine.exe!eg_poryv::initialize() Line 37 C++&lt;BR /&gt;engine.exe!main(int argc, char * * argv) Line 14 C++&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 02:36:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1513727#M2468</guid>
      <dc:creator>JonathanLecavelier</dc:creator>
      <dc:date>2023-08-14T02:36:00Z</dc:date>
    </item>
    <item>
      <title>Re:Access violation when creating VkImageView for the swapchain</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1523161#M2495</link>
      <description>&lt;P&gt;Dan - I will run this by our Vulkan guy and see if he has any thoughts.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Sep 2023 00:44:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/Access-violation-when-creating-VkImageView-for-the-swapchain/m-p/1523161#M2495</guid>
      <dc:creator>Pamela_H_Intel</dc:creator>
      <dc:date>2023-09-13T00:44:32Z</dc:date>
    </item>
  </channel>
</rss>

