Skip to content

Commit 478055e

Browse files
authored
Premium manual: troubleshooting licensing issues [skip ci] (#7779)
1 parent 327ef3c commit 478055e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

man/manual-premium.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,8 @@ files in the predefined paths.
13551355

13561356
### Troubleshooting
13571357

1358+
#### Step 1: check premiumaddon debug output
1359+
13581360
If your license does not work you can get some details about the license validation by executing
13591361
premiumaddon binary with the `--debug` option.
13601362

@@ -1365,3 +1367,21 @@ Windows:
13651367
Linux/Mac:
13661368

13671369
premiumaddon --debug
1370+
1371+
These commands can be executed from an arbitrary folder.
1372+
1373+
#### Step 2: clean up cppcheck build dir
1374+
1375+
Command line:
1376+
If you use --cppcheck-build-dir then remove all files in the specified folder and recheck.
1377+
1378+
Cppcheck GUI:
1379+
The GUI normally by default creates a cppcheck build dir. Clear all results and recheck.
1380+
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`.
1381+
1382+
#### Step 3: remove cppcheck-premium-loc files
1383+
1384+
If you have cppcheck-premium-loc files in your project folders those should be removed.
1385+
1386+
If such files are generated during analysis, then review your scripts to check why those files are generated.
1387+

0 commit comments

Comments
 (0)