Description

The source code to build the Engine that is available from GitHub includes the file dbghelp.dll, which prevents the crash reporter tool from starting on Windows 8.1 machines. This file is not present in the binary version of the Engine, and the crash reporter tool works fine in that instance. Removing or renaming this file appears to allow the crash reporter to function normally.

Steps to Reproduce
  1. Build the Engine from source code on a computer running Windows 8.1.
  2. Open a project in the Editor.
  3. Open the console and run the command debug crash.

RESULT:
Instead of the crash reporter tool, you will see an error message stating:

The procedure entry point SetCheckUserInterruptShared could not be located in the dynamic link library
C:\WINDOWS\SYSTEM32\dbgeng.dll

EXPECTED:
The crash reporter tool appears.

Have Comments or More Details?

Head over to the existing Questions & Answers thread and let us know what's up.

0
Login to Vote

Fixed
ComponentUE - Foundation - Core
Affects Versions4.6
Target Fix4.7
Fix Commit2386906
Release Commit2388610
CreatedDec 5, 2014
ResolvedDec 12, 2014
UpdatedFeb 5, 2017