Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
1115 Discussions

Intel SDE broken on my system, error code 0xc00007b

_Ivan_
Beginner
178 Views

Dear Intel Support Team,

I hope this message finds you well. I am experiencing an issue with the Intel Software Development Emulator (SDE) and would appreciate your assistance.

Issue Description: Whenever I attempt to launch sde.exe from the GUI, I encounter the following error: Error 0xc00007b. However, I can successfully run xed.exe without any issues.

System Information:

  • Operating System: Windows 10 64 bit
  • Intel SDE Version:  (latest version downloaded from the Intel website)

Steps Taken:

  1. Checked for Dependencies:

    • Used sfc /scannow to verify system file integrity. No issues were detected.
  2. .NET Framework:

    • Checked the installed .NET Framework version. I found it was outdated and have now installed .NET SDK 8.0.402, .NET Runtime 8.0.8, and ASP.NET Core Runtime 8.0.8. Installation was successful, but the error persists.
  3. Different Execution:

    • Successfully executed xed.exe with the --help command, which worked as expected.
    • Attempted to run sde.exe with various commands, including sde.exe --help and sde.exe --version, but received the same error and blind crash.
  4. Checked for Missing DLLs:

    • Tried using Dependency Walker on sde.exe to identify any missing DLLs, but I am not sure how to interpret the results.
  5. Event Viewer:

    • Reviewed the Windows Event Viewer for application error logs but found no additional insights regarding the failure.
  6. Reinstallation:

    • Uninstalled and reinstalled Intel SDE, but the issue remains unresolved.

Given the troubleshooting steps above, I am still unable to run sde.exe. I would greatly appreciate any guidance or further steps you recommend to resolve this issue.

Thank you for your time and assistance,
Ivan

(Redirected from Intel Community Developer Software Forums Software Development Tools Analyzers, by the moderators)

0 Kudos
1 Solution
AdyT_Intel
Moderator
129 Views

Intel SDE dependencies in Windows is the following DLLs.

WS2_32.dll
KERNEL32.dll
VCRUNTIME140.dll
api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-crt-stdio-l1-1-0.dll
api-ms-win-crt-math-l1-1-0.dll
api-ms-win-crt-locale-l1-1-0.dll
api-ms-win-crt-filesystem-l1-1-0.dll
api-ms-win-crt-environment-l1-1-0.dll
api-ms-win-crt-string-l1-1-0.dll
api-ms-win-crt-heap-l1-1-0.dll

 

These come when installing Microsoft Visual C++ Redistributable package for VC2022.

View solution in original post

0 Kudos
1 Reply
AdyT_Intel
Moderator
130 Views

Intel SDE dependencies in Windows is the following DLLs.

WS2_32.dll
KERNEL32.dll
VCRUNTIME140.dll
api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-crt-stdio-l1-1-0.dll
api-ms-win-crt-math-l1-1-0.dll
api-ms-win-crt-locale-l1-1-0.dll
api-ms-win-crt-filesystem-l1-1-0.dll
api-ms-win-crt-environment-l1-1-0.dll
api-ms-win-crt-string-l1-1-0.dll
api-ms-win-crt-heap-l1-1-0.dll

 

These come when installing Microsoft Visual C++ Redistributable package for VC2022.

0 Kudos
Reply