open-license-manager / licensecc

Software licensing, copy protection in C++. It has few dependencies and it's cross-platform.
http://open-license-manager.github.io/licensecc/
BSD 3-Clause "New" or "Revised" License
947 stars 300 forks source link

Unable to generate license with combined Disk-IP-MAC features #164

Open 1374469523 opened 2 months ago

1374469523 commented 2 months ago

Thank you very much for providing this project. The documentation is comprehensive, but I am still encountering an issue.

I have successfully generated individual licenses for Disk, IP, and MAC. However, when I try to combine these features into a single license using the following command:

./lccgen license issue -p ./GEMINI/ --client-signature XXXX-DCmF-UXg=-XXXX-DCmF-UXg=-XXXX-qAaF-Kio= -o file.lic the license generation fails.

I have ensured that the client signature is in the correct format and that the dates are valid. I have also checked the terminal output, but there is no specific error message.

Would you be able to provide any insights into why the license generation is failing when I combine multiple features? Any help would be greatly appreciated.