Intel SDE not working (assertion_failed: res=TRUE)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
devc1
Member
Member
Posts: 439
Joined: Fri Feb 11, 2022 4:55 am
Location: behind the keyboard

Intel SDE not working (assertion_failed: res=TRUE)

Post by devc1 »

I've just downloaded the latest version of the Intel Software development emulator, I made a hello world C application and tried to run it, and the results are :

Code: Select all

E: [tid:11016] SYSCALL_INSPECTOR: NTDLL module is rebased
A: C:\tmp_proj\sde_admin\emx\external\pin\Source\pin\base_w\ipc_server_windows.cpp: LEVEL_BASE::StartServer: 1283: assertion failed: res == TRUE

NO STACK TRACE AVAILABLE
This is the command :

Code: Select all

sde -- tt.exe
The app won't run and it's just shown in the task manager as a suspended process, the same thing happens when I try to run other apps.
Octocontrabass
Member
Member
Posts: 5562
Joined: Mon Mar 25, 2013 7:01 pm

Re: Intel SDE not working (assertion_failed: res=TRUE)

Post by Octocontrabass »

It works fine for me. I'm using Windows 10.
devc1
Member
Member
Posts: 439
Joined: Fri Feb 11, 2022 4:55 am
Location: behind the keyboard

Re: Intel SDE not working (assertion_failed: res=TRUE)

Post by devc1 »

It says that it fails to create an IPC server.

Edit : I've found this intel article and it mentions my problem, I will try to fix it tomorrow : https://www.intel.com/content/www/us/en ... tools.html

More info :
I use the latest Windows 11 dev version, I have the IObit downloader and driver updater, with HAXM enabled, Windows defender enabled.
Visual studio 2022 and 2019 (MSVC 2022, MSVC 2019)
devc1
Member
Member
Posts: 439
Joined: Fri Feb 11, 2022 4:55 am
Location: behind the keyboard

Re: Intel SDE not working (assertion_failed: res=TRUE)

Post by devc1 »

Nothing works, it may be that some app is interfering with pin. This is the list of apps on my PC :
- Android studio
- Bluestacks
- Visual studio 2022 & 2019
- VS Code
- HAXM
- Github
- AnyBurn
- Binance
- Intel NVME Miniport and filter device management
- HxD
- Logitech game assistant (for my mouse)
- Microsoft Office Enterprise 2007
- MySQL (Connector, for Visual Studio, Installer, Router, Server, Shell, Workbench)
- node.js
- VM VBox
- QEMU
- WinRAR
- Windows Subsystem for Linux
Post Reply