<?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:Running SampleEnclave in Simulation Mode (sgx_urts_simd.dll not found) in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-SampleEnclave-in-Simulation-Mode-sgx-urts-simd-dll-not/m-p/1547338#M6033</link>
    <description>&lt;P&gt;Hi Wjosh,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;We are checking it with the relevant team and we'll update you as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aznie&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 25 Nov 2023 02:42:14 GMT</pubDate>
    <dc:creator>Aznie_Intel</dc:creator>
    <dc:date>2023-11-25T02:42:14Z</dc:date>
    <item>
      <title>Running SampleEnclave in Simulation Mode (sgx_urts_simd.dll not found)</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-SampleEnclave-in-Simulation-Mode-sgx-urts-simd-dll-not/m-p/1546882#M6030</link>
      <description>&lt;P&gt;Hello, I'm trying to run the Sample Enclave in Simulation Mode, but I get the error that `sgx_urts_simd.dll` is not found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm following &lt;A title="Getting Started with Intel® Software Guard Extensions SDK for Microsoft* Windows* OS" href="https://www.intel.com/content/www/us/en/developer/articles/guide/getting-started-with-sgx-sdk-for-windows.html" target="_blank" rel="noopener"&gt;Getting Started with Intel® Software Guard Extensions SDK for Microsoft* Windows* OS&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the steps I took:&lt;/P&gt;&lt;P&gt;- I installed Visual Studio 2019&lt;/P&gt;&lt;P&gt;- Installed the SGX SDK via NuGet&lt;/P&gt;&lt;P&gt;- Opened the SampleEnclave solution within the packages directory&lt;/P&gt;&lt;P&gt;- Ensured the Intel SGX SDK was installed in the solution for both the App and Enclave projects in the solution&lt;/P&gt;&lt;P&gt;- Built the solution&lt;/P&gt;&lt;P&gt;- Set the configuration to "Simulation"&lt;/P&gt;&lt;P&gt;- Selected Debug-&amp;gt;Start without debugging&lt;/P&gt;&lt;P&gt;- I get the error.&lt;/P&gt;&lt;P&gt;- I also tried installing the PSW by installing both the base and the other .inf files. The installations show that they succeeded, but I cannot verify that they are in the device manager nor can I verify that the PSW dlls are in the System32 directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my setup, I'm using Windows 11 for ARM on Parallels on an M3 mac. Everything seems to work, and I expect it should work in Simulation mode since it's not a machine with SGX enabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josh&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 15:53:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-SampleEnclave-in-Simulation-Mode-sgx-urts-simd-dll-not/m-p/1546882#M6030</guid>
      <dc:creator>wjosh</dc:creator>
      <dc:date>2023-11-23T15:53:48Z</dc:date>
    </item>
    <item>
      <title>Re:Running SampleEnclave in Simulation Mode (sgx_urts_simd.dll not found)</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-SampleEnclave-in-Simulation-Mode-sgx-urts-simd-dll-not/m-p/1547338#M6033</link>
      <description>&lt;P&gt;Hi Wjosh,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;We are checking it with the relevant team and we'll update you as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aznie&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 25 Nov 2023 02:42:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-SampleEnclave-in-Simulation-Mode-sgx-urts-simd-dll-not/m-p/1547338#M6033</guid>
      <dc:creator>Aznie_Intel</dc:creator>
      <dc:date>2023-11-25T02:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Running SampleEnclave in Simulation Mode (sgx_urts_simd.dll not found)</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-SampleEnclave-in-Simulation-Mode-sgx-urts-simd-dll-not/m-p/1547494#M6034</link>
      <description>&lt;P&gt;I figured it out. The documentation is weird. Now that it's a Nuget package, the optional process of creating a local or system-wide installation from the nuget package is really necessary.&lt;/P&gt;&lt;P&gt;So,&amp;nbsp; you need to extract the .nupkg to C:\LocalNugetPackages, and set the&amp;nbsp;SGXSDKInstallPath and PATH environment variables as mentioned later in `documents\Intel SGX Installation Guide for Windows OS.pdf`.&lt;/P&gt;&lt;P&gt;Now, when I select the Simulation configuration, and select Debug &amp;gt; Start Without Debugging, I get the expected program output:&lt;/P&gt;&lt;P&gt;Checksum(0x0x76fb98, 100) = 0xfffd4143&lt;BR /&gt;Info: executing thread synchronization, please wait...&lt;BR /&gt;Info: SampleEnclave successfully returned.&lt;BR /&gt;Enter a character before exit ...&lt;/P&gt;</description>
      <pubDate>Sun, 26 Nov 2023 07:16:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-SampleEnclave-in-Simulation-Mode-sgx-urts-simd-dll-not/m-p/1547494#M6034</guid>
      <dc:creator>wjosh</dc:creator>
      <dc:date>2023-11-26T07:16:00Z</dc:date>
    </item>
    <item>
      <title>Re:Running SampleEnclave in Simulation Mode (sgx_urts_simd.dll not found)</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-SampleEnclave-in-Simulation-Mode-sgx-urts-simd-dll-not/m-p/1548610#M6045</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;Hi Wjosh,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;I apologize for the delay in response. I am glad that your issue is resolved and thanks for sharing your resolution in this community. Your sharing will help others communities with the same issue as you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;On another note, the issue might also happen due to Intel® Software Guard Extensions (Intel® SGX) activation utility and Intel SGX Platform Software (PSW) is not enabled in Windows. Below are the steps to enable it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 14px;"&gt;Download&amp;nbsp;and&amp;nbsp;install&amp;nbsp;the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.microsoft.com/store/productId/9N4TV0SXLNMT" rel="noopener noreferrer" target="_blank" style="font-size: 14px;"&gt;Intel® Software Guard Extensions Activation App&lt;/A&gt;&lt;SPAN style="font-size: 14px;"&gt;&amp;nbsp;from the Microsoft Store.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 14px;"&gt;Run&amp;nbsp;the app to enable SGX in the BIOS.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 14px;"&gt;Reboot.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 14px;"&gt;Check&amp;nbsp;that SGX is&amp;nbsp;&lt;/SPAN&gt;&lt;EM style="font-size: 14px;"&gt;Enabled&lt;/EM&gt;&lt;SPAN style="font-size: 14px;"&gt;&amp;nbsp;in BIOS.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 14px;"&gt;When the OS boots,&amp;nbsp;run&amp;nbsp;&lt;/SPAN&gt;&lt;EM style="font-size: 14px;"&gt;Windows Update&lt;/EM&gt;&lt;SPAN style="font-size: 14px;"&gt;&amp;nbsp;to install the SGX PSW.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 14px;"&gt;Run&amp;nbsp;your apps&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;This thread will no longer be monitored since this issue has been resolved.&amp;nbsp;If you need any additional information from Intel, please submit a new question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;Aznie&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Nov 2023 03:47:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-SampleEnclave-in-Simulation-Mode-sgx-urts-simd-dll-not/m-p/1548610#M6045</guid>
      <dc:creator>Aznie_Intel</dc:creator>
      <dc:date>2023-11-29T03:47:14Z</dc:date>
    </item>
  </channel>
</rss>

