Skip to content

v2024.06.14: bug fixes

Compare
Choose a tag to compare
@fredemmott fredemmott released this 14 Jun 11:29
· 53 commits to main since this release
v2024.06.14
f4a5069

Please do not link directly to this page or the file; instead, please link to https://github.com/fredemmott/OpenXR-API-Layers-GUI/releases/latest

  1. Download OpenXR-API-Layers-GUI-v2024.06.14.137.zip
  2. Extract it somewhere handy
  3. Run OpenXR-API-Layers-GUI.exe

Changes in v2024.06.14

  • The "installed outside of program files" warning now understands the difference between 64-bit and 32-bit API layers, and checks "Program Files" or "Program Files (x86)" as appropriate
  • Registry values that are larger than a DWORD are now handled correctly; these result in the "not a DWORD" warning added in v2024.06.13
  • Reduced CPU usage: the tool monitors for registry edits and reloads/rechecks, and was incorrectly thinking the registry had been modified when it had not

Changes in v2024.06.13

  • A warning is now shown if the OpenXR layer registry contains a value that is not a DWORD
  • An unsigned DLL error is no longer shown if there is no DLL
  • Combined the separate Win64/WIn32 HKLM/HKCU executables into a single (32-bit) executable
  • Added 'Save Report...' button for creating a file containing all the information, for sharing with developers
  • Added equivalent OpenXR-API-Layers-Create-Report.exe
  • Added version metadata to the exe files