From 7d52ed6a52b74d0fd365b08d5689b44d3ec4c9dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Thu, 28 Aug 2025 14:42:16 +0200 Subject: [PATCH 1/2] Premium manual: more suggestions to troubleshoot licensing issues --- man/manual-premium.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/man/manual-premium.md b/man/manual-premium.md index 6d9bf389408..958959ec0e7 100644 --- a/man/manual-premium.md +++ b/man/manual-premium.md @@ -1355,6 +1355,8 @@ files in the predefined paths. ### Troubleshooting +#### check the debug output + If your license does not work you can get some details about the license validation by executing premiumaddon binary with the `--debug` option. @@ -1365,3 +1367,17 @@ Windows: Linux/Mac: premiumaddon --debug + +you can execute premiumaddon from an arbitrary path. + + +#### ensure there are no loc-license artifacts + +Search for file(s) with the name cppcheck-premium-loc and remove these. + + +#### clear cppcheck-build-dir + +If you have used a cppcheck-build-dir please remove all files in that and recheck. +The Cppcheck GUI by default creates a cppcheck-build-dir. + From d9cb69586d3aaa0ab6e532cfa65553fbfca9b282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Thu, 28 Aug 2025 15:20:15 +0200 Subject: [PATCH 2/2] review --- man/manual-premium.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/manual-premium.md b/man/manual-premium.md index 958959ec0e7..a8da0808b00 100644 --- a/man/manual-premium.md +++ b/man/manual-premium.md @@ -1373,11 +1373,11 @@ you can execute premiumaddon from an arbitrary path. #### ensure there are no loc-license artifacts -Search for file(s) with the name cppcheck-premium-loc and remove these. +Search for file(s) with the name cppcheck-premium-loc and remove them. #### clear cppcheck-build-dir -If you have used a cppcheck-build-dir please remove all files in that and recheck. +If you have used a cppcheck-build-dir please remove all files in that directory and recheck. The Cppcheck GUI by default creates a cppcheck-build-dir.