Skip to content

GWin32AppInfo: Do not assert about successful open'ing of registry keys

We should not assert that the registry key open'ing was successful: the key may have been removed in the meantime between keys enumeration and when opening the key or, more likely, we may not have the required access rights to open the key, in which case RegOpenKeyExW fails and returns ERROR_ACCESS_DENIED.

Fixes https://gitlab.com/inkscape/inbox/-/issues/5669

Edited by Luca Bacci

Merge request reports