PDA

View Full Version : My program blocks on ntdll.dl



Maarten
12-19-2014, 08:04 AM
Hi,
I noticed that I am not the first one with problems hitting this dll, but what I encounter is pretty strange.

1) My program "stakepoint.exe" is running correctly before installing it in Program Files (X86).

2) After installing it, it blocks with the error shown belew:

3) When renaming my main executable it runs fine again ???

4) I have to admit that this happended after installing AVG free anti-virus, but after delteting it completely and even after installing bit-defender the problem remains ???

Thanks in adavance for any help.

@+Maarten


Faulting application name: stakepoint.exe, version: 0.0.0.0, time stamp: 0x5400cb62
Faulting module name: ntdll.dll, version: 6.1.7601.18247, time stamp: 0x521ea8e7
Exception code: 0x80000003
Fault offset: 0x0001000c
Faulting process id: 0x15dc
Faulting application start time: 0x01d01b9abae4b5fe
Faulting application path: C:\Program Files (x86)\StakePoint\stakepoint.exe
Faulting module path: C:\Windows\SysWOW64\ntdll.dll
Report Id: f8c0dc64-878d-11e4-b4fc-a8bbcf0dd315

linder
12-20-2014, 03:42 AM
Maarten,

Unfortunately, this is not related to SetupBuilder at all and so I am unable to help, sorry :( It's your own application (stakepoint.exe) that causes it. Perhaps it's not UAC aware and does not follow the Windows development guidelines (e.g. writes to its installation folder)?

Friedrich

linder
12-20-2014, 04:28 AM
BTW, and make sure that your application is not listed in the "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options" registry key.

Friedrich