The application cannot create a unique identifier.
Please make sure the application has sufficient permissions.
I also get the same error when trying to unlock FreeOffice (with my FreeOffice product code), which used to work with an older version of NixOS.
I strace-ed the program and didn't see anything weird, except some execution of UNIX programs to probe /etc/os-release. Maybe this file has an unexpected format? Just in case, this is the current content of that file on my system:
Code: Select all
NAME=NixOS
ID=nixos
VERSION="19.09.840.8bf142e001b (Loris)"
VERSION_CODENAME=loris
VERSION_ID="19.09.840.8bf142e001b"
PRETTY_NAME="NixOS 19.09.840.8bf142e001b (Loris)"
LOGO="nix-snowflake"
HOME_URL="https://nixos.org/"
DOCUMENTATION_URL="https://nixos.org/nixos/manual/index.html"
SUPPORT_URL="https://nixos.org/nixos/support.html"
BUG_REPORT_URL="https://github.com/NixOS/nixpkgs/issues"