We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a187490 commit 9da22c2Copy full SHA for 9da22c2
1 file changed
docs/_common-errors/unauthorized.md
@@ -0,0 +1,17 @@
1
+---
2
+title: Unauthorized access exception
3
4
+This error will show
5
+```
6
+System.UnauthorizedAccessException
7
+Access to the path '<path>' is denied.
8
9
+
10
+- Open the folder where the Launcher Kit is installed, the path should be shown in the error message
11
+ - By default this is `C:\ProgramData\Spore ModAPI Launcher Kit`
12
+ - Press Win+R and type this path in (not including `mLibs` or anything following it, nor `Spore ModAPI Launcher.exe`) to open it
13
+- You should see an `mLibs` folder
14
+- Right click the `mLibs` folder > Properties > Security tab > Edit
15
+- Select "Users" in the list at the top
16
+- In the list at the bottom, check the "Allow" box next to "Full control"
17
+- Click "OK" to save and close both windows
0 commit comments