From 42b53a76188bca0720b02c8966e9742584bc6247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 29 Aug 2025 14:08:51 +0200 Subject: [PATCH 1/2] Premium manual: troubleshooting licensing issues [skip ci] --- man/manual-premium.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/man/manual-premium.md b/man/manual-premium.md index 6d9bf389408..cf29fa4a647 100644 --- a/man/manual-premium.md +++ b/man/manual-premium.md @@ -1355,6 +1355,8 @@ files in the predefined paths. ### Troubleshooting +#### Step 1: check premiumaddon 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,21 @@ Windows: Linux/Mac: premiumaddon --debug + +These commands can be executed from an arbitrary folder. + +#### Step 2: clean up cppcheck build dir + +Command line: +If you use --cppcheck-build-dir then remove all files in the specified folder and recheck. + +Cppcheck GUI: +The GUI normally by default creates a cppcheck build dir. Clear all results and recheck. +You can clear all results by clicking on the brush icon in the toolbar. Or by open `Edit` menu and selecting menu item `Clear results`. + +#### Step 3: remove cppcheck-premium-loc files + +If you have cppcheck-premium-loc files in your project folders those should be removed. + +If such files are generated during analysis then review your scripts if you can see why they are generated. + From b793163dbdb21456766c6b00054bffb5e44ce3cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 29 Aug 2025 14:15:29 +0200 Subject: [PATCH 2/2] review --- man/manual-premium.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/manual-premium.md b/man/manual-premium.md index cf29fa4a647..47cc3c61afb 100644 --- a/man/manual-premium.md +++ b/man/manual-premium.md @@ -1383,5 +1383,5 @@ You can clear all results by clicking on the brush icon in the toolbar. Or by op If you have cppcheck-premium-loc files in your project folders those should be removed. -If such files are generated during analysis then review your scripts if you can see why they are generated. +If such files are generated during analysis, then review your scripts to check why those files are generated.