Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dgosbell committed Aug 4, 2023
2 parents eb82b9d + 9b3cdd5 commit 84e3a1a
Show file tree
Hide file tree
Showing 4 changed files with 412 additions and 358 deletions.
20 changes: 20 additions & 0 deletions docs/troubleshooting/known-issues/UCEERR_RENDERTHREADFAILURE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: UCEERR_RENDERTHREADFAILURE Error
---

There have been some reports of the following error
```
UCEERR_RENDERTHREADFAILURE (Exception from HRESULT: 0x88980406)
```

This appears to be a problem with Graphics Hardware acceleration. You can turn off the hardware acceleration by changing a setting in the config file.

In the folder where DAX Studio is installed there is a file called `daxstudio.exe.config`

If you open that file with a text editor like notepad you should be able to find the following line

```
<add key="ForceSoftwareRendering" value="false" />
```

if you change the value from "false" to "true" and then restart DAX Studio it should turn off the hardware acceleration which should help with this error.
9 changes: 9 additions & 0 deletions docs/troubleshooting/known-issues/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"label": "Known Issues",
"position": 1,
"link": {
"type": "generated-index",
"description": "Work arounds for known issues"
}
}

Loading

0 comments on commit 84e3a1a

Please sign in to comment.