Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61f02f9

Browse files
committed
Add more workarounds for Steam overlay crash to FAQ
1 parent 16dabc1 commit 61f02f9

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

99_FAQ.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ validation layers are turned on, then you should ensure that your Vulkan SDK is
1414
correctly installed by following [these instructions](https://vulkan.lunarg.com/doc/sdk/1.0.61.0/windows/getting_started.html).
1515

1616
* **vkCreateSwapchainKHR triggers an error in SteamOverlayVulkanLayer64.dll**:
17-
This appears to be a compatibility problem in the Steam client beta. Make sure
18-
to opt out of the Steam beta program for now.
17+
This appears to be a compatibility problem in the Steam client beta. There are a
18+
few possible workarounds:
19+
* Opt out of the Steam beta program.
20+
* Set the `DISABLE_VK_LAYER_VALVE_steam_overlay_1` environment variable to `1`
21+
* Delete the Steam overlay Vulkan layer entry in the registry under `HKEY_LOCAL_MACHINE\SOFTWARE\Khronos\Vulkan\ImplicitLayers`

config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"float": false,
1717
"auto_toc": true,
1818

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

0 commit comments

Comments
 (0)