Skip to content

Commit

Permalink
Update BUILDING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 authored Mar 3, 2024
1 parent 244c9e5 commit 2dd2ff0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,14 @@ You must run the PresentMon Capture Application from its directory, with the *Pr
> PresentMon.exe
```

Further, for the Release build, the application must be run from a secure location (e.g. "Program Files" or "System32") so it will need to be copied there first. The Release build also cannot be started from Visual Studio, irregardless of whether the debugger is attached, and even if VS is running with admin privilege.
## Capture Application Release Build Notice

Further, for the Release build, the application must be run from a secure location (e.g. `"Program Files"` or `"System32"`) so it will need to be copied there first. The Release build also cannot be started from Visual Studio, irregardless of whether the debugger is attached, and even if VS is running with admin privilege.

# Running PresentMon on other systems

You will encounter an error message such as: `"A referral has returned from server"`. This usually means a certificate mismatch or not exist. The same certificate that was used to sign the application must be installed. Open command prompt as administrator and run the following:

```bat
> certutil -addstore root testcert.cer
```

0 comments on commit 2dd2ff0

Please sign in to comment.