Skip to content

Commit

Permalink
Add more workarounds for Steam overlay crash to FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Overv committed Jul 26, 2018
1 parent 5960ab1 commit 2c8ae42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions 99_FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ validation layers are turned on, then you should ensure that your Vulkan SDK is
correctly installed by following [these instructions](https://vulkan.lunarg.com/doc/sdk/1.0.61.0/windows/getting_started.html).

* **vkCreateSwapchainKHR triggers an error in SteamOverlayVulkanLayer64.dll**:
This appears to be a compatibility problem in the Steam client beta. Make sure
to opt out of the Steam beta program for now.
This appears to be a compatibility problem in the Steam client beta. There are a
few possible workarounds:
* Opt out of the Steam beta program.
* Set the `DISABLE_VK_LAYER_VALVE_steam_overlay_1` environment variable to `1`
* Delete the Steam overlay Vulkan layer entry in the registry under `HKEY_LOCAL_MACHINE\SOFTWARE\Khronos\Vulkan\ImplicitLayers`
1 change: 0 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"float": false,
"auto_toc": true,

"google_analytics": "UA-60335079-1",
"links": {
"GitHub Repository": "https://github.com/Overv/VulkanTutorial",
"Support the website": "https://www.paypal.me/AOvervoorde",
Expand Down

0 comments on commit 2c8ae42

Please sign in to comment.